@import url("https://kit-pro.fontawesome.com/releases/latest/css/pro.min.css");

@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-SemiBold.woff2") format("woff2"), url("fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-LightItalic.woff2") format("woff2"), url("fonts/OpenSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Light.woff2") format("woff2"), url("fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Regular.woff2") format("woff2"), url("fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Varela Round";
  src: url("fonts/VarelaRound-Regular.woff2") format("woff2"), url("fonts/VarelaRound-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

#toolbar-administration ul li::before {
  height: 0rem !important;
  width: 0rem !important;
  content : normal !important;
}

#toolbar-administration ul li {
   margin-bottom: 0em !important;
}
main#main article.contextual-region
.form-item.js-form-item.form-type-item.js-form-type-item.form-item-.js-form-item-.form-no-label.form-group {
  margin: 10% 0;
}

/*-----Color boxe-----*/
#cboxWrapper {
  background: transparent !important;
  border-radius: 0 !important;
}
#cboxContent #cboxCurrent{
  display: none !important;
}
#cboxContent #cboxLoadedContent {
  margin-bottom: 0 !important;
}
#cboxContent #cboxPrevious {
  position: fixed !important;
  bottom: 50% !important;
  left: 1% !important;
  border-radius: 50%;
  background-color: rgba(255,255,255,0) !important;
  background: url(img/back.png) no-repeat 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  text-indent: -9999px;
  color: #000;
 }
#cboxContent #cboxPrevious:after { content: "<"; }

#cboxContent #cboxNext {
  position: fixed !important;
  bottom: 50% !important;
  right: 1% !important;
  left: auto !important;
  text-indent: -9999px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0) !important;
  background: url(img/next.png) no-repeat 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #000;
}
#cboxContent #cboxClose{
  position: fixed !important;
  bottom: 90% !important;
  right: 1% !important;
  border-radius: 50%;
  background-color: rgba(255,255,255,0) !important;
  background: url(img/close.png) no-repeat 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #000;
}
#cboxTitle{
  bottom: 0px !important;
}
#cboxContent #cboxPrevious, #cboxContent #cboxNext, #cboxContent #cboxClose {
  opacity: 1
}
#cboxContent #cboxPrevious:hover, #cboxContent #cboxNext:hover, #cboxContent #cboxClose:hover {
  opacity: 0.7;
}
.page-node-type-formation #drupal-modal {
  overflow-x: hidden
}
.ui-widget-header{
  border: none !important;
  background: #ffffff !important;
}

/* Back to top custom*/
#button {
  display: inline-block;
  background-image: url("img/backtotop-black.png");
  width: 64px;
  height: 64px;
  position: fixed;
  bottom: 120px;
  right: 0px;
  transition: background-color .3s,
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button:hover {
  cursor: pointer;
  opacity: 0.8 !important;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Reduction de la taille du detail et recommandation du upload webform. */
@media screen and (min-width: 500px) {
  .content-block.block--bg .form .form__content form#webform-submission-webform-simple-paragraph-235-add-form input[type=text],
  .content-block.block--bg .form .form__content form#webform-submission-webform-simple-paragraph-235-add-form input[type=number],
  .content-block.block--bg .form .form__content form#webform-submission-webform-simple-paragraph-235-add-form input[type=email],
  .content-block.block--bg .form .form__content form#webform-submission-webform-simple-paragraph-235-add-form input[type=password],
  .content-block.block--bg .form .form__content form#webform-submission-webform-simple-paragraph-235-add-form input[type=tel],
  .content-block.block--bg .form .form__content form#webform-submission-webform-simple-paragraph-235-add-form input[type=search],
  .content-block.block--bg .form .form__content form#webform-submission-webform-simple-paragraph-235-add-form input[type=date],
  .content-block.block--bg .form .form__content form#webform-submission-webform-simple-paragraph-235-add-form input[type=file],
  .content-block.block--bg .form .form__content form#webform-submission-webform-simple-paragraph-235-add-form select,
  .content-block.block--bg .form .form__content form#webform-submission-webform-simple-paragraph-235-add-form textarea,
  form#webform-submission-webform-simple-paragraph-235-add-form .form-control {
    width: 64rem !important;
  }
  .webform-element.form-item.js-form-item.form-type-managed-file.js-form-type-managed-file.form-item-champ-upload.js-form-item-champ-upload.form-group
  .description.help-block {
    font-size: small !important;
    width: 32rem !important;
    margin: 2rem 0 2rem 20rem !important;
  }
}

