@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

:root {
    --color-text: #333F63;
    --color-purple: #5D38DB;
    --color-green: #68D4E2;
    --color-rhino: #31325D;
    --color-placeholder:#525F7F
}
html{
    margin: 0;
    padding: 0;
}
body{
  color: var(--color-text);
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 27px;
  margin: 0;
  padding: 0;
  background: #f5f6fa;
  position: relative;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
*:focus {
    outline: none;
}
.purple{
    color: var(--color-purple);
}
a{
    text-decoration: none;
    text-align: center;
}
a:hover{
    transition: background-color 0.5s;
}

ul{
    padding: 0;
    list-style: none;
}

/* li::before {
    content: '•';
    color: var(--color-green);
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 10px;
} */

.row>*, .row {
    margin: 0;
    padding: 0;
}

.container {
    padding: 0;
}
.wp-block-image, figure {
    margin:0
}
h2{
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 27px;
    color: var(--color-rhino)
}
select::-ms-expand {
    display: none;
  }

select{
    appearance: none;
    box-sizing: border-box;
    height: 56px;
    border: 1px solid rgba(50,151,211,0.25);
    border-radius: 4px;
    background-color: #FFFFFF;  
    cursor: pointer;
}

.mobile{
    display: none !important;
}

.top{
    background: url('../images/zone_hero.png') 0px -50px no-repeat;
    width: 100%;
    padding-top: 51px;
    min-height: 650px;
}

.tempalte2 .top {
    min-height: 850px;
    background-size: 100%;
}

.contact-ecoles.tempalte2 .top {
    background-size: 110%;
}

.header{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 100%;
}
.logo{
    display: block;
    align-self: center;
    justify-self: flex-start;
    height: 34px;
    width: 178px;
    background-size: contain;
    flex: auto 1;
    background-repeat: no-repeat;
}

.logo.studyandwork {
    background-image: url('../images/studyandwork_logo.svg');
}

.logo.studymapper {
    background-image: url('../images/logo_studymapper.svg');
    width: 159px;
    height: 26px;
}

.contact-ecoles .logo.studymapper {
    width: 185px;
    height: 35px;
}

.header-right{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    align-self: flex-end;
    flex: auto 1;
}

.header-right a {
    color:#FFF;
    font-size: 12px;
    line-height: 13px;
    display: inline-block;
    margin-right: 24px;
    font-weight: bold;
    width: auto;
    padding-right: 25px;
    padding-left: 25px;
}

.header-right a:last-child{
    margin-right: 0;
}

.header-right a.btn {
    height: 46px;
    border-radius: 8px;
    box-shadow: 0 9px 25px 0 rgba(66,37,164,0.3);
}

.contact-ecoles .header-right a.btn {
    width: 165px;
    height: 55px;
    line-height: 55px;
    padding: 0;
    font-size: 14px;
}

a.btn.white {
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 9px 25px 0 rgba(66,37,164,0.3);
  color: var(--color-purple);
}

a.btn.pruple {
    border-radius: 8px;
    border-radius: 8px;
    background-color: #5D38DB;
    box-shadow: 0 9px 25px 0 rgba(23,16,47,0.3);
    color: #FFF;
}

.header-right a.phone {
    background-image: url('../images/ico_phone.svg'); 
    background-position: 25px 50%;
    background-repeat: no-repeat;
}

.header-right a.phone2 {
    background-image: url('../images/ico_phone2.svg'); 
    background-position: 25px 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    padding-left: 50px;
}

.btn, .wp-block-button__link{
    border-radius: 8px;
    box-shadow: 0 5px 10px 0 rgba(93,56,219,0.25);
    text-align: center;
    text-decoration: none;
    line-height: 20px;
    padding: 0px;
    width: 191px;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    text-decoration: none;
}

.btn:hover , 
.wp-block-button__link:hover{
    background-color: var(--color-purple) !important;
    color: #FFF !important;
}
.wp-block-button__link {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.wrap-partenaires-institutionnels {
    background-color: #FFF;
}

.rdv{
    color: var(--color-purple);
    background-color: #FFFFFF;
}
.rdv:hover{
    background-color: var(--color-purple);
    color: #FFFFFF;
}
.btn.green{
    background-color: var(--color-green);
    color: #FFFFFF;
}
.btn.green:hover, .btn.purple:hover, .pruple .wp-block-button__link:hover{
    background-color: #FFFFFF !important;
    color: var(--color-purple) !important;
}

.btn.purple {
    background-color: var(--color-purple);
    color: #FFF;
}
.phone {
    display: block;
    color: #FFFFFF;
    font-size: 12px;
    height: 29px;
    color: #FFFFFF;
    background: url(../images/ico_phone.svg) 0 0 no-repeat ;
    padding-left: 41px;
}

.header .phone {
    padding-left: 20px;
}

.phone a{
    color: #FFFFFF;
}
.vr {
    display: block;
    width: 0.5px;
    height: 41px;
    background-color: #FFFFFF;
    flex: auto 0;
    margin-left: 29px;
    margin-right: 29px;
}

.hero{
    position: relative;
}

.hero .illustration {
    position: absolute;
    background: url(../images/hero_right_illustration.png);
    width: 370px;
    height: 370px;
    right: 70px;
    z-index: 999;
    top: -50px
}

.hero .content{
    margin-top: 140px;
    color: #FFF;
    font-size: 16px;
}

.hero .content p{
    margin-top: 18px;
    font-size: 16x;
    line-height: 30px;
    margin-bottom: 25px;
}

.tempalte2 .hero{
    display: flex;
    flex-direction: row;
    margin-top: 120px;
}

.tempalte2 .hero > div{
    width: 50%;
}

.tempalte2 .hero .illustration{
    position: relative;
    top: 0;
    right: 0;
    margin-left: 15px;
    z-index: 1;
}

.tempalte2 .hero .content{
    margin-top: 0px;
}

.hero h1{
    color: #FFFFFF;
    font-size: 26px;
    line-height: 35px;
    padding: 0;
    margin: 0;
}

.hero .chips{
    margin-top: 32px;
}

.hero .chips span {
    display: inline-block;
    box-sizing: border-box;
    height: 29px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    color: #FFFFFF;
    margin-right: 8px;
    font-size: 12px;
    padding: 0 8px;
    line-height: 29px;
}
.hero .card{
    margin-top: 139px;
}

.hero .btn {
    margin-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
    width: auto;
}

.tempalte2 .hero .btn {
    margin-top: 0px;
}

.card{
  width: 100%;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: -10px 9px 21px 0 rgba(128,152,213,0.07);
  padding: 49px;
  padding-bottom: 39px;
  border:none;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.card.type2{ 
    padding: 30px 45px 0;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: -15px 25px 21px 21px rgba(128,152,213,0.15);
}

.section-cardes .card {
    justify-content: flex-start;
}

.card.purple {
    background-color: var(--color-purple);
}

.card.no-raduis-left {
    border-radius: 0px 8px 8px 0px;
}

.card.with-background::after {
    position: absolute;
    content: "";
    background: url(https://f.hubspotusercontent30.net/hubfs/4336284/Visual.svg);
    right: 13px;
    top: 14px;
    width: 152px;
    height: 82px;
    background-repeat: no-repeat;
}


.card .wp-block-buttons {
    align-items: center;
    justify-content: center;
}

.card .wp-block-buttons a{
    text-decoration: none;
}

.tempalte2 .card {
    flex-direction: column;   
}

.card h2{
    font-size: 22px;
    line-height: 27px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-bottom: 24px;
    color: var(--color-rhino);
}

.card a {
    text-decoration: underline;
    color: var(--color-text);
}

.section-cardes.marginTopMois91{
    margin-top: -290px;
}

.section-cardes.marginTopMoins189 {
    margin-top: -189px;
}
.section-cardes .card{
    box-shadow: 0 6px 12px 0 rgba(128,152,213,0.15);
    flex-direction: column;
    align-items: center;
    padding: 44px 75px 66px;
}

.section-cardes .card h6 {
    font-size: 21px;
    font-weight: 700;
    margin: 25px 0 20px;
}

.section-cardes .card .icone {
    height: 63px;
    width: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background-color: rgba(251,99,64,.2);
    border-radius: 63px;
}

.section-cardes .card .icone figure {
    text-align: center;
}

.voir-toutes-les-form, .voir-tous{
    margin-top: 84;
    border-top: 1px solid #FFFFFF ;
}

.voir-toutes-les-form  span, .voir-tous span{
    width: 300px;
    background-color: var(--color-purple);
    color: #FFFFFF; 
    height: 27px;
    line-height: 27px;
    margin: 0 auto;
    margin-top: -13px;
    font-weight: bold;
    display: block;
    text-align: center;
    cursor: pointer;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--color-placeholder);
    opacity: 0.5; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--color-placeholder);
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--color-placeholder);
}
.wpcf7-form-control-wrap.phone {
    padding-left: 0;
}
.formulaire br {
    display: none;
}

.formulaire .col {
    position: relative;
}

.formulaire .container{
    padding: 0;
}
.formulaire .row{
    margin-bottom: 20px;
    width: 100%;
}
.formulaire form{
    margin-top: 36px;
}
.formulaire label{
    color: #525F7F;
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    display: block;
    margin-bottom: 15px;
}
.formulaire select {
    height: 56px;
    width: 497px;
    display: none;
    position: relative;
}

.formulaire .select-custom{
    color: #525F7F;
    opacity: 0.5px;
}

.formulaire .select-custom::after {
    position: absolute;
    content: attr(data-placeholder);
    height: 56px;
    width: 497px;
    border: 1px solid rgba(50,151,211,0.25);
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 16px;
    display: block;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.formulaire .select-custom::before{
    left: 75%;
    content: url(../images/triangle.png);
    position: absolute;
}

.formulaire .select-custom-option{
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 20px;
    margin: 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(50,151,211,0.25);
    border-radius: 4px;
    margin-top: 56px;
    width: 497px;
    max-height: 250px;
    overflow-y: scroll;
}
.formulaire .select-custom-option ul li::before{
    display: none;
}
.formulaire .select-custom-option ul li {
    clear: both;
    color: #525F7F;
    font-size: 14px;
    letter-spacing: 0.04px;
    line-height: 18px;
    margin-bottom: 19px;
    cursor: pointer;
}

.formulaire .checkbox {
    box-sizing: border-box;
    height: 21px;
    width: 21px;
    border: 1px solid #CAD1D7;
    border-radius: 4px;
    padding-top: 1px;
    margin-right: 8px;
    float: left;
}

.formulaire .checkbox.checked{
    background-color: #5D38DB;
    border: none;
    text-align: center;
}

.formulaire .form-check-input.checkbox.checked::before{
    display: block;
    margin-top: -3px;
}

.formulaire .checkbox.checked::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: #FFF;
}

.formulaire input, input{
    height: 56px;
    width: 497px;
    border: 1px solid rgba(50,151,211,0.25);
    border-radius: 4px;
    padding-left: 20px;
}

input#ville{
    width: 368px;
}

