/* 2023 Yassine Bouajani https://www.linkedin.com/in/yassinebouajani/  */

/*  form   */

/*       */

@font-face {
    font-family: "Courgette";
    src: url("https://www.lams-greenhouse.com/fonts/Courgette-Regular.ttf") format("woff"),
    url("https://www.lams-greenhouse.com/fonts/Courgette-Regular.ttf") format("opentype"),
    url("https://www.lams-greenhouse.com/fonts/Courgette-Regular.ttf") format("truetype");
}

.pr-0 {
    padding-right: 0 !important;
}

* {
    box-sizing: border-box;
}
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}





.fondVertSapin {
    background-color: #0D5B4E;
}

.fondGris {
    background-color: #f7f7f7;
}

a.lien {
    color: #1f6156 !important;
    text-decoration: none !important;

}

a.lien:hover {
    color: #044036 !important;
    text-decoration: underline !important;


}




.fondVertFlashy {
    background-color: #A3C50F;
}

.nav-item:hover {
    background-color: #A3C50F;
}

.btn-vert {
    --bs-btn-color: #fff;
    --bs-btn-bg: #A3C50F;
    --bs-btn-border-color: #A3C50F;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #90ae09;
    --bs-btn-hover-border-color: #A3C50F;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #90ae09;
    --bs-btn-active-border-color: #90ae09;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #A3C50F;
    --bs-btn-disabled-border-color: #A3C50F;
}


#blocTopHeader {
    padding: 0.5rem 0;
}

#blocLogo {
    padding: 0.5rem 0.5rem;
}


#blocLogo > a > picture {
    width: 20%;
}

#blocLogo > p {
    font-family: Courgette, serif;
}

.titre {
    background: url(https://media.lams-greenhouse.com/img/sep.jpg) repeat-x 12px;/* Fallback for browsers that do not support .webp */
    background: url(https://media.lams-greenhouse.com/img/sep.webp) repeat-x 12px;
}

.titre > h2 {
    line-height: 50px;
    background-color: white;
    display: inline-block;
    text-transform: uppercase;
    padding: 1rem;
}

.titre > h1 {
    font-size: 2rem;
    line-height: 50px;
    background-color: white;
    display: inline-block;
    text-transform: uppercase;
    padding: 1rem;

}

.presse {
    width: 70%;

}

.presentation {
    background-color: #f3f3f3;
}

.miniature {
    width: 100%;
}

.video {
    width: 560px;
    height: 315px;
}

.signature {
    font-size: 1.2rem;
}


.amboise {

    width: 90%;


}

.classique {

    width: 90%;


}

.supra {

    width: 90%;



}

.natura {

    width: 90%;



}

.amboisen {

    width: 90%;



}

.parallax {
    /* image  parallax */
    background-image: url("/img/lams_teams.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}


.image-center {
    position: absolute;
    top: 80%;
    left: 45%;
    width: 12%;
    transform: translateZ(0.24px) scale(0.8) translateX(-94%) translateY(50%);

}

.icon-circle {
    background-color: #0D5B4E; /* Couleur de fond du cercle */
    border-radius: 50%; /* Fait un cercle */
    width: 50px; /* Largeur du cercle */
    height: 50px; /* Hauteur du cercle */
    display: flex; /* Pour centrer l'icône */
    justify-content: center; /* Centre l'icône horizontalement */
    align-items: center; /* Centre l'icône verticalement */
}

.icon-white {
    color: white; /* Couleur de l'icône */
    font-size: 2em; /* Taille de l'icône */
}


@media screen and (max-width: 1399px) {
    .video {
        width: 504px;
        height: 284px;
    }

    .signature {
        font-size: 1.1rem;
    }

    .logo  {
        width: 22%;
    }

}

@media screen and (max-width: 1199px) {
    .video {
        width: 396px;
        height: 227px;
    }

    .signature {
        font-size: 0.9rem;
    }

    .logo {
        width: 23%;
    }
}

@media screen and (max-width: 991px) {
    .video {
        width: 504px;
        height: 284px;
    }

    .logo {
        width: 28%;
    }
}

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

    .nav-item:hover {
        background-color: #F8F9FA;
    }

    .video {
        width: 396px;
        height: 227px;
    }

   .logo {
        width: 35% !important;
    }

    .signature {
        font-size: 0.8rem;
    }

}



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


    .video {
        width: 257px;
        height: 148px;
    }

    .logo  {
        width: 55% !important;
    }

    .signature {
        font-size: 0.9rem;
    }

    #videoModal iframe {
        width: 100%;
        height: auto;
    }




}

/* */


/* */