@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Raleway:wght@500;600;700&display=swap");
:root {
  --go-green_50: hsla(145, 63%, 42%, 0.5);
  --go-green: hsl(145, 63%, 42%);
    --white: hsl(0, 0%, 100%);
  --ff-poppins: 'Poppins', sans-serif;
  --ff-cuprum: 'Cuprum', sans-serif;
  --fs-1: 4.5rem;
  --fs-2: 3.6rem;
  --fs-3: 3.5rem;
  --fs-6: 2.4rem;
  --fs-7: 2.2rem;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li { list-style: none; }
a {
  color: inherit;
  text-decoration: none;
}
body{
    margin: 0%;
    background: linear-gradient(rgb(233, 233, 228),rgb(204, 206, 199));
    background-repeat: no-repeat;
    height: 100%;
    font-family: sans-serif;
}
::-webkit-scrollbar {
  width: 3px;
  transition: all 0.6s;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  transition: 0.6s;
}
::-webkit-scrollbar-thumb {
  background: red; 
  transition: all 0.6s;
}
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
  transition: 0.6s;
}
#mailmsgphp{
  animation: mailmsgphp 9s;
  opacity: 0;
}
@keyframes mailmsgphp {
  2%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}
.mailcont{
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: left;
  justify-content: center;
  top: 4%;
  left: 10%;
  margin: 2% 0 0 2%;
  background-color: #ffffff;
  border-radius: 15px;
}
.mailcont div{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1%;
  width: 100%;
}
.mailcont div img{
  width: 25px;
}
.mailcont div a{
  text-decoration: none;  
  color: #000000;
  margin: 1%;
  font-weight: 400;
  font-size: 15px;
}
.mailcont div a:hover{
  margin: 1%;
  font-size: 17px;
}
.flechescrool{
  position: fixed;
  left: 90%;
  top: 70%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.6s;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
}
iframe{
  width: 560px;
  height: 315px;
  margin: 0% 27%;
}
.nom{
    font-size: 40px;
    font-weight: bolder;
    font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
    color: rgb(46, 4, 4);
    animation: nom 1s ease-out 0.2s 1 forwards;
    margin: 2%;
}
 /****************/
 .ind1{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(36,0,21,1) 20%, rgba(121,9,43,1) 51%, rgba(144,7,60,1) 75%, rgba(255,0,112,1) 100%);
    padding-bottom: 4%;
}
.ind1 h4{
    position: relative;
    margin-left: 120px;
    color: rgb(15, 12, 12);
    padding: 2%;
    background-color: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 160%;
    margin-top: -4%;
}
.ind1 p{
    margin-left: 300px;
    margin-top: -140px;
    font-size: 16px;
    text-align: justify;
    color: #fff;
    margin-right: 6%;
}
.ind1 img{
  position: relative;
  width: 200px;
  border-radius: 15px;
  margin-left: 60px;
}
.ind1 div{
  display: flex;
  flex-wrap: nowrap;
}
.ind1 div span{
  margin: 0% 6%;
  font-size: 20px;
  color: #e7e7e7;
  font-family: sans-serif;
}
/* *********** */
.ind2 h3{
    text-align: center;font-size: 20px;
    color: #0c690c69;
    border-radius: 15px;
    width: 100%;
}
.ind4{
    color: aliceblue;
    display: flex;
    flex-wrap: wrap;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}