.formulaire input[type=file] {
    opacity: 0;
    width: 100%;
}

.formulaire .wrap-input-file{
    position: relative;
}

.wrap-input-file span {
    position: relative;
    z-index: 10;
}

.formulaire .file-custom::before {
    position: absolute;
    top: -.075rem;
    right: 0px;
    bottom: -.075rem;
    z-index: 6;
    display: block;
    content: "Télécharger";
    line-height: 55px;
    color: #fff;
    background-color: #68D4E2;
    border: .075rem solid #ddd;
    border-radius: 8px;
    height: 55px;
    width: 165px;
    text-align: center;
    text-transform: uppercase;
}

.formulaire .file-custom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 56px;
    width: 497px;
    padding-left: 20px;
    line-height: 56px;
    color: #555;
    border: 1px solid rgba(50,151,211,0.25);
    border-radius: 4px 8px 8px 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.formulaire input[type=checkbox], .wpcf7-checkbox{
    width: 21px;
    height: 21px;
    border: 1px solid #CAD1D7;
    border-radius: 4px;
    margin-right: 8px;
}

.formulaire .form-check-label {
    margin-left: 30px;
}

.form-check {
    margin-top: 13px;
}

.form-check .form-check-input{
    margin:0
}
.accord-contact{
    margin-top: 32px;
}

