
.page-template-template-rejoignez-ecole section{

    height: 100vh;
    min-height: 650px;
    position: relative;
    overflow: hidden;
}


.page-template-template-rejoignez-ecole section .logo{
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 2;
}


.page-template-template-rejoignez-ecole section .container_texte_boutons{

    height: 100%;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}


.page-template-template-rejoignez-ecole section .image{
    position: absolute;
    right: 0;
    top:0;
    z-index: 1;
    height: 100%;
    width: calc(100% - 380px);
}

.page-template-template-rejoignez-ecole section .image img{
    object-fit: cover;
    height: 120%;
    width: 120%;
    -moz-transform: rotate(4deg);
-webkit-transform: rotate(4deg);
-o-transform: rotate(4deg);
-ms-transform: rotate(4deg);
transform: rotate(4deg);
margin-top: -5%;
}

.page-template-template-rejoignez-ecole section .image:before{
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 50%;
    bottom: 0;
    z-index: 2;
    left: -10%;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
    background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */


}



.page-template-template-rejoignez-ecole section:before{
    content: "";
    height: 200%;
    width: 580px;
    display: block;
    background-color: #EC8B9B;
    position: absolute;
    left: -100px;
    top:-50%;
    -moz-transform: rotate(5deg);
-webkit-transform: rotate(5deg);
-o-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
z-index: 2;
}

.page-template-template-rejoignez-ecole section .texte_boutons{
    position: relative;
    z-index: 3;
    padding: 35px 40px;
}


.page-template-template-rejoignez-ecole section .texte_boutons h2{
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 19px;
    margin-bottom: 20px;
    font-weight: normal;
    margin: 65px 0 25px 0;
}

.page-template-template-rejoignez-ecole section .texte_boutons h1{
    font-size: 65px;
    line-height: 58px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-left: -3px;
}

