@import url('https://fonts.googleapis.com/css2?family=Anton&family=Damion&family=Nova+Square&family=Sintony&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cabin:400');
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: local('Muli'), url(http://themes.googleusercontent.com/static/fonts/muli/v4/kU4XYdV4jtS72BIidPtqyw.woff) format('woff');
}

body, ul, li {
    margin: 0;
    padding: 0;
    
}

/* Début css Header */

header {
    background-color: #2f2f2f; 
    padding: 20px; 
    display: flex;
    justify-content: center;
    box-shadow: 0px 5px 5px black;
    
}

nav ul {
    list-style: none; 

    
}

nav ul li {
    display: inline-block; 
    margin-right: 20px; 
}

nav a {
    text-decoration: none; 
    color: #fff; 
    height: 36px;
    line-height: 33px;
    font-weight: bold; 
    font-size: 24px; 
    transition: .5s;
}


nav a:hover {
    background: red;
    padding: 25px 10px 20px 10px;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

nav a.active {
  background: red;
  padding: 25px 10px 20px 10px;
}

#bannerapex{
z-index: +10;
width: 100%;
}

/* Fin css Header */

/* Début css Body/Main/Page Accueil */

#accueil {
  height: 2270px;
  max-width: 1080px;
  margin: 50px auto;
  padding: 30px;
  margin-bottom: 150px;
  margin-top: 120px;
  background-color: #2f2f2f;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  
}

h1 {
    display: flex;
    justify-content: center;
    text-shadow: 0 0 10px rgb(110, 110, 110);
    --b: 0.1em;   
    --c: #ffffff; 
    
    color: #0000;
    padding-block: var(--b);
    background: 
      linear-gradient(var(--c) 50%,#000 0) 0% calc(100% - var(--_p,0%))/100% 200%,
      linear-gradient(var(--c) 0 0) 0% var(--_p,0%)/var(--_p,0%) var(--b) no-repeat;
    -webkit-background-clip: text,padding-box;
            background-clip: text,padding-box;
    transition: .3s var(--_s,0s) linear,background-size .3s calc(.3s - var(--_s,0s));
}

h1:hover {
  --_p: 100%;
  --_s: .3s;
}

h1 {
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  max-width: 1080px;
}

body {
    font-family: 'Sintony', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #1f1f1f;
    color: #ffffff;
}


#h2accueil {
  --b: 0.1em;   
  --c: #ffffff; 
  
  color: #0000;
  padding-block: var(--b);
  background: 
    linear-gradient(var(--c) 50%,#000 0) 0% calc(100% - var(--_p,0%))/100% 200%,
    linear-gradient(var(--c) 0 0) 0% var(--_p,0%)/var(--_p,0%) var(--b) no-repeat;
  -webkit-background-clip: text,padding-box;
          background-clip: text,padding-box;
  transition: .3s var(--_s,0s) linear,background-size .3s calc(.3s - var(--_s,0s));
    font-size: 36px;
    color: #ffffff;
    text-align: center; 
   
}

#h2accueil:hover {
  --_p: 100%;
  --_s: .3s;
  
}

#p1{
    font-size: 46px;
    color: #ffffff;
    text-align: center;
}

#div1main {
    margin-top: 20px;
    text-align: center;
}

p {
    font-size: 18px;
    line-height: 1.6;
}

#img1 {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:600;);
.imageintro {
  background-color: #2f2f2f;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}


.imageintro * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.imageintro:before,
.imageintro:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #2f2f2f;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  opacity: 0.9;
  z-index: 1;
}

.imageintro:before {
  -webkit-transform: skew(45deg) translateX(-155%);
  transform: skew(45deg) translateX(-155%);
}

.imageintro:after {
  -webkit-transform: skew(45deg) translateX(155%);
  transform: skew(45deg) translateX(155%);
}

.imageintro img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.imageintro figcaption {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  -webkit-box-shadow: 0 0 10px #2f2f2f;
  box-shadow: 0 0 10px #2f2f2f;
}

.imageintro #h2accueil {
  background-color: #2f2f2f;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
}

.imageintro a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.imageintro:hover > img,
.imageintro.hover > img {
  opacity: 0.5;
}