.ind4 div{
display: flex;
flex-wrap: nowrap;
margin: 1%;
}
.ind4 div div{
    display: flex;
    flex-wrap: wrap;
    margin-left: 4%;
    margin-top: 0%;
    }
    .ind4 div div div{
      display: flex;
      flex-wrap: wrap;
      margin: 0% 12%;
    }
    .ind4 div div div span{
      font-size: 14px;
      margin: 1%;
    }
    .ind4 div div h2{
        color: rgb(22, 21, 21);
        border-bottom: 5px solid rgba(15, 15, 15, 0.349);
        width: 40%;
      }
      .ind4 div div h1{
        color: rgb(22, 21, 21);
        border-bottom: 5px solid rgba(15, 15, 15, 0.349);
        width: 60%;
        font-size: 30px;
      }
    .ind4 div div p{
        font-size: 16px;
        margin: 1% 4%;
        text-align: justify;
        color: #000000;
      }
    .ind4 div div span{
       font-size: 16px;
       margin: 2%;
       color: #000000;
        }
        .ind4 div div span a{
          text-decoration: none;
          color: rgb(61, 38, 38);
             }
      .ind4 div img{
        width: 300px;
        border-radius: 15px;
        margin-right: 1%;
}
.ind5{
    background-color: #fff;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}
.ind5 div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    }
.ind5 div div{
display: flex;
flex-wrap: wrap;
width: 20%;
margin: 4%;
border-radius: 15px;
text-align: center;
}
.ind5 div div p{
        font-size: 80%;
        border-radius: 15px;
        color:#070707;
        padding: 2%;
        text-align: justify;
      }
.ind5 div div h2{
       font-size: 18px;
       margin: 5%;
        }
        .ind4 div div span a{
          text-decoration: none;
          color: rgb(61, 38, 38);
             }
.ind5 div div img{
  width: 90%;
    height: 140px;
    border-radius: 15px;
    margin: 2%;
}
.ind5 button {
    height: 50px;
    width: 200px;
    cursor: pointer;
    border: 2px solid #252525;
    border-radius: 30px;
    color: #333;
    transition: all 0.5s ease-in-out;
    font-weight: 800;
    margin: 2% 14%;
  }
 .ind5 button:hover {
    box-shadow: 1px 1px 200px #252525;
    color: #faf5f5;
    background-color: #110f0f;
    border: none;
  }
  /**************/
  .about .container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0% 5px;
    position: relative;
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count: 2;
    transition: all 2s;
    left: -4;
  }
  @keyframes example {
    0%   { left:0px}
    25%  { left:40px}
    50%  { left:60px}
    75%  { right:100px}
    100% { left:0px}
  }
  .about-banner {
     filter: drop-shadow(2px 2px 5px hsla(0, 0%, 0%, 0.08));
      margin: 0% 2%; 
      transition: all 0.8s;
   }
  .about-banner img{
    border-radius: 15px;
  }
  .about .section-text { margin: 1px; text-align: justify; }
  .about-list { margin-block-end: 2px; color: #143035; }
  .about-list .has-before {
    font-family: var(--ff-cuprum);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
  }
  .h2-sm{
    margin: 0% 0% 1.5% 0% ;
    color: #0c690c69;
  }
  .section-title{
    margin: 4% 0%;
    color: rgba(20, 20, 20, 0.493);
  }
  /*************/
  .partenaire{
    margin-top: 0;
    color: rgb(78, 25, 25);
    padding: 1%;
    background-color: #f5f5f594;
    text-align: left;
    padding: 1% 5%;
    font-size: 20px;
}
.salle{
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
}
  #partenatel{
    display: flex;
    flex-wrap: nowrap;
    background-color: #fcfbfb;
}
#partenatel div{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 1%;
 }
#partenatel div img{
  animation: salle 20s infinite;
  position: relative;
    width: 40%;
    margin: 1%;
    border-radius: 15px;
}
@keyframes salle {
0%   { left:0%;}
25%  { left:16%;}
50%  { left:76%;}
75%  { left:-78%;}
100% { left:0%;}
}
   .recru{
    background-color: #ccc;
    text-align: center;
    font-size: 20px;
    margin: 1% 12%;
   }
   #recru{
    margin: 0% 12%;
    font-size: 14px;
    font-family: 'Times New Roman', Times, serif;
   }
   .mySlides {
    display: none
  }
  .slideshow-container {
    max-width: 100%;
    width: 100%;
    position: relative;
    margin: auto;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    }
  .slideshow-container img {
    vertical-align: middle;
    border-radius: 15px;
    width:90%;
    height: 90%;
    margin: 2% 4%;
  }
  .Finanimer {
  position: relative;
  font-family: Impact, sans-serif;
  font-size: 100%;
  letter-spacing: 2px;
  background: linear-gradient(90deg, #1b1b1b, #1d1c1c, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 20s infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  margin: 0% 0% 4% 0%;
  width: 100%;
  text-align: center;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }}
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  @-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  @media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
  .dot{
   height: 10px;
    width: 10px;
  }
  @media only screen and (max-width: 500px) {
    .prev, .next,.text {font-size: 14px}
  }
  }
