body {
    font-family: 'Gilroy', Verdana, sans-serif;
    background-color: #08babe;
}

/*NAVBAR*/
.navbar {
	background: #fff;
	padding-left: 16px;
	padding-right: 16px;
	border-bottom: 1px solid #dfe3e8;
	border-radius: 0;
	width: 100%; /* Assurez-vous que la navbar prend toute la largeur */
    position: fixed;
    top: 0; /* Placer la navbar en haut */
    z-index: 1000; /* Assure que la navbar est au-dessus du contenu */
    display: flex;
}

.navbar-header.col {
	padding: 0 !important;
}	

.nav-link {
	margin: 0 5px;
}
.nav-link img {
	width: 36px;
	height: 36px;
	margin: -8px 0;
	float: left;
	margin-right: 10px;
}
.navbar .navbar-brand {
	padding-left: 0;
	font-size: 20px;
	padding-right: 50px;
}
.navbar .navbar-brand b {
	font-weight: bold;
	color: #08babe;
}
.navbar .navbar-nav a:hover, .navbar .navbar-nav a:focus {
	color:#08babe !important;
}
.navbar .navbar-nav a.active, .navbar .navbar-nav a.active:hover {
	color: #08babe !important;
	background: transparent !important;
}

.navbar .nav-item i {
	font-size: 18px;
    color: rgb(88 38 244);
}

.nav-svg{
	color: rgb(88 38 244) ;
}

.nav-svg:hover{
	color: #08babe
}

.navbar .nav-item i:hover {
	font-size: 18px;
    color: #08babe;
}

.navbar .dropdown-item i {
	font-size: 16px;
	min-width: 22px;
}
.navbar .nav-item.show > a {
	background: none !important;
}
.navbar .dropdown-menu {
	border-radius: 1px;
	border-color: #e5e5e5;
	box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

.navbar .dropdown-menu a {
	color:rgb(88 38 244);
	padding: 8px 20px;
	line-height: normal;
	font-size: 15px;
}

.navbar-toggler-icon{
	height: 30px;
	width: 30px;}

@media (min-width: 992px){
	.form-inline .input-group {
		width: 250px;
		margin-right: 30px;
	}
}
@media (max-width: 991px){
	.form-inline {
		display: block;
		margin-bottom: 10px;
		margin-top: 0;
	}
	.input-group {
		width: 100%;
	}
}

.logo {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

.logo img {
    max-height: 100%;
}

.logo img:first-child {
    margin-right: 20px;
}

.logo:hover img:first-child {
    animation: logo-animation 0.5s ease-in;
    margin-right: 20px;
}

@keyframes logo-animation {
    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    to {
        transform: rotate(0deg);
    }
}

/*BODY*/
h1 {
    font-size: 80px;
    color: #fcfcfc;
    padding-top:200px;
    text-align: center;
    text-transform: uppercase;
}

h2 {
    font-size: 50px;
	text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 10px;
    text-align: center;
}

.presentation {
    font-size: 20px;
    color:#ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

#container {
    max-width: 100%; /* Empêche l'image de dépasser la largeur de son conteneur */
    height: auto; /* Garantit que l'image conserve son ratio hauteur/largeur */
    padding: 0%;
}

.responsive-image {
    display: block; /* Permet de remplacer la marge basse d'image par défaut */
    width: 100%; /* Assure que l'image ne dépasse pas la largeur du conteneur */
    height: auto;
    box-shadow: 0px 4px 8px black;
    border-radius: 10px;
}

#image-container {
    width: 100%; /* Définit la largeur maximale de l'image à 100% de la largeur de son conteneur */
    height: auto; /* Garantit que l'image conserve son ratio hauteur/largeur lorsqu'elle est rétrécie */
	padding-bottom: 50px;
}

.conteneur-elements {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.conteneur-carte.conteneur-carte-ligne {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

figcaption {
    color: #5e6282;
}


figcaption
{
    font-weight: 500;
    font-style: normal;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
    
}

.carte {
    position: relative;
    vertical-align: top;
    width: 500px;
    border-radius: 24px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 0 20px;
}

.carte::after {
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    height: 100%;
    top: 0;
    left: 20px;
    z-index: 1;
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0px 4px 32px 5px rgba(0, 0, 0, 0.05);
}

.carte img {
    max-width: 100%;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

#section-2 {
    display: block;
    text-align: center;
    background-position: 98% 2%;
}

#section-2 .conteneur-titres {
    display: block;
}

#section-2 .conteneur-elements {
    justify-content: center;
}

#section-2 .conteneur-carte {
    margin: 0 0 50px;
}

