h1{
    position: absolute;
    bottom: 0;
}

#zone-seduction .bg-zs{
    background-image: url("https://www.mfrpoitou.fr/wp-content/uploads/2020/12/zone-seduction-accueil-scaled.jpg");
    /*background-image: url("https://www.mfrpoitou.fr/wp-content/uploads/2022/01/WEB-2022_PO-site-internet1.jpg");*/
    min-height: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#zone-seduction h1{
    color: white !important;
    font-size: 25px !important;
}

#zone-formation{
    background-color: black;
}

#zone-formation h2,
#zone-formation p{
    color: white;
}

#zone-formation h2{
    font-family: Roboto Slab, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: center;
}

#zone-formation p{
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
}

#zone-formation option,
#zone-formation select{
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    color: black;
}

#zone-formation select{
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    padding: 20px 15px;
}

#zone-formation .select{
    position: relative;
    flex-basis: 100%;
}

#zone-formation .select::before{
    content: url("https://www.mfrpoitou.fr/wp-content/uploads/2021/01/Arrow_d.png");
    display: block;
    position: absolute;
    right: 15px;
    bottom: 20px;
    pointer-events: none;
    width: 24px;
    height: 45px;
}

#zone-formation input[type=submit]{
    font-family: Roboto Slab, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    background: rgba(206, 171, 93, 1);
    color: white !important;
    flex-basis: 50%;
}

#zone-metiers h2{
    font-family: Roboto Slab, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    color: black;
}

#zone-metiers p{
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
}

#tableau-metiers{
	margin: 0 16px;
	display: flex;
}

@media screen and (min-width: 768px)
{
	#tableau-metiers{
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
		gap: 16px;
		justify-content:center;
	}
}

#tableau-metiers img{
    position: absolute;
}

form button[type="submit"]{
    background-color: white;
}

.slick-dots {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
	flex-wrap: wrap;
	gap: 1.25rem;
}

.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background: rgba(139, 151, 175, 0.25);
    color: transparent;
    /*text-indent: -9999px;*/
}
.slick-dots li.slick-active button {
    background-color: black;
    color: transparent;
}

#zone-temoignages{
    background: rgba(236, 199, 71, 1);
}

#zone-temoignages h2,
#zone-actualites h2{
    font-family: Roboto Slab, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
}

#zone-temoignages h2::after,
#zone-actualites h2::after{
    content: '';
    width: 116px;
    height: 5px;
    background-color: white;
    display: block;
    position: absolute;
    bottom: -30px;
    left: 22%;
}

#zone-actualites h2{
    color: black;
}

#zone-actualites h2::after{
    background-color: black;
}

div.gmts::before,
div.gmts::after{
    content: '“';
    font-family: Knewave, sans-serif;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0.02em;
    text-align: left;
    color: white;
    display: block;
    position: absolute;
}

div.gmts::before{
    left: 0;
    top: 8%;
}

div.gmts::after{
    right: 0;
    bottom: -25%;
}

.gmts p{
    margin: 30px 0 !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.knew{
    font-family: Knewave, sans-serif;
    font-size: 30px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 40px !important;
    letter-spacing: 0.02em;
    color: white;
    text-transform: uppercase;
}


.temoignage-thumbnail::before,
.temoignage-thumbnail::after{
    content: '';
    width: 86px;
    height: 10px;
    background-color: black;
    display: block;
    position: absolute;
}

.temoignage-thumbnail::before{
    right: -4%;
    top: -10px;
}

.temoignage-thumbnail::after{
    left: 0;
    bottom: -35px;
}

.temoignage h4{
    font-family: Roboto Slab, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
}

#zone-chiffres{
    background: rgba(139, 151, 175, 1);
}


h3{
    font-family: Roboto Slab, sans-serif !important;
    font-size: 30px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 40px !important;
    letter-spacing: 0em;
    text-align: left;
    color: white !important;
}

#zone-chiffres p{
    color: white;
}

#zone-mfr{
    background: rgba(236, 199, 71, 1);
}

#zone-partenaires{
    background: rgba(139, 151, 175, 1);
}

#zone-partenaires .border-bottom-5{
    border-bottom-color: white;
}

#zone-partenaires .partenaire{
    /*min-width: 241px;
    width: 241px !important;*/
    background-color: white;
    margin: 0 6px;
    min-height: 127px;
}

#zone-partenaires .partenaire-thumbnail{
    display: flex;
    justify-content: center;
}

#zone-partenaires .partenaire img{
    max-height: 111px;
    object-fit: contain;
    padding: 15px 0;
}

@media screen and (min-width: 1024px){
    #zone-seduction{
        /*min-height: 98.24561403508773vh;*/
        position: relative;
    }

    #zone-seduction .bg-zs{
        min-height: 81.45363408521304vh;
    }

    #zone-seduction h1{
        font-size: 50px !important;
        bottom: 30%;
    }

    #zone-formation{
        position: absolute;
        bottom: -10vh;
        left: 18vw;
        width: 63.888888888888886vw;
    }

    #zone-formation select{
        width: 22.22222222222222vw;
    }

    #zone-formation .select,
    #zone-formation input[type="submit"]{
        flex-basis: auto;
    }

    #zone-temoignages .slick-dots{
        position: absolute;
        left: 3.3333333333333335vw;
        top: 8.646616541353383vh;
        flex-direction: column;
    }

    #zone-temoignages .slick-dots > li{
        margin: 0.625rem 0;
    }

    #zone-temoignages::after{
        content: '';
        height: 20px;
        width: 170px;
        background: black;
        display: block;
        position: absolute;
        bottom: 0;
        left: 44.09722222222222vw;
    }

    .temoignage-thumbnail::before{
        height: 20px;
        width: 170px;
    }

    .temoignage-thumbnail::after {
        display: none;
    }

    .temoignage-thumbnail::before {
        top: -20px;
        right: -8%;
    }

    #zone-actualites {
        /*min-height: 193.60902255639098vh;*/
    }

    .shortcode-actus{
        min-height: 193.60902255639098vh;
        /*min-height: 181.07769423558898vh;*/
    }

    #zone-temoignages h2::after,
    #zone-actualites h2::after{
        left: 43.75%;
    }

    #zone-partenaires .partenaire{
        /*min-width: 241px;
        width: 241px !important;*/
        background-color: white;
        margin: 0 6px;
        min-height: 127px;
    }

    #zone-partenaires .partenaire-thumbnail{
        display: flex;
        justify-content: center;
    }

    #zone-partenaires .partenaire img{
        max-height: 111px;
        object-fit: contain;
        padding: 15px 0;
    }
}