.formulaire input[type=submit]{
    height: 55px;
    width: 118px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    background-color: var(--color-purple);
    padding-left: 0;
    margin:0 auto;
    margin-top: 28px;
    display: block;
    text-transform: uppercase;
}

.formulaire{
      border-radius: 8px;
      background-color: #FFFFFF;
      box-shadow: -10px 9px 21px 0 rgba(128,152,213,0.1) !important;
      padding: 52px;
}

.formulaire .required-fields{
    font-size: 11px;
}

.formulaire .wpcf7-not-valid-tip {
    font-size: 11px;
}

.wpcf7-not-valid {
    border-color: #dc3232;
}

.formulaire .liste_postes_postuler .wpcf7-not-valid-tip{
    display: block;
    position: absolute;
    top: 56px;
    width: 200px;
}

.poser-questions h2 {
    font-size: 26px;
    color: #31325D;
}

.poser-questions .container{
    margin-top: 80px;
}

.poser-questions .questions{
    margin-top: 60px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: -10px 9px 21px 0 rgba(128,152,213,0.07);
    margin-bottom: 90px;
}

.poser-questions .question{
    cursor: pointer;
    border-bottom: 1px solid #E9E9E9;
}

.poser-questions .question h3{
    color: #31325D;
    font-family: Lato;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.28px;
    line-height: 20px;
    padding-top: 35px;
    padding-bottom: 23px;
    padding-left: 38px;
    padding-right: 41px;
}

