/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*LE CODE COMMENCE ICI*/




h1 {
    font-family: dazzle-unicase,sans-serif,Cambria;
    font-size: 100px;
    line-height:100px;
    font-weight: 500;
    font-style: normal;
    padding-bottom: 15px;
    float: left;
}
@media screen and (min-width: 601px) {
    h1{
        font-size: 80px;
        line-height:80px;
    }
}
@media screen and (max-width: 600px) {
    h1{
        font-size: 45px;
        line-height:45px;
    }
}
h2 {
    font-family:dazzle-unicase,sans-serif;
    font-size: 66px;
    font-weight: 500;
    line-height:66px;
    padding-bottom: 15px;
    color: rgb(0, 0, 0);
    float: left;
}
@media screen and (min-width: 601px) {
    h2{
        font-size: 60px;
        font-weight: 500;
        line-height:70px;
    }
}
@media screen and (max-width: 600px) {
    h2{
        font-size: 28px;
        font-weight: 500;
        line-height:46px;
    }
}
h3 {
    font-family: dazzle-unicase,sans-serif,Cambria;
    font-size: 60px;
    line-height:60px;
    color: white;
    padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
    h3{
        font-size: 35px;
        font-weight: 500;
        line-height:46px;
    }
}
h4 {
    font-family: dazzle-unicase,sans-serif,Cambria;
    font-size: 46px;
    line-height: 36px;
    padding-bottom: 20px;
}
@media screen and (min-width: 601px) {
    h4{
        font-size: 36px;
        line-height:36px;
    }
}
@media screen and (max-width: 600px) {
    h4{
        font-size: 16px;
        line-height:20px;
    }
}
h4 span {
    border-bottom:10px solid black;
    margin-bottom: 15px;
}
h5 {
    font-family: dazzle-unicase,sans-serif,Cambria;
    color: white;
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 20px;

}
h6 {
    font-family: Calibre,Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0;
}
p {
    font-family: Calibre,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height:20px;
}
.pt {
    color: white;
    font-family: Calibre, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
}
.pt span {
    background-color:#4D49BE ;
}
.ps {
    font-family: Calibre,Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    padding-top: 8px;
    padding-right: 30px;
    float: left;
    text-align:left;

}
.pw {
    color: white;
    font-family: Calibre,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
}
::selection {
    color: rgb(0, 0, 0);
    background: yellow;
}
.space {
    height: 100px;
}
div.content {
    width: 80%;
    padding: 0px 0 50px 0;
    text-align: center;
    font-family: Calibre,Arial, Helvetica, sans-serif;
}
  @media screen and (min-width: 601px) {
    div.content {
        font-size: 30px;
        font-weight: 500;
        text-align: left;
    }
}
  
  @media screen and (max-width: 600px) {
    div.content {
      font-size: 26px;
      font-weight: 400;
      text-align: left;
    }
}

div.title {
    width: 80%;
    padding: 150px 0 50px 0;
    font-family: dazzle-unicase,sans-serif,Cambria;
}
  @media screen and (min-width: 601px) {
    div.title {
      font-size: 8vw;
      text-align: left;
    }
}
  
  @media screen and (max-width: 600px) {
    div.title {
      font-size: 10vw;
      font-weight: 550;
      text-align: left;
    }
}
/************************************************ unvisited link */
.carousel-item a:link {
    color: white;
    text-decoration: none;
}
  
  /* visited link */
.carousel-item a:visited {
    color: rgb(0, 0, 0);
}
  
  /* mouse over link */
.carousel-item a:hover {
    color: #000000be;
  }
img {
    pointer-events: none;
}
.rubrique ul{
    display: flex;
    overflow: hidden;
    align-items: center ; 
    text-decoration:none;
    font-family: Calibre,Arial, Helvetica, sans-serif;
    font-size: 20px;
    gap: 30px; 
    font-weight: 400;
}
.rubrique li {
    float: left;
    color: #000000;
    text-decoration: none;
}
.rubrique li a{
    display: block;
    text-decoration: none;
    color: #000000;
}
.rubrique li a:hover{
    color : #000000;
    font-weight: 600;
    border-bottom: 2px solid #000000;
}
.rubrique li a.ici{
    color: #000000;
    border-bottom: 2px solid #000000;
    font-weight: 600;
}
.Nav {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.Nav > * {
    flex: 0 1 20%;
    min-width: 320px;
}
.spaceN {
    margin-right: 10%;
}
/*****************  index contenu1 */
#contenu1 {
    width: 100%;

    background-color: rgb(0, 0, 0);
}
/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;

    object-fit: cover;
}
.carousel-caption{
    margin-bottom: 1%;
}