.imageintro:hover:before,
.imageintro.hover:before {
  -webkit-transform: skew(45deg) translateX(-55%);
  transform: skew(45deg) translateX(-55%);
}

.imageintro:hover:after,
.imageintro.hover:after {
  -webkit-transform: skew(45deg) translateX(55%);
  transform: skew(45deg) translateX(55%);
}

.imageintro:hover figcaption,
.imageintro.hover figcaption {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}



#gab{
    background-image: url("../images/image2.jpeg");
    height: 1000px;
    margin-top: -10px;
    display: flex;
    background-position: center;
    
    

}

#text1{
    width: 800px;
    margin: 0 auto;
    text-align: center;
   
    }

#textintro {
    justify-content: center;
    margin-top: 130px;
    margin-left: 0%;
    width: 800px;
    font-size: 25px;
    text-shadow: 5px 2px 7px rgb(255, 255, 255);
}

.vidaccueil{
 display: flex;
 
 
}



.scrollUp
      {
        position: fixed;
        bottom : 200px;
        right: 50px;
        opacity: 100%;
      }

.totop:hover{
  box-shadow: 0 0 5px rgb(121, 121, 121) ;
  transform: scale(1.1);
  transition: 0.3s;
}
.scrollDown
      {
        position: fixed;
        bottom : 250px;
        right: 50px;
        opacity: 100%;
        border-radius: 15px;
      }

.tobot:hover{
box-shadow: 0 0 5px rgb(121, 121, 121) ;
transform: scale(1.1);
transition: 0.3s;
}

/* Fin css Body/Main */

/* Début css Footer */
 
footer {
    background-color: #333;
    color: #fff;
    padding: 0px;
    text-align: center;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    box-shadow: 0px -5px 15px rgb(7, 7, 7);
   z-index:1000;
    
  }
  
footer p {
    margin: 0;
    
  }
  
footer a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }
  
footer a:hover {
    text-decoration: underline;
  }

#divfooter{
  display: flex;
  padding: 10px;
  margin: 0 auto;
  flex-direction: column;
  

}

.youtube{
 width: 50px;
 height: 50px;
 
}

.instagram{
  width: 40px;
  height: 40px;
  
}

#pfooter{
  display: flex;

}

#reseau {
  display: flex;
  margin: 0 auto;
  margin-top: 10px;
  align-items: center;
  margin-bottom: 10px;
}

#footnav{
display: flex;
margin: 0 auto;

}

/* Fin css Footer */

/* Début css page Donnees */


#mathis {
  position: relative;
  top: 100px;
  width: 1080px;
  height: 1575px;
  margin: 0 auto;
  padding-bottom: 0;
  z-index: 0;
  margin-bottom: 400px;
}

#titredonnees {
  display: flex;
  margin: 0 auto;
    font-size: 46px;
    color: #ffffff;
    margin-top: 100px;
    margin-bottom: -80px;
    text-shadow: 4px 3px 0px #939292;
}

#h2donnees {

    font-size: 46px;
    color: #ffffff;
    text-align: center; 
    text-shadow: 4px 3px 0px #939292;
}

main {
    padding-bottom: 100px;
}

.centered-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 23vh;
}


#image10 {
    position: absolute;
    top: 300px;
    left: -300px;
    width: 700px;
    height: 300px;
    z-index: -1; 
    opacity: 50%;
    
}


#image12 {
    position: absolute;
    top: 500px;
    left: 750px;
    width: 300px;
    height: 100px;
    z-index: -1;
    opacity: 50%; 
}



.centered-box {
  display: flex;
  justify-content: center;
  align-items: center;
  
  margin-bottom: 20px;
  border-radius: 15px;
  height: 50px;

}

.buttonsdonees {
  background-color: #414141;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  margin: 0 10px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s;
  box-shadow: 0 0px 16px rgb(113, 113, 113);
}