.page-template-template-rejoignez-ecole section .texte_boutons .boutons {
    margin-left: 40px;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.page-template-template-rejoignez-ecole section .texte_boutons .boutons a{
    height: 48px;
    border-radius: 24px;
    font-size: 23px;
    font-weight: 400;
    width: max-content;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-template-template-rejoignez-ecole section .texte_boutons .boutons a.ecole{
    background-color: #4C539D;
    margin-right: 20px;
    padding: 0 30px 0 20px;
    color: #FFF;

    -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.page-template-template-rejoignez-ecole section .texte_boutons .boutons a.ecole:after{
    content: "";
    font-family: 'font awesome 6 pro';
    display: inline-block;
    left: 15px;
    -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: relative;
font-size: 14px;
}

.page-template-template-rejoignez-ecole section .texte_boutons .boutons a.ecole:hover{
    color: #4C539D;
    background-color: #FFF;
}

.page-template-template-rejoignez-ecole section .texte_boutons .boutons a.ecole:hover:after,
.page-template-template-rejoignez-ecole section .texte_boutons .boutons a.offres:hover:after{
    left: 20px;
}


.page-template-template-rejoignez-ecole section .texte_boutons .boutons a.offres{
    background-color: #fff;
    margin-right: 20px;
    padding: 0 30px 0 20px;
    color: #4C539D;
    -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}


.page-template-template-rejoignez-ecole section .texte_boutons .boutons a.offres:hover{
    background-color: #4C539D;
    color: #FFF;
}

.page-template-template-rejoignez-ecole section .texte_boutons .boutons a.offres:after{
    content: "";
    font-family: 'font awesome 6 pro';
    display: inline-block;
    left: 15px;
    -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: relative;
font-size: 14px;
}




@media only screen and (max-width:950px){
    .page-template-template-rejoignez-ecole section .texte_boutons h1{
        font-size: 55px;
        line-height: 50px;
    }

    .page-template-template-rejoignez-ecole section .texte_boutons .boutons a{
        font-size: 18px;
    }


    .page-template-template-rejoignez-ecole section:before{
        width: 480px;
    }

    .page-template-template-rejoignez-ecole section .image{
        width: calc(100% - 280px);
    }
}


@media only screen and (max-width:850px){
    .page-template-template-rejoignez-ecole section .texte_boutons h1{
        font-size: 45px;
        line-height: 45px;
    }


    .page-template-template-rejoignez-ecole section:before{
        width: 380px;
    }

    .page-template-template-rejoignez-ecole section .image{
        width: calc(100% - 270px);
    }

    .page-template-template-rejoignez-ecole section .texte_boutons .boutons{
        margin-left: 20px;
    }

    .page-template-template-rejoignez-ecole section .texte_boutons .boutons a.ecole{
        margin-right: 10px;
    }

    .page-template-template-rejoignez-ecole section .image:before{
        width: 40%;
    }
}


@media only screen and (max-width:700px){
    .page-template-template-rejoignez-ecole section .texte_boutons h1{
        font-size: 35px;
        line-height: 35px;
    }

    .page-template-template-rejoignez-ecole section .logo img{
        width: 150px;
        display: inline-block;
    }

    .page-template-template-rejoignez-ecole section .texte_boutons h2{
        margin: 45px 0 15px 0;
        font-size: 14px;
        line-height: 17px;
    }

    .page-template-template-rejoignez-ecole section .texte_boutons .boutons a{
        font-size: 16px;
        height: 40px;
    }

    .page-template-template-rejoignez-ecole section:before{
        width: 320px;
    }

    .page-template-template-rejoignez-ecole section .image{
        width: calc(100% - 200px);
    }
}



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

    .page-template-template-rejoignez-ecole section{
        height: auto;
        min-height: 100vh;
    }

    .page-template-template-rejoignez-ecole section .texte_boutons .boutons{
        margin-left: 0;
        padding-bottom: 25px;
    }

    .page-template-template-rejoignez-ecole section .texte_boutons .boutons{
        display: block;
    }

    .page-template-template-rejoignez-ecole section .texte_boutons .boutons a.ecole{
        margin-bottom: 10px;
    }


    .page-template-template-rejoignez-ecole section:before{
        width: 200%;
        height: 200%;
        top: auto;
        top: 380px;
        left: -50%;
        -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    }

    .page-template-template-rejoignez-ecole section .texte_boutons .boutons a{
        width: 100%;

        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .page-template-template-rejoignez-ecole section .texte_boutons{
        width: 100%;
        padding-top: 15px;
    }

    .page-template-template-rejoignez-ecole section .texte_boutons h1{
        font-size: 47px;
        line-height: 47px;
    }

    .page-template-template-rejoignez-ecole section .image{
        width: 120%;
        height: 450px;
        margin-top: 0;
        left:-5%;
    }

    .page-template-template-rejoignez-ecole section .image img{
        height: 110%;
        width: 110%;
        margin-top: -2.5%;
    }

    .page-template-template-rejoignez-ecole section .image:before{
        position: absolute;
        content: "";
        display: block;
        height: 75%;
        width: 100%;
        bottom: -5%;
        z-index: 2;
        left: 0;

        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
        background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

    }



    .page-template-template-rejoignez-ecole section .image:after{
        position: absolute;
        content: "";
        display: block;
        height: 30%;
        width: 100%;
        top: -10%;
        z-index: 2;
        left: 0;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
        background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    }


    .page-template-template-rejoignez-ecole section .texte_boutons h2 br{
        display: none;
    }

    .page-template-template-rejoignez-ecole section .texte_boutons h2{
        margin-top: 210px;
    }

    .page-template-template-rejoignez-ecole section .container_texte_boutons{
        display: block;
    }

    .page-template-template-rejoignez-ecole section .logo{
        text-align: center;
        position:relative;
        left: 0;
        top: 15px;
    }

    .page-template-template-rejoignez-ecole section .logo img{
        width: 210px;
    }

}


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

    /* .page-template-template-rejoignez-ecole section .texte_boutons h1{
        font-size: 30px;
        line-height: 30px;
    } */
}


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

    .page-template-template-rejoignez-ecole section .texte_boutons .boutons a{
        font-size: 14px;
    }

    .page-template-template-rejoignez-ecole section .texte_boutons{
        padding: 25px;
    }
}


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

    .page-template-template-rejoignez-ecole section .texte_boutons h1 {
        font-size: 40px;
        line-height: 40px;
    }

}


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

    .page-template-template-rejoignez-ecole section .texte_boutons h2,
    .page-template-template-rejoignez-ecole section .texte_boutons .boutons a{
        font-size: 13px;
    }

}