/********footer*********/
#formul{
  visibility: hidden;
  position:fixed;
  width: 100%;
  height:100vh; 
  left: 0;
  top: 0;
  background-color: #ffffffcb;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
#formul .form-image{
  position:absolute;
  padding: 4%;
  background-color: #491111;
  width: 60%;
  height: 60%;
  border-radius: 15px;
}
#formul .form-image form{
  width: 80%;
  margin: 20%;
}
#formul .form-image h2{
  text-align: center;
  color: #ee9000;
  font-size: 28px;
}
#formul .form-image form img{
  position: absolute;
  width:20px;
  height: 20px;
  cursor: pointer;
  float: left;
  right: 2%;
  top: 2%;
 border-radius: 15px;
 filter: invert(100%);
 transition: 0.4s;
}
#formul .form-image form img:hover{
  width:25px;
  height: 25px;
 filter: invert(0%);
 transition: 0.6s;
}
#formul .form-image div{
  text-align: center;
  color: #fdfdfd;
  font-size: 24px;
  align-items: center;
  justify-content: center;
  margin: 4%;
}
footer{
  background-color: black;
  color: var(--text-color);
  padding: 1% 0%;
  animation-duration: 6s;
  animation-name: footer12;
}
@keyframes footer12 {
  from{ opacity: 0; }
  to{ opacity: 1; }}

  .footer__container{
    position: relative;
    animation-duration: 6s;
    animation-name: footerbb2;
  }
  @keyframes footerbb2 {
    from{ left: -1000px; }
    to{ left: 0; }}
.lignedroit{
  width: 100%;
  margin: 0%;
}
.lignedroit1{
  width: 80%;
  margin: 4%;
  border-color: rgba(253, 253, 253, 0.219);
}
.footer__data{
 width:100%;
}
.footer__data ul{
  list-style-type: none;
  padding: 4%;
}
.footer__data ul li{
  padding: 2% 0%;
}
.footer__data ul li a{
 font-size: 16px;
 text-decoration: none;
 transition: 0.8s ease;
}
.footer__data ul li a:hover{
  font-size: 15px;
  transition: 0.8s ease;
  color: rgb(31, 46, 46);
 }
