
:root {
  --primary-color-dark: #8cece8;
  --white: #ffffff;
  --gradient: linear-gradient(to right, rgb(18, 181, 187), var(--primary-color));
}

.btn {
padding: 0.5rem 1.5rem;
outline: none;
border: none;
font-size: 14px;
color: rgb(24, 145, 167);
background-image: var(--gradient);
border-radius: 5rem;
cursor: pointer;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}


/***********************************************/

.spinnerContainer {
display: flex;
flex-direction: column;
align-items: center;
}

.spinner {
width: 56px;
height: 56px;
display: grid;
border: 4px solid #0000;
border-radius: 50%;
border-right-color: #c92d12;
animation: tri-spinner 1s infinite linear;
}

.spinner::before,
.spinner::after {
content: "";
grid-area: 1/1;
margin: 2px;
border: inherit;
border-radius: 50%;
animation: tri-spinner 2s infinite;
}

.spinner::after {
margin: 8px;
animation-duration: 3s;
}

@keyframes tri-spinner {
100% {
  transform: rotate(1turn);
}
}

.loader {
color: #4a4a4a;
font-family: "Poppins",sans-serif;
font-weight: 500;
font-size: 25px;
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 40px;
padding: 10px 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-radius: 8px;
}

.words {
overflow: hidden;
}

.word {
display: block;
height: 100%;
padding-left: 6px;
color: #0d4777;
animation: cycle-words 5s infinite;
}

@keyframes cycle-words {
10% {
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
}

25% {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

35% {
  -webkit-transform: translateY(-205%);
  transform: translateY(-205%);
}

50% {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
}

60% {
  -webkit-transform: translateY(-305%);
  transform: translateY(-305%);
}

75% {
  -webkit-transform: translateY(-300%);
  transform: translateY(-300%);
}

85% {
  -webkit-transform: translateY(-405%);
  transform: translateY(-405%);
}

100% {
  -webkit-transform: translateY(-400%);
  transform: translateY(-400%);
}
}



/*******************/
.language-switcher {
position: absolute;
top: 30px;
right: 70px;
cursor: pointer;
font-size: 22px;

}

#switcher {
width: 33px;
margin-top: 5px;
margin-left: -12%;
}
.language-switcher h2 {
width: 50px; /* Largeur de l'icône de langue */
height: auto; /* Hauteur automatique pour conserver les proportions */
color: white;
}


@media (max-width:450px){
.language-switcher {
    position: absolute; /* Position absolue pour l'icône */
    top: 11px; /* Alignement en haut */
    right: 42px ; /* Alignement à droite */
    cursor: pointer;
    font-size: 19px;
}
.language-switcher h2 {
  width: 40px;
  height: auto;
  margin-top: 23%;
  margin-left: 26%;
}
#switcher {
  width: 30px;
  margin-top: 2px;
  margin-left: -12%;
}

}


           

.language-menu {
display: none;
position: absolute;
background-color: rgba(255, 255, 255, 0.7); /* Couleur semi-transparente */
padding: 7px;
list-style: none;
margin: 0;
font-size: medium;
}

.language-menu li {
margin-bottom: 10px;
display: flex;
align-items: center;
}

.language-menu li a {
text-decoration: none;
color: #fff;
display: flex;
align-items: center;
position: relative;
top: 4px;
}

.language-menu li a:hover {
color: #ddd;
}

.language-menu li a img {
width: 20px; /* Largeur de l'image */
height: auto; /* Hauteur automatique pour conserver les proportions */
margin-right: 5px; /* Marge à droite de l'image pour l'espace */
}

/*logoo***********************************************************************************************************************************/
@media (min-width: 1000px) and (max-width: 1500px) {


.hamburger-lines{
  position: absolute;
  top: -8px;
  left: -3%;
}

:root {
  --fontSize-1: 4.4rem;
  --fontSize-2: 3.5rem;
  --section-padding: 100px;
}

.container {

  width: 100%;
      
}

.headline-3 { --fontSize-2: 2.4rem; }

.topics .section-title { font-size: 2rem; }

.slider { --slider-items: 3; }

.slider-item { min-width: calc(33.33% - 13.33px); }

.feature { position: relative; }

.feature-bg {
  display: block;
  position: absolute;
  top: -100px;
  right: 0;
  pointer-events: none;
}

.recent-post-card {
  grid-template-columns: 0.5fr 1fr;
  gap: 20px;
}


}