.buttonsdonees:hover {
  background-color: #ffffff;
  color: #414141;
  transition: .5s;
  box-shadow: 0 0px 26px rgb(112, 112, 112);
  border-radius: 15px;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    
  }

  table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    box-shadow: 0 0px 26px rgb(112, 112, 112);
    overflow: hidden;
    border-radius: 10px;
  }
  
  th, td {
    padding: 15px;
    text-align: left;
    border: 1px solid #ddd;
  }
  
  th {
    background-color: #414141;
    color: #fff;
    font-weight: bold;
  }
  
  tr {
    transition: background-color 0.3s;
  }
  
  tr:hover {
    background-color: #fdfdfd;
  }
  
  tr:nth-child(even) {
    background-color: #f9f9f9;
  }
  
  
  td {
    transition: color 0.3s;
  }
  
  
  tr:hover td {
    color: #fb0000;
  }
  
  
  @media only screen and (max-width: 768px) {
    table {
      display: block;
      width: 100%;
      overflow-x: auto;
    }
  
    th, td {
      white-space: nowrap;
    }
  }

  #monter2 {
    display: flex;
    z-index: +1;
    padding: 5px;
    background-color: #fff;
    border-radius: 15px;
    margin: 0 auto;
    justify-content: center;
    width: 20%;
    margin-top: 110px;
    
    }
    
#monter2 a{
    color: rgb(145, 145, 145);
    text-decoration: none; 
        height: 30px;
        line-height: 33px;
        font-weight: bold; 
        font-size: 20px; 
        transition: .5s;
    }
    
#monter2 a:hover{
      color: rgb(65, 65, 65);
      padding: 25px 10px 20px 15px;
      }

.h2donnees{
  display: flex;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 35px;
  margin-top: 15px;
  font-size: 36px;
  --s: 0.1em;  
  --c: #ffffff; 
  
  color: #0000;
  padding-bottom: var(--s);
  background: 
    linear-gradient(90deg,var(--c) 50%,#f3f3f3 0) calc(100% - var(--_p,0%))/200% 100%,
    linear-gradient(var(--c) 0 0) 0% 100%/var(--_p,0%) var(--s) no-repeat;
  -webkit-background-clip: text,padding-box;
          background-clip: text,padding-box;
  transition: 0.5s;

}

.h2donnees:hover{
  --_p: 100%


}

/* Fin css page Donnees */


/* Début css page Contact */

#maincontact {
  width: 1080px;
  margin: 0 auto;
  height: 700px;
}

.termsConditions:hover{
  cursor: pointer;

}

#contact {
  background-image: url("../images/image6.jpg");
  padding: 25px;
  margin: 0 auto;
  margin-top: 130px;
  margin-bottom: 50px;
  background-position: center;
  box-shadow: 0px 0px 45px #707070;
}

#titrecontact {
  font-size: 46px;
  text-shadow: 4px 3px 0px #3e3e3e;
}

#contact label:hover {
  cursor: pointer;
}
.contact-form {
  max-width: 300px;
  margin: 20px auto;
  padding: 20px;
  background-color: #333;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 15px rgb(0, 0, 0);
}

#entete {
  display: flex;
  gap: 10px;
}

#checkbox {
  display: flex;
  font-size: 10px; 
  justify-content: space-around;
}




#phpreponse {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  background-color: #3e3e3e;
  border-radius: 15px;
  box-shadow: 0 0 15px #494949;
}

.contact-form {
  display: flex;
  height: 500px;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  color: #fff;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 16px;
  box-sizing: border-box;
  border: 1px solid #444; 
  border-radius: 5px; 
  background: #222; 
  color: #888;
  font-family: 'Cabin', helvetica, arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-shadow: 0 -1px 0 #000;
}

.ie .contact-form input {
  line-height: 40px;
}

.contact-form input::-webkit-input-placeholder {
  color: #9a9a9a;
}

.contact-form input:-moz-placeholder {
  color: #9a9a9a;
}

.contact-form input:focus {
  animation: glow 800ms ease-out infinite alternate;
  background: #222922;
  border-color: rgb(255, 0, 0);
  box-shadow: 0 0 5px rgba(0, 255, 0, .2), inset 0 0 5px rgba(0, 255, 0, .1), 0 2px 0 #000;
  color: #efe;
  outline: none;
}

.contact-form input:focus::-webkit-input-placeholder {
  color: #9a9a9a;
}

.contact-form input:focus:-moz-placeholder {
  color: #9a9a9a;
}