.webform-element.form-item.js-form-item.form-type-managed-file.js-form-type-managed-file.form-item-champ-upload.js-form-item-champ-upload.form-group .description.help-block {
  font-size: x-small;
  padding: 1rem;
  background-color: #ffffff;
  margin: 2rem auto;
}
/* Zoom et rotate sur chiffre clé. */
.row.text-center.key-figures .col-md {
  transform: rotateY(360deg);
  transition: all 0.5s ease-out 0s;
}

.row.text-center.key-figures .col-md:hover {
  transform: scale(1.2);
}


.filters--liste-candidats .filters__items .filters_list__item {
  flex: 0 1 18rem !important;
  min-width: 18% !important;
  margin: 0 1.2rem 1.6rem 0 !important;
}

.input-select-group {
  min-width: 50%;
}
.SumoSelect>.optWrapper>.options li ul li.opt, .SumoSelect>.optWrapper>.options li.opt {
  line-height: 1.6rem !important;
  vertical-align: middle;
}
.SumoSelect>.optWrapper>.options li.opt label {
  font-size: 1.35rem !important;
}
.SumoSelect>.optWrapper>.options li.group>label {
  font-size: 1.45rem !important;
  padding: 2px 5px;
}
.SumoSelect>.CaptionCont>label>i {
  background-image: url(img/select.svg) !important;
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 1.5rem;
  left: unset;
  right: 0.5rem;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: .8;
}
.SumoSelect>.CaptionCont>span {
  font-size: 1.35rem !important;
}

.site-top__action .btn-arrow {
  border-radius: 3rem;
  font-size: 1.8rem;
  padding: 1.15rem 3rem;
  text-decoration: none;
  border-width: 1.5px;
  color: #fff;
}

/* Gestion dess checkbox pour le tri  des pages liste*!*/
form#views-exposed-form-liste-actualite-liste-actualite select,
form#views-exposed-form-liste-evenement-liste-evenement select {
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.32 23.79'%3E %3Ctitle%3Ebg-select%3C/title%3E %3Cpath d='M4.82.46A1,1,0,0,1,6.5.46l4.66,7.16a1,1,0,0,1-.84,1.55H1A1,1,0,0,1,.16,7.62Z' fill='%23D93743'/%3E %3Cpath d='M6.48,23.34a1,1,0,0,1-1.64,0l-4.56-7a1,1,0,0,1,.82-1.51h9.11A1,1,0,0,1,11,16.33Z' fill='%23D93743'/%3E %3C/svg%3E ") !important;
  background-position: calc(100% - 1.5rem) center !important;
  background-repeat: no-repeat !important;
  background-size: auto 2rem !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  padding-right: 4rem !important;
  text-overflow: ellipsis !important;
  cursor: pointer !important;
}

@media screen and (min-width: 723px) {
  form#views-exposed-form-liste-actualite-liste-actualite .filters__item__checkbox .form-item.form-type-checkbox > label,
  form#views-exposed-form-liste-evenement-liste-evenement .filters__item__checkbox .form-item.form-type-checkbox > label {
    min-width: 25%;
    margin: 2px 25rem 1.6rem 0;
  }
}
form#views-exposed-form-liste-actualite-liste-actualite select,
form#views-exposed-form-liste-evenement-liste-evenement select,
form#views-exposed-form-liste-actualite-liste-actualite .form-control,
form#views-exposed-form-liste-evenement-liste-evenement .form-control {
  width: 32rem !important;
}

form#views-exposed-form-liste-actualite-liste-actualite .filters__item__checkbox .form-item.no-label,
form#views-exposed-form-liste-evenement-liste-evenement .filters__item__checkbox .form-item.no-label {
  padding-left: 0 !important;
}