@media (min-width: 768px) and (max-width: 994px) {

.recent-post-card { grid-template-columns: 0.7fr 1fr; }
.leftt h2{
  position: absolute;
  top: 14%;
  left: 9%;
  font-size: 23px;
}
.card-text{
  margin-top: 21%;
}
}

@media (min-width: 1200px) {
.container { max-width: 1865px; }
body.nav-active { overflow-y: overlay; }
}

@media (min-width: 576px){
.container, .container-sm {
  max-width: 782px;
}
}
@media (min-width: 992px){
.container, .container-lg, .container-md, .container-sm {
    max-width: 1115px;
}

}

@media (min-width: 768px){
.container, .container-md, .container-sm {
    max-width: 948px;
}
}

@media (min-width: 768px){
.container, .container-md, .container-sm {
    max-width: 1894px;
}
}




.logo {
  position: absolute;
  top: 0px;
  left: 0%;
  width: 143px;
}






  /****************************************************footer*************************************************************************/
  
  .footer-section::after {
    content: "";
    background: url(../img/bgContact.6310a8e.svg) no-repeat right center;
    position: absolute;
    top: -111px;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
  
}

  .text-primary {
  color: #88b44e !important;
  }
  .mb-4 {
  margin-bottom: 0rem !important;
  }
  @media (min-width: 1200px)
  {
  h4, .h4 {
  font-size: 1.5rem;
  }
  h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
  }
  }
  
  ul {
  margin: 0px;
  padding: 0px;
  }
  .footer-section {
  background: #1A1D20;
  position: relative;
  }
  .footer-cta {
  border-bottom: 1px solid #373636;
  }
  .single-cta i {
  color: #1a8ca3;
  font-size: 30px;
  float: left;
  margin-top: 8px;
  }
  .cta-text {
  padding-left: 15px;
  display: inline-block;
  }
  @media(max-width:450px){
    .cta-text {
      display: inline-block;
    padding: 13px;  
    } 
  }
  .cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
  }
  .cta-text span {
  color: #757575;
  font-size: 16px;
  }

@media(max-width:450px){
  .cta-text span {
  line-height: 23px;  
  }
}

  .footer-content {
  position: relative;
  z-index: 2;
  }
  .footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
  }
  .footer-logo {
  margin-bottom: 30px;
  }
  .footer-logo img {
  max-width: 200px;
  }
  .footer-text p {
  margin-bottom: 14px;
  font-size: 16px;
    color: #7e7e7e;
  line-height: 28px;
  }
  .footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
  }

@media(max-width:450px){
  
  .footer-social-icon  {
    margin-bottom: 30px;}
}

  .footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
  }
  .footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  }
  .facebook-bg{
  background: #3B5998;
  }
  .twitter-bg{
  background: #55ACEE;
  }
  .google-bg{
  background: #DD4B39;
  }
  .footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  }
  .footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background:#1a8ca3;
  }
  .footer-widget ul li {
  display: inline-block;
 
  width: 50%;
  margin-bottom: 12px;
  }
  .footer-widget ul li a:hover{
  color: #1a8ca3;
  }
  .footer-widget ul li a {
  color: #878787;
  
  }
  .subscribe-form {
  position: relative;
  overflow: hidden;
  }
  .subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
  }
  .subscribe-form button {
  position: absolute;
  right: 0;
  background: #1a8ca3;
  padding: 13px 20px;
  border: 1px solid #1a8ca3;
  top: 0;
  }
  .subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
  }
  .copyright-area{
  background: #202020;
  padding: 25px 0;
  }
  .copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
  }
  .copyright-text p a{
  color: #1a8ca3;
  }
  .footer-menu li {
  display: inline-block;
  margin-left: 20px;
  }
  .footer-menu li:hover a{
  color: #1a8ca3;
  }
  .footer-menu li a {
  font-size: 14px;
  color: #878787;
  }
  

