.elementor-kit-5{--e-global-color-primary:#FAAD27;--e-global-color-secondary:#FCCB77;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Rubik Regular";--e-global-typography-primary-font-weight:normal;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-4fe0b3b-font-family:"Rubik Medium";--e-global-typography-6b31e33-font-family:"Rubik Regular";--e-global-typography-8665b71-font-family:"Righteous Regular";}.elementor-kit-5 a{color:#000000;}.elementor-kit-5 a:hover{color:#FAAD27;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.flex {
    display: flex;
}
.flex-col {
    flex-direction: column;
}
.gap-2 {
    gap: 0.5rem;
}
.items-center {
    align-items: center;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mt-4 {
    margin-top: 1rem;
}
.input-nom, .input-prenom, .input-tel, .input-email, .input-message {
    background-color: #F8AC28 !important;
    color: white;
    font-family: 'rubik medium' !important;
    font-size: 13px !important;
    line-height: 16px !important;
    padding: 16px !important;
    border:none !important;
    border-radius: 14px !important;
}
.input-nom::placeholder, .input-prenom::placeholder, .input-tel::placeholder, .input-email::placeholder, .input-message::placeholder {
    color:rgba(255,255,255, .7);
}
.input-nom, .input-prenom, .input-tel, .input-email, #form-field-nom, #form-field-prenom, #form-field-tel {
    padding-left: 3rem !important;
}

.label-nom, .label-prenom, .label-tel, .label-email {
    position: relative;
    width: 100%;
}
.label-nom::before, .elementor-field-group-nom::before {
    content:url('/wp-content/uploads/2022/04/nom.svg');
}
.label-nom::before, .label-prenom::before, .label-tel::before, .label-email::before, .elementor-field-group-nom::before,.elementor-field-group-tel::before, .elementor-field-group-prenom::before {
    display: inline-block;
    width: 20px;
    position: absolute;
    top: 40%;
    left: 5%;
    z-index: 30;
}

.label-tel::before,.elementor-field-group-tel::before {
    content:url('/wp-content/uploads/2022/04/tel-1.svg');
    top:50%;
}
.tel-popup::before,.elementor-field-group-tel::before {
    top: 45%;
    left: 2%;
}
.label-prenom::before, .elementor-field-group-prenom::before  {
    content:url('/wp-content/uploads/2022/04/prenom.svg');
    top:45%;
}
.label-email::before {
    content:url('/wp-content/uploads/2022/04/email.svg');
    top:50%;
}

.elementor-field-group-nom::before, .elementor-field-group-tel::before, .elementor-field-group-prenom::before  {
    top: 30%;
}
.elementor-field-group-nom::before, .elementor-field-group-prenom::before {
    left: 6%;
}
.elementor-field-group-tel::before {
    left: 3%;
}
input[type=submit]{
    font-family: 'rubik medium';
    background: black;
    padding: 15px 20px;
    color: #FAAD27;
    border:none;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 15px;
}

input[type=submit]:hover{
    background: #FAAD27;
    color:white;
}
.label-file::before, .elementor-field-group-CV::before {
    background-color: white;
    border-radius: 50%;
    margin-right: 7px;
    background-image: url('/wp-content/uploads/2022/04/add.svg');
    background-size: 30px 30px;
    display: inline-block;
    width: 30px; 
    height: 30px;
    content:"";
}
.label-file, .elementor-field-group-CV {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 60%;
    cursor: pointer;
    padding: 5px 20px 5px 15px;
    border: 3px solid #FAAD27;
    border-radius: 27px;
}
.label-file span, .elementor-field-group-CV label{
    font-family: 'rubik medium' !important;
    color: white;
    font-size: 15px;
    line-height: 19px;
}
.elementor-field-group-CV label {
    width: 80%
}
.input-file, .elementor-field-group-CV input {
    display: none;
} 

#captcha span, .protect{
    font-family: 'rubik regular';
    font-size:12px;
    line-height: 14px;
    margin: 0;
}
 #form-field-Captcha {
     display: inline-block;
 }
#captcha input[type="checkbox"], #form-field-Captcha {
    width: .7rem;
    height: .7rem;
    background-color: transparent;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #FAAD27;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}
#captcha input[type="checkbox"]:checked {
    background-color: #FAAD27;
}

.protect {
    margin-top: -8px;
    font-family: 'rubik regular';
    font-size:12px;
    line-height: 14px;
}
.protect a {
    text-decoration: underline;
    color: black;
}