.contact-form button {
  background: #222;
  box-sizing: border-box;
  border: 1px solid #444;
  border-left-color: #000;
  border-radius: 0 5px 5px 0;
  box-shadow: 0 2px 0 #000;
  color: #fff;
  display: block;
  float: left;
  font-family: 'Cabin', helvetica, arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  position: relative;
  text-shadow: 0 -1px 0 #000;
  width: 100%;
  top: 10px;
  cursor: pointer;
}

.contact-form button:hover,
.contact-form button:focus {
  background: #292929;
  color: rgb(255, 0, 0);
  outline: none;
}

.contact-form button:active {
  background: #292929;
  box-shadow: 0 1px 0 #000, inset 1px 0 1px #222;
  top: 1px;
}

@keyframes glow {
  0% {
    border-color: rgb(255, 0, 0);
    box-shadow: 0 0 5px rgb(255, 0, 0), inset 0 0 5px rgb(214, 0, 0), 0 2px 0 #000;
  }
  100% {
    border-color: rgb(255, 0, 0);
    box-shadow: 0 0 20px rgb(248, 0, 0), inset 0 0 10px rgb(207, 1, 1), 0 2px 0 #000;
  }
}

.contact-form textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 16px;
  box-sizing: border-box;
  border: 1px solid #444; 
  border-radius: 5px; 
  background: #222; 
  color: #888;
  font-family: 'Cabin', helvetica, arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-shadow: 0 -1px 0 #000;
  height: 150px; 
}

.contact-form textarea::-webkit-input-placeholder {
  color: #9a9a9a;
}

.contact-form textarea:-moz-placeholder {
  color: #9a9a9a;
}

.contact-form textarea:focus {
  animation: glow 800ms ease-out infinite alternate;
  background: #222922;
  border-color: #393;
  box-shadow: 0 0 5px rgba(0, 255, 0, .2), inset 0 0 5px rgba(0, 255, 0, .1), 0 2px 0 #000;
  color: #efe;
  outline: none;
}

.contact-form textarea:focus::-webkit-input-placeholder {
  color: #efe;
}

.contact-form textarea:focus:-moz-placeholder {
  color: #efe;
}

.contact-form input[type="radio"]{
cursor: pointer;

}

  /* Fin css page Contact */

  /* Début ccs page references */

#references{
width: 1080px;
height: 4400px;
    margin: 50px auto;
    padding: 30px;
    margin-bottom: 100px;
    margin-top: 120px;
    background-color: #2f2f2f;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


.container-ref{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #333333;
  box-shadow: 0 0 20px rgb(88, 88, 88);
  border-radius: 15px;
  transition: box-shadow 0.6s;
  
}

.container-ref img{
  box-shadow: 0 0 20px rgb(88, 88, 88);
  border-radius: 15px;
  

  
}

.container-ref img:hover{
  transform: scale(1.1);
  
}



.container-ref:hover {
  box-shadow: 0 0 40px rgb(126, 126, 126); 
}

.imgsref{
  width: 300px;
  margin: 15px;

}

.imgsref:hover{
transform: scale(1.1);

}

.imgsref2{
  width: 200px;
  margin: 15px;

}

.imgsref3{
  width: 300px;
  margin: 15px;

}





.container-ref2{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background-color: #333333;
  box-shadow: 0 0 20px rgb(88, 88, 88);
  border-radius: 15px;
  transition: box-shadow 0.6s;
  
}

.container-ref2:hover {
  box-shadow: 0 0 40px rgb(126, 126, 126); 
  
}

#divref{
  display: flex;
  flex-direction: column;
  background-color: #333333;
  box-shadow: 0 0 20px rgb(88, 88, 88);
  border-radius: 15px;
  transition: box-shadow 0.6s;
  margin-top: 20px;
  padding: 20px;
  
}

#divref:hover{

  transition: 0.5s;
  box-shadow: 0 0 35px rgb(123, 123, 123);
}


.liensref{
padding: 10px;
color: rgb(255, 255, 255);
text-shadow: 0 0 15px rgb(91, 91, 91);
margin-left: 0 auto;
text-decoration: none;
margin: 5px;


}

.liensref:hover{
  padding: 10px;
  color: rgb(66, 66, 66);
  text-shadow: 0 0 15px rgb(91, 91, 91);
  margin: 0 left;
  transition: 0.5s;
  background-color: rgb(253, 253, 253);
  box-shadow: 0 0 15px rgb(105, 105, 105);
  
  }

#titreaccueilref{
  font-size: 26px;
  
  --s: 0.1em;  
  --c: #ff0000; 
  
  color: #0000;
  padding-bottom: var(--s);
  background: 
    linear-gradient(90deg,var(--c) 50%,#ffffff 0) calc(100% - var(--_p,0%))/200% 100%,
    linear-gradient(var(--c) 0 0) 0% 100%/var(--_p,0%) var(--s) no-repeat;
  -webkit-background-clip: text,padding-box;
          background-clip: text,padding-box;
  transition: 0.5s;
     
  }
  
#titreaccueilref:hover {
  --_p: 100%
    
  }

  #divtexte1 {
    background-color: #3a3a3a; 
    padding: 20px; 
    border: 1px solid #ccc; 
    border-radius: 10px; 
    margin: 20px 0; 
    box-shadow: 0 0px 15px rgba(105, 105, 105); 
    display: flex;
    justify-content: space-between;
  }

  #divtexte1:hover {
    box-shadow: 0 0px 25px rgba(125, 125, 125); 
    transition: 0.5s;
  }
  
  .textediv {
    color: #ffffff;
    font-size: 16px; 
    line-height: 1.5; 
    margin: 10px 0; 
  }
  
  .textediv:hover {
    background-color: #656565;
    transition: 0.5s;
  }
  
 
  .textediv {
    transition: background-color 0.3s ease-in-out;
  }



  /* Fin ccs page references */

  /* Début ccs page partenaire */

  #mainpartenaire{
    width: 1080px;
    height: 1450px;
        margin: 50px auto;
        padding: 30px;
        margin-bottom: 100px;
        margin-top: 120px;
        background-color: #2f2f2f;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

  }

.imgspartenaire{
    max-width: 150px;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    background-image: url("../images/image6.jpg");
}


#imgmathis, #imgmax, #imgraph, #imgyoan{
  padding: 30px;
  --s: 150px;   
  --b: 8px;     
  --g: 14px;    
  --c: #ffffff; 
  
  width: var(--s);
  aspect-ratio: 1;
  outline: calc(var(--s)/2) solid rgba(61, 61, 61, 0.6);
  outline-offset: calc(var(--s)/-2);
  cursor: pointer;
  transition: .3s;
  
}

#imgmathis:hover, #imgmax:hover,  #imgraph:hover, #imgyoan:hover{
    transform: scale(1.1);
    outline: var(--b) solid var(--c);
  outline-offset: var(--g);
    
}



.imgp1 + .imgp1 {
  border-radius: 50%;
}

.blockimg{
    display: flex;
    justify-content: space-between;
    

  }

  #ppartenaire{
    display: flex;
    justify-content: center;
    font-family: 'Sintony', sans-serif;
    margin-bottom: 30px;
    text-shadow: 4px 4px 5px rgb(92, 92, 92);
  }

#paragraphes{
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: justify;
  background: rgb(60, 60, 60);
  border-radius: 15px;
  margin: 10px;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 53px;
  box-shadow: 13px 13px 10px 0 rgb(126, 126, 126),
              15px 15px 0 0 #ffffff,
              15px 11px 10px 0 #ffffff,
              11px 15px 10px 0 #ffffff;
}
  

#p1, #p4, #p3, #p2{
  font-family: 'Sintony', sans-serif;
  text-shadow: 6px 6px 5px rgb(94, 94, 94);
}

#p1{
  font-size: x-large;
}


.blocksp{
  background-color: rgb(54, 54, 54);
  margin: 10px;
  border-radius: 15px;
  padding: 10px;
  box-shadow: 0 0 5px white;
  transition: box-shadow 0.6s;
  
}

.blocksp:hover {
  box-shadow: 0 0 20px white; 
  transform: scaleX(1.1);
  
}

#containerpdf{
display: flex;
justify-content: space-around;
align-items: center;
margin-top: 40px;
border-radius: 15px;
padding: 10px;
height: 60px;


}

