/* General Settings */

@font-face {
    font-family: 'Cocogoose-bold';
    src: url('../typo/Cocogoose\ Pro\ Semilight-trial.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cocogoose-light';
    src: url('../typo/Cocogoose\ Pro\ Light-trial.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cocogoose-ultralight';
    src: url('../typo/Cocogoose\ Pro\ Ultralight-trial.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cocogoose-footer';
    src: url('../typo/Cocogoose\ Pro\ Thin-trial.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cocogoose-text';
    src: url('../typo/Cocogoose Pro Light Italic-trial.ttf');
    font-weight: normal;
    font-style: normal;
}

*{
    font-family: "Cocogoose-light", sans-serif;
}

body{
    padding: 0;
    margin: 0;
}

H3{
    color: #285d5a;
    font-family: "Cocogoose-bold", sans-serif;
    font-size: 150%;
}

.separator-horizontal{
    border: 4px solid #285d5a;
    border-radius: 200px;
    height: 4px !important;
    width: 80% !important;
    margin: 0 auto;
}

/* Index Top Contents */

.ddm-index-top{
    height: 25vh;
    min-height: 260px;
    background-image: url("../images/background-home.webp");
    background-size: 100% auto;  /* Largeur à 100%, hauteur auto */
    background-position: center top 55%; /* Aligné en haut, centré horizontalement */
    background-repeat: no-repeat;
    overflow: hidden;         /* Cache ce qui dépasse (utile si contenu interne) */
}

.contact-index-top{
    background-image: url("../images/background-home.webp");
    background-size: 100% auto;  /* Largeur à 100%, hauteur auto */
    background-position: center top 55%; /* Aligné en haut, centré horizontalement */
    background-repeat: no-repeat;
    overflow: hidden;         /* Cache ce qui dépasse (utile si contenu interne) */
}

.fil-index-top{
    height: 25vh;
    min-height: 260px;
    background-image: url("../images/background-filature.webp");
    background-size: 100% auto;  /* Largeur à 100%, hauteur auto */
    background-position: center top 48%; /* Aligné en haut, centré horizontalement */
    background-repeat: no-repeat;
    overflow: hidden;         /* Cache ce qui dépasse (utile si contenu interne) */
}

.logo{
    height: 40px;
}

.menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px 20px 30px;
}

.menu-items{
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: center;
    list-style: none;
    color: white;
    font-size: 120%;
}

.menu-items a{
    text-decoration: none;
    color: white;
}

.menu-items>*{
    font-family: "Cocogoose-bold", sans-serif;
}

.burger{
    display: none;
    width: 40px;
}

.title{
    display: flex;
    flex-direction: row;
    height: 45%;
    align-items: center;
    justify-content: center;
    color: white;
}

.title>H1{
    width: 80%;
    text-align: center;
    font-family: "Cocogoose-light", sans-serif;
}

/* Footer */

.footer{
    bottom: 0px;
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 40px 0 20px 0;
}

.footer img{
    height: 25px;
}

.footer p{
    font-size: 150%;
    font-family: "Cocogoose-footer", sans-serif;
}

/* Bottom content part */

.acc-index-bottom{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: -50px;
    justify-content: center;
}

.acc-index-bottom>div{
    flex: 0 0 calc(100% / 4);
    box-shadow: 0 8px 16px rgba(40, 93, 90, 0.3); /* X, Y, flou, couleur */
    padding: 40px;
    background-color: white;
    border: none;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.actu-index-bottom{
    padding: 30px 30px 0px 30px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    min-height: 200px;
}

.actu-index-bottom .separator{
    border: 4px solid #285d5a;
    border-radius: 200px;
    max-width: 8px;
    min-width: 8px;
}

.actu-index-bottom .text{
    align-self: center;
    justify-self: center;
}

.actu-index-bottom img{
    align-self: center;
    justify-self: center;
    width: 300px;
    margin-left: 30px;
}

.qsn-index-bottom{
    padding: 30px 30px 0px 30px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
}


.qsn-index-bottom,.contact-index-bottom H1{
    color:#285d5a;
    font-family: "Cocogoose-light", sans-serif;
}

.qsn-index-bottom .separator{
    width: 20px;
    border: 4px solid #285d5a;
    border-radius: 200px;
}


.item-title{
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-bottom: 30px;
}

.item-title>img{
    width:40px;
}

.MoreButton{
    width: 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    background-color: #285d5a;
    border-radius: 8px;
    color: white;
    margin-left: auto;
    cursor: pointer;
}

.fournisseur-item>img{
    width: 45%;
}

.fournisseur-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.filature{
    flex: 0 0 calc(100% / 2) !important;
}

.filature>div>img{
    max-width: 250px !important;
}

.confiance .logos{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.text p{
    font-family: "Cocogoose-footer", sans-serif;
      font-weight: normal;
    -webkit-text-stroke: 0.5px black;
    letter-spacing: 1.2px;
  text-shadow:
    0.6px 0 black,
    -0.6px 0 black,
    0 0.6px black,
    0 -0.6px black;
    /*transform: skewX( 10deg );*/
}

.confiance img{
    width: 200px;
}

.confiance H1{
    color: #285d5a;
    font-family: "Cocogoose-bold", sans-serif;
    margin-top: 80px;
    text-align: center;
}

.confiance .bpe{
    margin-right: 30px;
    text-align: end !important;
}

.contact-index-bottom{
    height: 75vh;
}

.contact-index-bottom H1{
    text-align: center;
    margin-bottom: 60px;
}

.contact-index-bottom .content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
}

.contact-index-bottom a,.contact-index-bottom p{
    display: flex;
    flex-direction: row;
    text-decoration: none;
    justify-content: space-around;
    font-family: "Cocogoose-footer", sans-serif;
       -webkit-text-stroke: 0.5px black;
    letter-spacing: 1.2px;
  text-shadow:
    0.6px 0 black,
    -0.6px 0 black,
    0 0.6px black,
    0 -0.6px black;
}

.contact-index-bottom .content-title{
    display: flex;
    gap: 30px;
    flex-direction: row;
    color:#285d5a;
    font-size: 130%;
    font-family: "Cocogoose-bold", sans-serif;
    font-weight: bolder;
    -webkit-text-stroke: 0.4px #285d5a;
  text-shadow:
    0.4px 0 #285d5a,
    -0.4px 0 #285d5a,
    0 0.4px #285d5a,
    0 -0.4px #285d5a;
}

.contact-index-bottom .content-title img{
    height: 70px;
}

/* Responsive */

@media (max-width: 1250px) {
.menu-items{
    flex-direction: column;
    background-color: white;
    position: absolute;
    width: 100vw;
    right: 0;
    margin:0;
    top: 70px;
    padding: 20px 0 20px 0;
    display: none;
    box-shadow: 0 8px 16px rgba(40, 93, 90, 0.3);
}
.menu-items *{
    color: #285d5a;
}
.slogan H1{
    font-size: 130%;
}
p,H3{
    font-size: 97%;
}
.actualite{
    margin-top: -10% !important;
}
.logos-fournisseurs img,.logos-filature img {
    height: 40px;
}
.slider-track img {
    width: 80%;
}
.footer{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 70%;
    gap: 0;
}
.title{
    height: 55%;
}
.acc-index-bottom>div, .filature{
    flex: auto !important;
    margin: 20px;      
}
.MoreButton{
    padding: 0 8px 0 8px;
    font-size: 85%;
}
.burger{
    display: block;
}
.actu-index-bottom{
    flex-wrap: wrap;
}
.actu-index-bottom *{
    flex: 0 0 calc(100% / 4);
}
.actu-index-bottom *{
    min-width: 85%;
}
}