form#views-exposed-form-liste-actualite-liste-actualite fieldset#edit-field-ecole-target-id--wrapper,
form#views-exposed-form-liste-evenement-liste-evenement fieldset#edit-field-ecole-target-id--wrapper {
  margin: 0 !important;
}
/*FIN Gestion dess checkbox pour le tri  des pages liste*/


/* Lien recherche avancée dans la popin de recherche */
.search-layer__input-container {
  align-items: initial;
  margin-bottom: 2rem;
}
.search-layer__input::before {
  top: 2.5rem;
}
.search-layer__action [type=submit] {
  display: block;
}
.search-layer__link {
  display: block;
  font-size: 1.5rem;
  padding-top: 1.0rem;
}

/* Largeur des champs des formulaires */
.webform-submission-form input[type=text],
.webform-submission-form input[type=number],
.webform-submission-form input[type=email],
.webform-submission-form input[type=password],
.webform-submission-form input[type=tel],
.webform-submission-form input[type=search],
.webform-submission-form input[type=date],
.webform-submission-form input[type=file],
.webform-submission-form select,
.webform-submission-form textarea,
.webform-submission-form .form-control {
  width: 48rem;
  word-break: break-word;
}
.webform-submission-form .form-item > label:not(:first-child) {
  max-width: 45.5rem;
  word-break: break-word;
}
.webform-submission-form  .form-actions {
  max-width: 48rem;
}

.panel-body, .panel-heading {
  width: 100%;
}
.panel-heading {
  margin-bottom: 1.5rem;
}

.contacts__item__email a , .contacts__item__tel a {
  text-decoration: none;
}
form.search-block__form .form-actions {
  margin-left: 5rem !important;
}
form.search-block__form .form-item > label {
  min-width: 5rem !important;
  width: auto !important;
  text-align: left !important;
  margin: 0 1rem 0 0 !important;
}
form.search-block__form .input-select-group {
  margin-right: 4rem !important;
}
.news__item a {
  min-width: 90% !important;
}
.field--name-field-texte-wysiwyg{
  margin-bottom: 5rem;
}
@media screen and  (max-width: 768px){
  #button{
    display:none;
  }
  form.search-block__form .form-actions{
    margin-left: 0rem !important;
  }
  form.search-block__form{
    text-align: center !important;
  }
}

.form .form-type-radios {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap  !important;
  flex-flow: row wrap;
  justify-content: flex-end;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
}.form .form-type-radios > * {
   display: inline-block;
   align-self: flex-start;
   min-width: 20rem !important;
   width: 20rem !important;
   padding: 0;
   padding-top: 1rem;
   font-size: 1.8rem;
 }
.form .form-type-radios > .fieldset-wrapper {
  padding: 1rem;
  align-self: flex-end;
  display: inline-block;
  border: #F3F4F7 solid 1px;
  margin-left: 22rem;
  margin-top: 0 !important;
}
.form .form-type-radios .fieldset-wrapper div {
   display: inline-block !important;
}

ul.ui-autocomplete li::before {
  content: "";
  height: 0 !important;
  width: 0 !important;
  background: transparent !important;
  color: transparent !important;
}
/* Icônes page de recherche */
.info-label--modality::before {
  content: '\f737';
}
.info-label--cost::before {
  content: '\f153';
}
.info-label--level::before {
  content: '\f19d';
}

/* Événements */
.events__location a {
  text-decoration: none;
}
.events__location a:hover {
  text-decoration: underline;
}

.field.field--name-field-page-standard-resume {
  margin-bottom: 1%;
}

/* Formations liées. */
.cross-content__items {
  min-height: 33rem;
}
/* Local tasks. */
.gobelins-task {
  position: absolute;
  z-index: 99;
  top: 24rem;
  left: 2rem;
}
.gobelins-task ul li {
  display: block;
  margin: 0;
  max-width: 11rem;
}
.gobelins-task ul a {
  text-decoration: none;
}
.gobelins-task ul a:hover {
  text-decoration: underline;
}
/* Local tasks dans la page de login. */
.path-user .gobelins-task {
  position: initial;
  margin: 13rem 0 4rem;
}
.path-user .gobelins-task ul {
  margin: auto;
  width: 80rem;
}
.path-user .gobelins-task ul li {
  display: inline-block;
  margin: 0;
  max-width: none;
  margin-right: 2rem;
}
.path-user .gobelins-task ul li::before {
  content: none;
}
/* Login. */
#user-login-form {
  margin-bottom: 4rem;
}
.path-user .help-block {
  margin: 1rem;
}
/* Entrée par niveau d'entrée. */
.accordion__content a {
  text-decoration: none;
}
.accordion__content a:hover {
  text-decoration: underline;
  text-decoration-color: #4E55A2;
}
.accordion__content h4{
  font-size: 2rem;
  margin-bottom: 0;
}
/* Affichage du formulaire de recherche de formation sur deux lignes */
#formation-search-form .form-actions {
    margin-left: 0px !important;
}
#formation-search-form .input-select-group {
    margin-right: 0px !important;
}
#formation-search-form #domains-to-update .form-item {
    display: unset;
}
#formation-search-form #edit-domaine {
    margin-top: 7px;
}
@media screen and  (max-width: 1200px){
    #formation-search-form #edit-domaine {
        max-width: 300px;
    }
}
@media screen and  (max-width: 787px){
    #formation-search-form #edit-domaine {
        max-width: 200px;
    }
    form.search-block__form .form-item > label {
        text-align: unset !important;
    }
}
@media (max-width: 767.98px) {
  #formation-search-form .search-block__form__content {
    flex: 0 0 100%;
  }
  ul.footer-logos {
    width: 100%!important;
    margin-left: 0!important;
  }
}
h4.link-element{
  display: inline-flex;
}
.link-element span.puce {
  margin-right: 1rem;
}

@media (max-width: 767.98px){
  .search-block__form .form-item {
    margin-bottom: 0em !important;
  }
}
/* Body. */
body.user-logged-in {
  padding-top: 12rem!important;
}
body.no-site-top {
  padding-top: 16rem !important;
}
body.no-site-top.user-logged-in {
  padding-top: 24rem !important;
}
/* Menu admin mobile. */
.user-logged-in #toolbar-bar {
  position: fixed;
}
.user-logged-in .toolbar-oriented .toolbar-tray-vertical {
  width: 20rem;
}
.user-logged-in .toolbar-oriented .toolbar-tray-vertical a {
  word-break: initial;
}
/* Header. */
.user-logged-in .header-site {
  top: 8rem;
}
.user-logged-in .header-site a {
  word-break: normal;
}
/* Header mobile. */
.user-logged-in .header-site__mobile {
  top: 5rem;
}
/* Pagination. */
.pagination__first a::before {
  content: '\f323';
}
.pagination__previous a::before {
  content: '\f053';
}
/* Page de recherche. */
.facets__item ul.item-list__custom_range_slider li {
  display: block;
}
.facets__item ul li {
  margin: 0 0 1.2rem;
  display: inline-flex;
  align-items: first baseline;
  width: 100%;
}
.facets__item ul li [type=radio], .facets__item ul li [type=checkbox] {
  top: 0.1rem;
}
/* Confirmation. */
body.path-pre-inscription-confirmation {
  padding-top: 18rem!important;
}
body.path-pre-inscription-confirmation.user-logged-in {
  padding-top: 26rem!important;
}
/* Logo */
.header-logo img {
  height: 7rem;
}

/* Entrée par niveau de sortie. */
.filters--formation .filters__item {
  flex: 0 1 auto;
}

#views-exposed-form-liste-actualite-liste-actualite .form-item > label {
  display: inline-block;
   min-width: unset !important;
   width: unset !important;
}

.social-block__list li {
  display: inline-block;
  margin: 0 1.2rem 2rem;
  text-align: center;
}

.admissions__details__item p {
  text-align: left;
}
.text-align-right {
  text-align: right !important;
}

