:root{
    --couleur-principale: #241FE2;
    --couleur-secondaire: #F2377D;
    --couleur-background: #BCF0FD;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    margin: 0 !important;
}
body{
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
    font-family: "variex", serif;
}
p,span,li,ul,ol,div,button,input,textarea,select,option,form,fieldset,legend,table,tr,td,th,label{
    font-family: "Roboto", sans-serif;
    text-align: justify;
    color: var(--couleur-principale);
    font-size:18px;
}
h1{
    margin: 0;
    color: white;
    font-size: 80px;
    text-align: center;
    font-family: "variex", serif
}
h2{
    font-size:60px;
    color: var(--couleur-principale);
    text-align: center;
}
h3{
    font-size: 46px;
    color: var(--couleur-secondaire);
    text-align: left;
}
.c-blue{
    color: var(--couleur-principale);
}
.c-pink{
    color: var(--couleur-secondaire);
}
.mb-5{
    margin-bottom: 30px;
}
.mb-2{
    margin-bottom: 10px;
}
.sub-title{
    font-size: 20px;
    text-align: center;
    margin: 30px 50px 70px;
}
header{
    display: flex;
    justify-content: center; /* Alignement horizontal du contenu au centre */
    align-items: center;
    background-image: url("./img/header-min.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    height:844px;
}
/*Changer d'image en mobile*/
@media (max-width: 991px) {
    header{
        background-image: url("./img/header-mobile-min.jpg");
        height: 600px;
        background-position-y: bottom;
    }
}
.img-responsive{
    max-width: 100%;
    height: auto;
}
.logo{
    position: absolute;
    top:40px;
    left:40px;
}
.logo-artboard{
    position:absolute;
    top:60%;
    left:-10px;
    width:22%;
}
.logo-2-waves-white{
    position:absolute;
    top: 70px;
    right:-140px;
    width: 30%;
}
.custom-container{
    width:1600px;
}
.video-container {
    position: relative;
    width: 80%;
    margin:auto;
    padding-bottom: 56.25%; /* Cela permet de conserver le rapport d'aspect 16:9 */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/** Inférieur a 1700 px **/
@media (max-width: 1700px) {
    .custom-container{
        width:unset;
    }
}
section{
    margin: 0px;
    padding:0px;
    border:0px;
}
.d-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.d-flex.flex-wrap-sm{
    @media (max-width: 768px) {
        flex-wrap: wrap;
    }
}
.d-flex .w-50{
    width:50%;
}
.d-flex .w-100-sm{
    @media (max-width: 768px) {
        width:100%;
    }
}
.bulle-chart{
    width: 300px;
    /*height: 300px;*/
    margin: 0 10px;
}
/*section#mainSubject{*/
/*    border-bottom: solid 1px var(--couleur-background);*/
/*}*/
section#mainSubject .row{
        margin:40px 0
}
section#mainSubject .row .equal-height-row {
    display: flex; /* Utiliser Flexbox pour créer une disposition flexible */
    align-items: center;
}

section#mainSubject .row .equal-height-row .equal-height-col {
    display: flex; /* Utiliser Flexbox pour aligner le contenu de chaque colonne */
    flex-direction: column;
}
section#mainSubject .row .equal-height-row .equal-height-col > div {
    flex: 1; /* Permettre aux div enfants de prendre autant d'espace vertical que possible */
}
section#mainSubject .row .equal-height-row .equal-height-col .star{
    width:270px;
    max-width: 400px;
}
section#chiffre-affaire{
    margin-top: 130px;
    @media (max-width: 991px) {
        margin-top: 40px;
    }
}
section#podium-prime{
    margin-top: 170px;
    @media (max-width: 991px) {
        margin-top: 60px;
    }
}
section#parts-verspieren-immo{
    margin-top: 140px;
    @media (max-width: 991px) {
        margin-top: 60px;
    }
}
section#compagnies-verspieren-immo{
    margin-top: 170px;
    @media (max-width: 991px) {
        margin-top: 60px;
    }
    .bottom-section-wave{
        margin-top: 240px;
        @media (max-width: 991px) {
            margin-top: 90px;
        }
    }
}
.spyglass{
    margin-top: 75px;
}
.star{
    width:270px;
    max-width: 400px;
}
.waves.right{
    position: absolute;
    right:-400px;
}
.waves.half-right{
    position: absolute;
    right:-200px;
}
.waves.left{
    position: absolute;
    left:-400px;
}
.waves.half-left{
    position: absolute;
    left:-200px;
}
section#matelot{
    background-color: var(--couleur-background);
    margin-top:-2px;
}
section#matelot .matelot.month{
    margin-top: 50px;
}
section#matelot .bloc-question{
    margin:0 20px 30px;
}
section#matelot .bloc-question p.question{
    color: var(--couleur-secondaire);
    font-size:20px;
    font-weight:bold;
}
section#matelot .waves.right{
    right:-600px;
}
section#matelot .waves.left{
    left:-200px;
}
section#matelot .video-container{
    margin-bottom:50px;
}
section#meteo{
    background-image: url("./img/bg-meteo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 75px 0;
}
/* Changer d'image en mobile */
@media (max-width: 991px) {
    section#meteo{
        background-image: url("./img/footer-mobile-min.jpg");
    }
}
section#spyglass{
    padding-bottom:75px;
}
section#meteo p,section#meteo h2, section#meteo h4{
    color: white;
}
section#meteo .sub-title{
    margin-bottom:15px;
}
section#meteo .pictures-bloc{
    margin-top:50px;
    margin-bottom:110px;
}
/*Format tablette */
@media (max-width: 1500px) {
  section#mainSubject .waves.right{
      right: -200px;
      width: 400px;
  }
    section#matelot .waves.right{
        right:-290px;
        width:400px;
    }
    section#mainSubject .waves.left
    {
        left: -200px;
        width: 400px;
    }
    section#matelot .waves.left{
        left:-200px;
        width:400px;
    }
}

@media (max-width: 1300px) {
    section#mainSubject .waves.right{
        right: -150px;
        width: 300px;
    }
    section#matelot .waves.right{
        right:-190px;
        width:300px;
    }
    section#mainSubject .waves.left,
    section#matelot .waves.left{
        left: -100px;
        width: 300px;
    }
}

@media (max-width: 991px) {
    h1{
        font-size: 50px;
    }
    h2{
        font-size: 30px;
    }
    h3{
        font-size: 25px;
    }
    h4{
        font-size: 20px;
    }
    .sub-title{
        font-size: 15px;
        margin: 0;
        text-align: justify;
        padding:0 15px;
    }
    section#matelot .bloc-question{
        margin:0 0px 30px;
    }
    section#meteo .pictures-bloc div{
        margin:10px 0;
    }
    .star{
        width:70%;
    }
  .waves{
        display: none;
  }
    .video-container {
        width: 100%;
    }

}