#captcha-popup span, .protect-popup{
    font-family: 'rubik regular';
    font-size:12px;
    line-height: 14px;
    margin: 0;
    color:white;
}
#captcha-popup input[type="checkbox"] {
    width: .7rem;
    height: .7rem;
    background-color: #FCCB77;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid black;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

#captcha-popup input[type="checkbox"]:checked,  #form-field-Captcha:checked {
    background-color: #FAAD27;
}

.protect-popup, label[for="form-field-Captcha"]  {
    margin-top: -8px;
    font-family: 'rubik regular';
    font-size:12px;
    line-height: 14px;
    color: white;
}
.protect-popup a {
    text-decoration: underline;
    color: #FAAD27;
}

/****** MAP ******/

.carte {
    background-image: url('/wp-content/uploads/2022/04/carte-0.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 450px;
    height: 450px;
    position: relative;
}
.carte .carte-bouton {
    border: none;
    transition: .3s all ease-in-out;
    cursor: pointer;
}
.carte .carte-bouton:focus {
    background-color: transparent;
    outline: none;
}
.carte .carte-bouton:hover {
    background-color: transparent;
}
.carte .carte-bouton img {
    height: auto;
    width: 32px;
}
.carte #agence-1 {
    position: absolute;
    bottom: 189px;
    right: 56px;
}
.carte #agence-2 {
    position: absolute;
    bottom: 144px;
    right: 118px;
}
.carte #agence-3 {
    position: absolute;
    bottom: 96px;
    right: 88px;
}
.carte #agence-4 {
    position: absolute;
    bottom: 89px;
    right: 68px;
}
.carte #agence-5 {
    position: absolute;
    bottom: 111px;
    right: 35px;
}
.carte #agence-6 {
    position: absolute;
    bottom: 186px;
    right: 93px;
}
.agence-emploi {
    position: absolute;
    left: 0;
    top:0;
    width: 330px;
    height: 450px;
    background-color: rgba(255,255,255,.7);
    z-index: 10;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    padding: 2rem 1.5rem;
    border-radius: 19px;
}
.agence-emploi .title {
    font-family: 'rubik medium';
    font-size: 21px;
    line-height: 25px;
}
.agence-emploi .location {
    font-family: 'rubik regular';
    font-size: 14px;
    line-height: 16px;
    margin-top: .5rem;
    margin-bottom: 2rem;
}
.agence-emploi .emploi {
    margin-bottom: 3rem;
}
.agence-emploi {
    display: none;
}
.agence-emploi .emplois .button {
    color: white;
    background-color: #FAAD27;
    padding: .75rem 1.5rem;
    margin: 1rem 0;
    border-radius: 19px;
}
.agence-emploi .see-more {
    position: absolute;
    right: 4%;
    bottom: 4%;
}
.agence-emploi .see-more a {
    font-family: 'rubik regular';
    font-size: 16px;
    line-height: 19px;
    color: black;
    padding-bottom: 2px;
    border-bottom: 3px solid #FCCB77;
}
/*************************/

/****** SLIDER HOME ******/

#slider-home .swiper-slide, #slider-home-responsive .swiper-slide {
    padding: 0 1.5rem;
}
#slider-home .swiper-wrapper {
    height: 600px;
}

#slider-home .elementor-swiper .elementor-slides-wrapper, #slider-home-responsive .elementor-swiper .elementor-slides-wrapper{
    cursor: default !important;
}
#slider-home .elementor-slide-heading, #slider-home-responsive .elementor-slide-heading{
    font-family: 'rubik medium';
    font-size: 28px;
    line-height: 33px;
    z-index: 30;
}
#slider-home .elementor-slide-description, #slider-home-responsive .elementor-slide-description{
    font-family: 'rubik regular';
    font-size: 16px;
    line-height: 19px;
    margin: 1.5rem 0;
    z-index: 30;
}
#slider-home .elementor-button, #slider-home-responsive .elementor-button {
    font-family: 'rubik regular';
    font-size: 16px;
    line-height: 19px;
    background-color: white;
    border-radius: 25px;
    padding: 1rem 2rem;
    color: black;
    z-index: 30;
}
#slider-home .elementor-slide-heading, #slider-home .elementor-slide-description, #slider-home-responsive .elementor-slide-heading, #slider-home-responsive .elementor-slide-description{
    color: black;
}  
.home-swiper-button-prev#slider-home , #slider-home .elementor-swiper-button-next {
    color:black;
}
.home-swiper-button-prev {
    position: absolute;
    top: 50%;
    left: -1rem;
}
.home-swiper-button-next {
    position: absolute;
    top: 50%;
    right: -1rem;
}
.left-arrow {
    height: 30px;
    width: 30px;
}
.right-arrow {
    height: 30px;
    width: 30px;
    transform: rotate(180deg);
}
#slider-home .swiper-slide-contents, #slider-home-responsive .swiper-slide-contents{
    background-image: url(/wp-content/uploads/2022/04/background.png);
    background-size: 140%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 12px;
    padding: 3rem;
    width: 580px;
    margin-left: 50%;
    position: relative;
}