#section-2 .carte {
    margin-bottom: 50px;
}

#section-2 #conteneur-nouveautes .carte:last-child::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: -10px;
    bottom: 0;
    background-position: 100% 80%;
}

.conteneur-arguments .argument img,
.conteneur-arguments .argument figcaption {
    display: inline-block;
    vertical-align: middle;
}

.conteneur-arguments .argument figcaption {
    margin: 0 0 0 20px;
    padding: 0 60px 0 0;
}

.conteneur-arguments .argument figcaption p {
    margin: 0;
    white-space: normal;
}

.conteneur-arguments .argument figcaption p:not(:last-child) {
    margin-bottom: 10px;
}

.conteneur-arguments .argument img {
    width: 60px;
    height: 60px;
}

.texte-couleur-bleu {
    color: #1e1d4c;
}

.conteneur-carte.conteneur-carte-ligne {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.carte figure {
    position: relative;
    z-index: 2;
    margin: 0;
    border-radius: 24px;
}

.carte figcaption {
    text-align: center;
    line-height: 28px;
    font-size: 18px;
}

.carte figcaption p {
    font-size: 16px;
    text-align: center;
}

.carte figcaption p:first-child {
    font-weight: 600;
    font-size: 20px;
}

.video-container {
    max-width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 50px;
    border-radius: 10px;
}

video {
    width: 100%;
    border-radius: 10px;
    outline: none;
}


/*FOOTER*/
.footer-distributed{
    background: #08babe;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
    width: 20%;
}

.footer-distributed h3{
  color:  #ffffff;
  font: normal 36px;
  margin: 0;
}

.footer-distributed h3 span{
  color:  lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links{
  color:  #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a{
  display:inline-block;
  line-height: 1.8;
  font-weight:400;
  text-decoration: none;
  color:  inherit;
}

.footer-distributed .footer-company-name{
  color:  #fff;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
  width: 50%;
}

.footer-distributed .footer-center i{
  background-color: #fff;
  color: rgb(88 38 244);
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p{
  display: inline-block;
  color: #ffffff;
  font-weight:400;
  vertical-align: middle;
  margin:0;
}

.footer-distributed .footer-center p span{
  display:block;
  font-weight: normal;
  font-size:14px;
  line-height:2;
}

.footer-distributed .footer-center p a{
  color:  lightseagreen;
  text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
  width: 20%;
}

.footer-distributed .footer-company-about{
  line-height: 20px;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span{
  display: block;
  color:  #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons{
  margin-top: 25px;
}

.footer-distributed .footer-icons a{
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color:  #fff;
  border-radius: 2px;

  font-size: 20px;
  color:  rgb(88 38 244);
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}

.footer-distributed .footer-icons a:hover{
  color: #08babe;
}

.footer-distributed .footer-mentions {
    margin-top: 20px ; 
}

.footer-distributed .footer-mentions a {
    display: block;
    margin-top: 20px;
    line-height:0.5;
    color: white;
    text-decoration: none;
}

.footer-distributed .footer-mentions a:hover{
    color: rgb(88 38 244);
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 767px) {

    .navbar-toggler-icon{
		height: 20px;
		width: 20px;
		margin-top: -120px;
		margin-left: 300px;
		}
		
    .navbar-light .navbar-toggler {
		color: rgba(0, 0, 0, .5);
		border-color: rgba(0, 0, 0, 0);
		}
    

    .text{
        text-align: center;
        font-size: 15px;
  }

    h1{
        font-size: 30px;
  }

    span{
        font-size: 80px;
  }

    h2{
        font-size: 20px;
  }

.presentation {
    font-size: 15px;
    margin-right: 10px;
    margin-left: 10px;
}

    .texte-club{
        font-size: 10px;
  }
 
    .carte figcaption {
    font-size: 16px;
  }
  
  .carte {
    width: 320px;
}

.cookies{
        margin-right:20px;
        margin-left:20px;
        margin-bottom:20px;
        margin-top:20px;
        font-size: 14px;
    } 
    
    .footer-distributed .footer-center p{
        display: block;
        color: #ffffff;
        font-weight:400;
        text-align: center;
        margin:0;
}

    .footer-distributed{
        font: bold 14px sans-serif;
  }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right{
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
  }
}

    .footer_img{
        height: 150px;
}