.buttonpdf{
  color: #363636;
  background-color: white;
  font-family: 'Sintony', sans-serif;
  border-radius: 10px;
  text-decoration: none;
  width: 300px;
  text-align: center;
 padding: 10px;
  
}

.buttonpdf:hover{
  color: rgb(255, 255, 255);
      padding: 15px;
      box-shadow: 0 0 20px rgb(94, 94, 94);
      background-color: rgb(65, 65, 65);
      transition: .3s;
      cursor: pointer;
      
      
}

#hptitre{
  text-shadow: 4px 4px 5px rgb(92, 92, 92);
  margin-bottom: 50px;
}

.button-container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.image-button {
  padding: 10px 20px;
  background-color: #222;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
  margin-top: 30px;
}

.image-button:hover {
  background-color: #f40000;
  box-shadow: 0 0 15px #f40000 ;
  transition: 1s;
}

.containerbuttoninfo {
display: flex;
flex-direction: row;
margin: 0 10px;
}

.containerpart{
  display: flex;
  justify-content: space-between;
  
  }

.tooltip-container {
  cursor: pointer;
 position: relative;
  margin-top: 50px;
  margin-bottom: -30px;
  
  
}

.tooltip {
  opacity: 0;
  z-index: 99;
  color: #ffffff;
  width: 190px;
  display: block;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 3px;
  text-align: center;
  text-shadow: 1px 1px 2px #111;
  background: rgba(51,51,51,0.9);
  border: 1px solid rgba(99, 99, 99, 0.9);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  position: absolute;
  right: -80px;
  bottom: 40px;
}

.tooltip:before,.tooltip:after {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(99, 99, 99, 0.9);
  position: absolute;
  bottom: -10px;
  left: 43%;
}

.tooltip-container:hover .tooltip,a:hover .tooltip {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* Fin ccs page partenaire */

/* Debut ccs page galerie */

#maingalerie{
  width: 1080px;
  height: 1750px;
      margin: 50px auto;
      padding: 30px;
      margin-bottom: 150px;
      margin-top: 120px;
      background-color: #2f2f2f;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }


#divgal {
    margin-top: 20px;
    display: flex;
    margin: 0 auto; 
    justify-content: center;
    width: 800px;
  
}

#gal {
    text-align: center;
    background-color: rgb(76, 76, 76);
    width: 800px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}

#gal label {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    
}

#gal input[type="file"] {
    display: block;
    margin-bottom: 15px;
    width: 240px;
    padding: 8px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin: 0 auto;
}

#gal input[type="file"]:hover {
  background-color: #f8f8f8;
  cursor: pointer;
  color: #333333;
  box-shadow: 0 0 20px white;
  transition: .5s;
}


#gal input[type="submit"] {
    background-color: #626262;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
    box-shadow: 0 0 5px white;
    width: 200px;
}

#gal input[type="submit"]:hover {
  background-color: #ffffff;
  transition: .5s;
  color: #2e2e2e;
  box-shadow: 0 0 26px rgb(125, 125, 125);
  
}

.imgforeach {
  margin: 10px;
  width: 250px;
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 20px;
}

.imgforeach:hover {
  border-radius: 15px;
  box-shadow: 0 0 25px rgb(113, 113, 113);
  filter: grayscale(0%);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  
}


#containerphpgal{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
  
}

#pgal{
  margin: 0 auto;
  display: flex;

}

#pgal h1{
  margin: 0 auto;
  text-shadow: 4px 4px 5px rgb(92, 92, 92);
  font-size: 36px;
  margin-bottom: 20px;

}

.validegal{
  margin: 0 auto;

}

#monter3 {
  display: flex;
  z-index: +1;
  padding: 5px;
  background-color: #fff;
  border-radius: 15px;
  margin: 0 auto;
  justify-content: center;
  width: 20%;
  margin-top: 610px;
  
  }
  
#monter3 a{
  color: rgb(145, 145, 145);
  text-decoration: none; 
      height: 30px;
      line-height: 33px;
      font-weight: bold; 
      font-size: 20px; 
      transition: .5s;
  }
  
#monter3 a:hover{
    color: rgb(65, 65, 65);
    padding: 25px 10px 20px 15px;
    }
/* Fin ccs page galerie */