#slider-home-responsive .swiper-slide-contents {
    margin-left: 20%
}
.temoignage {
    padding: 1.5rem 2rem;
    background-color: rgba(255,255,255, .7);
    border-radius: 17px;
    width: 470px;
    margin-top: -.5rem;
    margin-left: 60%; 
    box-shadow: 8px 14px 20px -6px rgb(0 0 0 / 25%);
    margin-bottom: 5rem;
    position: absolute;
}

#slider-home-responsive .tem-bloc {
    display: flex;
    margin-top: -1rem;
}
#slider-home-responsive .temoignage {
    position: relative;
    z-index: 20;
    top: 10%;
    margin-left: -1rem;
}
.temoignage .bloc {
    display:flex;
    flex-direction: column
}
.temoignage .text {
    font-family: 'rubik regular';
    font-size:18px;
    line-height: 21px;
    padding: 2rem 3rem 0rem 3rem;
}

.temoignage .guillemet-gauche {
    position: absolute;
    top: 10px;
    left: 5%;
}
#slider-home-responsive .temoignage .guillemet-droite {
    position: absolute;
    bottom: -30px;
    right: 5%;
}
.temoignage .guillemet-droite {
    position: absolute;
    bottom: 10px;
    right: 5%;
}
.temoignage .temoignage-img {
    width: 45px;
}
#slider-home .photo {
    position: absolute;
    width: 650px;
    height: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 225px;
    left: -600px;
    z-index: -1;
    border-radius: 19px;
}
#slider-home-responsive .photo {
    width: 470px;
    height: 275px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 19px;
    margin-right: -1rem;
    margin-top: -.8rem;
}
.profil {
    margin-top: 1rem;
    justify-content: center;
    align-items: center;
}

.profil .profil-picture {
    height: 75px;
}
.profil .profil-name {
    font-family: 'rubik medium';
    font-size:17px;
    line-height: 20px;
}  
.profil .profil-type {
    font-family: 'rubik regular';
    font-size: 12px;
    line-height: 14px;
}
#slider-bloc {
    margin-top: -155px;
}


[type=submit]:focus {
    background-color: #FAAD27;
    outline: none;
}
.wpcf7 form .wpcf7-response-output {
    color:white;
    padding: 0;
}
.wpcf7-response-output {
    border: none !important;
    padding: 0;
    font-family: 'rubik regular';
    font-size: 14px;
    line-height: 19px;
    color: black;
}
.wpcf7-not-valid-tip {
    font-family: 'rubik regular';
    font-size: 12px;
    width: 150px;
    font-weight: normal;
    position: absolute;
    margin-top: 0.3rem;
}
.Captcha .wpcf7-not-valid-tip {
    margin-top: 0.5rem;
}

.mobile-responsive {
    display: none;
}
/************************/