/***************** index contenu2 */
#contenu2 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.contenu2-container {
    width: 80%;
    margin-left: 10%;
}
/* Style of the filterDiv */
#myBtnContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    width: 80%;
    margin-left: 10%;
    padding-block: 20px;

}

.filterDiv {
    float: left;
    line-height: 100px;
    text-align: center;
    margin: 2px;
    display: none;
}
  
.show {
    display: block;
}
  
.container {
    margin-top: 20px;
    overflow: hidden;
}
/* Style the buttons */
.btn {
    border: none;
    outline: none;
    padding: 20px 30px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    border-radius: 30px;
	display: block;
	position: relative;
	transition: 0.4s;
}
  
.btn:hover {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255) !important;
	background-color: black;
	text-shadow: none;
}

  
.btn.active {
    background-color: rgb(0, 0, 0);
    color: white;
}

.listc {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    padding: 50px 0;

}
.listc a {
    text-decoration: none;
    color: black;
    display: inline-block;
}
.listc ul li:hover {
    background:linear-gradient(
        to bottom ,
        transparent 80%,
        #FFE555 60%
    );
}
.listc ul li ul {
    width:100%;
}
.hl {
    border-top: 1px solid black;
    padding-bottom: 30px;

}
.hlw {
    border-top: 1px solid rgb(255, 255, 255);
    padding-bottom: 15px;

}
.hlnt {
    border-top: 2px dotted rgb(102, 102, 102);
    padding-bottom: 15px;

}
.entry-title a{
    text-decoration: none;
    color: black;
}
/*****************************************  Animation projet */

.container_Project {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;

}
.container_animation {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    vertical-align: middle;
    width: 80%;
    height: auto;
    margin-left:auto;
    margin-right: auto;
    padding-top: 10%;
    padding-bottom: 10%;
}
.container_elements_2 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    vertical-align: middle;
    width: 80%;
    height: auto;
    margin-left:auto;
    margin-right: auto;
}
.container_elements_2 >* {
    flex: 0 1 50%;
    min-width: 320px;
}
.container_elements_2 img {
    display: block;
    padding-top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    object-fit:scale-down;
}
.container_animation_row4 {
    display: flex;
    flex-wrap: wrap;
    vertical-align: middle;
    width: 80%;
    height: auto;
    margin-left:10%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.container_animation_row4 >* {
    flex: 0 1 20%;
    min-width: 300px;
}
.container_animation_row4 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    object-fit:contain;
}
.container_animation_row3 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 80%;
    height: auto;
    margin-left:auto;
    margin-right:auto;
    padding-top: 100px;
    padding-bottom: 100px;
}
.container_animation_row3 >* {
    flex: 0 1 30%;
    min-width: 300px;
}
.container_animation_row3 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    object-fit:contain;
}

.container_animation img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    object-fit:scale-down;
}
.container_animation >* {
    flex: 0 1 50%;
    min-width: 320px;
}
.container_animation video {
    flex: 0 1 100%;
    min-width: 320px;
}

/*****************  index contenu3 */