.c-accordion__title:after {
    position: absolute;
    top: 50%;
    right: 41px;
    content: " ";
    display: block;
    width: 10px;
    height: 6px;
    font-weight: 300;
    transform: translateY(-50%);
    background: url(../images/flesh-pruple.svg) 0  50% no-repeat;
}

.is-open>.c-accordion__title:after {
    transform: rotate(180deg);
    content: " ";
}

.poser-questions .question .reponse{
    padding-left: 38px;
    padding-right: 41px;
    padding-bottom: 23px;
}

.footer{
    background: url(../images/share_footer.svg) no-repeat #FFF;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 52px;
    width: 100%;
    color: #FFFFFF;
    font-size: 14px;
}

.footer.template2 {
    background: none;
    background-color: var(--color-purple);
    padding-top: 50px;
}

.footer a{
    color: #FFFFFF;
}
.footer .footer-logo a{
    display: block;
    height: 34px;
    width: 178px;
    background: url(../images/studyandwork_logo.svg) no-repeat;
    color: #FFFFFF;
    font-size: 11px;
    text-align: right;
    padding-top: 40px;
    background-size: contain;
}

.footer .footer-logo.studymapper a {
    background: url(../images/logo_studymapper.svg) no-repeat;
    background-size: contain;
}

.footer .footer-logo.studyandwork a {
    background: url(../images/studyandwork_logo.svg) no-repeat;
    background-size: contain;
}

.footer-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.reseaux-sociaux a{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 20px;
}
.reseaux-sociaux a:last-child{
    margin-right: 0;
}
.reseaux-sociaux a:hover {
    opacity: 0.7;
}
.fab {
    font-family: "Font Awesome 5 Brands";
    color: #FFFFFF;
}

.footer .btn{
    text-transform: uppercase;
}

.fa-facebook:before {
    content: "\f09a";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-linkedin:before {
    content: "\f08c";
}
.footer hr{
    border: 1px solid #3E21A0;
    margin-top: 39px;
    margin-bottom: 39px;
}
.footer-bottom span {
    flex-basis: calc(100% / 3);

}
.footer-bottom a,.footer-bottom span {
    display: block;
    text-align: left;
}
.footer-bottom .droits-reserv{
    text-align: center;
}

.footer-bottom  .politique-confidentialite a{
    text-align: right;
}

.footer-middle{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.footer-middle li a {
    line-height: 37px;
}

.footer-middle li a.btn {
    line-height: 18px;
    width: 100%;
}

.footer-middle li:not(:first-child) a.btn {
    margin-top: 10px;
}

.pagination {
    margin:60px 0;
    align-items: center;
    justify-content: center;
    color: #FFF;
    display: none;
}

.pagination.show{
    display: flex;
}

.msg{
    margin-top: 40px;
    color: #5D38DB;
    font-family: Lato;
    font-size: 16px; 
}

.pagination a,.pagination span  {
    display: inline-block;
    margin: 0px 9px;
    line-height: 43px;
    vertical-align: middle;
    color: #5D38DB;
    font-family: Lato;
    font-size: 16px;
    background-color: #FFFFFF;
    text-align: center;
    height: 43px;
    width: 43px;
    border-radius: 3px;
    box-shadow: -2px 6px 10px rgb(128 152 213 / 20%);
    margin-bottom: 10px;
    cursor: pointer;
}

.pagination a.active,.pagination a:hover,
.pagination span.active,.pagination span:hover {
    color: #fff;
    background-color: var(--color-green);
}

.question a{
    color: var(--color-purple);
}

#formations p{
    font-size: 16px;
    color: #FFFFFF;
}

.loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    display: none;
}
.loader:before {
    width: 50%;
    height: 50%;
    background: #ffffff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.loader:after {
    background:var(--color-purple);
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    }
    @keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.modal-header, .modal-footer{
    border:none
}

.modal-footer{
    justify-content: center;
    margin-bottom: 20px;
}