.text-align-center {
  text-align: center !important;
}
.no-padding{
  padding-left: 0;
  padding-right: 0;
}
.first_letter {
  text-transform: lowercase;
}
.first_letter::first-letter {
  text-transform: uppercase;
}

.site-top__slider__slide {
  height: calc(64.29vw);
}
.site-top__media {
  transform: none;
}
.site-top__content {
  margin-bottom: 6.2rem;
  padding-bottom: 0;
}
.last-modification {
  font-size: 1.6rem;
  font-style: italic;
  margin-bottom: 2rem;
}
/* Gallery. */
.news__item a:hover img,
.news__item a:focus img {
  transform: scale3d(1.2, 1.2, 1);
}
.news__item img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s ease-in-out 0s;
}
.news__item__visual {
  height: 100%;
}
.news__item__visual::before {
  content: none;
}
.news__item__visual > a {
  display: block;
}
.news__item__visual iframe {
  width: 100%;
  height: 100%;
}
.footer-logos {
  margin: 0;
  padding: 0;
}
.footer-logos li {
  display: inline-block;
  margin: 0;
}
.grecaptcha-badge {
  display: none;
}
/************* captcha ************/
.captcha {
  margin: 2em 0 2em 10em;
}
/************* captcha ************/
/************* Message d'erreur ************/
.path-webform {
  padding-top: 14rem;
}
/************* Message d'erreur ************/

.header-site__content .top-links .label {
   color: #fff;
}
/********* header page not found template formulaire-candidature*/
.header-main.red-bg{
  background-color: #cd0333;
}
.header-main.red-bg .second-nav{
  display:none;
}
/********* Forrmulaire preinscriptionform Candidature Ypareo ******/
.c-progress-steps li.current {
  color: #D93743;
  font-weight: bold;
}
.c-progress-steps li.current:before {
  color: #D93743;
  content: "\f192";
}
@media all and (min-width: 600px) {
  .c-progress-steps li.current {
    color: #D93743;
    font-size: 16px;
    line-height: 14px;
    border-bottom-color: #D93743;
  }
  .c-progress-steps li.current:before {
    color: #D93743;
    content: "\f192";
  }
}
.form .preinscriptionform-form input[type=text],
.form .preinscriptionform-form .input-select,
.form .preinscriptionform-form input[type=tel],
.form .preinscriptionform-form textarea,
.form .preinscriptionform-form input[type=file] {
  width: 48rem;
  border: 1px solid #e4dfdf;
  line-height: 2.5rem;
}
.form .preinscriptionform-form .panel-heading a {
  color: #D93743;
  font-weight: bold;
  line-height: normal;
  font-size: 2rem;
  margin: 0 0 0.5em;
  text-decoration: none;
}
.form .preinscriptionform-form #edit-submit-cancel,
.form .preinscriptionform-form #validate,
.form .preinscriptionform-form input[type=submit],
.form .preinscriptionform-form button {
  background-color: #D93743;
  border: 1px solid #D93743;
}
.form .preinscriptionform-form #edit-submit-cancel:hover,
.form .preinscriptionform-form #validate:hover,
.form .preinscriptionform-form input[type=submit]:hover,
.form .preinscriptionform-form button:hover {
  color: #D93743;
  border: 1px solid #D93743;
}
/* RGPD. */
.form .preinscriptionform-form #edit-rgpd {
  margin: 2rem 0 2rem 0;
}
/* Données des candidats. */
.views-data-export-feed .feed-icon {
  text-indent: 0;
  background-color: #D93743;
  color: #fff;
  padding: 0.5rem 1rem;
  width: auto;
  display: inline-block;
  font-size: 0.9rem;
  border-radius: 3rem;
  margin-top: 1rem;
  background-image: -webkit-linear-gradient(top, #007bc6, #0071b8);
  background-image: linear-gradient(to bottom, #007bc6, #0071b8);
}

/*** Export CSV list des candidats Ypareo ***/
.user-logged-in .messages__wrapper {
  position: relative;
  z-index: 999999;
}
/*** Fin Export CSV list des candidats Ypareo ***/

/********* Fin Forrmulaire preinscriptionform Candidature Ypareo ******/