#contenu3 {
    padding: 10% 0;
    background-color: black;
}
.contenu3-w {
    width: 80%;
    gap: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.contenu3-w > *:nth-child(1){
    flex: 0 1 3%;
    min-width: 100px;
}
.contenu3-w > *:nth-child(2){
    flex: 0 1 37%;
    min-width: 320px;
}
.contenu3-w > *:nth-child(3){
    flex: 0 1 40%;
    min-width: 320px;
}
.contenu3-img img{
    max-width: 100%;
    height: auto;
}

.button0{
    height: 150px;
    width: 150px;
    text-align: center;
    color:#ffffff; 
    cursor: pointer;
    background-color: transparent;
    border-radius: 50%;
    margin: 20px 0;
    border: 1px solid #ffffff;
    transition: 0.3s;
}
.button0:hover{
    background-color: #4D49BE;
    color:#ffffff;
    cursor: pointer;
    border: 1px solid #4D49BE ;
    font-size: 16px;
    transform: rotate(30deg);
}

.contenu3-info {
    display: flex;
    flex-direction: column;
    margin-right: 100px;
}
/*****************  index contenu4 */
#contenu4 {
    padding: 10% 0;
}
.contenu4-w {
    width: 80%;
    gap: 30px;
    margin-left: 10%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.contenu4-w img {
    max-width: 100%;
    height: auto;
}
.contenu4-w > *:nth-child(1){
    flex: 0 1 3%;
    min-width: 100px;
}
.contenu4-w > *:nth-child(2){
    flex: 0 1 37%;
    min-width: 320px;
}
.contenu4-w > *:nth-child(3){
    flex: 0 1 40%;
    min-width: 320px;
}
.button1{
    height: 150px;
    width: 150px;
    text-align: center;
    margin: 50px 0px 0px 0px;
    font-size: 16px;
    cursor: pointer;
    color:#000000; 
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #000000;
}
.button1:hover{
    background-color: #4D49BE;
    color:#ffffff;
    cursor: pointer;
    border: 1px solid #4D49BE ;
}
.contenu4-info {
    display: flex;
    flex-direction: column;
}
/********************************************************* Page About start */

#about_SJ {
    width: 100%;
}
.about-container {
    padding-top: 150px;
    gap: 10%;
    width: 80%;
    align-content: center;
    margin-left: auto; 
    margin-right: auto; 
    display: flex;
    flex-wrap: wrap;
}
.about-container > * :nth-child(1) {
    flex: 1 1 20%;
    min-width: 320px;
}
.about-container > * :nth-child(2) {
    flex: 1 1 70%;
    min-width: 320px;
}
.avatar_SJ{
    display: flex ;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
}
.avatar_SJ >* :nth-child(1) {
    flex: 1 1 20%;
    min-width: 200px;
}
.avatar_SJ >* :nth-child(2) {
    flex: 1 1 20%;
    min-width: 200px;
}
.avatar_SJ a:link {
    color: rgb(0, 0, 0);
    text-decoration: none;
}  
  /* visited link */
.avatar_SJ a:visited {
    color: rgb(0, 0, 0);
}
  /* mouse over link */
.avatar_SJ a:hover {
    color: #4D49BE;
}

.services {
    width: 60%;
    display: flex;
    flex-direction: column;
}
.services >* {
    flex: 1 1 100%;
    min-width: 320px;
}
.column-services {
    width: 100%;
    gap: 10%;
    display: flex;
    flex-wrap: wrap;
}
.column-services > * {
    flex: 1 1 100%;

}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 900,
  'GRAD' 0,
  'opsz' 48
}
/*************************************** circle *********************/
#container { 
    position: relative; 
    margin: 0%; 
}

#circle { position: absolute; width: 100%; padding-bottom: 2%; }

#circle text { font-family: Calibre,Arial, Helvetica, sans-serif, Arial; font-size: 22px; font-weight: 500; }

#circle svg { position: absolute; left: 90px; top: -169px; width: 100%; height: 300px;

  -webkit-animation-name: rotate;
     -moz-animation-name: rotate;
      -ms-animation-name: rotate;
       -o-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 5s;
     -moz-animation-duration: 5s;
      -ms-animation-duration: 5s;
       -o-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
      -ms-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
      -ms-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;

}

@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(360deg); }
    to { -webkit-transform: rotate(0); }
}
@-moz-keyframes rotate {
    from { -moz-transform: rotate(360deg); }
    to { -moz-transform: rotate(0); }
}
@-ms-keyframes rotate {
    from { -ms-transform: rotate(360deg); }
    to { -ms-transform: rotate(0); }
}
@-o-keyframes rotate {
    from { -o-transform: rotate(360deg); }
    to { -o-transform: rotate(0); }
}
@keyframes rotate {
    from { transform: rotate(360deg); }
    to { transform: rotate(0); }
}
/********************* circle *******************/

/********************************************************************  Page contact  */
.wrapper {
    height: 60px;
    /*This part is important for centering*/
    display: grid;
    place-items: left;
}
  
.typing-h {
    width: 100%;
    animation: typing 3s steps(22), blink .5s step-end infinite alternate;
    white-space: wrap;
    overflow: hidden;
    border-right: 3px solid;
}
  