.grid {
  display: grid;
  gap: 1rem;
}
.footer__container {
  padding:1% 6%;
  background-color:rgba(63, 62, 62, 0.233);
  border-radius:15px;
}
.footer__content {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  row-gap: 2rem;
}
.footer__subtitle {
  font-size: 20px;
  color: rgb(8, 95, 95);
}
.footer__title img {
  width: 80px;
  border-radius: 15px;
}
.footer__description {
  color:white;
}
.footer__social img{
  width: 40px;
  border-radius: 50%;
  filter: invert(100%);
}
.footer__item {
  color: white;
}
.footer__link {
  color: white;
}
.footer__rights {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: rgb(8, 95, 95);
}
.nimeo{
  color: #96939370;
  margin: 1% 0 0 0;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.8s;
}
.nimeo:hover{
  color: #5a090970;
  transition: all 0.8s;
}
.footer__terms-link {
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  background-color: rgb(65, 9, 9);
  padding: 20px;
  border-radius: 15px;
  transition: all 0.8s;
  color: white;
  width:150px
}
.footer__terms-link:hover {
  color: rgb(15, 94, 114);
  font-size: 17px;
  transition: all 0.8s;
}
@media screen and (min-width: 768px) {
  .footer__rights {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__content {
    justify-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    margin:2%
  }
} 
/*******************/
.sliderpartact{
  color: rgba(19, 18, 18, 0.699);
  display: flex;
  flex-wrap: wrap;
  background-color: #ccd5d6;
  font-family:  'Arial Narrow Bold', sans-serif;
}
.datenews {
  display: inline-block;
  font-size: 14px;
  background: #52b034;
  color: #fff;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 14px;
  margin-bottom: 10px;
}
.datenews a{
  text-decoration: none;
  color: #631406;
  font-size: 14px;
  transition:  3s;
}
.datenews a:hover{
  font-size: 13px;
  transition: 3s;
}
.hrc{
border: 0.5px solid rgb(48, 47, 47);
width: 60%;
}
.infobtn {
  --primary-color: #645bff;
  --secondary-color: #fff;
  --hover-color: #111;
  --arrow-width: 10px;
  --arrow-stroke: 2px;
  box-sizing: border-box;
  border: 0;
  color: var(--secondary-color);
  padding: 1em 1.8em;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  font-weight: bold;
  margin: 1%;
}
.infobtn .arrow {
  margin-top: 1px;
  width: var(--arrow-width);
  background: var(--primary-color);
  height: var(--arrow-stroke);
  position: relative;
  transition: 0.2s;
}
.infobtn .arrow::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid var(--secondary-color);
  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
  display: inline-block;
  top: -3px;
  right: 3px;
  transition: 0.2s;
  padding: 3px;
  transform: rotate(-45deg);
}
.infobtn:hover {
  background-color: var(--hover-color);
}
.infobtn:hover .arrow {
  background: var(--secondary-color);
}
.infobtn:hover .arrow:before {
  right: 0;
}
/********ateliers**********/
#partenaire{
  display: flex;
  flex-wrap: wrap;
  width: 98%;
  margin: 0.5%;
  background-color: rgba(204, 198, 191, 0.671);
  border-radius: 15px;
}
#partenaire > .liste{
  width: 200px;
  display: flex;
  flex-wrap: nowrap;
  margin: 0.5% 12%;
}
#partenaire  .liste a{
  text-decoration: none;
  display: flex;
  flex-wrap: nowrap;
}
#partenaire  .liste a:hover{
 color: #7c0815;
}
#partenaire .liste img{
  width: 150px;
  margin: 01% 2%;
  border-radius: 15px;
}
/********actualité***********/
.partactu .actu {
  margin: 0 auto;
  display: grid;
  place-content: center;
  background-color: var(--background-color);
  font-family: "Oswald", sans-serif;
  font-size: clamp(1rem, 1rem + 1vw, 1rem);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-color);
}
.partactu{
  color: rgba(19, 18, 18, 0.699);
  display: flex;
  flex-wrap: wrap;
  background-color: #ccd5d6;
  font-family:  'Arial Narrow Bold', sans-serif;
}
.hrc{
border: 0.5px solid rgb(48, 47, 47);
width: 60%;
}
.partactu div div span{
background-color: rgba(58, 70, 70, 0.712);
width: 100%;
padding: 1%;
font-size: 18px;
color: rgba(151, 14, 14, 0.822);
font-weight: 400;
text-decoration:double ;
}
.partactu div{
display: flex;
flex-wrap: nowrap;
margin: 1% 6%;
}
.partactu div div{
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.partactu div img{
  width: 320px;
  height: 230px;
  border-radius: 10px;
}
.partactu div p{
margin: 4%;
text-align: justify;
font-size: 14px;
}
/*****************/
.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper .gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery span {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gallery .image {
  padding: 4px;
  width: calc(100%/3);
}
.gallery .image img {
  width: 100%;
  height: 250px;
  vertical-align: middle;
  transition: all 0.6s ease;
}
.gallery .image:hover img {
  transform: scale(1.1);
}
.preview-box {
  position: fixed;
  max-width: 700px;
  width: 100%;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  padding: 0 5px 5px 5px;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.preview-box.show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease;
}
.preview-box .details {
  display: flex;
  align-items: center;
  padding: 12px 15px 12px 10px;
  justify-content: space-between;
}
.preview-box .details .icon {
  color: #007bff;
  cursor: pointer;
  font-size: 20px;
}
.details .title {
  display: flex;
  font-size: 18px;
  font-weight: 400;
}
.details .title p {
  margin: 0 5px;
}
.details .title p.current-img {
  font-weight: 500;
}
.preview-box .img-box {
  display: flex;
  width: 100%;
}
.img-box .slide {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  font-size: 30px;
  cursor: pointer;
  color: #fff;
  width: 60px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.img-box .slide.prev {
  left: 0;
}
.img-box .slide.next {
  right: 0;
}
.preview-box .img-box img {
  width: 100%;
  border-radius: 0 0 3px 3px;
}
.shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 1000px) {
  .gallery .image {
    width: calc(100%/2);
  }
}
@media (max-width: 600px) {
  .gallery .image {
    width: 100%;
    padding: 4px;
  }
}
/*****************/
.numbertext {
  color: #3a0404;
  font-size: 24px;
  padding: 1px 12px;
  position: relative;
  top: 0;
}
/***********/
.Formaimg{
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(36,0,21,1) 20%, rgba(121,9,43,1) 51%, rgba(144,7,60,1) 75%, rgba(255,0,112,1) 100%);
  padding: 1%;
}
.Formaimg h1{
  font-size: 26px;
  margin-left:26%;
  margin-top:2%;
  padding-top: 1%;
  padding-bottom: 1%;
  border-radius: 15px;
  background-color: #f8f8f8;
  text-align: center;
  color: #070707;
}
/***************/
#Conta{
  display: flex;
  flex-wrap: wrap;
  color: rgba(114, 69, 69, 0.801);
  justify-content: center;
  align-items: center;
}
 #Conta h2{
  width: 100%;
  margin: 1%;
  font-size: 20px;
}
  .tables{
  width: 100%;
  margin: 0.5%;
}
.tables input{
   padding: 8px;
   border-radius: 15px;
   border: none;
   width: 100%;
   font-size: 100%;
   font-family: Georgia, Times, 'Times New Roman', serif;
}
.tables form label{
   font-size: 100%;
   visibility: hidden;
   font-family: Georgia, Times, 'Times New Roman', serif;
}
.tables textarea{
   padding: 2%;
   padding-right: 6%;
   border-radius: 15px;
   border: none;
   font-size: 90%;
   font-family: Georgia, Times, 'Times New Roman', serif;
}
.tables button{
  --primary: #ff5569;
  --neutral-1: #f7f8f7;
  --neutral-2: #e7e7e7;
  --radius: 14px;
  cursor: pointer;
  border-radius: var(--radius);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border: none;
  box-shadow: 0 0.5px 0.5px 1px rgba(255, 255, 255, 0.2),
    0 10px 20px rgba(0, 0, 0, 0.2), 0 4px 5px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
  min-width: 100px;
  padding: 12px;
  height: 40px;
  font-family: "Galano Grotesque", Poppins, Montserrat, sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  margin: 4%;
}
.tables button:hover{
   font-size: 110%;
   transition: all 0.9s;
  transform: scale(1.02);
  box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.3),
    0 15px 30px rgba(42, 59, 57, 0.3), 0 10px 3px -3px rgba(27, 81, 85, 0.04);
}
/**********/
#Conta .Const2{
  background-color: #fff;
  color: black;
  border-radius: 15px;
  margin: 3% 4% 5% 4%;
  width: 40%;
}
#Conta .Const2 h4{
  font: 14px bold;
  color: rgb(87, 15, 15);
  text-align: right;
  margin: 2%;
}
#Conta .Const2 p{
  color: rgb(8, 8, 8);
  margin: 2%;
  font: 16px bold;
}
#Conta .Const2 p a{
  text-decoration: none;
  color: black;
}
#Conta .Const2 p a:hover{
  font-size: 18px;
  color: rgb(75, 4, 4);
}
/****************/
#partenainscrip{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 98%;
  margin: 1%;
  background-color: rgba(204, 198, 191, 0.671);
  border-radius: 15px;
}
#partenainscrip div {
  font-size: 20px;
  margin: 0% 6%;
}
#partenainscrip .btn010 {
  width: 6.5em;
  height: 2.3em;
  margin: 0.5em;
  background: black;
  color: white;
  border: none;
  border-radius: 0.625em;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
 }
 #partenainscrip .btn010 a:hover {
  color: rgb(0, 0, 0);
 }
 #partenainscrip .btn010:after {
  content: "";
  background: white;
  position: absolute;
  border-radius: 15px;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
 }
 #partenainscrip .btn010:hover:after{
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
 }
 #partenainscrip .btn010 a{
  text-decoration: none;
  color: #f1ecec;
 }
 /********Presentation*********/
