body{
    height: 100%;
}

.contBlanc{
    padding-top: 7%;
    padding-bottom: 7%;
    width:100%;
    padding-right: var(--bs-gutter-x, 0.75rem); /* Application d'une marge intérieure à droite et à gauche */
    padding-left: var(--bs-gutter-x, 0.75rem); /* Application d'une marge intérieure à droite et à gauche */
    margin-right: auto;
    margin-left: auto;
    border-radius: 15px;
}


.notreExpContainer{ 
    display: flex;
    flex-direction: column;
    padding-top: 5%;
    width: 60%;
    padding-right: var(--bs-gutter-x, 0.75rem); /* Application d'une marge intérieure à droite et à gauche */
    padding-left: var(--bs-gutter-x, 0.75rem); /* Application d'une marge intérieure à droite et à gauche */
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 970px) {
    .notreExpContainer{
        width: 70%;
    }
}

#noPadding{
    padding: 0%;
}

#noPaddingTop{
    padding-top: 0px;
}

.ligne{
    top: 5%;
    position: relative;
    top: 22%;
    width: 20%;
    height: 1px;
    margin: 20px auto 0;
}

.notreExpTxt1{
    gap: 2%;
    font-family: "KufamB";
    color: #464646;
    font-size: 45px;
}

@media screen and (max-width: 1050px) {
    .notreExpTxt1{
        font-size: 30px;
    }
}

@media screen and (max-width: 600px) {
    .notreExpTxt1{
        font-size: 22px;
    }
}

.notreExpTxt2{
    padding-top: 5%;
    line-height: 1.5;
    font-family: "Imprima";
    color: #464646;
    font-size: 22px;
    display: flex;
    gap: 2%;
}

@media screen and (max-width: 600px) {
    .notreExpTxt2{
        font-size: 15px;
    }
}

.notreExpImg{
    width: 30%;
    object-fit: cover;
    object-position: center;
    border-radius: 1%;
}

@media screen and (max-width: 1050px) {
    .notreExpImg{
        border-radius: 3%;
    }
}

@media screen and (max-width: 1200px) {
    .notreExpImg{
        display: none;
    }
}

#colonne{
    display: flex;
    flex-direction: column;
}

#bleu{
    background-color: #0194f0;
}

#vertF{
    background-color: #03bcd6;
}

#vert{
    background-color: #04cdcb;
}