.modal-footer .btn{
    box-shadow: none;
    background-color: var(--color-purple);
    color: #FFF;
}

.modal-footer .btn:hover{
    box-shadow: 0 12px 35px 0 rgb(34 32 33 / 30%);
    background-color: #FFF;
    color:var(--color-purple);
}

.modal-content{
    text-align: center;
    border:none
}

.modal-content p{
    margin-bottom: 0;
}

.icon-check{
    display: block;
    margin-bottom: 20px;
}

.title_search {
    display: flex;
    align-items: center;
    margin-top: 52px;
    margin-bottom: 72px;
}

.title_search div {
    width: 50%;
}

#autocomplete-ville {
    display: flex;
    justify-content: flex-end;
}

.ui-widget.ui-widget-content {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    color: #555;
    border: 1px solid rgba(50,151,211,0.25);
}

#offres{
    margin-bottom: 70px;
}

#liste_offres {
    display: grid;
   grid-template-columns: repeat(3, 1fr);
   grid-column-gap: 33px;
   grid-row-gap: 37px;
}

#liste_offres .offre.card {
    flex-direction: column;
    padding: 20px;
    padding-top: 50px;
    min-height: 187px;
}

#liste_offres .offre.card div{
    flex: auto 1;
}

#liste_offres .offre h3 {
  color: var(--color-rhino);
  font-family: Lato;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 27px;
  padding-right: 20px;
}

#liste_offres .offre .offre_footer,
#liste_offres .offre .offre_header {
    display: flex;
    align-items: center;
}

#liste_offres .offre .offre_footer {
    margin-top: 40px;
    color: #586E87;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
}

#liste_offres .offre .offre_footer div.offre_ville{
    display: flex;
    flex-direction: column;
    padding-right: 36px;
    align-items: flex-end;
}

#liste_offres .offre .show-details {
  height: 36px;
  width: 36px;
  background-color: #585FD3;
  border-radius: 36px;
  display: block;
}

#liste_offres .offre .show-details:hover{
    background-color: #FFF;
    border: 1px solid #585FD3;
}

#liste_offres .offre .show-details::after{
    color: #FFFFFF;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 36px;
    content: "+";
    text-align: center;
    height: 36px;
    width: 36px;
    display: block;
    cursor: pointer;
}
#liste_offres .offre .show-details:hover::after{
    color: #585FD3;
}

#liste_offres .offre_categorie, 
#liste_offres .offre_label {
    opacity: 0.8;
    color: #586E87;
    font-family: Lato;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
}

#liste_offres .offre_label {
    display: block;
}

#modal-offre_details p{
    text-align: left;
}

#modal-offre_details .modal-dialog {
    max-width: 80% !important;
    
}

#modal-offre_details .modal-content{
    padding: 5% !important;
}

#modal-offre_details h3 {
    color: var(--color-rhino);
    font-family: Lato;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    padding-bottom: 27px;
}

#modal-offre_details h4{
    text-align: left;
    text-transform: uppercase;
    color: var(--color-rhino);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    padding-top: 58px;
    padding-bottom: 30px;
}

.modal-header .btn-close {
    height: 36px;
    width: 36px;
    background-color: #585FD3;
    border-radius: 36px;
    color: #FFF;
    background-image: none;
}

.modal-header .btn-close::after {
    content: url("../images/modal_close.svg");
    display: block;
    width: 16px;
    height: 16px;
    margin:0 auto;
    line-height: 16px;

}

