@import url("./responsive.css");
@import url("./fonts.css");

body {
    margin: 0;
}

main {
    width: 100%;
    margin: 0 auto;
}




/* -------- ----- Colonne de gauche   --------------*/



.col-left {
    width: 50%;
    background-color: white;
    margin-bottom: 70px;

}

.container {
    width: 70%;
    margin: auto;
}

.titre-h1 {
    font-size: 2em;
}

.titre {
    color: #707070;
    text-align: center;
    font-family: 'brandon';
    margin-top: 10px;
}

.description {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.1em;
}

h2 {
    font-family: 'brandon';
    color: #638475;
}

.keywords {
    font-weight: bold;
}

.contact {
    font-weight: bold;
    color: #ED6B1C;

}

p {
    line-height: 25px;
    font-family: 'Quicksand', sans-serif;
}

.mail {
    color: black;
}

#map {
    width: 100%;
    height: 400px;
}


/* ------------------- Colonne de droite  ------ --------------*/
.col-right {
    background-color: #E6E1DB;
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    padding: 20px 0;
}


.box {
    text-align: center;
    top: 50%;
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
}

.image_tarif {
    max-width: 100%;
    display: block;
    margin: auto;
}

/*
.cta {
    display: inline-block;
    font-family: 'brandon';
    font-weight: bold;
    font-size: 3em;
    text-align: center;
    border: solid #ED6B1C;
    width: fit-content;
    padding: 15px;
    margin: auto;
    margin-top: 15px;
    border-left-style: none;
    border-right-style: none;
    color: #ED6B1C;
    text-decoration: none;
}*/



.download-price:hover .cta {
    border-color: #638475;
    color: #638475;
}


/*------------------------- colonne de droite 2024 ---------------------------*/

.box {
    text-align: center;
    top: 50%;
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
}

.gamme_dtf {
    display: flex;
    justify-content: left;
}

.gamme_dtf img {
    width: 60%;
}

.block__presentation_gamme {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}

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

.block__presentation_gamme_title {
    font-size: 2em;
    color: #004563;
    font-weight: bolder;
}

/**********Bouton Bleu Site Etik DTF Debut */

.block__presentation_gamme_link {
    display: block;
    font-size: 1.3em;
    background-color: #004563;
    border-radius: 50px;
    padding: 20px;
    font-family: 'brandon';
    font-weight: bolder;
    transition: 0.3s ease-in-out;
    scale: 1;
}

.block__presentation_gamme_link:hover {
    background-color: #E74238;
    scale: 1.1;
}

/**********Bouton Bleu Site Etik DTF Fin */

.block__presentation_gamme p {
    width: 80%;
    font-size: 1.2em;
    padding-top: 25px;
}

.block__tarifs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    text-decoration: none;
}

.block__tarifs img {
    max-width: 50%;
}

.block__tarifs_img {
    width: 50%;
}


.cta {
    display: inline-block;
    font-family: 'brandon';
    font-weight: bold;
    font-size: 2.2em;
    text-align: center;
    border: solid #ED6B1C;
    padding: 15px;
    margin: 15px;
    border-left-style: none;
    border-right-style: none;
    color: #ED6B1C;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.block__tarifs:hover .cta {
    color: #638475;
    border: solid #638475;
    border-left-style: none;
    border-right-style: none;

}



/*------------------------- Footer ---------------------------*/

footer {
    background-color: #707070;
    width: 50%;
    min-height: 35px;
    text-align: center;

}

.mentions {
    color: white;
    margin-top: 10px;
}