.presst1{
  display: flex;
  flex-wrap: wrap;
  margin: 2%;
  color: #ee9000;
}
.presst1 h2{
  width: 100%;
}
.presst1 div{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 1%;
  width: 100%;
  animation: state 2s ease;

}
.presst1 .div div{
  display: flex;
  flex-wrap: nowrap;
  margin: 2%;
  width: 100%;
}
.presst1 .pres102 h4{
  font-size: 40px;
  margin: 2%;
  transition: all 2s ease;
}
@keyframes state {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.presst1 .pres102 h5{
  font-size: 20px;
  color:#0e0d0d56;
}
.presentationsimple{
  display: flex;
  flex-wrap: nowrap;
  background-color: #b6b2b2;
}
.presentationsimple h1{
  background-color: #f1ececec;
  color: #ee9000;
  padding: 1%;
  font-size: 200%;
}
.presentationsimple div{
  margin: 2%;
}
.presentationsimple div p{
  margin: 2% 2%;
  text-align: justify;
}
.presentationsimple div img{
  border-radius: 15px;
  width: 400px;
  margin: 2%;
}
.presentationsimple div div{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.presentationsimple div div img{
  border-radius: 15px;
  width: 200px;
  margin: 2%;
}

@media (max-width: 800px) {
iframe{
  margin: 2% 4%;
  width: 360px;
  height: 215px;
}
  .ind1 h4{
    margin-left: 100px;
    padding: 2%;
    font-size: 130%;
  }
    /**********************/
    .ind1 p{
      margin-left: 250px;
      margin-top: -140px;
      font-size: 14px;
      margin-right: 4%;
  }
  .ind1 img{
    margin-left: 20px;
  }
  .ind1 span{
    font-size: 28px;
    margin: 0% 8%;
    width: 100%;
  }
  /***************/
    .ind4 div div{
        margin-left: 1%;
        margin-top: 0%;
        }
        .ind4 div div div{
          display: flex;
          flex-wrap: wrap;
          margin: 0% 12%;
        }
        .ind4 div div div span{
          font-size: 12px;
        }
        
        .ind4 div div p{
            font-size: 14px;
            padding: 0.5%;
          }
    .ind4 div div span{
           font-size: 14px;
           margin: 1%;
            }
    .ind4 div img{
        width: 200px;
    }
    /*******************/
    .ind5 div div{
      width: 40%;
      margin: 4%;
      }
     
      .ind5 div div h2{
             font-size: 16px;
             margin: 4% 4%;
              }
              .ind4 div div span a{
                text-decoration: none;
                color: rgb(61, 38, 38);
                   }
      /********************/
      .presentationsimple{
        display: flex;
        flex-wrap: wrap;
        background-color: #b6b2b2;
      }
      .presentationsimple h2{
        font-size: 150%;
      }
        
      .presentationsimple div img{
        width: 100%;
        margin: 1% 1%;
      }
      .presentationsimple div div{
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        margin: 2%;
      }
      .presentationsimple div div img{
        border-radius: 15px;
        width: 50%;
        margin: 2%;
      }
      /*************/
      .presst1 h2{
        width: 100%;
      }
      .presst1 div{
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        margin: 1%;
        width: 100%;
      }
      .presst1 .div div{
        display: flex;
        flex-wrap: nowrap;
        margin: 1%;
        width: 100%;
      }
      .presst1 .pres102 h4{
        font-size: 25px;
        margin: 2%;
      }
      .presst1 .pres102 h5{
        font-size: 12px;
        color:#dfd6d6;
      }
      #partenainscrip div {
        font-size: 16px;
        padding: 1%;
        margin: 0% 1%;
      }
.partactu div{
  display: flex;
  flex-wrap: wrap;
  margin: 1% 2%;
  }
  .partactu div img{
    margin: 0 14%;
    width: 90%;
    height: 280px;
    border-radius: 10px;
  }
  .partactu div p{
  margin: 2%;
  text-align: justify;
  font-size: 14px;
  }
  .Formaimg h1{
    font-size: 20px;
    margin-left:8%;
    margin-top:2%;
    padding: 2%;
    border-radius: 15px;
    background-color: #f8f8f8;
    text-align: center;
    color: #070707;
  }
  #Conta{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #Conta div{ 
    width: 80%;
  }
  #Conta .Const2{
    background-color: #fff;
    color: black;
    border-radius: 15px;
    margin: 3% 4% 5% 4%;
    width: 80%;
  }
  .mailcont{
    left: 16%;
    margin: 1%;
    width: 65%;
  }
  .mailcont div{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5%;
    width: 100%;
  }
  .mailcont div img{
    width: 18px;
  }
  .mailcont div a{
    font-size: 13px;
  }
  .mailcont div a:hover{
    margin: 1%;
    font-size: 16px;
  }
  .about .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .ind4 div div h2{
    width: 80%;
  }
  .ind2 h3{
    font-size: 18px;
    margin-left: 14%;
    margin-right: 14%;
}
  iframe{
    margin: 2% 8%;
    width: 260px;
    height: 215px;
  }
  .ind1 h4{
    margin-left: 60px;
    padding: 2%;
    font-size: 100%;
  }
  /**************/
  .ind1 p{
    margin-left: 180px;
    margin-top: -100px;
    font-size: 10px;
    margin-right: 2%;
}