@keyframes typing {
    from {
      width: 0
    }
}
      
@keyframes blink {
    50% {
      border-color: transparent
    }
}

#contact {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding-top: 150px;
    padding-bottom: 50px;
}
.bline {
    border-top:1px solid white;
    width:10%;
    margin-left: 10%;
    margin-right: 40px;
    position: relative;
    flex: 0 0 auto;
}
.contactform {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap:30px ;
    padding-top: 20px;
    width: 80%;
    margin-left: auto;  
    margin-right: auto;  
}
.contactform > * {
    flex: 1 1 30%;
    min-width: 320px;
}
.containerform {
    width: 40%;
}
.flextitre {
    display: flex;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    align-items: center ;
    padding-bottom: 100px;
    font-family: Calibre,Arial, Helvetica, sans-serif;
}

* {box-sizing: border-box;}

input[type=text], select, textarea {
  width: 100%;
  padding: 10px 10px;
  border:none;
  border-bottom: 1px solid rgb(0, 0, 0);
  border-radius: 0;
  background: none;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-size: 16px;
  font-family: Calibre,Arial, Helvetica, sans-serif;
}

input[type=submit] {
  position:relative;
  background-color: #000000;
  color: white;
  width: 150px;
  height: 150px;
  font-size: 20px;
  padding: 12px 20px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #4D49BE;
}
/*********************************************************  footer */
.buttonw {
    text-align: center;
    color:#ffffff; 
    background-color: transparent;
    border-radius: 50px;
    margin: 50px 0;
    padding: 30px 40px;
    font-size: 18px;
    border: 1px solid #ffffff;
    cursor: pointer;
    transition: all 0.3s;
}
.buttonw:hover{
    background-color: #4D49BE;
    color:#ffffff;
    border: 1px solid #4D49BE ;
}
.buttonw span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
  
.buttonw span:after {
    content: '\2197';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
  
.buttonw:hover span {
    padding-right: 25px;
}
  
.buttonw:hover span:after {
    opacity: 1;
    right: 0;
}

/********************************* button W bg ******************/
.buttonb {
    text-align: center;
    color:#000000; 
    background-color: transparent;
    border-radius: 50px;
    margin: 50px 0;
    padding: 30px 40px;
    font-size: 18px;
    border: 1px solid #000000;
    cursor: pointer;
    transition: all 0.3s;
}
.buttonb:hover{
    background-color: transparent;
    border: 1px solid #000000;
}
.buttonb span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.3s;
}
  
.buttonb span:after {
    content: '\276F';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.3s;
}
  
.buttonb:hover span {
    padding-right: 25px;
}
  
.buttonb:hover span:after {
    opacity: 1;
    right: 0;
}
/********************************* Btn go top **************/
#gotopBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 50px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #e7e7e7; /* Set a background color */
    color: rgb(0, 0, 0); /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 50%; /* Rounded corners */
    font-size: 16px; /* Increase font size */
    width: 80px;
    height: 80px;
  }
  
#gotopBtn:hover {
    background-color: rgba(0, 0, 0, 0.788); /* Add a dark-grey background on hover */
    color: white;
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
}
#footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    position: relative;
}
.footline{
    border-top: 1px solid rgb(78, 78, 78);
    width: 80%;
    padding-top: 20px;
}
.showmore {
    position: absolute;
    top: 10%;
    left: 50%;
    margin: 0;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.footer-info {
    align-items: center;
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
}
.footer-info  div {
    display: flex;
    width:50%;
    flex-wrap: wrap;
}

.footer-info a:link {color:#999999;text-decoration:none;}
.footer-info a:visited {color:#999999;text-decoration:none;}
.footer-info a:hover {color:#ffffff;text-decoration: underline;}

/*****************  work */
.rubrique-work ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    text-decoration:none;
    margin-left: 22%;
    padding-top: 30px;
    padding-bottom: 10px;
}
.rubrique-workS {
    color: white;
    font-size: 20px;
    font-family: Calibre,Arial, Helvetica, sans-serif;
    padding-right: 15px;
}
#contenu-work{
    background-color: rgb(212, 212, 212);
    padding: 80px 0px;
    width:100%;

}
#contenu-w {
    background-color: black;
    padding-block: 50px 150px;
}
.center-w {
    display: flex;
    margin:0 auto;
    width: 80%;
}
.workrow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    overflow: hidden;
}
.workrow > * {
    flex: 0 1 30%;
    min-width: 400px;
}
* {
    box-sizing: border-box;
}

  /* width */