@media(max-width:450px)
{
  .contact-button {
  margin-bottom: 45px;
}
  
}


  .contact-button {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    border: 2px solid #49b2c7;
    background-color: #1A1D20;
    transition: background-color 0.3s ease, background-position 0.3s ease;
    margin-top: 3%;
    width: 71%;
    background-image: linear-gradient(to right, #49b2c7 50%, #1A1D20 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    font-weight: bold;
    font-size: 18px;
  
  }
  
  
  .contact-button:hover {
  background-position: left bottom;
  color: white; /* Pour garder le texte en blanc */
  }
  
  
  /* Styles du bouton au survol */
  .contact-button:hover {
  background-color: rgb(7, 63, 85);
  }

  
  #back-to-top-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  }  
  .btn-primary {
  background-color: #f5f5f5;
  box-shadow: 0 3px 5px -1px rgba(0,0,1,.2), 0 6px 10px 0 rgba(0,0,1,.14), 0 1px 18px 0 rgba(0,0,1,.12);
  border-color: transparent;
  height: 4vh;
  }
  .btn-primary:hover {
  
  background-color: #c1d8f1;
  border-color: transparent;
  
  }
  .btn-primary {
  padding: 22px 22px;
  border-radius: var(--radius-6);
  }
 
  .bi-arrow-up {
    position: absolute;
    top: 23%;
    left: 36%;
    height: 21vh;
    color: black;
}



:root {
  --primary-color-dark: #8cece8;
  --white: #ffffff;
  --gradient: linear-gradient(to right, rgb(19 121 124), var(--bs-gray-400));
}

.btn {
 
  color: rgb(24, 145, 167);
  background-image: var(--gradient);

  }


  .iframe{
  height: 600px;
  width:200px
  }
/*********media***************************************************/
@media(max-width:450px){

.organ-image {
max-width: 100%;
height: 42vh;
display: block;
margin: 0 auto;
margin-left: 0%;
object-fit: cover;
position: relative;
margin-top: -10%;
}
.leff h1 {
font-size: 2.5rem;
margin-bottom: 2%;
}

.row-1 {
flex-direction: column;
}
.md-7 {
flex: 0 0 19%;
padding: 13px;
margin-top: -5%;
margin-left: 4%;
}
.grid-item-p {

margin-left: -1%;
}
.tit {
top: 9px;
left: 17%;
font-family: 'montserrat',sans-serif;
position: relative;
font-size: 30px;
}
.phot {
display: flex;
justify-content: center;
align-items: center;
gap: 8rem;
background-color: #f8fafc;
height: 104vh;
margin-top: 5%;
}
.voir-tout {
margin-left: 64.5%;
font-size: 14px;
}
.left-column p {
font-size: 13px;
margin-top: 3%;
max-width: 87%;
}
.video-tech button {
cursor: pointer;
width: 46px;
height: 45px;
font-size: 20px;
border: none;
background: transparent;
color: white;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
border: 3px solid white;
position: absolute;
top: 69%;
left: 14%;
}
.contain {
display: flex;
height: 10vh;
width: 27vh;
margin-left: 1%;
margin-top: -26px;
gap: 0;
}

.box h2 {
margin-top: 28%;
font-size: 13px;
font-family: 'Montserrat';
}

.title-next-to-box h3 {
margin-left: 25px;
width: 94%;
font-size: 22px;
margin-top: 12%;
}

.navbar .nav-container a {
font-weight: 100;
font-size: 2rem;

}
}




@media screen and (max-width:330px){

.counter::before {
  position: absolute;
  top: 28%;
}


.left-column h1 {
font-size: 4rem;
margin-bottom: 36px;
}
.left-column h2 {
font-size:25px;
}
.left-column h3 {
font-size: 25px;

}
.normes {
margin-left: -68%;
width:82vh;
}
.normes-container h1 {
font-size: 2.7rem;
}

.lef h1 {
font-size: 37px;
margin-left: 0%;
}
.contain {
display: flex;
height: 10vh;
width: 27vh;
margin-left: 3%;
margin-top: -84px;
gap: 0;
}

}
@media screen and (max-width:450px){

.home .right img {
width: 100%;
height: 54vh;
object-fit: cover;
margin-left: -6%;
margin-top: 102%;
position: absolute;

}



.about-cont{
margin-top: 2%;
}



.column-earth {
display: flex;
flex-direction: column;
margin-left: 0%;

}
.organ-image {
max-width: 100%;
height: 42vh;
display: block;
margin: 0 auto;
margin-left: 0%;
object-fit: cover;
position: relative;
margin-top: -10%;
}

.row-1 {
flex-direction: column;
}

.grid-item-p {

margin-left: -1%;
}



.left-column p {
font-size: 13px;
margin-top: 3%;
max-width: 87%;
}
.video-tech button {
cursor: pointer;
width: 46px;
height: 45px;
font-size: 20px;
border: none;
background: transparent;
color: white;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
border: 3px solid white;
position: absolute;
top: 69%;
left: 14%;
}
.contain {
display: flex;
height: 10vh;
width: 27vh;
margin-left: 1%;
margin-top: -26px;
gap: 0;
}
.left-column h1 {

font-size: 3rem;
}

.box h2 {
margin-top: 28%;
font-size: 13px;
font-family: 'Montserrat';
}

.title-next-to-box h3 {
margin-left: 25px;
width: 94%;
font-size: 22px;
margin-top: 12%;
}

.navbar .nav-conteiner a {
font-weight: 100;
font-size: 2rem;

}


}








.custom_nav-container {
padding-left: 0;
padding-right: 0;
}

.custom_menu-btn {
position: fixed;
right: 25px;
top: 15px;
width: 50px;
height: 50px;
}

.custom_menu-btn::before {
content: "";
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background-color: white;
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07);
z-index: 7;
border-radius: 100%;
-webkit-transition: all .3s;
transition: all .3s;
}