.ind1 img{
  margin-left: 10px;
  width: 160px;
}
.ind1 span{
  font-size: 24px;
  margin: 0% 4%;
}
/****************/

  .ind5 div div h2{
         font-size: 16px;
         margin: 4%;
          }
          /*************/
            .ind4 div div div{
              display: flex;
              flex-wrap: wrap;
              margin: 0% 12%;
            }
            .ind4 div div div span{
              font-size: 10px;
            }
            
            .ind4 div div p{
                font-size: 12px;
                padding: 0.5%;
                width: 100%;
              }
        .ind4 div img{
            width: 180px;
            height: 70%;
            margin: 2% 1%;
        }
        /************/
        .partactu div img{
          margin: 0 6%;
          height: 280px;
          border-radius: 10px;
        }
}

/***************/
@media (max-width: 400px) {
  .ind4 div div h2{
    width: 80%;
  }
  .ind2 h3{
    font-size: 20px;
    margin-left: 14%;
    margin-right: 14%;
}
  iframe{
    margin: 2% 8%;
    width: 260px;
    height: 215px;
  }
  .ind1 h4{
    margin-left: 60px;
    padding: 2%;
    font-size: 100%;
  }
   .recru{
    background-color: #ccc;
    font-size: 18px;
    margin: 1% 4%;
   }
   #recru{
    margin: 0% 6%;
    font-size: 12px;
    font-family: 'Times New Roman', Times, serif;
   }
  /**************/
  .ind1 p{
    margin-left: 160px;
    margin-top: -90px;
    font-size: 8px;
    margin-right: 2%;
}
.ind1 img{
  margin-left: 6px;
  width: 140px;
}
.ind5 div div h2{
 font-size: 18px;
 margin: 5%;
  }
  .ind4 div div span a{
    text-decoration: none;
    color: rgb(61, 38, 38);
       }
/****************/
.partenaire{
  padding: 1%;
  padding: 1% 5%;
  font-size: 14px;
}
  .ind5 div div h2{
         font-size: 12px;
         margin: 4%;
          }
          .ind5 div div p{
            font-size: 40%;
          }
          /*************/
            .ind4 div div div{
              display: flex;
              flex-wrap: wrap;
              margin: 0% 6%;
            }
            .ind4 div div div span{
              font-size: 8px;
            }
            
            .ind4 div div p{
                font-size: 12px;
                padding: 0.5%;
                width: 100%;
              }
       
        .ind4 div img{
            width: 140px;
            height: 70%;
        }
        /************/
        .partactu div div span{
          background-color: rgba(58, 70, 70, 0.712);
          width: 100%;
          padding: 1%;
          font-size: 14px;
          color: rgba(151, 14, 14, 0.822);
          font-weight: 400;
          text-decoration:double ;
          }
          .partactu div img{
            height: 230px;
            margin: 2% 4%;
          }
          .ind2 h3{
            text-align: center;
            font-size: 16px;
            color: #fff;
            margin-left: 5%;
            margin-right: 5%;
        }
  .flechescrool{
    left: 85%;
    top: 70%;
    width: 35px;
    height: 35px;
    transition: 0.8s;
  }
  #partenaire{
    width: 98%;
  }
  #partenaire > .liste{
    width: 100px;
    margin: 4% 6%;
  }
  #partenaire  .liste a{
    font-size: 8px;

  }
  #partenaire .liste img{
    width: 60px;
    margin: 1% 2%;
  }
  #partenainscrip div {
    font-size: 70%;
    padding: 1%;
    margin: 0% 1%;
  }
  #partenainscrip .btn010 {
    width: 6.5em;
    height: 2em;
    margin: 0.4em;
    border-radius: 0.625em;
    font-size: 18px;
   }
   .ind4 div div h2{
    width: 80%;
  }
  .presentationsimple div p{
    font-size: 12px;
    width: 94%;
  }

  .tables textarea{
    padding: 2%;
    padding-right: 1%;
    font-size: 80%;
 }
 .Formaimg h2{
  font-size: 16px;
  margin-left:12%;
  margin-top:2%;
  padding-top: 1%;
  padding-bottom: 1%;
}
}
/**************************/
.bodyiftpl{
  min-height: 8vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1% 0%;
}
.commentiftpl{
  max-width: 1120px;
  width: 100%;
  background-color: rgba(227, 231, 233, 0.116);
}
.commentif{
  border-radius: 25px;
  background-color: rgb(0, 0, 0);
  width: 320px;
}
.commentiftp{
  margin: 0 40px;
  overflow: hidden;
}
.commenti,.commentifcont{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.commenti{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 25px 25px 25px 0;
  color: black;
}
.overlay img{
  width: 25%;
  margin: 2%;
  border-radius: 15px;
}
.overlay p{
 color: rgb(31, 30, 30);
 font-size: 100%;
 margin: 2%;
}
.commentiftpimg{
  position: relative;
  height:160px;
  width: 150px;
  padding: 3px;
  border-radius: 40%;
}
.commentiftpimg .commentiftpimg2{
  height: 90%;
  width: 90%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #0d8aa0;
  position: relative;
  left: 20%;
}
.nameiftpl{
  font-size: 18px;
  font-weight: 500;
  color: #969393;
}
.commenteleve{
  font-size: 12px;
  color: rgb(255, 255, 255);
  text-align: justify;
}