::-webkit-scrollbar {
    height: 6px;
  }
  
  /* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgb(255, 255, 255); 
    border-radius: 10px;
}
   
  /* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(0, 0, 0); 
    border-radius: 10px;
}
  
  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ffffff; 
}
  
/* Clearfix (clear floats) */
.workrow::after {
    content: "";
    clear: both;
    display: table;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #000000;
}
.workcolumn {
    position: relative;
    float: left;
} 
.workcolumn:hover .overlay {
    opacity: 92%;
}
.w-info {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.w-info button {
    cursor:pointer;
}

div.scroll-work {
    display:flex;
    flex-direction:row;
    padding-bottom: 20px;
    color: #333;
    overflow: auto;
    white-space: nowrap;
  }
 div.scroll-work a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 20px;
    text-decoration: none;
  }


/*****************  test */

.mediacontenu {
    width: 80%;
    margin-left: 10%;
    background-color: rgb(0, 0, 0);
}
.media-scroller {
    --spacer: 30px;
    display: grid;
    gap: var(--spacer);
    grid-auto-flow: column;
    grid-auto-columns: 25%;
  
    padding: 0 var(--spacer) var(--spacer);
  
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }
  
.media-element {
    display: grid;
    grid-template-rows: min-content;
    gap: var(--spacer);
    padding-bottom: 100px;
    padding-top: 50px;
    background: var(--surface-2);
    border-radius: var(--radius-2);
    box-shadow: var(--shadow-2);
}
  
.media-element > img {
    inline-size: 100%;

}
  
.snaps-inline {
    scroll-snap-type: inline mandatory;
    scroll-padding-inline: var(--spacer, 1rem);
}
  
.snaps-inline > * {
    scroll-snap-align: start;
}
.button_w{
    height: 120px;
    width: 120px;
    text-align: center;
    margin: 20px 0px 0px 0px;
    color:#ffffff; 
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #ffffff;
}
.button_w:hover{
    background-color: #4D49BE;
    color:#ffffff;
    border: 1px solid #4D49BE ;
}

/*-----------------------------------------------Projet_Container*/
#Project {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;

}

.Project_Container {
    display: flex;
    justify-content: center;
    width: 80%;
    margin-left: 10%;
    padding:5% 0;
}
.Project_Container1 {
    display: flex;
    justify-content: center;
    width: 80%;
    margin-left: 10%;
    padding:5% 0;
}
.Project_Container2 {
    display: flex;
    justify-content: center;
    width: 100%;
    padding:10% 0;
    background-color: rgb(204, 204, 204);
}
.Project_Container3 {
    display: flex;
    flex-direction:row;
    justify-content: center;
    width: 80%;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.projectinfo {
    background-color: white;

}
* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

.p_slideshow {
    background-color: transparent;
}
/* Slideshow container */
.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    color: white;
  background-color: rgba(0, 0, 0, 0.692);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 20px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0px 2px;
  margin-bottom: 10px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #FEE555;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


#myDIV {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background-color: rgb(0, 0, 0);
    margin-top: 20px;
}

#panel, #flip {
    padding: 5px;
    border: solid 1px #c3c3c3;
}
  
#panel {
    padding: 50px;
    height: 800px;
    display: none;
    background-color: #000000;
}
/**************************************** projet-title */
#projet-title {
    display: flex;
    flex-direction: column;
    width: 80%;
    padding-top: 10%;
    margin-left: 10%;
}
#projet-title >* {
    flex: 0 1 100%;
    min-width: 300px;
}
.even-columns {
    display:flex;
    flex-wrap: wrap;
    gap: 40px;
    
}
.even-columns > * {
    flex:1 1 300px;
    height: 30px;
}

/*************************************************** page 404*/
#div1 {
    font-size:300px;
    color:rgb(0, 0, 0);
  }



.container_items {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    vertical-align: middle;
    align-items: center;
    width: 80%;
    height: auto;
    margin-left:auto;
    margin-right: auto;
    padding-top: 150px;
    padding-bottom: 150px;
}

.container_items >* {
    flex:1 1 300px;

}