@font-face {
    font-family: Kufam;
    src: url("../font/Kufam/static/Kufam-SemiBold.ttf") format("woff");
}

@font-face {
    font-family: KufamB;
    src: url("../font/Kufam/static/Kufam-Bold.ttf") format("woff");
}

@font-face {
    font-family: Imprima;
    src: url("../font/Imprima/Imprima-Regular.ttf") format("woff");
}

body{
    background-color: #F1FAF8;
    background-attachment: scroll, local;
    background-size: cover;
    overflow-x: hidden;
    height: 100%;
    margin: 0;
}

/*QUI SOMMES-NOUS & EXPERTISES*/

.blocBContainer{
    margin-top: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blocB{
    background-color: white;
    font-family: "JetBrains";
    color: #464646;
    border-radius: 90px;
    font-size: 20px;
    text-align: justify;
    width: 40%;
    padding: 2%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 1050px) {
    .blocB{
        border-radius: 30px;
        font-size: 17px;
        width: 65%;
        padding: 5%;
    }
}

@media screen and (max-width: 600px) {
    .blocB{
        border-radius: 30px;
        font-size: 13px;
        width: 60%;
    }
}

.albysImgBg{
    position: relative;
    top: 0;
    left: 0;
    object-fit: contain;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/fond/formAlt.png);
}

.albysTxtContainer{
    padding-top: 250px;
    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) {
    .albysTxtContainer{
        padding-top: 12%;
        width: 80%;
    }
}

.albysTxtContainer2{ /*placé moins haut*/
    padding-top: 6%;
    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: 600px) {
    .albysTxtContainer2{
        width: 75%;
    }
}

.albysTxtContainer3{ /*placé moins haut et centré*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 6%;
    width: 80%;
    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;
}

.albysSecondContainer{
    display: flex;
}

@media screen and (max-width: 970px) {
    .albysSecondContainer{
        flex-direction: column;
    }
}

.expIcon{
    height: 60px;
    width: auto;
}

@media screen and (max-width: 970px){
    .expIcon{
        height: 40px;
    }
}

.albysTxt1{
    gap: 2%;
    font-family: "KufamB";
    color: #464646;
    font-size: 45px;
    text-align: center;
}

@media screen and (max-width: 970px) {
    .albysTxt1{
        font-size: 30px;
    }
}

.albysTxt2{
    padding-top: 4%;
    line-height: 1.5;
    font-family: "Imprima";
    color: #464646;
    font-size: 22px;
    gap: 2%;
    text-align: justify;
    display: flex;
    align-items: center;
}

#colonne{
    flex-direction: column;
}

#centrerListContainer{
    align-items: center;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 970px) {
    #centrerListContainer{
        flex-direction: column;
    }
}

.albysListContainer{
    width: 45%;
}

@media screen and (max-width: 970px) {
    .albysListContainer{
        padding-top: 35px;
        width: 75%;
    }
}

.albysTxt2 ul{
    color: #0ca266;
    list-style: none;
    text-align: justify;
}

.albysTxt2 ul li {
    position: relative; /* Nécessaire pour positionner l'icône */
    padding-left: 25px; /* Espace avant le texte */
    margin-bottom: 10px; /* Espacement entre les éléments */
}

.albysTxt2 ul li:before {
    content: '✔'; 
    font-size: 18px; 
    color: #0ca266; 
    position: absolute; 
    left: 0; 
    top: 0; 
    transform: translateY(4px);
    font-weight: bold;
    transition: ease;
}

.albysTxt2 ul li:hover {
    color: #055a39; 
    scale: 1.1;
    cursor: default;
}

@media screen and (max-width: 600px) {
    .albysTxt2 li{
        font-size: 12px;
    }
}

@media screen and (max-width: 600px) {
    .albysTxt2 ul{
        padding-inline-start: 0px;
        gap: 10px;
    }
}

@media screen and (max-width: 600px) {
    .albysTxt2{
        font-size: 13px;
    }
}

.albysTxt2Img{
    width: 300px;
    height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    margin-left: 50px;
}

@media screen and (max-width: 1050px) {
    .albysTxt2Img{
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .albysTxt2Img{
        display: none;
    }
}


.ctaHeader{
    margin-top: 7%;
    padding: 4%;
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem); /* Application d'une marge intérieure à droite et à gauche */
    padding-left: var(--bs-gutter-x, 1rem); /* Application d'une marge intérieure à droite et à gauche */
    margin-right: auto;
    margin-left: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/fond/bg_cta.png);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 600px) {
    .ctaHeader{
        width: 100%;
    }
}

.ctaContainer{
    width: 50%;
    padding: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:2%;
    background-color: white;
    border-radius: 90px;
}

@media screen and (max-width: 970px) {
    .ctaContainer{
        width: 80%;
        border-radius: 30px;
        flex-direction: column;
    }
}

.ctaTxtContainer{
    display: flex;
    flex-direction: column;
}

.ctaTxt1{
    font-family: "Kufam";
    color: #464646;
    font-size: 37px;
    padding-bottom: 2px;
    text-align: center;
}

@media screen and (max-width: 970px) {
    .ctaTxt1{
        font-size: 16px;
    }
}

.ctaTxt2{
    font-family: "Imprima";
    color: #464646;
    font-size: 23px;
    text-align: center;
}

@media screen and (max-width: 970px) {
    .ctaTxt2{
        font-size: 13px;
        margin-bottom: 10px;
    }
}

.ctaBtn{
    text-decoration: none;
    background-color: #96D9E3;
    border-radius: 90px;
    height: 80px;
    width: 300px;
    text-align: center;
    font-family: "Jost";
    font-size: 20px;
    color: #453232;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s, background-color 0.3s;
    cursor: pointer;
}

@media screen and (max-width: 970px) {
    .ctaBtn{
        font-size: 13px;
        width: 180px;
        height: 40px;
    }
}

.ctaBtn:hover{
    background-color: #6dbfcc;
    transform: scale(0.95);
}

.expBlocPresentation{
    background-color: white;
    font-family: "JetBrains";
    color: #464646;
    border-radius: 90px;
    font-size: 20px;
    width: 50%;
    padding: 2%;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}