.offres_pagination {
    margin-top: 38px;
    margin-bottom: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offres_pagination span{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 1px solid #537ACF;
    margin-left: 11px;
    cursor: pointer;
}

.offres_pagination a:first-child{
    margin-left: 0px;
}

.offres_pagination span:hover {
    background-color: #585FD3;
}

.offres_pagination a.next, .offres_pagination a.prev {
    display: none;
}

.offres_pagination span.current{
    background-color: #585FD3;
}

.voir-tous {
    margin-top: 57px;
    border-top: 1px solid #DADADA;
}

.voir-tous span {
    color: #585FD3;
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;
    background: #f5f6fa;
}

.partenaires .wp-block-column {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 6px 12px 0 rgba(128,152,213,0.15);
}

.vjs-default-skin .vjs-big-play-button{
    background-color: #6acbe0;
    height: 48px;
    width: 63px;
    border:none;
    top: calc( 50% - 24px );
    left: calc(50% - 32px ) ;
}

.vjs-poster {
    background-color: #f5f6fa;
    border-radius: 8px;
}

.video .wp-block-uagb-section, .video .uagb-section__inner-wrap {
    height: 100%;
}

.video-js{
    width: 100%;
    padding-top: 25px !important;
    height: 100%;
    background-color: #f5f6fa;
}

.video-js iframe{
    width: 99% !important;
    height: 99% !important;
    border-radius: 16px;
    background-color: #f5f6fa;
    right: 2px;
}

.vjs-has-started .vjs-control-bar {
    width: 99%;
    border-radius: 0px 0px 16px 16px;
    bottom: 4px;
}

.wp-block-column:not(:first-child) {
    margin-left: 11px;
}

.section-video-left .wp-block-column:not(:first-child) {
    margin-left: 8px;
}

.partenaires .wp-block-column:not(:first-child) {
    margin-left: 11px;
}

.card .uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap {
    align-items: flex-start;
    color: #525f7f ;
    margin-bottom: 15px;
}

.liste-partenaires-logos .wp-block-image img {
    object-fit: contain;
}

.temoignages img  {
    margin-top: -44px;
    width: 80px;
    height: auto;
}

.temoignage-texte {
    background: #5d38db;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 12px 0 rgb(128 152 213 / 15%);
    padding: 0 35px 20px;
    line-height: 23px;
}
.temoignage-texte h5 {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 41px;
}

.mid-section {
    position: relative;
}

.bg-section {
    position: absolute;
    top: calc( 50% - 216px);
    right: 0;
    z-index: 1;
}

.tempalte2 .footer .retour {
    text-align: right;
}

.tempalte2 .footer .retour a{
    text-decoration: underline;
    display: inline-block;
}

.section-two-column-background::before{
    content: '';
    position: absolute;
    left: -105px;
    top: -69px;
    background: url(../images/img_circle.svg);
    background-size: contain;
    width: 350px;
    height: 180px;
    z-index: 3;
    background-repeat: no-repeat;
}

.title_with_icon {
    padding-left: 80px;
}

.title_with_icon::before {
    content: '';
    position: absolute;
    background-size: cover !important;
    width: 150px;
    left: -45px;
    top: -40px;
    z-index: 9;
    background-position: left !important;
    height: 150px;
    background-repeat: no-repeat !important;
  
}

.title_with_icon.player::before {
    background: url(../images/ico_play.svg) no-repeat;
} 

.title_with_icon.gear::before {
    background: url(../images/ico_gear.svg) no-repeat;
} 

.item-video iframe {
    width:99% !important;
    border-radius: 8px;
}

.uagb-section__inner-wrap .white .owl-carousel .owl-nav button.owl-prev, 
.uagb-section__inner-wrap .white .owl-carousel .owl-nav button.owl-next {
    width: 64px !important;
    height: 64px !important;
    border-radius: 64px !important;
    background-color: var(--color-purple) !important;
}

.uagb-section__inner-wrap .white .owl-carousel .owl-nav button.owl-next {
    margin-right: 10px;
}

.video-full-width iframe{
    width: 100% !important;
    height: auto !important;
    min-height: 490px;
    border-radius: 8px;
}

.logos-ecoles .wp-block-buttons>.wp-block-button {
    margin-bottom: 0;
}

.logos-ecoles .wp-block-image img{
    width: 40%;
    height: auto !important;
}

.contact-ecoles .tempalte2 .top {
    padding-top: 30px;
    background-size: 125%;
}

.contact-ecoles .hero {
    margin-top: 60px;
}

.contact-ecoles .hero h1 {
    font-size: 29px; 
    font-weight: bold; 
    line-height: 35px; 
    margin-top: 25px; 
    margin-bottom: 25px;
}

.contact-ecoles .hero .content{
    font-size: 14px;
    padding-right: 35px;
}

.contact-ecoles .hero ul li {
    padding-left: 50px;
    margin-bottom: 15px;
}

.contact-ecoles .hero ul li span {
    box-sizing: border-box;
    height: 30px;
    width: 30px;
    border: 2px solid #FFFFFF;
    background-color: #6ACAE0;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    border-radius: 30px;
    font-size: 13px;
    margin-left: -52px;
    margin-right: 20px;
}

.contact-ecoles .hero ul li:not(:last-child) span::after {
    content: '';
    background-color: #6ACAE0;
    height: 17px;
    width: 7px;
    display: block;
    margin-left: 10px;
    margin-top: 2px;
}

.contact-ecoles .formulaire h2{
    margin-bottom: 52px;
}

.contact-ecoles .formulaire input[type=submit] {
    margin: 0;
}

.contact-ecoles .footer {
    margin-top: 62px;
}

.contact-ecoles .footer .footer-logo.studymapper a {
    margin:0 auto;
}
#wrap-accord-contact {
    cursor: pointer;
}