@media (min-width: 0px) and (max-width: 640px) { 
    .elementor-35 .elementor-element.elementor-element-56ad69be .elementor-nav-menu__container.elementor-nav-menu--dropdown {
        margin-top: 0 !important;
    }
    .elementor-nav-menu {
        margin-right: 0 !important;
    }
    li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-4804 {
        margin: 0;
    }
    .elementor-6 .elementor-element.elementor-element-7ce21b2 {
        margin-top: 0px !important;
    }
    #slider-home {
        display: none;
    }
    .mobile-responsive {
        display: block !important;
    }
    #slider-home-responsive .swiper-slide-contents {
        margin: 0 auto;
    }
    #slider-home-responsive .swiper-slide {
        padding: 0;
    }
    #slider-home-responsive .swiper-slide-contents {
        background-size:cover;
        width: 100%;
    }
    #slider-home-responsive .tem-bloc {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #slider-home-responsive .home-swiper-button-prev {
        left: 2%;
    }
    #slider-home-responsive .home-swiper-button-next {
        right: 2%;
    }
    #slider-home-responsive .temoignage {
        margin-left: 0;
        width: 98%;
    }
    #slider-home-responsive .photo {
        margin-right: 0;
        width: 98%;
    }
    .carte {
        width : 350px;
        height: 350px;
    }
    .agence-emploi {
        position: relative;
        margin: 0 auto;
    }
    .carte #agence-1 {
        position: absolute;
        bottom: 139px;
        right: 39px;
    }
    .carte #agence-2 {
        position: absolute;
        bottom: 104px;
        right: 88px;
    }
    .carte #agence-3 {
        position: absolute;
        bottom: 72px;
        right: 68px;
    }
    .carte #agence-4 {
        position: absolute;
        bottom: 69px;
        right: 48px;
    }
    .carte #agence-5 {
        position: absolute;
        bottom: 87px;
        right: 21px;
    }
    .carte #agence-6 {
        position: absolute;
        bottom: 131px;
        right: 73px;
    }
    .appel {
        margin-top: .5rem;
    }
}
@media (min-width: 640px) and (max-width: 768px) {
    .elementor-35 .elementor-element.elementor-element-56ad69be .elementor-nav-menu__container.elementor-nav-menu--dropdown {
        margin-top: 0 !important;
    }
    .elementor-nav-menu {
        margin-right: 0 !important;
    }
    li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-4804 {
        margin: 0;
    }
    .elementor-6 .elementor-element.elementor-element-7ce21b2 {
        margin-top: 0px !important;
    }
     #slider-home {
        display: none;
    }
    .mobile-responsive {
        display: block !important;
    }
    #slider-home-responsive .swiper-slide-contents {
        margin: 0 auto;
    }
    #slider-home-responsive .tem-bloc {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #slider-home-responsive .temoignage {
        margin-left: 0;
    }
    #slider-home-responsive .photo {
        margin-right: 0;
    }
    .carte {
        width : 350px;
        height: 350px;
    }
    .carte #agence-1 {
        position: absolute;
        bottom: 139px;
        right: 39px;
    }
    .carte #agence-2 {
        position: absolute;
        bottom: 104px;
        right: 88px;
    }
    .carte #agence-3 {
        position: absolute;
        bottom: 72px;
        right: 68px;
    }
    .carte #agence-4 {
        position: absolute;
        bottom: 69px;
        right: 48px;
    }
    .carte #agence-5 {
        position: absolute;
        bottom: 87px;
        right: 21px;
    }
    .carte #agence-6 {
        position: absolute;
        bottom: 131px;
        right: 73px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .elementor-6 .elementor-element.elementor-element-7ce21b2 {
        margin-top: 0px !important;
    }
    #slider-bloc {
        margin-top: -155px;
    }
    #slider-home {
        display: none;
    }
    .mobile-responsive {
        display: block !important;
    }
    .map-bloc .elementor-container{
        flex-direction: column;
        align-items: center;
    }
    .map-bloc .elementor-container .elementor-element {
        width: 100%;
    }
    .appel {
        margin-top: .5rem;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) { 
    .elementor-6 .elementor-element.elementor-element-7ce21b2 {
        margin-top: 0px !important;
    }
    #slider-bloc {
        margin-top: -155px;
    }
    #slider-home {
        display: none;
    }
    .mobile-responsive {
        display: block !important;
    }
}
@media (min-width: 1280px) { 
    #slider-bloc {
        margin-top: -155px;
    }
    #slider-home .swiper-slide-contents {
        padding: 2rem;
        width: 540px;
        margin-left: 40%;
    }
    .temoignage {
        padding: 1.5rem 2rem;
        width: 450px;
        margin-top: -.5rem;
        margin-left: 45%; 
    }
    #slider-home .photo {
        width: 550px;
        height: 360px;
        top: 225px;
        left: -500px;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Rubik Regular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('http://lyomat-emploi.sharewood.team/wp-content/uploads/2022/04/rubik-regular-webfont.woff2') format('woff2'),
		url('http://lyomat-emploi.sharewood.team/wp-content/uploads/2022/04/rubik-regular-webfont.woff') format('woff'),
		url('http://lyomat-emploi.sharewood.team/wp-content/uploads/2022/04/Rubik-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Rubik Medium';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('http://lyomat-emploi.sharewood.team/wp-content/uploads/2022/04/rubik-medium-webfont.woff2') format('woff2'),
		url('http://lyomat-emploi.sharewood.team/wp-content/uploads/2022/04/rubik-medium-webfont.woff') format('woff'),
		url('http://lyomat-emploi.sharewood.team/wp-content/uploads/2022/04/Rubik-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Righteous Regular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('http://lyomat-emploi.sharewood.team/wp-content/uploads/2022/04/righteous-regular-webfont.woff2') format('woff2'),
		url('http://lyomat-emploi.sharewood.team/wp-content/uploads/2022/04/righteous-regular-webfont.woff') format('woff'),
		url('http://lyomat-emploi.sharewood.team/wp-content/uploads/2022/04/Righteous-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */