/*
Projet: IFP SCHOOL
Début integration: 05/06/2018
Entreprise: TRSB Etudes & Dev - DIGIWIN - CDS Nantes
Feuille initiée par : LLE

SOMMAIRE DES SECTIONS

1. POLICES
2. RESET
3. STRUCTURE
4. STYLES FACTORISABLES
5. HEADER
6. FOOTER

8.MEDIAQUERIES

PAGES
1. PAGE ACCUEIL
2. PAGE LISTE
3. PAGE FORMATION
4. PAGE EDITORIALE
5. PAGE CARTE
6. PAGE MOSAIQUE

RESPONSIVE

1. MIN-WIDTH 1920px
2. MIN-WIDTh 1600px
3. MIN-WIDTh 1481px
4. MAX-WIDTH 1480px
5. MAX-WIDTH 1200px
6. MAX-WIDTH 991px
7. MAX-WIDTH 768px
8. MAX-WIDTH 480px


*/


@media (-webkit-device-pixel-ratio: 1.5) {
  header, main {
    zoom: 0.9;
  }
}


/*--------------------------------------------
	3. STRUCTURE
--------------------------------------------*/

body:before{
  content:"";
  position: fixed;
  top:0;
  left:200px;
  margin-left:0px;
  width:calc(100% - 200px);
  height:100%;
  background:#000000;
  opacity:0;
  visibility:hidden;
  overflow:auto;
  z-index:200;
  transition:all 0.15s ease-in-out;
  box-sizing:border-box;
}


body.visible:before{
  opacity:0.6;
  visibility:visible;
  transition:all 0.15s ease-in-out;
}

.text-formatted h2, .text-formatted h3, .text-formatted h4, .text-formatted h5, .text-formatted h6,
.field--type-text-with-summary h2, .field--type-text-with-summary h3, .field--type-text-with-summary h4, .field--type-text-with-summary h5, .field--type-text-with-summary h6 {
  margin: 30px 0;
}

.views-element-container{
  clear:both;
}

.item-list ul li{
  display:inline-block;
}

.node__content{
  margin-top:0px;
  font-size:1.2em;
}

body .node-preview-container {
  z-index: 501;
}

.menu-mobile .mg-list {
  display: none !important;
}

.region-headercolmilieu .menu--main .only-mobile {
  display: none !important;
}

/*--------------------------------------------
	4. STYLES FACTORISABLES
--------------------------------------------*/

html body .bgBlanc{
  background:#ffffff;
}

html body .bgBleu{
  background:#43b0fb;
}

html body .bgBleu *{
  color:#ffffff;
}

html body .bgVert{
  background:#d0d833;
  color:#ffffff;
}

html body .bgGris{
  background:#353535;
}

html body .etiquette{
  position:relative;
  font-family:"ralewaybold";
  width:auto;
  display:inline-block;
  padding:14px;
  font-size:1.125em;
}

.etiquette:after{
  position: absolute;
  z-index: 9;
  bottom: -23px;
  right: 20px;
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 21px 23px 0;
  border-color: transparent #d0d833 transparent transparent;
}

/* BTN */
.gabBtn{
  display: inline-block;
  font-family: 'myriadpro';
  font-size:1em;
  color:#353535;
  border:1px solid #918a89;
  padding:15px 25px;
  -webkit-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}

.gabBtn:hover, .gabBtn:focus, .gabBtn:active{
  color:#ffffff;
  background:#353535;
  border:1px solid #353535;
  -webkit-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}

.gabPageEditoriale .text-formatted ul li {
  background:url('../img/bordure-biais-vert.png');
  background-repeat:no-repeat;
  background-size:16px;
  background-position: 2px 2px;
  padding-left:25px;
  margin-left: 25px;
}

table {
  font-family: "myriadpro";
  font-size: 1em;
}

main,
header {
  background-color: #f3f3f3;
}

article {
  background-color: #FFFFFF;
  padding: 3em;
}

button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}


/*--------------------------------------------
	5. HEADER
--------------------------------------------*/

/*---------- LOGO ----------*/

.site-branding.block{
  text-align:center;
}

.site-branding.block a{
  width:142px;
  height:92px;
  margin:0px;
  margin-bottom:50px;
}

/*------ COLONNE GAUCHE ------*/

.navigation.menu--main .burger-scrolled {
  position: fixed;
  top: 148px;
  left: 80px;
  width: 120px;
  height: 80px;
  transition: top 0.3s ease-in-out;
}

.topbar .colGauche .menuSecondaire li > span:hover, .topbar .colGauche .menuSecondaire li > span:focus, .topbar .colGauche .menuSecondaire li > span:active{
  cursor:pointer;
}

.topbar .colGauche .menuSecondaire li > span:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  margin:0 auto;
  bottom:-15px;
  display:inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 13.5px 0 13.5px;
  border-color: #d0d833 transparent transparent transparent;
}

.topbar .colGauche .menuSecondaire div ul.menu li{
  text-align:center;
  margin-top:-3px;
  border-bottom:1px solid #ececec;
}

.topbar .colGauche .menuSecondaire div ul.menu li a{
  background: #ffffff;
  padding: 30px 15px;
  width: 100%;
  display: block;
  color:#353535;
}

.topbar .colGauche .menuSecondaire div ul.menu a:hover, .topbar .colGauche .menuSecondaire div ul.menu a:focus, .topbar .colGauche .menuSecondaire div ul.menu a:active{
  background:#ececec;
  transition:all 0.25s ease-in-out;
}

/*------ COLONNE DROITE ------*/
header {
  margin-right: 3em;
  margin-left: 3em;
}

.topbar {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}

.topbar>div {
  margin: 0;
  text-align: center;
  box-sizing:border-box;
}
.topbar>div:first-child {
  width:145px; /*fixed width*/
  flex-shrink:0; /*avoid shriking*/
  padding-top: 20px;
}
.topbar>div:nth-child(2) {
  flex-grow:1; /*can grow*/
}
.topbar>div:nth-child(3) {
  width: auto;
  flex-shrink: 0;
  padding-top: 40px;
}

.topbar .colDroite{
  z-index:500;
  background:#f3f3f3;
}

/*------ MENU BURGER ------*/

body.responsive {
  height: auto !important;
  overflow-y: auto !important;
}

.navigation.menu--main button{
  width:15%;
  height:105px;
  background-color:#43b0fb;
  border:0;
  z-index:500;
}

.navigation.menu--main  button span{
  position:relative;
}

.navigation.menu--main  button span:before, .navigation.menu--main  button span:after {
  content: '';
  position: absolute;
}

.navigation.menu--main  button span:before {
  top: -7px;
  left: 0px;
}

.navigation.menu--main  button span:after {
  top: 7px;
  left: 0px;
}

.navigation.menu--main  button span, .navigation.menu--main  button span:before, .navigation.menu--main  button span:after {
  display: inline-block;
  width:33px;
  height: 2px;
  background: #ffffff;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.navigation.menu--main  button span.croix:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navigation.menu--main  button span.croix:after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navigation.menu--main  button span.croix:before, .navigation.menu--main  button span.croix:after{
  top:0px;
  left:0px;
}

.navigation.menu--main  button span.croix {
    background: transparent;
}

/*------ MENU ------*/

.navigation.menu--main{
  position: inherit;
}

.containerMenu{
  position:relative;
  top:0;
  z-index:999;
  width:100%;
}

.wrapMenu{
  position:absolute;
  top:105px;
  width: 100%;
  z-index: 999999;
  margin-top:0;
  width: 100%;
  height:0px;
  opacity:0;
  visibility:hidden;
}

.wrapMenu.fixed{
  position:fixed;
  top:0;
  margin-top:0px;
}

body.toolbar-fixed:not(.toolbar-tray-open) .wrapMenu.fixed {
  top: 39px;
}
body.toolbar-fixed.toolbar-tray-open:not(.toolbar-horizontal) .wrapMenu.fixed {
  top: 39px;
}
body.toolbar-fixed.toolbar-tray-open.toolbar-horizontal .wrapMenu.fixed {
  top: 79px;
}

.wrapMenu.visible{
  height:auto;
  opacity:1;
  visibility:visible;
  transition:opacity 0.25s ease-in-out;
}

.containerMenu{
  position:relative;
}

.navigation.menu--main ul.menu{
  padding:0px;
}

.navigation.menu--main ul.menu span, .navigation.menu--main ul.menu a{
  font-family:"raleway";
  color:#ffffff;
}

/*---- NIVEAU 01 ----*/

/*.navigation.menu--main .niveau1, .navigation.menu--main .niveau2, .navigation.menu--main .niveau3{
  box-sizing:border-box;
}*/




.navigation.menu--main .niveau1 span,
.navigation.menu--main .niveau1 a{
  font-size:1.3375em;
}


/*.navigation.menu--main .niveau1 > li:nth-last-child(2),
.navigation.menu--main .niveau1 > li:nth-last-child(1){
  background-color:#d0d833;
  background-image:url('../img/picto-fleche-droite-blanc.svg');
  background-repeat:no-repeat;
  background-size:30px;
  background-position:right 20px center;
}*/
.navigation.menu--main .niveau1 > li:nth-last-child(1){
  display: none;
}

.navigation.menu--main .niveau1 > li.candidater,
.navigation.menu--main .niveau1 > li.candidater:hover {
  background-color:#d0d833;
  background-image:url('../img/picto-fleche-droite-blanc.svg');
  background-repeat:no-repeat;
  background-size:30px;
  background-position:right 4px center;
}

/*---- NIVEAU 02 ----*/

/*.navigation.menu--main .niveau2 li{
  padding:20px 13.262599% 25px 13.262599%;
  background-color:#0ea2f6;
}*/

/*.navigation.menu--main .niveau2 > li:hover, .navigation.menu--main .niveau2 > li:focus, .navigation.menu--main .niveau2 > li:active{
  background-color:#0293e6;
}*/


/*.navigation.menu--main .niveau2{
  position:absolute;
  height:100%;
  top: 0;
  left: calc((100vw / 3) - 100px);
  opacity:0;
  display:none;
  transition:all 0.25s ease;
}

.navigation.menu--main .niveau3{
  position: absolute;
  top: 0;
  z-index:1;
  height: calc(100vh - 200px);
  left:100%;
  opacity:0;
  display:none;
  width: 100%;
  overflow-y: auto;
}*/

/*.navigation.menu--main .niveau2 span, .navigation.menu--main .niveau2 a{
  font-size:1.1875em;
}*/

/*.navigation.menu--main .visible{
  display:block;
  opacity:1;
  transition:all 0.25s ease;
}*/

/*---- NIVEAU 03 ----*/



/*.navigation.menu--main .niveau3 li{
  padding:20px 9.144% 25px 9.144%;
  background:#019af1;
}*/

/*.navigation.menu--main .niveau3 > li:hover{
  background-color:#008bda;
}*/

/*.navigation.menu--main .niveau3.visible{
  display:block;
  opacity:1;
  transition:all 0.25s ease;
}*/

/*.navigation.menu--main .niveau3 span, .navigation.menu--main .niveau3 a{
  font-size:1.0625em;
}*/

.navigation.menu--main .menu-item--collapsed {
  list-style: none;
}

/*------ ALERTE CANDIDATURE ------*/

#block-views-block-accueil-alertes-flash-block .view-content {
  position: relative;
  background: #d0d833;
  height: 105px;
}

#block-views-block-accueil-alertes-flash-block .views-row{
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
}

#block-views-block-accueil-alertes-flash-block .views-row *{
  color:#ffffff;
}

#block-views-block-accueil-alertes-flash-block .views-row div.views-field-field-accroche{
  font-family:"ralewaybold";
  font-size:1.5em;
  text-align: center;
}

#block-views-block-accueil-alertes-flash-block .views-row div.views-field-field-texte {
  font-family:"raleway";
  font-style:italic;
  font-size:1em;
  text-align: center;
}

#block-views-block-accueil-alertes-flash-block .views-row div.views-field-field-lien {
  text-align: right;
  text-align: center;
  margin-top: 8px;
}

#block-views-block-accueil-alertes-flash-block .views-row div.views-field-field-lien a{
  font-family:"ralewaybold";
  font-size:1.125em;
  margin-top:10px;
  padding: 5px;
}

#block-views-block-accueil-alertes-flash-block .views-row div.views-field-field-lien a:after{
  content:"";
  display:inline-block;
  background:url('../img/picto-fleche-droite-blanc.svg');
  background-repeat:no-repeat;
  width:25px;
  height:14px;
  margin-left:15px;
}

/*------ CHAMPS RECHERCHE ------*/
.gabPageFille.search .block-system-main-block .content {
  background:#fff;
  padding: 3rem;
}
.gabPageFille.search .block-system-main-block{
	background:#fff;
}
.user-logged-in.gabPageFille.search .block-system-main-block{
  padding:0;
}
.search-block-form{
  margin-left:20px;
  opacity:0;
  display:none;
  position: absolute;
  top: 10px;
  width: 68%;
  background-color: #f3f3f3;
  z-index: 1200;
  height: 118px;
}

.search-block-form.visible{
  display:block;
  opacity:1;
}

.block-search h2{
  display:none;
}

.search-block-form form{
  position: relative;
  box-sizing: content-box;
  width: 70%;
  height: 107px;
  margin-left: 15%;
  margin-right: 15%;
}

.search-form .form-search{
  height:35px;
  width:100%;
  border:0px;
  background:transparent;
  border-bottom:1px solid #b9b9b9;
  margin-top:20px;
}
body.search .content .search-form{
   /* margin-bottom: 16px;*/
}
body.search .region-content .content .search-form .form-search{
  margin-top: 0;
  height: 20px;
	width: 91%;
}
body.search .content h2{
	font-size: 1.5em;
    margin-bottom: 15px;
}
body.search .content h3{
    margin-bottom: 12px;
}
body.search .content .search-help-link{
	display:none;
}
body.search .content p.read-more{
	text-align:right;
	font-weight: bold;
}
details.search-advanced summary {
    background: #43b0fb;
    color: #fff;
}
ol.search-results li {
    border-bottom: 1px solid #43b0fb;
}
.search-block-form form .form-actions{
  position:absolute;
  top:20px;
  right:1%;
}

.search-block-form form .search-form__submit, .search-block-form form .search-form__submit:hover, .search-block-form form .search-form__submit:focus{
  background:url('../img/picto-loupe-droite-gris.svg');
  background-repeat:no-repeat;
  overflow: visible;
  border: 0px;
  padding: 0px;
  margin: 0px;
  background-size:cover;
  width:28px;
  height:28px;
  background-position: center;
  border-radius:0px;
}

.search-block-form #edit-actions input{
  margin:0px;
}

/*------ BTNS RECHERCHE/CONTACT/LANGUES ------*/
.menu--rechercher-et-contact {
  vertical-align: top;
  display: inline-block;
}

.menu--rechercher-et-contact ul.menu{
  padding:0px;
}

.menu--rechercher-et-contact ul.menu li{
  border: 1px solid #bababa;
  margin-right:20px;
}

.block.block-language{
  margin-left: 4px;
  display: inline-block;
}

.block.block-language ul{
  position:relative;
}

.block.block-language li{
  background:#d0d833;
  text-align:center;
}

.block.block-language li.is-active a {
  pointer-events: none;
}

.block.block-language li:not(.is-active){
  position:absolute;
  top:-65px;
  left:0;
}

.block.block-language li a{
  color:#ffffff;
  text-transform:uppercase;
  font-size:1em;
  line-height:55px;
  width: 55px;
  height: 55px;
  display: inline-block;
}

.block.block-language .links{
  width:55px;
  height:55px;
  overflow:hidden;
  cursor:pointer;
}

.block.block-language .links:hover li{
  margin-top:65px;
}

.block.block-language .links li, .block.block-language .links:hover li{
  transition:all 0.35s ease-in-out;
}


.menu--rechercher-et-contact ul.menu li, .block.block-language li{
  display:inline-block;
  width: 55px;
  height: 55px;
  border-radius: 55px;
  vertical-align: top;
}

.menu--rechercher-et-contact ul.menu li a, .menu--rechercher-et-contact ul.menu li span{
  display: block;
  width: 100%;
  height: 100%;
  color:transparent;
  cursor: pointer;
}

.menu--rechercher-et-contact ul.menu li:nth-of-type(1){
  background:url("../img/picto-loupe-droite-gris.svg");
  background-size:25px;
  background-repeat:no-repeat;
  background-position:center;
  transition:all 0.25s ease-in-out;
}

.menu--rechercher-et-contact ul.menu li:nth-of-type(1).croix{
  background:url("../img/picto-croix-gris.svg");
  background-size:22px;
  background-repeat:no-repeat;
  background-position:center;
  transition:all 0.25s ease-in-out;
}

.menu--rechercher-et-contact ul.menu li:nth-of-type(2){
  background:url("../img/picto-enveloppe-gris.svg");
  background-size:31px;
  background-repeat:no-repeat;
  background-position:center;
}

.menu--rechercher-et-contact ul.menu li{
  margin-right:5px;
}

.menu--rechercher-et-contact ul.menu li:last-child{
  margin-right:0;
}

.menu--controles{
  display:none;
  visibility:hidden;
  opacity:0;
}
/*--------------------------------------------
	6. FOOTER
--------------------------------------------*/

/*---------- RESTONS EN CONTACT ----------*/
.menu--footer{
  padding:110px 15.202703% 30px 15.202703%;
}

.menu--footer h2{
  font-family:"myriadproitalic";
  font-size:1.375em;
  text-align:center;
  padding-bottom:25px;
}

.menu--footer .menu li{
  width:50%;
  float:left;
}

/* GABBTN */
.menu--footer .menu li a{
  display:block;
  font-family:"ralewaybold";
  font-size:1.625em;
  color:#ffffff;
  border:1px solid #edededb8;
  padding:25px 70px 25px 40px;
  background-image:url("../img/picto-fleche-droite-blanc.svg");
  background-repeat:no-repeat;
  background-position:right 45px center;
  background-size:30px;
}

.menu--footer .menu li a:hover,
.menu--footer .menu li a:focus,
.menu--footer .menu li a:active{
  -webkit-animation-duration:2.8s;
  animation-duration:2.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-name: shakeRightTrois;
  animation-name: shakeRightTrois;
}



.region-footer .menu--reseaux-sociaux {
  padding-bottom: 0px;
}


@-webkit-keyframes shakeRightTrois {
    0%, 100% {background-position:right 45px center;}
    10%, 30%, 50%, 70%, 90% {background-position:right 35px center;}
    20%, 40%, 60%, 80% {background-position:right 45px center;}
}
@keyframes shakeRightTrois {
    0%, 100% {background-position:right 45px center;}
    10%, 30%, 50%, 70%, 90% {background-position:right 35px center;}
    20%, 40%, 60%, 80% {background-position:right 45px center;}
}

/*---------- RESEAUX SOCIAUX ----------*/


.menu--reseaux-sociaux ul.menu{
  text-align:center;
}

.menu--reseaux-sociaux ul.menu li{
  display:inline-block;
  width: 55px;
  height: 55px;
  border-radius: 55px;
  border: 1px solid #fff;
  vertical-align: top;
  margin-right:20px;
}

.menu--reseaux-sociaux ul.menu li a{
  display: block;
  width: 100%;
  height: 100%;
  color:transparent;
}

.menu--reseaux-sociaux ul.menu li a.linkedin {
  background:url("../img/picto-linkedin-blanc.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 13px 7px;
}

.menu--reseaux-sociaux ul.menu a.instagram {
  background:url("../img/picto-instagram-blanc.svg");
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: 11px 7px;
}

.menu--reseaux-sociaux ul.menu a.facebook {
  background:url("../img/picto-facebook-blanc.svg");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 14px 4px;
}

.menu--reseaux-sociaux ul.menu a.youtube {
  background:url("../img/picto-youtube-blanc.svg");
  background-size: 37px;
  background-repeat: no-repeat;
  background-position: 9px 10px;
}

.menu--reseaux-sociaux ul.menu a.twitter {
  background:url("../img/picto-x.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 12px 8px;
}

/*---------- SITES ANNEXES ----------*/

.menu--pied-de-page-2{
  padding:40px 0 0 0;
}

.menu--pied-de-page-2 ul.menu{
  text-align:center;
}

.menu--pied-de-page-2 ul.menu li, .menu--pied-de-page-3 ul.menu li{
  position:relative;
  display:inline-block;
  padding-left: 12px;
  margin-left: 6px;
}

.menu--pied-de-page-2 ul.menu li:first-child:before, .menu--pied-de-page-3 ul.menu li:first-child:before{
  display:none;
}

.menu--pied-de-page-2 ul.menu li a{
  font-family:"myriadpro";
  font-size:1.125em;
  text-transform:uppercase;
  color:#ffffff94;
}

.menu--pied-de-page-2 ul.menu li:before, .menu--pied-de-page-3 ul.menu li:before{
  position:absolute;
  content:"";
  display:inline-block;
  width:4px;
  height:4px;
  background:#ffffff94;
  left:0;
  top:0;
  bottom:0;
  margin:auto 0;
  border-radius:100%;
}

/*---------- MENTIONS LEGALES ----------*/

.menu--pied-de-page-3{
  padding-bottom:30px;
}

.menu--pied-de-page-3 ul.menu{
  text-align:center;
}

.menu--pied-de-page-3 ul.menu li{
  display:inline-block;
}

.menu--pied-de-page-3 ul.menu li a{
  font-family:"myriadpro";
  font-size:1em;
  color:#ffffff94;
}

/* -------------------------------------------------------------------------------
	1. PAGE D'ACCUEIL
--------------------------------------------------------------------------------- */

/*---------- SECTION IMAGE PRINCIPALE ----------*/

.imgPrincipale{
  position:relative;
}

.imgPrincipale .views-field-field-banner-image img{
  display: block;
  width:100%;
  height: 100%;
}

.views-field-field-video .youtube-container--responsive {
  margin: 0;
}

.views-field-field-video ~ .views-field-title.blocTxt {
  height: 100%;
}

.imgPrincipale h1{
  color:#ffffff;
}

.imgPrincipale .blocTxt{
  width: 42%;
  background: rgba(54,53,55,0.7);
  top: -7px;
  left: 0;
  position: absolute;
  padding: 5%;
  height: 100%;
}

/* BTN */
.imgPrincipale .blocTxt a{
  display: inline-block;
  font-family: 'myriadpro';
  font-size:1em;
  color:#ffffff;
  border:1px solid #918a89;
  margin-top:60px;
  padding:15px 25px;
  -webkit-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}

.imgPrincipale .blocTxt a:hover, .imgPrincipale .blocTxt a:focus, .imgPrincipale .blocTxt a:active{
  color:#443f41;
  background:#ffffff;
  border:1px solid #ffffff;
  -webkit-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}

.imgPrincipale:after{
  position:absolute;
  right:0;
  bottom:0;
  content:"";
  display:block;
  width:152px;
  height:304px;
  background:url("../img/forme-diagonale-droite.png");
}

.slideDown{
  position: absolute;
  text-align:center;
  bottom:30px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  border:1px solid #fff;
  -webkit-animation-duration:6s;
  animation-duration:6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-name: shakeBottom;
  animation-name: shakeBottom;
}

.views_slideshow_cycle_slide h4 {
  margin: 20px 0;
}

.views_slideshow_cycle_slide .articles .item-list a {
  padding: 10px 25px;
}

@-webkit-keyframes shakeBottom {
    0%, 100% {bottom:30px;}
    10%, 30%, 50%, 70%, 90% {bottom:45px;}
    20%, 40%, 60%, 80% {bottom:30px;}
}
@keyframes shakeBottom {
  0%, 100% {bottom:30px;}
  10%, 30%, 50%, 70%, 90% {bottom:45px;}
  20%, 40%, 60%, 80% {bottom:30px;}
}

.slideDown img{
  margin-top:12px;
  height:30px;
}

.imgPrincipale > div > div > ul{
  padding-bottom:0px;
}

/*---------- SECTION CHIFFRES CLES ----------*/

.chiffresCles{
  height:320px;
  width:50.675676%;
  float:right;
  margin-top:0;
}

.chiffresCles a:hover, .chiffresCles a:focus, .chiffresCles a:active{
  border-bottom:0px;
}

.chiffresCles .view-content{
  padding:45px 10.6667% 25px;
}

.chiffresCles .view-content h2 {
  font-size: 4.6875em;
}

.views-slideshow-controls-bottom .views-slideshow-pager-bullets{
  margin-top: 0px;
}

.views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active{
  background:#ffffff;
  height: 4px;
}

.views-slideshow-controls-bottom .views-slideshow-pager-bullets li{
  background:rgba(255,255,255,0.5);
  width: 33px;
  height:2px;
  border-radius: 0px;
  vertical-align:bottom;
}

.views-slideshow-controls-bottom .views-slideshow-pager-bullets li:hover{
  background:#ffffff;
}

/*---------- SECTION PARTENAIRES ----------*/

.partenaires{
  /*width:86.824324%;*/
  width:100%;
  height:340px;
  float:right;
}

.partenaires .view-header h2 {
  font-size: 4.6875em;
  margin: 0;
}

.partenaires .blocTxt{
  width:64.0625%;
  float:left;
  padding:30px 5.837% 50px 10.506%;
}

.partenaires .blocImg{
  width:35.9375%;
  height:340px;
  float:left;
  background:url('../img/img-partenaires.jpg');
  background-size:cover;
  background-position:right;
}

.partenaires .gabBtn{
  float:right;
  margin-top:33px;
}
body.path-frontpage #block-views-block-view-partenaires-block-1{
	overflow:hidden;
}

body.gabPageFille.gabPageEditoriale article > div > div.field--name-field-image img {
  margin: 0;
  max-width: none;
  margin-bottom: 10px;
  height: 404px;
  object-fit: cover;
}

body.gabPageFille.gabPageEditoriale.page-node-type-partenaire article > div > div.field--name-field-image {
  text-align: center;
}
body.gabPageFille.gabPageEditoriale.page-node-type-partenaire article > div > div.field--name-field-image img {
   margin-bottom: 20px;
   width: auto;
   height: auto;
 }
/* --------- SECTION BUBBLE SLIDER ------------*/
.block-bubble-slider {
  background-color: #f3f3f3;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.block-bubble-slider > .content {
  width: 100%;
}

.block-bubble-slider > h2 {
  position: relative;
  font-family: "ralewaybold";
  width: auto;
  display: inline-block;
  padding: 15px;
  font-size: 1.125em;
  background: #d0d833;
  color: #ffffff;
  text-align: right;
  float: right;
  top: 0;
  right: 60%;
  z-index: 9;
}

.block-bubble-slider > h2:after {
  position: absolute;
  z-index: 9;
  bottom: -23px;
  right: 40%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 21px 0 0;
  border-color: #d0d833 transparent transparent transparent;
}

.block-bubble-slider .slider {
  height: 600px;
}

.block-bubble-slider .slider .left-content {
  background-color: #42b0fb;
  z-index: 1;
}

.block-bubble-slider .slider .left-content .content-info {
  text-align: right;
  width: 50%;
  padding: 100px;
  color: #fff;
}

/*.block-bubble-slider .slider .left-content .content-info .content {
  margin-top: 80px;
}*/

.block-bubble-slider .slider .left-content .content-info .field--name-field-titre-court {
  font-size: 3em;
  line-height: 1em;
  font-family: 'ralewaybold', arial, sans-serif;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
}

.block-bubble-slider .slider .left-content .content-info .field--name-field-url a {
  display: inline-block;
  font-family: 'myriadpro';
  font-size: 1em;
  color: #ffffff;
  border: 1px solid #fff;
  margin-top: 20px;
  padding: 15px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.block-bubble-slider .slider .left-content .content-info .field--name-field-url a:hover,
.block-bubble-slider .slider .left-content .content-info .field--name-field-url a:focus,
.block-bubble-slider .slider .left-content .content-info .field--name-field-url a:active {
  color: #42b0fb;
  background: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.block-bubble-slider .slider .left-content .bubble-slider-actions {
  position: absolute;
  bottom: 30px;
  left: 25%;
  transform: translateX(-50%);
}

.block-bubble-slider .slider .left-content .bubble-slider-nav-button {
  border: 1px solid #edededb8;
  width: 123px;
  height: 50px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  background-color: transparent;
}

.block-bubble-slider .slider .left-content .bubble-slider-nav-button-prev {
  background-image: url(../img/picto-fleche-gauche-blanc.svg);
}

.block-bubble-slider .slider .left-content .bubble-slider-nav-button-next {
  background-image: url(../img/picto-fleche-droite-blanc.svg);
}

.block-bubble-slider .slider .left-content .bubble-slider-nav-button-prev:hover,
.block-bubble-slider .slider .left-content .bubble-slider-nav-button-prev:active {
  -webkit-animation-name: shakeLeftTwo;
  animation-name: shakeLeftTwo;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.block-bubble-slider .slider .left-content .bubble-slider-nav-button-next:hover,
.block-bubble-slider .slider .left-content .bubble-slider-nav-button-next:active {
  -webkit-animation-name: shakeRightTwo;
  animation-name: shakeRightTwo;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.block-bubble-slider .slider .right-content {
  background-color: #f3f3f3;
}

.block-bubble-slider .slider .bubble-slider .bubble {
  background-color: #fff;
  font-family: 'ralewaybold', arial, sans-serif;
  line-height: 1em;
  position: relative;
  cursor: pointer;
}

.block-bubble-slider .slider .bubble-slider .bubble.active {
  background-color: #42b0fb;
  color: #42b0fb;
  cursor: initial;
  font-size: 0;
}

.block-bubble-slider .slider .bubble-slider .bubble .bubble-slider-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.path-frontpage .block-bubble-slider .slider{
	top: -48px;
}
body.path-frontpage .block-bubble-slider > h2 {
  top: -24px;
  right: 52%;
  margin: 0;
}
body.path-frontpage  #block-sliderdiplomes{
	overflow:visible !important;
	max-height: 596px;
}

/*---------- SECTION CALENDRIER ----------*/

.block .content{
  margin-top:0px;
}

.block-slylendar-block{
  height:560px;
  margin-right:16.797%;
  /*overflow:auto;*/
  overflow: unset;
}

.slylendar-calendar-container{
  padding: 4em 6% 3em 6%;
}

.slylendar-calendar-nav-button{
  border:0px;
}

.slylendar-calendar-nav-prev-button{
  left: 150px;
  background:url("../img/picto-fleche-gauche-blanc.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}

.slylendar-calendar-nav-next-button{
  right:150px;
  background:url("../img/picto-fleche-droite-blanc.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}

.slylendar-calendar-nav-next-button, .slylendar-calendar-nav-prev-button{
  top:82px;
}

.slylendar-calendar-nav-next-button[disabled], .slylendar-calendar-nav-prev-button[disabled]{
  opacity: 0.4;
}
.block-slylendar-block h2{
  font-size:1em;
  text-transform:uppercase;
  font-family:"myriadprobold";
  font-style:normal;
  color:#ffffff;
}

.slylendar-slider-event article {
  background-color: transparent;
}

.fc table{
  border-spacing:10px;
}

.slylendar-calendar-highlight-days-with-events .fc .has-event:after {
  position: absolute;
  background: transparent;
  border: 1px solid #d0d833;
  border-radius: 100%;
  width: 40px;
  height: 29px;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -1px 8px;
  padding-top: 12px;
}

.slylendar-calendar-highlight-days-with-events .fc .fc-day:after {
  color:#ffffff;
}

.slylendar-calendar-highlight-days-with-events .fc .fc-content-skeleton {
  padding-bottom: 0;
}
.slylendar-calendar-highlight-days-with-events .fc .fc-row.fc-rigid {
    overflow: hidden;
}

.fc tr th{
  background:transparent;
}

.fc .has-event:after{
  border:0px;
}

.fc .fc-day:after{
  padding-top:4px;
}

.fc .has-event.current-day:after{
  position: absolute;
  background: transparent;
  border: 1px solid #d0d833;
  border-radius: 100%;
  width: 40px;
  height: 29px;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -1px 8px;
  padding-top: 12px;
}

.fc .has-event.current-day:after{
  background:#d0d833;
  border:2px solid #d0d833;
}

.fc-basic-view .fc-body .fc-row{
  min-height:2.8em;
}

.fc-day-header{
  font-family:"myriadprobold";
  font-size:1em;
  text-transform:uppercase;
}

.fc-day{
  font-family:"myriadpro";
}

/*--  FOCUS EVENEMENT --*/

.slick-slider{
  height:320px;
}

.slylendar-slider-event {
  height: 400px;
  text-align: center;
}

.slylendar-slider-container{
  padding-top:20px;
}

.slylendar-slider-container .slick-slide {
  padding: 0 20px;
}

.js-slylendar-slider-event .field--name-field-interval,
.js-slylendar-slider-event .field--name-field-display-title,
.js-slylendar-slider-event .field--name-field-titre{
  font-family:"ralewaybold";
  font-style:normal;
}

.js-slylendar-slider-event .field--name-field-interval{
  color:#d0d833;
  font-size: 1.1em;
}

.js-slylendar-slider-event .field--name-field-interval .field--name-field-interval:before,
.js-slylendar-slider-event .field--name-field-interval .field--name-field-interval:after {
  content: '-';
  margin: 0 10px;
}

.js-slylendar-slider-event .field--name-field-display-title,
.js-slylendar-slider-event .field--name-field-titre{
  color:#ffffff;
  font-size:1.5625em;
  padding-top:10px;
  line-height: 1.1em;
}

.field.field--name-field-thumbnail.field--type-image.field--label-hidden.field__item{
  position:relative;
  overflow:hidden;
  display: inline-block;
  width: 192px;
  height: 192px;
  margin:30px 0px 0px 0px;
  border-radius:192px;
  box-shadow:0 0 0 14px #ffffff33;
}

.field.field--name-field-thumbnail.field--type-image.field--label-hidden.field__item img{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  border:0px;
}

.slylendar-slider-actions button, .slylendar-slider-link-to-events{
  border:1px solid #edededb8;
  width: 123px;
  height: 50px;
}

/* BTN */
.slylendar-slider-actions{
  margin-top:120px;
}

.slylendar-slider-nav-button-prev{
  background:url("../img/picto-fleche-gauche-blanc.svg");
  background-repeat:no-repeat;
  background-position:center;
  background-size:30px;
}

.slylendar-slider-nav-button-next{
  background:url("../img/picto-fleche-droite-blanc.svg");
  background-repeat:no-repeat;
  background-position:center;
  background-size:30px;
}

.slylendar-slider-nav-button-prev[disabled],
.slylendar-slider-nav-button-next[disabled] {
  opacity: 0.4;
}

.slylendar-slider-nav-button-prev[disabled]:hover,
.slylendar-slider-nav-button-next[disabled]:hover {
  animation: none;
}

.slylendar-slider-nav-button-next:hover, .slylendar-slider-nav-button-prev:hover, .slylendar-slider-nav-button-next:focus, .slylendar-slider-nav-button-prev:focus, .slylendar-slider-nav-button-next:active, .slylendar-slider-nav-button-prev:active{
  -webkit-animation-duration:3s;
  animation-duration:3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite;
}


.slylendar-slider-nav-button-next:hover, .slylendar-slider-nav-button-next:focus, .slylendar-slider-nav-button-next:active{
    -webkit-animation-name: shakeRightTwo;
    animation-name: shakeRightTwo;
}

.slylendar-slider-nav-button-prev:hover, .slylendar-slider-nav-button-prev:focus, .slylendar-slider-nav-button-prev:active{
    -webkit-animation-name: shakeLeftTwo;
    animation-name: shakeLeftTwo;
}

@-webkit-keyframes shakeRightTwo {
    0%, 100% {background-position:center left 45px;}
    10%, 30%, 50%, 70%, 90% {background-position:center left 55px;}
    20%, 40%, 60%, 80% {background-position:center left 45px;}
}
@keyframes shakeRightTwo {
    0%, 100% {background-position:center left 45px;}
    10%, 30%, 50%, 70%, 90% {background-position:center left 55px;}
    20%, 40%, 60%, 80% {background-position:center left 45px;}
}

@-webkit-keyframes shakeLeftTwo {
    0%, 100% {background-position:center left 45px;}
    10%, 30%, 50%, 70%, 90% {background-position:center left 35px;}
    20%, 40%, 60%, 80% {background-position:center left 45px;}
}
@keyframes shakeLeftTwo {
    0%, 100% {background-position:center left 45px;}
    10%, 30%, 50%, 70%, 90% {background-position:center left 35px;}
    20%, 40%, 60%, 80% {background-position:center left 45px;}
}


.slylendar-slider-link-to-events{
  font-family:"myriadpro";
  color:#ffffff;
  align-items: center;
  display:inline-grid;
  text-align: center;
}

.slylendar-slider-nav-button-next, .slylendar-slider-link-to-events{
  margin-left:-4px;
}

.page-node-type-evenement .field.field--name-field-thumbnail.field--type-image.field--label-hidden.field__item {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 200px;
  height: 200px;
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 0;
  box-shadow: 0 0 0 14px #ffffff33;
}

/**************************************/
/*    Maintenance                     */
/**************************************/
.maintenance-page .navbar.container {
  background: none;
}

.maintenance-page .navbar-header {
  width: 100%;
}

.maintenance-page .navbar .logo {
  display: block;
  text-align: center;
  margin: auto;
  margin-top: 2em;
}

.maintenance-page .navbar .logo img {
  width: 10%;
}

.maintenance-page .main-container section {
  text-align: center;
  margin-top: 6em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.maintenance-page .main-container section h1 {
  margin-bottom: 0.5em;
}

/*---------- SECTION MESSAGE ----------*/

.message{
  text-align:center;
}

.message img{
  margin-bottom:30px;
}

/* GAB BTN */
.message a.read-more{
  position: relative;
  font-family: "myriadpro";
  font-size: 1em;
  color: #353535;
  width: 125px;
  height: 50px;
  border: 1px solid #cecece;
  display: inline-grid;
  align-items: center;
  margin-top:30px;
  -webkit-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  line-height: 0;
  text-indent: -9999px;
}

.message a.read-more:hover, .message a.read-more:focus, .message a.read-more:active{
  background:#cecece;
  border:1px solid #cecece;
  -webkit-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}

.message a.read-more:after{
  content: "+";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 1em;
  color: black;
  text-indent: 0;
  padding-top: 13px;
}
.message a.read-more.opened:after{
  content: "-";
}

.slylendar-slider-link-to-events:hover, .slylendar-slider-link-to-events:focus, .slylendar-slider-link-to-events:active{
  color:#ffffff;
}

.block-views-block-accueil-message-block-1{
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 6%;
  padding-bottom: 6%;
}

.block-views-block-accueil-message-block-1 .content .view-content .views-field-nothing .field-content img {
  width: 117px;
}

.view-id-_accueil_message .field-content{
  font-family:"myriadproitalic";
  font-size:1.375em;
  color:#353535;
}

.view-id-_accueil_message .field-content{
  line-height:30px;
}

/* -------------------------------------------------------------------------------
	2. PAGE LISTE
--------------------------------------------------------------------------------- */

/*----------  BLOC PRINCIPAL ----------*/

/* TICKET EN COURS - A MODIFIER UNE FOIS QUE LA CLASSE SPECIFIQUE SERA AJOUTEE */
.region.region-content{
  margin-right: 3em;
  margin-left: 3em;
  clear:both;
}

.gabPageFille .block-system-breadcrumb-block, .gabPageFille .block-page-title-block{
  padding-top:35px;
}

/* STYLE FACTORISABLE */
.gabPageFille .block-system-breadcrumb-block, .gabPageFille .view-header{
  background:#ffffff;
}

/* STYLE FACTORISABLE */
.gabPageFille .block-system-breadcrumb-block, .gabPageFille .block-page-title-block, .gabPageFille .view-header{
  background:#ffffff;
}

.gabPageFille .view-header{
  font-family:"myriadpro";
  font-size:1.125rem;
  padding-top: 3em;
  padding-left: 3em;
  padding-right: 3em;
  position: relative;
}

.gabPageFille .view-header .description{
  width:53.657%;
}

.gabPageListe:not(.path-frontpage) .view-liste .view-content,
.gabPageCarte:not(.path-frontpage) .view-liste .view-content,
.gabPageCarte:not(.path-frontpage) .view-partenaires .view-content {
  margin: 0;
  padding-top: 3em;
}


.gabPageFille .block-views-block-accueil-message-block-1{
  padding-right:8.204%;
}


/*---------- FIL D'ARIANE ----------*/
.breadcrumb {
  padding-left: 3em;
  padding-bottom: 1em;
  display: inline-block;
}

.breadcrumb ol {
  display: inline-block;
  margin-left: -5px;
}
.breadcrumb li{
  margin-left: 5px;
  margin-bottom: 5px;
  display: inline-block;
  padding:15px;
  border:1px solid #cecece;
}

/*.breadcrumb li:nth-of-type(1){
  margin-left: 0;
}*/

/*.breadcrumb li:nth-of-type(1) a{
  padding:15px;
  border:1px solid #cecece;
}*/

/*.breadcrumb li:nth-of-type(2){
  margin-left:2px;
}*/

.breadcrumb li:nth-of-type(n+2){
  padding:15px;
  border:1px solid #cecece;
}

.breadcrumb li, .breadcrumb li a{
  font-family:"myriadpro";
  font-size:0.875rem;
  color:#353535;
}

.breadcrumb li:before{
  display:none;
}

.breadcrumb li:last-child{
  position:relative;
}

.breadcrumb li:last-child:after{
  position:absolute;
  bottom:-14px;
  left:0;
  right:0;
  margin:auto;
  display:block;
  content:"";
  width:14px;
  height:14px;
  background:url('../img/polygone-blanc.png');
  background-repeat:no-repeat;
}
.breadcrumb li.previous {
  padding: 15px 7px;
}
.breadcrumb .previous a {
  background-image: url('../img/picto-fleche-gauche-noir.svg');
  background-repeat: no-repeat;
  background-position: center;
  outline: 0;
  line-height: 0;
  color: transparent;
}

/*---------- TITRE ----------*/
.user-logged-in.search.gabPageFille .block-page-title-block,body.search.gabPageFille .block-page-title-block{
  padding-top:0px;
}
.gabPageFille .block-page-title-block{
  padding-top: 2em;
  padding-left: 3em;
}

.gabPageFille h1.title.page-title{
  font-family:"ralewaybold";
  padding-bottom:10px;
  color:#43b0fb;
  font-size:3.75em;
  margin-left: -3px;
}

/*---------- BLOC LISTE ----------*/

.view-liste .views-row{
  display:inline-block;
  height:434px;
  width:49.98%;
  box-sizing:border-box;
  clear:both;
  vertical-align:top;
}

.view-liste .views-row, .view-liste .views-row *{
  color:#353535;
}

.view-liste .views-row:nth-of-type(2n+2){
  margin-left:-3px;
}

.view-liste .views-row:nth-of-type(4n+2), .view-liste .views-row:nth-of-type(4n+3){
  background:#f3f3f3;
}

.view-liste .views-row:nth-of-type(4n+1), .view-liste .views-row:nth-of-type(4n+4){
  background:#43b0fb;
}

.view-liste .views-row:nth-of-type(4n+1) *, .view-liste .views-row:nth-of-type(4n+4) *{
  color:#ffffff;
}

.view-liste .views-row .blocTxt p:nth-of-type(1), .view-liste .views-row p:nth-of-type(1){
  font-family:"myriadpro";
  font-size:0.75em;
}

.view-liste .views-row article .item-list,.view-liste .views-row article p.geo {
  clear: both;
  width: 100%;
  padding-top: 20px;
}

.path-formations .view-liste .views-row article .item-list {
  padding-top: 0;
}

/*---------- TICKET EN COURS - MODIFIER APRES L'AJOUT DE LA BALISE TITRE ----------*/

.view-liste .views-row .blocTxt h2 {
  margin-bottom: 10px;
}

.view-liste .views-row .blocTxt h2 a:hover {
  border-bottom: 0;
}

.view-liste-articles .views-row .blocTxt p:nth-of-type(2){
  font-family: "myriadpro";
  font-size: 1em;
  padding-top: 10px;
}

.gabPageFille .view-liste .field-content,
.gabPageFille .views-field,
.gabPageFille .view-liste .views-row article{
  height:90%;
  position: relative;
}

.path-liste-temoignages.gabPageFille .view-liste .field-content,
.path-liste-temoignages.gabPageFille .views-field,
.path-liste-temoignages.gabPageFille .view-liste .views-row article {
  height: 100%;
}

.view-liste .views-row article{
  padding:50px 8.474576% 40px 8.474576%;
}

/*-------- GABARIT ACTUALITES - A LA UNE + AGENDA + SPONSORING --------*/

.gabEvenement .blocTxt,
.gabEvenement .blocImg,
.gabSponsoring .blocTxt,
.gabSponsoring .blocImg {
  float:left;
  height: 100%;
  overflow: hidden;
}

.gabEvenement .blocTxt,
.gabSponsoring .blocTxt {
  width:59.794%;
}

.gabEvenement .blocImg,
.gabSponsoring .blocImg {
  position:absolute;
  width:152px;
  height:152px;
  border-radius:100%;
  overflow:hidden;
  background:#ffffff;
  margin: 0;
  right: 1em;
}

.gabEvenement .blocTxt,
.gabSponsoring .blocTxt{
  width:59.794%;
}

/*-------- GABARIT AGENDA --------*/

.view-liste .gabEvenement .blocImg span{
  display: block;
  color:#353535;
  text-align: center;
  line-height: 1;
}

.gabEvenement .blocImg span.jour{
  font-family:"ralewaybold";
  margin-top:30px;
  font-size:3.3em;
}

.gabEvenement .blocImg span.mois{
  font-family:"myriadpro";
  font-size:1.25em;
  margin-top:5px;
}

.slylendar-slider-actions{
  width:auto;
}

/*-------- GABARIT SPONSORING --------*/

.view-move-filters .view-custom-filter-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content:center;
    height: 100%;
}
.view-move-filters .views-exposed-form {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content:center;
    width: 50%;
}
.view-move-filters .bef-exposed-form .form--inline {
    width: 100%;
}
.view-move-filters .bef-exposed-form .form--inline > .form-item {
    float: none;
    width: 100%;
}
.view-move-filters .bef-exposed-form .form--inline label {
    display: none;
}
.view-move-filters .bef-exposed-form .form--inline select {
    width: 100%;
    height: 45px;
    color: #353535;
    padding-left: 20px;
    background-color: #fff;
}
.view-move-filters .bef-exposed-form .form--inline option {
    color: #353535;
}

.view-move-filters .views-custom-filter h2 {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    font-size: 100px;
    margin-bottom: 15px;
}
.view-move-filters .views-custom-filter h2 span {
    width: 224px;
    top: 5px;
    font-size: 40px;
    position: relative;
    padding-left: 15px;
}
/*--------------------------------------------------------------------------------
      Page TAXONOMY
----------------------------------------------------------------------------------*/
body.path-taxonomy.gabPageFille .view-header {
   padding-bottom: 0;
}
body.path-taxonomy.gabPageFille h2.node__title{
   padding-top: 0;
}
body.path-taxonomy .field--name-title{
   color: #0071b3;
  background-color: #FFFFFF;
}
body.path-taxonomy .field--name-body p{
   text-align: justify;
   width: 100%;
}
/* -------------------------------------------------------------------------------
	3. PAGE FORMATION
--------------------------------------------------------------------------------- */

.gabPageFille.page-node-type-formation .block-system-main-block{
  margin-right:0;
  background:#ffffff;
  padding:55px 0px;
}

.gabPageEditoriale.page-node-type-formation h2{
  padding-top:57px;
}
.gabPageEditoriale.page-node-type-formation .field.field--type-text-with-summary p:not(.titreVideo){
	width:100%;
}
.gabPageEditoriale.page-node-type-formation blockquote p.centre-bleu {
	color: #0ea2f6;
}

.gabPageFille.gabPageEditoriale article > div > div.field--name-field-image{
  width:81.55%;
  margin-bottom:-7px;
  margin-right:0px;
}

.gabPageFille.gabPageEditoriale article.node--type-partenaire > div > div.field--name-field-image{
  width:100%;
}

.gabPageFille.gabPageEditoriale article > div > div.field--name-field-image img{
  margin:0px;
  width:auto;
}
.gabPageEditoriale .vertical-tabs__menu-item a{
	padding:0
}
.gabPageFille.page-node-type-formation details.vertical-tabs__pane{
	padding-top:28px;
}

.block-system-main-block{
  position:relative;
}

body.path-node.page-node-type-formation.gabPageFille fieldset.js-form-item.form-item.js-form-wrapper.form-wrapper{
  position: absolute;
  margin: 0px;
  top: -26px;
  padding: 3% 4% 2% 4%;
  right: -2.5em;
  background: #0ea2f6;
  border-radius: 0px;
  border: 0px;
  width: 40%;
  height: auto;
  min-height: 430px;
}

body.path-node.page-node-type-formation.gabPageFille fieldset legend{
  background: #d0d833;
  color: #ffffff;
  position: relative;
  font-family: "ralewaybold";
  width: auto;
  display: inline-block;
  padding: 15px;
  font-size: 1.125em;
}

body.path-node.page-node-type-formation.gabPageFille fieldset legend:after{
  position: absolute;
  z-index: 9;
  bottom:-23px;
  right:50px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 21px 23px 0;
  border-color: transparent #d0d833 transparent transparent;
}

body.path-node.page-node-type-formation.gabPageFille fieldset.js-form-item.form-item.js-form-wrapper.form-wrapper *{
  color:#ffffff;
}
body.path-node.page-node-type-formation.gabPageFille fieldset .file.file--mime-application-pdf.file--application-pdf a:focus,
body.path-node.page-node-type-formation.gabPageFille fieldset .file.file--mime-application-pdf.file--application-pdf a:hover{
	color:#0ea2f6;
}
fieldset.js-form-item.form-item.js-form-wrapper.form-wrapper .field__label{
  font-family:"myriadprobold";
  text-transform:uppercase;
  font-size:1.125rem;
}

fieldset.js-form-item.form-item.js-form-wrapper.form-wrapper .field__label, fieldset.js-form-item.form-item.js-form-wrapper.form-wrapper .field__item{
  float:none;
  clear:both;
}

fieldset.js-form-item.form-item.js-form-wrapper.form-wrapper  .field--label-inline .field__label::after{
  margin-left:5px;
}

fieldset.js-form-item.form-item.js-form-wrapper.form-wrapper .field--label-inline{
  margin-top: 1em;
}

fieldset.js-form-item.form-item.js-form-wrapper.form-wrapper .field--label-inline:first-child{
  margin-top:0px;
}

fieldset.js-form-item.form-item.js-form-wrapper.form-wrapper .field--name-field-metiers{
  display:none;
}

fieldset.js-form-item.form-item.js-form-wrapper.form-wrapper .field--name-field-brochure{
  margin-top: 1.2em;
}

fieldset.js-form-item.form-item.js-form-wrapper.form-wrapper .field--name-field-brochure a:focus {
  color: #0ea2f6;
}

fieldset.js-form-item.form-item.js-form-wrapper.form-wrapper .field--name-field-brochure a{
  display: inline-block;
  font-family: 'myriadpro';
  font-size: 1em;
  color: #fff;
  border: 1px solid #ffffff82;
  padding: 15px 20px;
  -webkit-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}

fieldset.js-form-item.form-item.js-form-wrapper.form-wrapper .field--name-field-brochure a:hover, fieldset.js-form-item.form-item.js-form-wrapper.form-wrapper .field--name-field-brochure a:focus, fieldset.js-form-item.form-item.js-form-wrapper.form-wrapper .field--name-field-brochure a:active{
  color:#0ea2f6;
  background:#ffffff;
  border:1px solid #ffffff;
  -webkit-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}

.file--application-pdf{
  background:none;
}

.file{
  padding-left:0px;
}

.formation-entete {
  position: relative;
  height: 100%;
}
.formation-entete .field--name-field-image {
  width: 100%;
}

.formation-entete .field--name-field-image img{
  min-width: 100%;
  margin: 0;
  vertical-align: bottom;
}

/*.field--name-field-tags {
  margin-top: 30px;
}

.field--name-field-tags ul.links li {
  padding: 2px 13px 0px 13px;
  border: 1px solid #cecece;
  margin-right: 4px;
}*/

/*-----------------------------
      PAGE ARTICLES
-------------------------------*/
body.path-node .field--name-body p:not(.titreVideo){
	width:100%;
}
.gabPageFille.gabPageEditoriale p.txtGauche {
   text-align:justify;
}
/*---------- MENU ----------*/

.gabPageEditoriale .vertical-tabs{
  margin:0px;
  border:0px;
}

.gabPageEditoriale .vertical-tabs__menu{
  float: none;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  border:0px;
}

.gabPageEditoriale .vertical-tabs__menu li{
  width:20%;
  height:121px;
  margin-top:0;
  display:inline-block;
  text-align:center;
  vertical-align:top;
  border-right:1px solid #ffffff;
  border-left:1px solid #ffffff;
}

.gabPageEditoriale .vertical-tabs__menu li:last-of-type{
  display: none;
  position:absolute;
  top:-107px;
  border-right:0px;
  width:21.7%;
  background-color:#d0d833;
  height:107px;
  background-image:url('../img/picto-fleche-droite-blanc.svg');
  background-size: 30px;
  background-repeat:no-repeat;
  background-position:center right 20px;
  -webkit-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}

.gabPageEditoriale .vertical-tabs__menu li:last-of-type div.field {
  position: relative;
  height: 100%;
  width: 100%;
}

.gabPageEditoriale .vertical-tabs__menu li:last-of-type:hover,
.gabPageEditoriale .vertical-tabs__menu li:last-of-type:focus,
.gabPageEditoriale .vertical-tabs__menu li:last-of-type:active{
  background-color:#c6ce32;
  -webkit-animation-duration:2.8s;
  animation-duration:2.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-name: shakeRightQuatre;
  animation-name: shakeRightQuatre;
}

@-webkit-keyframes shakeRightQuatre {
  0%, 100% {background-position:center right 20px;}
  10%, 30%, 50%, 70%, 90% {background-position:center right 10px;}
  20%, 40%, 60%, 80% {background-position:center right 20px;}
}
@keyframes shakeRightQuatre {
  0%, 100% {background-position:center right 20px;}
  10%, 30%, 50%, 70%, 90% {background-position:center right 10px;}
  20%, 40%, 60%, 80% {background-position:center right 20px;}
}
/*----------------------
     PAGE CONNEXION
------------------------*/
body.user-logged-out.path-user .region.region-content{
  background: #fff;
  padding-left: 28px;
  padding-top: 28px;
}
body.user-logged-out.path-user h1{
   color: #43b0fb;
   padding-top: 16px;
}
body.user-logged-out.path-user #edit-submit{
   background: #43b0fb;
   color: #fff;
}
body.path-user.user-logged-out div.region.region-content,body.path-user.user-logged-in div.region.region-content{
   padding-bottom: 122px;
}
/*-- POSITION FIXED --*/
body.user-logged.gabPageEditoriale .vertical-tabs__menu.fixed {
  position: fixed;
  top: 79px;
}
.gabPageEditoriale .vertical-tabs__menu.fixed{
  position:fixed;
  top:0;
  left:0;
  padding-left:200px;
  padding-right:6.1%;
  z-index:9999;
  width:100%;
  box-sizing:border-box;
}

.gabPageEditoriale .vertical-tabs__menu.fixed li{
  width:20%;
  height:98px;
  font-size:1.1em;
}


.toolbar-fixed.user-logged-in.gabPageEditoriale .vertical-tabs__menu.fixed li:last-of-type{
  position: fixed;
  top: 79px;
  width: calc((92.796% - 200px)*.2);
  right: 6.5%;
  z-index: 999;
}

.gabPageEditoriale .vertical-tabs__menu.fixed li:last-of-type{
  position: fixed;
  top: 0;
  width:calc((92.796% - 200px)*.2);
  right:7.204%;
  z-index:999;
}


.gabPageEditoriale .vertical-tabs__menu li:last-of-type a{
  font-family: "ralewaybold";
  color: #ffffff;
  font-size: 1.4375rem;
  left: 0;
  padding:0 10%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.gabPageEditoriale .vertical-tabs__menu-item{
  border:0px;
}

.gabPageEditoriale .vertical-tabs__menu-item.is-selected{
  position:relative;
  background:#0ea2f6;
}

.gabPageEditoriale .vertical-tabs__menu-item.is-selected:after{
  position:absolute;
  content:"";
  left:0;
  right:0;
  margin:auto;
  display:block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 13.5px 0 13.5px;
  border-color: #0ea1f6 transparent transparent transparent;
}

.gabPageEditoriale .vertical-tabs__menu-item.is-selected .vertical-tabs__menu-item-title{
  color:#ffffff;
  width:100%;
}

.gabPageEditoriale .vertical-tabs__menu-item a{
  font-family:"raleway";
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  height:100%;
  width:100%;
  align-items:center;
  color:#353535;
  padding: 10px;
}

.gabPageEditoriale .vertical-tabs__menu-item:hover,
.gabPageEditoriale .vertical-tabs__menu-item:focus,
.gabPageEditoriale .vertical-tabs__menu-item:active{
  color:#ffffff;
  background:#0ea2f6;
  border-left:1px solid #ffffff;
  -webkit-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
}


.gabPageEditoriale .vertical-tabs__menu-item:hover a,
.gabPageEditoriale .vertical-tabs__menu-item:focus a,
.gabPageEditoriale .vertical-tabs__menu-item:active a,
.gabPageEditoriale .vertical-tabs__menu-item.is-selected:hover a,
.gabPageEditoriale .vertical-tabs__menu-item.is-selected:focus a,
.gabPageEditoriale .vertical-tabs__menu-item.is-selected:active a{
  color:#ffffff;
  border-left:1px solid #ffffff;
}

.gabPageEditoriale .vertical-tabs__menu-item a strong{
  width:100%;
}

.gabPageEditoriale .vertical-tabs__menu-item a:hover,
.gabPageEditoriale .vertical-tabs__menu-item a:focus,
.gabPageEditoriale .vertical-tabs__menu-item a:active{
  border:0px;
  outline:0px;
}


.gabPageEditoriale .vertical-tabs__menu-item a:focus .vertical-tabs__menu-item-title,
.gabPageEditoriale .vertical-tabs__menu-item a:active .vertical-tabs__menu-item-title,
.gabPageEditoriale .vertical-tabs__menu-item a:hover .vertical-tabs__menu-item-title{
  text-decoration:none;
}

.gabPageEditoriale .vertical-tabs__panes *{
  color:#353535;
}

details > .details-wrapper{
  padding:0px;
}

/*---------- BLOC PRESENTATION ----------*/

.field-group-tabs-wrapper{
  clear:both;
  position: relative;
}

.field--type-text-with-summary .field__label, .field--type-entity-reference-revisions .field__label{
  font-family:"ralewaybold";
  font-size:1.75em;
}

.field--type-text-with-summary p{
  font-family:"myriadpro";
  font-size:1em;
  width:45%;
}

.field--type-text-with-summary p:first-of-type{
  margin-top:0px;
}

/*---------- BLOC VIDEO YOUTUBE ----------*/

div[data-oembed-url]{
  display: inline-block;
  width: 80%;
  float: none;
}

.field--type-text-with-summary div[data-oembed-url] iframe{
  width: 100%;
  height: 510px;
  display: block;
  border:0px;
  border-left:115px solid #0ea2f6;
}


.field--type-text-with-summary .titreVideo{
  /*display: flex;*/
  /*display: -webkit-box;*/
  /*display: -moz-box;*/
  /*display: -ms-flexbox;*/
  /*display: -webkit-flex;*/
  color:#353535;
  /*float: left;*/
  /*width: 20%;*/
  /*height: 510px;*/
  vertical-align: top;
  /*align-items: flex-end;*/
  padding-left:25px;
  display: inline-block;
  width: auto;
  height: auto;
}



.field--type-text-with-summary .titreVideo, div[data-oembed-url]{
  margin-top:100px;
}

div[data-oembed-url]+p{
  display:none;
}

/*---------- BLOC POINTS CLES ----------*/


.field--name-field-points-cles .field__label{
  margin-bottom:35px;
}

.field--name-field-points-cles .field__item:not(.field){
  width:28.3333%;
  margin-right:6.897%;
  float:left;
}

.field--name-field-points-cles {
  text-align: center;
}

.field--type-entity-reference-revisions .field__item:not(.field):last-child{
  margin-right:0px;
}

.paragraph.paragraph--type--point-cle-du-cursus.paragraph--view-mode--default{
  display:block;
  width:100%;
}

.field--type-entity-reference-revisions .field__item:not(.field):nth-of-type(2) .paragraph--type--point-cle-du-cursus{
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-flow: column wrap;
}

.field--type-entity-reference-revisions .field__item:not(.field):nth-of-type(2) .paragraph--type--point-cle-du-cursus .field--name-field-image{
  order: 3;
  margin-top: 50px;
  margin-bottom: 0px;
}


.field--name-field-points-cles .field--type-image, .field--name-field-points-cles .field--type-image img{
  width:100%;
  margin:0px;
}

.field--name-field-points-cles .field--type-image{
  margin-bottom:25px;
}

.field--name-field-titre{
  font-family:"ralewaybold";
  font-size:1.125em;
}

.field--name-field-description{
  font-family:"myriadpro";
  font-size:1em;
  line-height:1.29em;
  margin-top:5px;
}

/*---------- BLOC LES DEBOUCHES ----------*/

.gabPageEditoriale .group-debouches h2{
  margin-bottom:70px;
}

.group-debouches{
  position:relative;
  width:100%;
  display:inline-block;
  margin-top:90px;
  clear:both;
}

.group-debouches h2{
  text-align:center;
  margin-bottom:70px;
}

.field--name-field-debouches {
  text-align: center;
}

.field--name-field-debouches .field__item:not(.field){
  width:24%;
  display:inline-block;
  text-align:center;
  vertical-align: top;
}

.field--name-field-debouches .field--name-field-titre, .field--name-field-debouches .field--name-field-pourcentage{
  text-align:center;
}

.field--name-field-debouches .field--name-field-titre{
  margin-top:20px;
  line-height:1.141670em;
}

.field--name-field-debouches .field--name-field-pourcentage{
  font-family:"ralewaybold";
  font-size:3.4375em;
  background:#0ea2f6;
  color:#ffffff;
  display: inline-block;
  width: 152px;
  height: 152px;
  padding: 0px;
  line-height: 137px;
  border-radius:152px;
}

/* GAB BTN */

.field--name-field-le-detail-du-programme, .field--name-field-voir-les-opportunites-de-c{
  clear:both;
  text-align:center;
}

.field--name-field-le-detail-du-programme a, .field--name-field-voir-les-opportunites-de-c a{
  margin-top:70px;
}

.field--name-field-le-detail-du-programme a, .field--name-field-voir-les-opportunites-de-c a, .field--name-field-video a{
  display: inline-block;
  font-family: 'myriadpro';
  font-size: 1em;
  color: #353535;
  border: 1px solid #cecece;
  padding: 15px 25px;
  -webkit-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}

.field--name-field-le-detail-du-programme a:hover, .field--name-field-voir-les-opportunites-de-c a:hover, .field--name-field-video a:hover, .field--name-field-le-detail-du-programme a:focus, .field--name-field-voir-les-opportunites-de-c a:focus, .field--name-field-video a:focus, .field--name-field-le-detail-du-programme a:active, .field--name-field-voir-les-opportunites-de-c a:active, .field--name-field-video a:active{
  color: #ffffff;
  background: #353535;
  border: 1px solid #353535;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*---------- BLOC PROFIL ETUDIANT  ----------*/

.group-debouches:before,
.group-profil-des-etudiants:before{
  position: relative;
  content: "";
  display: block;
  height: 20px;
  width: 116%;
  background: #f3f3f3;
  top: 0;
  left: -8%;
}

.group-profil-des-etudiants{
  position:relative;
  margin-top:100px;
}

.paragraph--type--profil-des-etudiants{
  overflow:auto;
  margin-top:60px;
  margin-bottom:20px;
  border:20px solid #f3f3f3;
  padding:55px 6.897%;
}

.paragraph--type--profil-des-etudiants .field--name-field-image{
  width: 172px;
  height: 172px;
  border-radius: 100%;
  overflow: hidden;
  background: #ffffff;
  margin-right:5.39%;
  margin-bottom:150px;
}

.paragraph--type--profil-des-etudiants .field--name-field-titre{
  font-family:"myriadpro";
  font-size:1rem;
}

.paragraph--type--profil-des-etudiants .field__label{
  display:none;
}

.paragraph--type--profil-des-etudiants .field--name-field-texte2 div{
  font-family:"raleway";
  font-size:1.875rem;
  color:#0ea2f6;
}

.group-profil-des-etudiants .field--name-field-presentation-du-profil{
  width:60%;
}

.paragraph--type--profil-des-etudiants .field--name-field-texte3{
  font-family:"myriadpro";
  font-size:1rem;
}

.field--name-field-mot-etudiant{
  font-family:"myriadpro";
  font-style:italic;
  padding-top:20px;
}

.paragraph--type--profil-des-etudiants .field--name-field-texte2 div, .paragraph--type--profil-des-etudiants .field--name-field-texte3{
  padding-top:15px;
}

.paragraph--type--profil-des-etudiants .field--name-field-titre, .paragraph--type--profil-des-etudiants .field--name-field-texte2 div, .paragraph--type--profil-des-etudiants .field--name-field-texte3, .field--name-field-mot-etudiant{
  float:left;
  width:69%;
}

.field--name-field-video a{
  margin-top:25px;
}

/*---------- BLOC QUOTE ----------*/

blockquote{
  background: transparent;
  text-align: center;
  border: 0px;
}

blockquote p.centre-bleu{
  font-family: "ralewaybold";
  color:#0ea2f6;
  font-size: 1.75em;
  line-height: 1;
  font-style: initial;
}

blockquote:before, blockquote:after{
  display:none;
}


/*---------- BLOC BTN IMPRIMER ----------*/

.print__wrapper--pdf{
  background-color: #d0d833;
  width: 10%;
  min-width: 160px;
  max-width: 160px;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.print__wrapper--pdf a{
  position:relative;
  display:inline-block;
  width:100%;
  padding:75px 0;
  font-family:"ralewaybold";
  font-size:1.4375rem;
  color:#ffffff;
  background-image:url('../img/picto-imprimante-blanc.svg');
  background-repeat:no-repeat;
  background-size:28px;
  background-position: 50% 60%;
}

.links-formation {
  position: absolute;
  display: flex;
  align-items: stretch;
  width: 100%;
  left: 0;
  bottom: -172px;
  z-index: 1000;
  height: 172px;
}

.links-formation .sub-links-formation {
  width: 90%;
  background-color: #d0d833;
}

.links-formation .field--name-field-planning-jurys {
  width: 100%;
  font-family: "ralewaybold";
  font-size: 1.4375em;
  text-align: center;
  background: #43b0fb;
  float: left;
  height: 100%;
}

.links-formation .field--name-field-planning-jurys a {
  display: block;
  padding: 75px 0;
  color: #ffffff;
  background: url(../img/picto-fleche-droite-blanc.svg);
  background-size: 30px;
  background-position: center right 40px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.links-formation .field-name-field-lien-candidature-bottom{
  font-family: "ralewaybold";
  font-size: 1.4375em;
  text-align: center;
  width: 49.8%;
  background: #d0d833;
  height: 100%;
  float: right;
}

.links-formation .field-name-field-lien-candidature-bottom a{
  display: block;
  padding: 75px 0;
  color: #ffffff;
  background: url('../img/picto-fleche-droite-blanc.svg');
  background-size: 30px;
  background-position: center right 40px;
  background-repeat: no-repeat;
  -webkit-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  height: 100%;
}

.links-formation .sub-links-formation > .field-name-field-lien-candidature-bottom:first-child {
  background: #43b0fb;
  width: 100%;
}

.gabPageFille.page-node-type-formation .message{
  margin-top:180px;
}

.links-formation .field-name-field-lien-candidature-bottom a:hover,
.vertical-tabs__menu li:last-of-type:focus,
.vertical-tabs__menu li:last-of-type:active{
  background-color:#c6ce32;
  -webkit-animation-duration:2.8s;
  animation-duration:2.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-name: shakeRightCinq;
  animation-name: shakeRightCinq;
}

.links-formation .sub-links-formation > .field-name-field-lien-candidature-bottom:first-child a:hover,
.links-formation .field--name-field-planning-jurys a:hover {
  background-color:#018fe2;
  -webkit-animation-duration:2.8s;
  animation-duration:2.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-name: shakeRightCinq;
  animation-name: shakeRightCinq;
}

@-webkit-keyframes shakeRightCinq {
  0%, 100% {background-position:center right 40px}
  10%, 30%, 50%, 70%, 90% {background-position:center right 30px}
  20%, 40%, 60%, 80% {background-position:center right 40px}
}
@keyframes shakeRightCinq {
  0%, 100% {background-position:center right 40px}
  10%, 30%, 50%, 70%, 90% {background-position:center right 30px}
  20%, 40%, 60%, 80% {background-position:center right 40px}
}


/* -------------------------------------------------------------------------------
	3. PAGE EDITORIALE
--------------------------------------------------------------------------------- */

.page-node-type-actualite .field--type-image.field--name-field-actu-image {
	float: none;
}

.gabPageFille.page-node-type-article .block-system-main-block,
.gabPageFille.page-node-type-these .block-system-main-block ,
.gabPageFille.page-node-type-offre-de-sponsoring .block-system-main-block ,
.gabPageFille.page-node-type-actualite .block-system-main-block ,
.gabPageFille.page-node-type-temoignage .block-system-main-block {
  /*margin-right:8.204%;*/
  background:#ffffff;
}

.gabPageFille.page-node-type-article .block-system-main-block,
.gabPageFille.page-node-type-these .block-system-main-block,
.gabPageFille.page-node-type-offre-de-sponsoring .block-system-main-block,
.gabPageFille.page-node-type-actualite .block-system-main-block,
.gabPageFille.page-node-type-temoignage .block-system-main-block{
  /* padding-left:6.25%; */
  /* padding-right:6.25%; */
}


.gabPageEditoriale main h2{
  clear:both;
  font-family:"ralewaybold";
  font-size:1.75em;
  margin-bottom:40px;
}
.path-sitemap.gabPageEditoriale main h2{
  margin-bottom:19px;
}
.gabPageEditoriale.page-node-type-article h2,
.gabPageEditoriale.page-node-type-these h2,
.gabPageEditoriale.page-node-type-offre-de-sponsoring h2,
.gabPageEditoriale.page-node-type-actualite h2,
.gabPageEditoriale.page-node-type-temoignage h2{
  padding-top: 20px;
}

.gabPageEditoriale.page-node-type-article .field--type-text-with-summary p,
.gabPageEditoriale.page-node-type-these .field--type-text-with-summary p,
.gabPageEditoriale.page-node-type-offre-de-sponsoring .field--type-text-with-summary p,
.gabPageEditoriale.page-node-type-actualite .field--type-text-with-summary p,
.gabPageEditoriale.page-node-type-temoignage .field--type-text-with-summary p{
  width:85%;
}


.titreCentre{
  text-align:center;
}

.gabPageEditoriale article ul li a {
  color: #43b0fb;
  text-decoration: underline;
}

.gabPageEditoriale p > a,
.gabPageEditoriale ol li a {
  color:#43b0fb;
  text-decoration:underline;
}

.gabPageEditoriale .gabBtn{
  color:#353535;
  text-decoration:none;
  -webkit-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}

.gabPageEditoriale .gabBtn:hover, .gabPageEditoriale .gabBtn:focus, .gabPageEditoriale .gabBtn:active{
  color:#ffffff;
  background:#353535;
  border:1px solid #353535;
  -webkit-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}

/*---------- BLOC TEXTE AVEC IMAGE A DROITE  ----------*/

.gabPageEditoriale.page-node-type-article .field--type-text-with-summary p.txtGauche,
.gabPageEditoriale.page-node-type-these .field--type-text-with-summary p.txtGauche,
.gabPageEditoriale.page-node-type-offre-de-sponsoring .field--type-text-with-summary p.txtGauche,
.gabPageEditoriale.page-node-type-actualite .field--type-text-with-summary p.txtGauche,
.gabPageEditoriale.page-node-type-temoignage .field--type-text-with-summary p.txtGauche{
  display: inline-block;
  width: 65%;
}

.gabPageEditoriale.page-node-type-article .field--type-text-with-summary p.imgDroite,
.gabPageEditoriale.page-node-type-these .field--type-text-with-summary p.imgDroite,
.gabPageEditoriale.page-node-type-offre-de-sponsoring .field--type-text-with-summary p.imgDroite,
.gabPageEditoriale.page-node-type-actualite .field--type-text-with-summary p.imgDroite,
.gabPageEditoriale.page-node-type-temoignage .field--type-text-with-summary p.imgDroite{
  width: 375px;
  float: right;
}

/*---------- BLOC CONTACT ----------*/

.paragraph--type--contact .field--name-field-titre, .paragraph--type--a-lire-aussi .field--name-field-titre, .paragraph--type--galerie .field--name-field-titre,.paragraph--type--texte-libre .field--name-field-titre{
  position: absolute;
  top: 0;
  font-family: "ralewaybold";
  color:#ffffff;
  width: auto;
  display: inline-block;
  padding: 15px;
  font-size: 1.125em;
  background-color:#d0d833;
}

.paragraph--type--contact .field--name-field-titre:after, .paragraph--type--a-lire-aussi .field--name-field-titre:after, .paragraph--type--galerie .field--name-field-titre:after,.paragraph--type--texte-libre .field--name-field-titre:after{
  position: absolute;
  z-index: 9;
  bottom: -23px;
  right: 20px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 21px 23px 0;
  border-color: transparent #d0d833 transparent transparent;
}

.paragraph--type--contact,.paragraph--type--texte-libre{
  position:relative;
  padding-top: 100px;
  margin-top: 75px;
}

.paragraph--type--contact .field--name-field-texte2, .paragraph--type--contact .field--name-field-description, .paragraph--type--contact .field--name-field-email{
  font-family:"myriadpro";
  font-size:1rem;
  position:relative;
}

.paragraph--type--contact .field--name-field-texte3,.paragraph--type--contact{
  font-family:"raleway";
  font-size:1.25rem;
  position:relative;
}

.paragraph--type--contact .field--name-field-email a{
  color:#43b0fb;
  text-decoration:underline;
}

.paragraph--type--contact .field--name-field-texte2:before{
  position:absolute;
  top:0;
  left:0;
  content:"";
  display:inline-block;
  width:95px;
  height:65px;
  background:url("../img/picto-enveloppe-gris.svg");
  background-repeat:no-repeat;
}

.paragraph--type--contact .field--name-field-texte2, .paragraph--type--contact .field--name-field-texte3, .paragraph--type--contact .field--name-field-description,  .paragraph--type--contact .field--name-field-email{
  margin-left:27.094%;
  padding-left:130px;
}

.paragraph--type--contact .field--name-field-email{
  margin-top:15px;
}

/*.paragraph--type--contact:before, .paragraph--type--texte-libre:before{*/
/*!*  position: absolute;*/
  /*content: "";*/
  /*display: block;*/
  /*height: 20px;*/
  /*width: 100%;*/
  /*background: #f3f3f3;*/
  /*top: 0;*/
  /*left: -4.4%;*/
  /*overflow: hidden;*!*/
/*}*/

/*.paragraph--type--contact:before, .paragraph--type--a-lire-aussi:before, .paragraph--type--galerie:before,.paragraph--type--texte-libre:before {*/
    /*position: absolute;*/
    /*content: "";*/
    /*display: block;*/
    /*height: 20px;*/
    /*width:100%;*/
    /*background: #f3f3f3;*/
    /*top: 0;*/
    /*left:0;*/
/*}*/

/*.paragraph--type--a-lire-aussi:before{*/
  /*position: absolute;*/
  /*content: "";*/
  /*display: block;*/
  /*height: 20px;*/
  /*width: 116%;*/
  /*background: #f3f3f3;*/
  /*top: 0;*/
  /*left: -7.85%;*/
/*}*/

/*.paragraph--type--galerie:before{*/
  /*position: absolute;*/
  /*content: "";*/
  /*display: block;*/
  /*height: 20px;*/
  /*width: 116%;*/
  /*background: #f3f3f3;*/
  /*top: 0;*/
  /*left: -7.85%;*/
/*}*/

.paragraph--type--contact:before, .paragraph--type--a-lire-aussi:before, .paragraph--type--galerie:before,.paragraph--type--texte-libre:before{
  position: absolute;
  content: "";
  display: block;
  height: 20px;
  width: calc(108% + 6em);
  background: #f3f3f3;
  top: 5px;
  left: -3em;
  overflow: hidden;
}

/*---------- BLOC LISTE ----------*/

.paragraph--type--a-lire-aussi{
  position:relative;
  padding-top: 100px;
  margin-top: 75px;
}




.field--name-field-liens{
  counter-reset:div;
}

.paragraph--type--a-lire-aussi .field--name-field-liens div, .paragraph--type--a-lire-aussi .field--name-field-liens div:hover, .paragraph--type--a-lire-aussi .field--name-field-liens div:hover:before{
  transition:all 0.25s ease-in-out;
}

.paragraph--type--a-lire-aussi .field--name-field-liens div{
  counter-increment:div;
  border-bottom:20px solid #f3f3f3;
  background-image:url('../img/picto-fleche-droite-gris.png');
  background-repeat:no-repeat;
  background-position:right 50px center;
}

.paragraph--type--a-lire-aussi .field--name-field-liens div:hover, .paragraph--type--a-lire-aussi .field--name-field-liens div:focus, .paragraph--type--a-lire-aussi .field--name-field-liens div:active{
  background-image:url('../img/picto-fleche-droite-vert.png');
  background-repeat:no-repeat;
  background-position:right 50px center;
}

.paragraph--type--a-lire-aussi .field--name-field-liens span{
  font-size:1.75rem;
  font-family:"ralewaybold";
  width:5%;
  padding-right: 10px;
  margin-left: 5px;
}
.paragraph--type--a-lire-aussi .field--name-field-liens div:hover:before, .paragraph--type--a-lire-aussi .field--name-field-liens div:focus:before, .paragraph--type--a-lire-aussi .field--name-field-liens div:active:before{
  color:#d0d833;
}

.paragraph--type--a-lire-aussi .field--name-field-liens div a{
  display:inline-block;
  width:100%;
  font-family:"myriadpro";
  color:#353535;
  font-size:1.25rem;
  padding:15px 0;
  width:90%;
}

/*---------- BLOC GALERIE ----------*/

.paragraph--type--galerie{
  position:relative;
  padding-top: 100px;
  margin-top: 75px;
}

/* -------------------------------------------------------------------------------
	5. PAGE CARTE
--------------------------------------------------------------------------------- */

.vue-partenaires-carte .view-content {
    position: relative;
}

.vue-partenaires-carte .partenaires-carte-introduction {
  padding-left: 3em;
}

.path-theses article,
.path-offres-de-sponsors article,
.path-formations article,
.path-articles article,
.path-agenda article,
.path-toute-l-actu article,
.path-liste-temoignages article,
.path-partenaires article {
  background-color: transparent;
}

.geolocation-common-map-locations {
    display: none;
}

.geolocation-map-sidebarinfo {
    position: absolute;
    width: 20%;
    height: 100%;
    z-index: 5;
    background: #F3F3F3;
    overflow: hidden;
}
.geolocation-map-sidebarinfo-close {
    position: absolute;
    right: 0;
    background: transparent;
    border: 0;
    display: inline-block;
    width: 55px;
    height: 55px;
    vertical-align: top;
}

.croix-map {
  background:url("../img/picto-croix-gris.svg");
  background-size:22px;
  background-repeat:no-repeat;
  background-position:center;
  transition:all 0.25s ease-in-out;
  display: inline-block;
  width: 55px;
  height: 55px;
}

.geolocation-map-sidebarinfo-content {
  margin-top: 50px;
}
.geolocation-map-sidebarinfo-content .views-field-field-image {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}

.geolocation-map-sidebarinfo-content .views-field-field-image img {
  width: 152px;
  height: 152px;
  border-radius: 100%;
  overflow: hidden;
  margin-left: 7.217%;
  background: #ffffff;
  margin-top: 40px;
}

.geolocation-map-sidebarinfo-content .views-field-title {
  padding: 0 50px;
  text-align: center;
}

.geolocation-map-sidebarinfo-content .views-field-body {
  padding: 0 50px;
  max-height: 300px;
  overflow: hidden;
}

.geolocation-map-sidebarinfo-content .views-field-body p {
  text-align: center;
}

.geolocation-map-sidebarinfo-content .views-field-nothing {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

.view-liste.view-partenaires .views-row .blocTxt p {
  font-family: "myriadpro";
  font-size: 0.75em;
}

.view-partenaires .view-header-top p > a,
.view-partenaires .view-header p > a{
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 55px;
  vertical-align: top;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(186, 186, 186);
  border-image: initial;
  color:transparent;
}
.vue-partenaires-carte .view-header > p:first-child,
.view-liste.view-partenaires .view-header-top > p:first-child{
	float:right;
	width: 128px;
	text-align:right;
}
.vue-partenaires-carte .view-header ,
.view-liste.view-partenaires .view-header-top{
	margin-top: 0px;
  margin-right: 2em;
}

.partenaires-carte-introduction p:first-child{
  width:55%;
  margin-top:30px;
  text-align:justify;
}

.view-partenaires .view-header p > a:first-child{
  margin-right:10px;
}

.view-partenaires.view-display-id-page_1  .view-header p > a:first-child{
  background-image:url(../img/picto-pointer-blanc.svg);
  background-size:26px;
  background-repeat: no-repeat;
  background-position: center;
  background-color:#d0d833;
  border:0px;
}

.view-partenaires.view-display-id-page_2  .view-header-top p > a:first-child{
  background-image:url(../img/picto-pointer-gris.svg);
  background-size:26px;
  background-repeat: no-repeat;
  background-position: center;
}

.view-partenaires.view-display-id-page_1.view-partenaires .view-header p > a:last-child{
  background: url(../img/picto-liste-gris.svg);
  background-size:26px;
  background-repeat: no-repeat;
  background-position: center;
}

.view-partenaires.view-display-id-page_2.view-partenaires .view-header-top p > a:last-child{
  background: url(../img/picto-liste-blanc.svg);
  background-size:26px;
  background-repeat: no-repeat;
  background-position: center;
  background-color:#d0d833;
  border:0px;
}

.view-partenaires.view-display-id-page_2 .view-header {
  width: 1%;
}

.view-partenaires .view-filters{
  position:relative;
}

.view-partenaires .view-filters .form-radios{
  position:absolute;
  right:0px;
  top:-10px;
  z-index:9;
  width: 100%;
  text-align: right;
  margin-right: 1rem;
}

.view-partenaires .view-filters .form-radios > div > div{
  font-family:"ralewaybold";
  display:inline-block;
  font-size:1.125rem;
  background:transparent;
  margin-left:-4px;
}

.view-partenaires .view-filters .form-radios > div > div input[type=radio] + label{
  padding:10px 15px;
  background:#ffffff;
  border:1px solid #bfbfbf;
  margin:0px;
}

.view-partenaires .view-filters .form-radios > div > div input[type=radio]:checked + label{
  background:#d0d833;
  color:#ffffff;
}

.view-partenaires .view-filters .form-radios > div > div:first-child{
  margin-left:0px;
}

.view-partenaires .view-filters .form-radios > div > div.active{
  background:#d0d833;
  border:0px;
  color:#ffffff;
}

.view-partenaires .view-filters .form-radios > div > div input[type="radio"]{
  display:none;
}

.view-partenaires .form--inline .form-item{
  margin-right:0px;
}


.view-partenaires .js-form-wrapper.form-wrapper{
  padding:0px;
  margin:0px;
}


.block-block-contactez-nous{
  margin-right: 0;
  background:#ffffff;
}

.block-block-contactez-nous .blocImg, .block-block-contactez-nous .blocTxt{
  height:auto;
}

.block-block-contactez-nous .blocImg, .block-block-contactez-nous .blocTxt{
  float:left;
}

.block-block-contactez-nous{
  position:relative;
}

.contact{
    overflow: auto;
    margin-top: 0;
    border-top: 1.2em solid #f3f3f3;
    border-right: 7em solid #f3f3f3;
}

.contact .etiquette{
  position:absolute;
  top:-10px;
  left:0;
  margin:0 6.25%;
  z-index: 100;
}

.contact .blocImg, .contact .blocTxt{
  margin:70px 0;
}

.contact .blocImg{
  margin-left:27.094%;
  margin-right:30px;
}

.contact .blocTxt{
  width:45%;
}

.contact .blocTxt p:first-child{
  font-family:'raleway';
  font-size:1.875em;
  margin-bottom:10px;
}

.contact .blocTxt p > a{
  color:#43b0fb;
  text-decoration:underline;
}

.page-node-type-partenaire .field--name-field-url {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* -------------------------------------------------------------------------------
	6. PAGE MOSAIQUE
--------------------------------------------------------------------------------- */

.gabPageFille.page-node-type-page-sommaire .block-system-main-block{
  padding:0px;
}

.gabPageFille.page-node-type-page-sommaire .field--type-text-with-summary{
  background:#ffffff;
  padding-bottom:70px;
  padding-left: 2em;
  padding-right: 2em;
}

.gabPageFille.page-node-type-page-sommaire article {
  padding-left: 0;
  padding-right: 0;
}

.paragraph--type--bloc-sommaire{
  height:355px;
  float:left;
  display: block;
}

.paragraph--type--bloc-sommaire{
  background-size:100% !important;
  background-position:center !important;
}

.paragraph--type--bloc-sommaire:hover, .paragraph--type--bloc-sommaire:focus, .paragraph--type--bloc-sommaire:active{
  background-size:110% !important;
}

.paragraph--type--bloc-sommaire, .paragraph--type--bloc-sommaire:hover, .paragraph--type--bloc-sommaire:focus, .paragraph--type--bloc-sommaire:active{
  transition:all 0.35s ease-in-out;
}

.paragraph--type--bloc-sommaire a,
.paragraph--type--bloc-sommaire .sommaire-bloc-nolink {
  display: table;
  width: 100%;
  height: 100%;
  padding-bottom:40px;
  padding-left:20px;
  padding-right:50px;
  text-decoration:none;
}

.paragraph--type--bloc-sommaire .sommaire-bloc-titre {
  font-family:'ralewaybold';
  color:#ffffff;
  font-size:1.75rem;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  line-height:1;
}

.gabPageFille.page-node-type-page-sommaire .blocXXLarge{
  width:100%;
}

.gabPageFille.page-node-type-page-sommaire .blocXLarge{
  width:66.66%;
}

.gabPageFille.page-node-type-page-sommaire .blocLarge{
  width:50%;
}

.gabPageFille.page-node-type-page-sommaire .blocMedium{
  width: 33.33%;
}

.gabPageFille.page-node-type-page-sommaire .blocSmall{
  width:25%;
}

.gabPageFille.page-node-type-page-sommaire .blocBleu{
  background: #43b0fb;
  background-repeat: no-repeat;
}
.gabPageFille.page-node-type-page-sommaire .blocVert{
  background: #d0d833;
  background-repeat: no-repeat;
}

.view-liste .views-row article .item-list li,
.view-liste .views-row article p.geo .geolocation-latlng{
    display: inline-block;
    margin-right: 4px;
    /*max-width: calc((648px - 12px) / 3);*/
    overflow: hidden;
	padding: 2px 13px 0px 13px;
	border:1px solid #cecece;
}

.view--liste-offres-de-sponsors .views-row article .item-list li {
    max-width: calc((648px - 8px) / 2);
}

.view-liste .views-row article .item-list a,
.view-liste .views-row article .item-list .item-list-item {
    display: inline-block;
    font-family: 'myriadpro';
    font-size: 1em;
    padding: 15px 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #353535;
    margin-top: 4px;
}
.view-liste .views-row:nth-of-type(4n+1) article .item-list a,
.view-liste .views-row:nth-of-type(4n+4) article .item-list a,
.view-liste .views-row:nth-of-type(4n+1) article .item-list .item-list-item,
.view-liste .views-row:nth-of-type(4n+4) article .item-list .item-list-item,
.view-liste .views-row:nth-of-type(4n+1) article p.geo .geolocation-latlng,
.view-liste .views-row:nth-of-type(4n+4) article p.geo .geolocation-latlng {
    color: #fff;
    border: 1px solid #fff;
}
.view-liste .views-row article .view-row-body {
    padding: 20px 0 0;
    max-height: 132px;
    overflow: hidden;
}
.view-liste .views-row article .blocTxt .view-row-body p{
    font-size: 1em;
}

.view-liste .views-row article .item-list a:hover,
.view-liste .views-row article .item-list a:active,
.view-liste .views-row article .item-list a:focus {
    color: #fff;
    background: #353535;
    border: 1px solid #353535;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.view-liste .views-row:nth-of-type(4n+1) article .item-list a:hover,
.view-liste .views-row:nth-of-type(4n+4) article .item-list a:hover,
.view-liste .views-row:nth-of-type(4n+1) article .item-list a:active,
.view-liste .views-row:nth-of-type(4n+4) article .item-list a:active,
.view-liste .views-row:nth-of-type(4n+1) article .item-list a:focus ,
.view-liste .views-row:nth-of-type(4n+4) article .item-list a:focus {
    background: #fff;
    color: #43b0fb;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.view--liste-theses .views-row .blocTxt p:nth-of-type(1) {
    font-size: 1em;
}

.view-liste .pager {
    margin-top: 80px;
    text-align: center;
}

.view-liste-temoignages .views-row article .these-contenu {
    padding: 20px 0 30px;
}

.view-liste-temoignages .views-row .blocTxt p:nth-of-type(1) {
    font-size: 1em;
}

.pager .pager__item a {
    display: inline-block;
    background: transparent;
    font-family: 'myriadpro';
    font-size: 1em;
    padding: 15px 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #353535;
    border-radius: 0;
}
.pager .pager__item a:hover ,
.pager .pager__item a:active ,
.pager .pager__item a:focus {
    color: #fff;
    background: #353535;
    border: 1px solid #353535;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*--------------------------------------------------------------------------------
    . MESSAGE BLOC HOME PAGE
----------------------------------------------------------------------------------*/
#block-views-block-accueil-message-block-1  div.more {
	display:none;
}
#block-views-block-accueil-message-block-1 .message a.read-more:after{
	content:none;
}
#block-views-block-accueil-message-block-1 .message a.read-more{
	text-indent: 0px;
}
/*--------------------------------------------------------------------------------
    .BLOC ADRESSE BAS PAGE
----------------------------------------------------------------------------------*/
#block-ifpschoolcustomblocadresse .adresse{
  border: 1px solid #edededb8;
  display: inline-block;
  padding: 5px 0;
  margin-right: -4px;
  max-width: 90%;
}
#block-ifpschoolcustomblocadresse .adresse img{
  vertical-align: middle;
  padding: 2px;
  display: inline-block;
  margin: 0 15px;
}
#block-ifpschoolcustomblocadresse .adresse a {
  color: #fff;
}
#block-ifpschoolcustomblocadresse .adresse p{
  display: inline-block;
  line-height: 30px;
  margin: 0 80px;
}
#block-ifpschoolcustomblocadresse .adresse span{
  padding: 11px 0 11px 0;
  border-left: 1px solid #edededb8;
}
/* -------------------------------------------------------------------------------
	. MEDIAQUERIES
--------------------------------------------------------------------------------- */



 body.path-frontpage  div#block-sliderdiplomes{
	 max-height:600px;
 }


/*------------------------------------
		PAGE TAXONOMY TERM VIEW
---------------------------------------*/
.view-taxonomy-term .node__links{
	position: absolute;
    bottom: 0;
	right: 0;
}
.view-taxonomy-term .node__content{
	position: relative;
  padding-bottom: 25px;
}

/*-------------------------------
Formulaire
------------------------------- */

.gabPageFille.path-webform .block-system-main-block {
  background-color: #FFF;
  padding-bottom: 3%;
}

.gabPageFille.path-webform .block-system-main-block .form-item, .form-actions {
  margin-top: 0;
  margin-bottom: 1em;
}

.block-ifpschool-core.block-block-adresse {
  background: #43b0fb;
  text-align: center;
  color: #FFF;
  padding-bottom: 30px;
  padding-top: 116px;
  background-image: url(../img/forme-diagonale-droite.png);
  background-size: 118px;
  background-position: right -19px bottom 1px;
  background-repeat: no-repeat;
}
form.node-these-form.node-form .vertical-tabs__menu li:last-of-type,form.node-these-edit-form.node-form .vertical-tabs__menu li:last-of-type{
    width: 100%;
}
/*------------------------------
    Mode deconnecte
-------------------------------*/
body.user-logged-in.gabPageFille .block-system-main-block,
body.user-logged-out.gabPageFille .block-system-main-block{
	background: #FFF;
	padding-bottom: 28px;
}
body.user-logged-out.gabPageFille.page-node-type-formation .block-system-main-block {
    padding: 0px;
}

body.gabPageFille .sitemap,
body.gabPageForm form {
  padding-left: 3em;
  padding-right: 3em;
}

body.user-logged-out.gabPageFille.page-node-type-formation .region.region-content,
body.user-logged-out.gabPageFille .region-content,body.user-logged-out.path-user .region-content,
body.user-logged-out.path-node .region-content,
body.user-logged-out.path-admin .region-content,
body.user-logged-out.path-search .region-content,
body.user-logged-out.path-sitemap .region-content,
body.user-logged-out.path-taxonomy .region-content{
  background: none;
  padding: 0;
  margin-right: 5%;
}

body.user-logged-out.gabPageFille.path-partenaires .region.region-content {
    background: #FFFFFF;
}

body.user-logged-out.gabPageFille.page-node-type-formation .region.region-content .vertical-tabs__menu.fixed li:last-of-type{
	right: 7%;
}
body.user-logged-out.gabPageFille.node-type-formation .block-system-breadcrumb-block{
  margin-right: 0;
}
body.user-logged-out.search .content h2{
  margin-top: 16px;
}
.contextual .trigger {
	height: 0px !important;
    width: 0px !important;
}
.contextual{
	right:25px;
}
.contextual button.trigger.focusable {
	 height: auto !important;
     width: 22px !important;
}

/*Pages formation mode connecte */
body.user-logged-in.page-node-type-formation .block-system-main-block {
	padding:0px;
}
.touchevents a.tabledrag-handle .handle {
  height: 45px;
}

/* Administration */
.path-admin > .page-admin,
.path-admin .view > .view-content table {
  margin-bottom: 50px;
}

.path-admin thead > tr {
  border-bottom: 1px solid #000;
  background: #43b0fb;
}

ul.links.field__items li a {
  display: inline-block;
  font-family: 'myriadpro';
  font-size: 1em;
  padding: 15px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #353535;
  color: #353535;
}

ul.links.field__items li a:hover {
  color: #fff;
  background: #353535;
  border: 1px solid #353535;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.eu-cookie-compliance-buttons {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 10px;
}

.eu-cookie-compliance-default-button,
.eu-cookie-compliance-hide-button,
.eu-cookie-compliance-more-button-thank-you,
.eu-cookie-withdraw-button,
.eu-cookie-compliance-default-button:hover,
.eu-cookie-compliance-hide-button:hover,
.eu-cookie-compliance-more-button-thank-you:hover,
.eu-cookie-withdraw-button:hover {
  border: 0;
  background: none;
  color: #FFFFFF;
  text-shadow: 0px 0px 0 #ffffff;
  font-weight: normal;
  box-shadow: inset 0 0 0 0 #ffffff;
  font-family: inherit;
}

.eu-cookie-compliance-default-button:hover,
.eu-cookie-compliance-hide-button:hover,
.eu-cookie-compliance-more-button-thank-you:hover,
.eu-cookie-withdraw-button:hover {
  text-decoration: underline;
}

.eu-cookie-compliance-secondary-button:hover {
  color: #0779bf;
}

.eu-cookie-compliance-secondary-button {
  cursor: pointer;
  margin-right: 5px;
  margin-top: 1em;
  vertical-align: middle;
  overflow: visible;
  width: auto;
  -moz-box-shadow: inset 0 1px 0 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff;
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  color: #000;
  font-family: Arial, sans-serif;
  font-weight: bold;
  padding: 4px 8px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #ffffff;
}

.cookiesjsr-links li a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.cookiesjsr-btn.important{
  color: #fff;
  color: var(--btn-font-color,#fff);
  border: 2px solid #fff;
  border: 2px solid var(--btn-border-color,#fff);
  background-color: #004c93;
  background-color: var(--btn-bg-color,#004c93);
}

.cookiesjsr-links.links--row li a.cookiesjsr-settings {
  font-size: 0.95rem;
  font-weight: bold;
}

.gabPageEditoriale.page-node-type-formation #sliding-popup h2,
.gabPageEditoriale.page-node-type-article #sliding-popup h2 {
  padding-top: 20px;
}

#block-blocmentionslegalesduformulairedecontact {
  background-color: #FFFFFF;
  padding-left: 3em;
  padding-right: 3em;
}

.sitemap-box-menu > ul {
  padding-left: 0;
}

/* FAQ */
.contextual-region.view-faq {
  padding: 3em;
}
.contextual-region.view-faq .ui-state-active {
  background-color: #43b0fb;
  border: 0;
}

.contextual-region.view-faq.ui-widget {
  font-family: "myriadpro";
  font-size: 1em;
}
.contextual-region.view-faq.ui-widget .views-field-title .field-content {
  font-size: 1.2em;
  margin-left: 10px;
}
.contextual-region.view-faq.ui-widget .ui-state-active.views-field-title:after,
.contextual-region.view-faq.ui-widget .views-field-title:after {
  font-size: 1.2em;
  position: absolute;
  right: 1em;
}
.contextual-region.view-faq.ui-widget .ui-state-active.views-field-title:after {
  content: "-";
}
.contextual-region.view-faq.ui-widget .views-field-title:after {
  content: "+";
}
.contextual-region.view-faq.ui-widget .views-field-title .ui-icon.ui-icon-triangle-1-e {
  background-image: url(../img/picto-question-vert.png);
  background-position: 0px 2px !important;
}
.contextual-region.view-faq.ui-widget .views-field-title .ui-icon.ui-icon-triangle-1-s {
  background-image: url(../img/picto-question-bleu.png);
  background-position: 0px 2px !important;
}

.navigation.menu--main .menu-mobile .niveau2 li {
  background-color: #2dacfa/*#0a578e*/;
}
.navigation.menu--main .menu-mobile .niveau2 li .niveau3 li {
  background-color: #2dacfa /*#1d7bbb*/;
}
.navigation.menu--main .menu-mobile .niveau2,
.navigation.menu--main .menu-mobile .niveau3,
.navigation.menu--main .menu-mobile .niveau4 {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.navigation.menu--main .menu-mobile .current {
  background-color: #2dacfa !important;
}

.navigation.menu--main .menu-mobile .niveau2 li a,
.navigation.menu--main .menu-mobile .niveau2 li span {
  margin-left: 20px;
}
.navigation.menu--main .menu-mobile .niveau3 li a,
.navigation.menu--main .menu-mobile .niveau3 li span {
  margin-left: 30px;
}
.navigation.menu--main .menu-mobile .niveau4 li a,
.navigation.menu--main .menu-mobile .niveau4 li span {
  margin-left: 40px;
}
.menu-mobile ul.niveau1 li.menu-item a,
.menu-mobile ul.niveau1 li.menu-item span {
  font-size: 14px;
}
.navigation.menu--main .menu-mobile ul.niveau1 li.menu-item > button {
  background-image: url(../img/picto-list.png);
  background-repeat: no-repeat;
  width: 30%;
  height: 60px;
  display: inline-block;
  top: 0;
  background-color: transparent;
  background-position: center;
}
.navigation.menu--main .menu-mobile ul.niveau1 li.menu-item.open > button {
  background-image: url(../img/picto-list-bas.png);
}
.navigation.menu--main .menu-mobile ul.niveau1 li.menu-item a.hasSubMenu,
.navigation.menu--main .menu-mobile ul.niveau1 li.menu-item span.hasSubMenu {
  background-position: right 20px center;
  background-size: 20px;
  background-image: none;
  display: inline-block;
  max-width: 100%;
  width: 100%;
}

.navigation.menu--main .menu-mobile ul.niveau1 li.menu-item.has-button a,
.navigation.menu--main .menu-mobile ul.niveau1 li.menu-item.has-button span {
  max-width: 64%;
  width: 64%;
}

@media only screen and (min-width:1201px) {
  .menu-mobile {
    display: none;
  }
}
@media only screen and (max-width:1200px) {
  .region-headercolmilieu .navigation.menu--main,
  .menu-desktop {
    display: none;
  }

  header,
  .region.region-content {
    margin-right: 0;
    margin-left: 0;
  }

  .navigation.menu--main ul li {
    background-color:#2dacfa;
  }

  .navigation.menu--main .menu-mobile .niveau2,
  .navigation.menu--main .menu-mobile .niveau3,
  .navigation.menu--main .menu-mobile .niveau4 {
    border-top: 0;
  }

  .topbar .colGauche {
    z-index: 9999999999 !important;
  }

  .topbar .colDroite {
    float: right;
    margin-left: 0px;
    height: 100%;
    width: 100% !important;
    margin-right: 0%;
    position: absolute;
    z-index: 9999999 !important;
  }
}

@media (max-width:1200px){
  .cookiesjsr-banner--action{
    flex-direction:column-reverse!important;
  }
}

.cookiesjsr-banner button.denyAll, .cookiesjsr-btn.denyAll{
  display: block!important;
}

.wrapMenu{
  overflow:hidden;
}

.leaflet-popup-content article {
  padding: 0!important;
}

.leaflet-popup-content img{
  width: 100px !important;
}

.leaflet-popup-content header{
  margin: 0 !important;
  background-color: #fff;
}

.leaflet-popup-content .node__title {
  margin: 15px 0 !important;
}

.leaflet-popup-content .node__title span {
  font-size: 1.5rem;
}

.leaflet-popup-content .field--type-text-with-summary p {
  width: 100% !important;
}

.leaflet-popup-content .field--name-field-url {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.leaflet-popup-content .node__content {
  display: flex;
  flex-direction: column;
}

.leaflet-popup-content .field--name-field-image {
  order: 1;
  text-align: center;
}

.leaflet-popup-content .field--name-body {
  order: 2;
}

.leaflet-popup-content .field--name-field-url {
  order: 3;
}