.formulaire label.error {
    color: red;
    font-size: 11px;
}

@media(max-width:1280px) {
    .tempalte2 .top {
        background-size: auto;
    }

    .contact-ecoles.tempalte2 .top {
        background-size: 200%;
    }

}

@media (max-width:1200px) {
    .hero .content {
        max-width: 500px;
    }

    .container{
        width: 90%;
    }

    .formulaire input, .formulaire .file-custom, 
    .formulaire .select-custom::after, .formulaire .select-custom-option {
        width: 95%;
    }
    .formulaire .select-custom::before {
        left: 85%;
    }
}

@media(max-width: 1025px) {
    
    .contact-ecoles.tempalte2 .top {
        background-size: 250%;
    }

    .tempalte2 .hero .content {
        width: 100%;
    }

    .tempalte2  .hero .illustration {
        display: none;
    }

    .uagb-block-d3252f95.uagb-section__wrap {
       background: none !important;
    }

    .uagb-block-56ef9fa9 .wp-block-column {
        flex-basis: 100% !important;
    }
}

@media (max-width:1000px) {
    .hero .illustration{
        display: none;
    }
    .hero .content {
        width: 100%;
    }
    .hero .card {
        margin-top: 84px;
    }
}

@media (max-width:974px){
    .tempalte2 .header .header-right {
        display: none;
    }

    .tempalte2 .hero{
        margin-top: 80px;
    }

    .contact-ecoles.tempalte2 .hero{
        flex-direction: column;
        margin-top: 40px;
    }

    .contact-ecoles.tempalte2 .hero > div {
        width: 100%;
    }
}

@media (max-width:768px){

    .header-right{
       justify-content: flex-end;
    }

    .contact-ecoles.tempalte2 .top {
        background-size: 350%;
    }

    .vr{
        display: none;
    }

    .mobile{
        display: block !important;
        margin: 0 auto;
        margin-top: 40px;
    }

    .hero .content, .hero .card{
        margin-top: 70px;
    }

    .title_search {
        flex-direction: column;
        align-items: center;
    }

    .title_search h2 {
        margin-bottom: 32px;
        text-align: center;
    }

    #autocomplete-ville {
        justify-content: center;
    }

    .title_search div {
        width: 100%;
    }

    .card{
        flex-direction: column;
    }
    
    .partenaires .wp-block-column {
        min-height: 205px;
    }

    .footer .row, .footer-bottom {
        flex-direction: column;
        justify-content: center;
    }

    .footer-logo{
       display: flex;
       justify-content: center;
    }

    .footer-right{
        justify-content: space-between;
        margin-top: 40px;
    }

    .tempalte2 .footer-right {
        justify-content: center;
    }

    .formulaire .row{
        flex-direction: column;
        margin-bottom: 0;
    }

    .formulaire input{
        width: 90%;
        margin-bottom: 25px;
    }
    .formulaire input[type="submit"]{
        margin-top: 40px;
    }

    .formulaire .form-check{
        margin-top: 83px;
    }

    .formulaire .file-custom-label{
        margin-top: 47px;
    }

    .footer-bottom a, .footer-bottom span, .footer-bottom .politique-confidentialite a{
        text-align: center;
    }

    .section-recherche-formation-cards{
        grid-template-columns: 2fr 2fr;
    }

    #liste_offres {
        grid-template-columns: repeat(2, 1fr);
    }

    .wp-block-columns {
        flex-direction: column;
        margin-left: 0px;
    }

    .liste-logos .wp-block-columns {
        flex-direction: row;
        margin-left: 0px;
    }

    .liste-logos .wp-block-column:not(:only-child) {
        flex-basis: calc(30% - 1em)!important;
        flex-grow: 0;
    }

    .logos-ecoles .wp-block-button{
        width: 80%;
    }

    .logos-ecoles .wp-block-button .wp-block-button__link {
        width: 100%;
    }

    .logos-ecoles .wp-block-buttons.is-content-justification-right,
    .logos-ecoles .wp-block-buttons.is-content-justification-left{
        justify-content: center !important;
    }

    .partenaires .wp-block-column:nth-child(odd) {

        margin-left: 0;
    }

    .section-video-left .wp-block-column:not(:first-child),
    .wp-block-column:not(:first-child),
    .partenaires .wp-block-column:not(:first-child){
        margin-left: 0;
        margin-top: 8px;
    }

    .video .wp-block-uagb-section, .video .uagb-section__inner-wrap{
        height: 350px;
    }

    .partenaires-2-columns-partenaires-logos .wp-block-image, figure {
        text-align: center;
    }

    .temoignages .wp-block-column:not(:first-child) {
        margin-top: 40px;
    }

    .tempalte2 .footer .retour,.tempalte2 .row.footer-bottom {
        text-align: center;
    }

    .footer-middle{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-middle div {
        margin-bottom: 40px;
    }

    .wrap-partenaires-institutionnels, 
    .section-two-column-background .uagb-section__wrap{
        margin-bottom: 40px !important;
        padding-bottom: 40px!important;
    }

    .section-two-column-background .wp-block-uagb-section {
        margin-left: 0;
    }

    .section-videos {
        padding-top: 60px !important;
    }

    .uagb-block-342baff5.uagb-section__wrap {
        padding-bottom: 40px !important;
    }

    .section-videos .uagb-block-5afe7718.uagb-section__wrap {
        background: none;
    }

    .section-two-column-background  .wp-block-buttons {
        justify-content: center;
    }

    .section-cardes.marginTopMoins189 {
        margin-top: -329px;
    }

}