.custom_menu-btn.menu_btn-style::before {
width: 100vh;
height: 100vh;
background-color: #184d47;
-webkit-transform: scale(7);
        transform: scale(7);
border-radius: 0;
}

.custom_menu-btn button {
width: 50px;
height: 50px;
outline: none;
border: none;
border-radius: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
background-color: transparent;
position: relative;
z-index: 999;
margin: 0;
}

.custom_menu-btn button span {
display: block;
width: 30px;
height: 3px;
background-color: #000000;
margin: 2.5px 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border-radius: 15px;
}

.custom_menu-btn .s-2 {
-webkit-transition: all 0.1s;
transition: all 0.1s;
}

.menu_btn-style button span {
background-color: #ffffff;
}

.menu_btn-style button .s-1 {
-webkit-transform: rotate(45deg) translate(6px, 6px);
        transform: rotate(45deg) translate(6px, 6px);
}

.menu_btn-style button .s-2 {
-webkit-transform: translateX(100px);
        transform: translateX(100px);
}

.menu_btn-style button .s-3 {
-webkit-transform: rotate(-45deg) translate(5px, -5px);
        transform: rotate(-45deg) translate(5px, -5px);
}



 
.menu_width {
width: 100%;
}

.menu_width.overlay a {
opacity: 1;
}
a {
  font-family: "Nunito-Regular";
}

a, a:hover, a:focus {
  text-decoration: none;
 

}
@media(max-width:450px){
a, a:hover, a:focus {
  text-decoration: none;

  font-size: 13px;
}
}

a:hover,
a:focus {
color: initial;
}

.btn, .btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: cadetblue;
}

.navbar-brand {
font-family: 'Playfair Display', serif;
}

.navbar-brand span {
font-size: 28px;
font-weight: 700;
color: #ffffff;
}

/*end header section*/