@media (max-width: 567px){
    
    .contact-ecoles.tempalte2 .top {
        background-size: 500%;
    }

    .container{
        width: 90%;
    }
    .toutes-formations{
        margin-top: 31px;
    }

    #liste_offres {
        grid-template-columns: 1fr;
    }

    #modal-offre_details .modal-dialog {
        max-width: 100% !important;
    }

    .section-cardes .card{
        margin-bottom: 20px;
    }

    .tempalte2 .hero{
        margin-top: 40px;
    }
    
    .partenaires .wp-block-column:not(:first-child) {
        margin-left: 0;
    }

}

@media (max-width: 480px){

    .contact-ecoles.tempalte2 .top {
        background-size: 600%;
    }

    .contact-ecoles .hero ul li:not(:last-child) span::after {
        height: 42px;
    }

    .contact-ecoles .footer.template2 .col {
        text-align: center;
    }

    h2 {
        font-size: 24px;
    }

    .header {
        flex-direction: column;
    }

    .header-right {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }

    .hero .btn{
        margin: 40px auto 0 auto;
    }

    .title_search {
        margin-top: 0;
        margin-bottom: 32px;
    }
  
    .vr{
        display: none;
    }
    .rdv{
        margin-top: 40px;
    }
    .hero .content {
        margin-top: 30px;
    }

    .top {
        background-size: cover;
    }

    .actions-accompagnement .row,  
    .footer-right,
    .section-recherche-formation .row,
    .section-recherche-formation-formulaire form{
        flex-direction: column;
    }

    .actions-accompagnement .row .col a{
        min-width: 270px;
    }
    .reseaux-sociaux, .footer-logo{
        margin-top: 40px;
    }

    .chips span {
        margin-bottom: 20px;
    }

    .section-recherche-formation-top h2{
        width: auto;
    }

    .section-recherche-formation-formulaire select{
        margin-bottom: 20px;
    }

    .input-cell .dropdown-menu.show ul, .layout-container, .section-recherche-formation-cards{
        grid-template-columns: 1fr;
    }
    .input-cell p{
        margin-right: 0;
    }

    .regions .dropdown-menu.show, .fillieres .dropdown-menu.show{
        transform:inherit
    }

    .niveau-etude .dropdown-menu.show{
        width: 100%;
    }

    .section-recherche-formation{
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .section-recherche-formation-cards{
        margin-top: 44px;
    }

    .section-recherche-formation .row{
        flex-direction: column;
    }
    .pagination a{
        margin-bottom: 10px;
    }

    .voir-toutes-les-form, .besoin-orientation .row{
        margin-top: 40px;
    }

    .besoin-orientation {
        padding-top: 40px;
        padding-bottom: 40px;
    }


    .footer-middle{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
    }

    .footer-middle div:last-child {
        margin-bottom: 0px;
    }

    .liste-logos .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - 1em)!important;
        flex-grow: 0;
    }
   
}
@media (max-width:420px){
    .card, .formulaire .container{
        padding: 25px;
    }
}