/*
Theme Name: Creps theme
Theme URI: 
Description: Theme pour la Creps
Version: 1.0.0
Author: Adrien GONZALEZ - Webforce
Author URI: 
*/
/*
#f9b233; /*orange*/
/*
#2d4093; /*bleu*/
/*
#d4d7e6; #e9eaf7; /*bleu clair*/
/*
#f7efe1; /*orange clair*/
/*
#6ab973; /*vert*/
/*
#eb5f45; /*rouge*/

@font-face {
	font-family: "open-sans";
	src: url("./font/open-sans/OpenSans-Regular.ttf");
}
@font-face {
	font-family: "open-sans-bold";
	src: url("./font/open-sans/OpenSans-Bold.ttf");
}
body{
	font-family: "Arial", sans-serif;
}

/* actualite accueil */
h3.blue-text{
	color: #2d4093;
}
h3.grey-link a{
	color: #666;
	text-decoration: underline;
}
h3.grey-link a:hover{
	color: #000;
	text-decoration: none;
}
/* FIN actualite accueil */

p a, .link{
	text-decoration: underline;
}

footer a {
	color: white;
}
footer a:hover{
	color: #f9b233; /*orange*/
}
footer .mentions p{
	font-size: .8rem;
}

/* photo page d'accueil float */
#front-page .wp-block-image.order-2, .wp-block-image.order-5{
	float: right;
	width: 50%;
}

.modal{
	width: 100% !important;
	max-width: 100% !important;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
}

.modal-dialog{
	margin-top: 10vh;
	width: 85vw;
	max-width: 1200px;
}
.modal h1 {
  font-size: 34px;
}
/* appliquer des styles persos a toutes les modales sauf modale formation */
.modal-body:not(.formation) p{
	margin-bottom: .3rem;
}
.modal-body:not(.formation) h1{
	margin-left: 0;
	margin-bottom: 1rem;
}
.modal-body:not(.formation) h2, .modal-body:not(.formation) h3, 
.modal-body:not(.formation) h4, .modal-body:not(.formation) h5, 
.modal-body:not(.formation) h6{
	margin-bottom: .5rem;
}
.modal-body:not(.formation) h4{
	background-color: #e9eaf7;
	padding: 10px;
	margin-top: 1.5rem;
	color: #2d4093;
	font-weight: bold;
}

li, h2, h3, h4, h5{
	margin: 0;
}
a, .link{
	color: #2d4093; /*bleu*/
}
a:hover, .link:hover{
	color: #000;
	text-decoration: underline;
}

.bg-grey, .has-background.has-bleu-clair-background-color{
	background-color: #e9eaf7 !important; /*bleu clair*/
}
.has-background.has-orange-clair-background-color{
	background-color: #f7efe1; /*orange clair*/
}
.bg-orange, .has-background.has-orange-background-color{
	background-color: #f9b233; /*orange*/
}
.bg-blue, .has-background.has-bleu-background-color{
	background-color: #2d4093; /*bleu*/
}
.bg-red, .has-background.has-rouge-background-color{
	background-color: #eb5f45; /*rouge*/
}
.has-background.has-vert-background-color{
	background-color: #6ab973; /*vert*/
}

.text-orange, .has-text-color.has-orange-color{
	color: #f9b233; /*orange*/
}
.text-blue, .has-text-color.has-bleu-color{
	color: #2d4093; /*bleu*/
}
.text-red, .has-text-color.has-rouge-color{
	color: #eb5f45; /*rouge*/
}
.text-green, .has-text-color.has-vert-color{
	color: #6ab973; /*vert*/
}
.has-text-color.has-bleu-clair-color{
	color: #e9eaf7; /*bleu clair*/
}
.has-text-color.has-orange-clair-color{
	color: #f7efe1; /*orange clair*/
}
.bg-orange, .bg-blue, .bg-red, .bg-green{
	color: #fff;
}
.colorb {
	color: #2d4093; /*bleu*/
	font-weight: 500;
}
.mx-1200{
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.mx-1500{
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
}
body > header{
	background-color: #fff;
	position: relative;
}
body > header .col{
	height: 150px;
	min-height: 150px;
}

.img-losange{
	overflow: hidden;
	-webkit-transform: skew(-27deg);
	transform: skew(-27deg);
	width: 80px;
	margin: 0 5px;
}
.img-losange img{
	height: 100%;
	height: 150px;
	-webkit-transform: skew(27deg);
	transform: skew(27deg);
	position: relative;
	left: -50px;
}
#header-img, #header-logo, #header-logo-mrp, #header-soc{
	height: 150px;
	max-height: 150px;
}
#header-logo img, #header-logo-mrp img{
	height: 100%;
}

figure.ico-social img{
	height: 30px;
	padding: 0px 10px;
}

#header-nav{
	background-color: #2d4093; /*bleu*/
	width: 98%;
	padding: 0px;
	position: absolute;
	top: 125px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: width .5s;
	z-index: 10;
}
#header-nav.fixed-nav{
	position: fixed;
	top: 0;
	left: 50%;
	bottom: inherit;
	width: 100.1%;
}

#header-nav li{
	list-style-type: none;
	width: 100%;
	text-align: center;
}
#header-nav .navbar-nav > li{
	padding: .5em;
}
#header-nav li > a{
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1em;
}
/* sous-menu */
#header-nav li li > a{
	text-transform: initial;
}
#header-nav li > a:hover, #header-nav li > a:focus{
	color:  #fff;
}
/* #header-nav li:hover{
	cursor: pointer;
} */

/* surocuche bootstrap */
.dropdown-menu{
	top: 99.5%;
	margin: 0;
	padding: 0;
	border: 0px solid #f9b233; /*orange*/
	background-color: transparent;
	border-radius: 0;
	min-width: 100%;
}
.dropdown-menu .nav-item:first-child{
	margin-top: 10px;
}
.dropdown-item{
	padding-top: .5em;
	padding-bottom: .5em;
	background-color: #eba425; /*orange*/
}
.dropdown-toggle::after{
	width: 10px;
	height: 10px;
	border: 0 solid #fff;
	border-left-width: 1px;
	border-bottom-width: 1px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: 10px;
}
.dropdown-item:hover, .dropdown-item:focus{
	background-color: #eb9525; /*orange2*/
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(249, 178, 51)' stroke-width='4' stroke-linecap='square' stroke-miterlimit='10' transform='skewX(-27)' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    height: 45px;
    width: 45px;
}
.navbar-light .navbar-toggler{
	border: 0;
}
h1{
  display: inline-block;
  text-transform: uppercase;
  color: #2d4093;
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  margin: 2rem 1rem;
  position: relative;
}
h1::after{
  content: " ";
  display: block;
  width: 50%;
  position: relative;
  left: 50%;
  border-bottom: 10px solid rgb(249, 178, 51);
  margin-top: 10px;
}

h2.mag{
	/* font-family: 'open-sans-bold', sans-serif; */
	position: relative;
	display: inline-block;
	color: #2d4093; /*bleu*/
	text-transform: uppercase;
	font-size: 2.5em;
	font-weight: 600;
	border: 0 solid #2d4093; /*bleu*/
	border-width: 0 0 1px 1px;
	padding: 10px;
	margin: 1rem 0 2rem 2rem;
}
h2.mag::before{
	content: " ";
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	bottom: -50px;
	left: -50px;
	border: 0 solid #2d4093; /*bleu*/
	border-width: 1px 1px 0 0;
}
h2.mag > span{
	color: #f9b233; /*orange*/
}
h2.mag + p, h2.mag + div, h2.mag + figure, h2.mag + ul{
	margin-left: 4rem;
}
h2.inter{
	display: inline-block;
	text-align: center;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
	background-color: #2d4093; /*bleu*/
	padding: 5px 50px;
	margin: 30px 0px;
}
h2.inter::before{
	content: " ";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: auto;
	bottom: auto;
	left: 0;
	border: 0 solid #2d4093; /*bleu*/
	border-width: 0 0 1px 0;
	-webkit-transform: translateY(12px);
	transform: translateY(12px);
	z-index: -1;
}
.ss-titre{
	font-size: 1.8em;
	font-weight: 200;
	text-align: left;
	text-transform: uppercase;
	color: #2d4093; /*bleu*/
	padding: 2px 10px;
	margin-bottom: 30px;
}
.intertext{
	color: #2d4093; /*bleu*/
	padding: 5px 0;
	font-weight: 700;
}
h3{
	font-size: 1.3em;
}
h4{
	font-size: 1.1em;
}

#front-page .wp-block-image figure:first-child, #front-page .wp-block-image figure:first-child img {
	width: 100%;
}

.index aside > div, .pratique-info aside > div, .modal-fichiers aside > div{
	width: 75%;
	border: 3px solid #f9b233; /*orange*/
	background-color: #f7efe1; /*orange clair*/
	margin: 0 auto;
}
.pratique-info aside > div{
	width: 100%;
	text-align: center;
}
.index aside h5, .pratique-info aside h5, .modal-fichiers aside h5{
	color: #fff;
	background-color: #f9b233; /*orange*/
	padding: 2px 5px 5px 25px;
	text-transform: uppercase;
	text-align: center;
}
.index aside p, .pratique-info aside p, .modal-fichiers aside p{
	padding: 15px 25px;
}

#articles article h3{
	color: #2d4093; /*bleu*/
	font-weight: 600;
	padding: 1rem 1rem .5rem;
}
#articles article p{
	padding: 5px 10px;
	margin: 0;
}
/*#articles article img{
	min-height: 250px;
}*/
#articles article h4{
	text-align: center;
	padding: 5px;
	text-transform: uppercase;
	font-weight: 700;
}

#articles article footer{
	color: #2d4093; /*bleu*/
	font-size: .8em;
}

footer img.logo{
	height: 100px;
}
footer img.logo-small{
	height: 80px;
}
footer img.logo-big{
	height: 120px;
}
footer img.logo-medium{
	height: 100px;
}
footer img.logo-all{
	max-width: 100%;
	/*max-width: 900px;*/
}
footer .separateur{
	margin: 0 20px;
	border-right: 1px solid #000;
}

#hr {
	border-top: 2px solid #f9b233; /*orange*/
}
/* ------------------ */
/* --- actualites --- */
/* ------------------ */
.page-numbers{
	display: inline-block;
	padding: 5px 15px;
	background-color: #fff;
	font-size: 1.2rem;
}
.page-numbers.current{
	color: #f9b233; /*orange*/
	background-color: #2d4093; /*bleu*/
}
#actu-list{
	list-style-type: none;
	padding: 10px;
	justify-content: center;
}
#actu-list li{
	padding: 10px 30px;
	margin: 10px auto;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
}
#actu-list #all{
	border: 1px solid #000;
}


/* -------------------- */
/* --- organisation --- */
/* -------------------- */
#orga-services{
	list-style-type:none;
	padding: 0;
}
#orga-services li{
	padding: 10px;
	border-bottom: 2px solid #2d4093; /*bleu*/
	cursor: pointer;
	position: relative;
}
#orga-services li.selected{
	color: #fff;
}
#orga-services li.selected:hover{
	color: #f9b233; /*orange*/
}
/* pour survol et select de bias mettre en commentaire 2 ci-dessus */
#orga-services li.selected div, #orga-services li:hover div{
	width: 90%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 auto;
	-webkit-transform: skew(-27deg) translateX(-50%);
	transform: skew(-27deg) translateX(-50%);
	background-color: #2d4093; /*bleu*/

	z-index: -1;
}
#orga-services li:not(.selected):hover div{
	background-color: #e9eaf7; /*bleu clair*/
}
/* FIN pour survol et select de bias */

/* v2 */
.orga-user.user2 .cadre-photo{
	position: relative;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	border: 1px solid #2d4093; /*bleu*/
	padding: 10px;
	margin-bottom: 10px;
}
.orga-user.user2 .cadre-photo::after{
	content: " ";
	display: inline-block;
	height: 20px;
	width: 100%;
	border-left: 1px solid #2d4093; /*bleu*/
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	margin: 10px 0;
}
.orga-user.user2 .cadre-photo::before{
	content: " ";
	display: inline-block;
	height: 50%;
	width: 10px;
	background-color: #fff;
	position: absolute;
	top: -3px;
	left: 9px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}
.orga-user.user2 figure{
	border-radius: 100%;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}
.orga-user.user2 .orga-data{
	border-bottom: 3px solid #2d4093; /*bleu*/
	text-align: center;
	max-width: 200px;
	margin: 0 auto;
}
.orga-user.user2 .orga-nom{
	font-weight: 600;
}
.orga-user.user2 .orga-fct{
	text-transform: uppercase;
	color: #2d4093; /*bleu*/
	font-size: .9em;
	font-weight: 600;
}
.orga-user.user2 .orga-mail, .orga-user.user2 .orga-tel{
	font-size: .8em;
}
.orga-user.user2 .orga-mail i, .orga-user.user2 .orga-tel i{
	margin-right: 5px;
}
/* FIN v2 */


/* ------------------- */
/* --- partenaires --- */
/* ------------------- */
#partenaires figure{
	-ms-flex-preferred-size: 0;
	/*flex-basis: 0;*/
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding: 2rem 4rem;
}

/* ______________________ INSTALLATIONS SPORTIVES - MODALE ______________________ */
/* p > strong {
  color: #2d4093;
} */
.texte-modale > div > p {
  line-height: 2em;
}

/* ------------------- */
/* --- hebergement, restauration, salles --- */
/* ------------------- */
.mon-element-photo{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.mon-element-photo .triangle {
  position: relative;
  z-index: 2;
  /* background-color: #2d4093;
  transform: skew(-27deg); */
  width: 0;
  height: 0;
  border-bottom: 75px solid #2d4093;
  border-left: 75px solid transparent;
  cursor: pointer;
}
.mon-element-photo .triangle p {
  position: absolute;
  top: 10px;
  right: 5px;
  color: rgb(249, 178, 51);
  font-size: 3.5rem;
  font-weight: bolder;
}
.mon-element-photo .legende-photo-hover {
  position: absolute;
  right: -400px;
  width: 100%;
  text-align: center;
  background-color: #2d4093;
  color: white;
  font-family: 'Cabin', sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
  transition: right .5s;
}
.mon-element-photo .legende-photo-hover span {
  padding: .5rem 5rem .5rem 1.5rem;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}

.mon-element-photo .triangle:hover ~ .legende-photo-hover, .mon-element-photo .legende-photo-hover:hover {
  visibility: visible;
  cursor: pointer;
  right: -25px;
  transition: right .5s;
}

/* ----------------- */
/* --- formation --- */
/* ----------------- */
.diplome{
	margin: 20px 0 40px;
}
.diplome header{
	border-bottom: 2px solid #2d4093; /*bleu*/
}
.diplome header div:first-child{
	font-size: 1.2em;
	color: #fff;
	background-color: #2d4093; /*bleu*/
}
.diplome header div:first-child span{
	color: #f9b233; /*orange*/
}
p.option, p.categorie{
	margin:0;
}
.diplome header div:last-child{
	font-size: 1em;
	color: #2d4093; /*bleu*/
	text-transform: uppercase;
}
.diplome.autre header div:first-child{
	background-color: #f9b233; /*orange*/
}
.diplome.autre header{
	border-bottom: 2px solid #f9b233; /*orange*/
}
.diplome header div p{
	margin-bottom: 0;
}
.diplome > footer a{
	color: #2d4093; /*bleu*/
	text-decoration: underline;
}
.diplome > footer a:hover{
	color: #f9b233; /*orange*/
	text-decoration: none;
}
.temoignage{
	position: relative;
}
.temoignage p::before{
	content: "“";
	font-size: 5em;
	font-weight: 800;
	font-family: serif;
	color: #2d4093; /*bleu*/
	position: absolute;
	left: 0;
	top: 20px;
}
.temoignage p::after{
	content: "”";
	font-size: 5em;
	font-weight: 800;
	font-family: serif;
	color: #2d4093; /*bleu*/
	position: absolute;
	right: 0;
	bottom: 0;
}

/* ----------------------- */
/* --- formation offre --- */
/* ----------------------- */
.ma-formation{
	/* border-left: 10px solid #f9b233; */ /*orange*/
	/* tout couvrir */
	/*position: relative;
	overflow: hidden;*/
}
.ma-formation .f-inscript01{
	color: #000;
	font-size: .8rem;
	background-color: #F9B233;
	writing-mode: vertical-rl;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.ma-formation .f-inscript01.ouverte{
	color: #2D4093;
}
.ma-formation .f-inscript01.ferme{
	color: #b90800;
}
.mon-pole{
	border-left: 10px solid #2d4093; /*bleu*/
}
/* idem hebergement couleurs inversées */
.ma-formation-photo, .mon-pole-photo{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.ma-formation:hover .ma-formation-photo-hover,
.ma-formation:hover .ma-formation-photo-hover-x4,
.ma-formation .ma-formation-photo-hover.visible, 
.ma-formation .ma-formation-photo-hover-x4.visible, 
.mon-pole:hover .mon-pole-photo-hover,
.mon-pole .mon-pole-photo-hover.visible {
	left: 0;
}
.ma-formation-photo-hover, 
.ma-formation-photo-hover-x4, 
.mon-pole-photo-hover{
	position: absolute;
	top: 0;
	left: -100%;
	height: 100%;
	width: 100%;
	background-color: rgba(233, 234, 247, .75); /* bleu clair */
	transition: all .3s ease-in-out;
}
.ma-formation-photo-hover button,.ma-formation-photo-hover-x4 button, .mon-pole-photo-hover button{
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
	color: #2d4093; /*bleu*/
	font-weight: 700;
	background-color: #fff;
	cursor: pointer;
	vertical-align: baseline;
	overflow: hidden;
	min-width: 170px;
	height: 36px;
}
.ma-formation-photo-hover button i, .ma-formation-photo-hover-x4 button i, .mon-pole-photo-hover button i{
	font-weight: 800;
	font-size: 1.3em;
	padding: 0.45rem .5rem;
	position: absolute;
	left: -70px;
	height: 100%;
	color: #fff;
	background-color: #2d4093; /*bleu*/
}
.ma-formation-photo-hover button:hover i, .ma-formation-photo-hover-x4 button:hover i, .mon-pole-photo-hover button:hover i{
	position: relative;
	left: 0;
}
.ma-formation-photo-hover button span, .ma-formation-photo-hover-x4 button span, .mon-pole-photo-hover button span{
	font-size: 1em;
	text-transform: uppercase;
	padding: 5px 20px;
}
/* FIN idem hebergement couleurs inversées */
.ma-formation .categorie, .mon-pole .categorie{
	font-size: 1em;
	color: #2d4093; /*bleu*/
	margin: 10px;
	font-weight: bold;
}
.ma-formation .activite, .mon-pole .activite{
	font-weight: 600;
	margin: 10px 0 0 10px;
}
.ma-formation .option {
	font-weight: 600;
	margin: 0 0 0 10px;
	color: #f9b233; /*orange*/
}
/* mise en forme onglet pour la liste de diplome */
#liste-diplomes li.selected {
	background-color: #e9eaf7;
	color: #2d4093;
}
#liste-diplomes li {
	border-bottom-width: 0;
	border-radius: 5px 5px 0 0;
	margin-bottom: 0;
	margin-right: 3px;
	font-weight: bold;
}
#liste-activites li.selected, #liste-site li.selected, .aff_pole_site {
	background-color: #2d4093;
	color: white;
}

/* ----------------------- */
/* --- popin formation --- */
/* ----------------------- */
.fiche.formation{
	overflow: hidden;
}
.fiche.formation .entete p{
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	color: #fff;
}
.fiche.formation .entete p.categorie{
	font-size: 1.8rem;
	padding: 30px 20px;
	border-radius: 0 0 30% 0;
}
.fiche.formation .entete p span{
	font-size: 1.2rem;
	font-style: italic;
	font-weight: normal;
	color: #000;
}
.fiche.formation .img-entete{
	position: relative;
	width: 100%;
}
.fiche.formation .img-entete figcaption.ouverte{
	background-color: #28a745;
}
.fiche.formation .img-entete figcaption.ferme{
	background-color: #b90800;
}

/* fiche dll */
.fiche.formation .dll ul{
	list-style-type: square;
}
/* fiche dll caché sur img */
.fiche.formation div.fiche-dl{
	position: absolute;
	right: 0px;
	top: 20px;
	z-index: 15;
}
.fiche.formation div.fiche-dl p{
	padding: 5px 5px;
	margin: 10px 0 0;
	position: relative;
	left: 89%;
	transition: all .5s;
}
.fiche.formation div.fiche-dl p:hover{
	left: auto;
	right: 0;
}
.fiche.formation div.fiche-dl a:hover{
	color: #000;
}
.fiche.formation ul.fiche-dl{
	list-style-type: none;
	text-align: center;
	background-color: #f9b233; /*orange*/
	color: #fff;
}
.fiche.formation ul.fiche-dl li{
	display: inline-block;
	margin: 5px 10px;
	color: #fff;
	border-bottom: 1px dotted #000;
}
.fiche.formation ul.fiche-dl a:hover{
	text-decoration: none;
	color: #000;
	border-bottom-color: #000;
}
.fiche.formation h2{
	color: #000;
	font-size: 1.8em;
	font-weight: 600;
}
.fiche.formation h3{
	color: #2d4093; /*bleu*/
	font-size: 2em;
	font-weight: 700;
	text-transform: uppercase;
}
.fiche.formation h4{
	font-size: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.fiche.formation h4.txt-blue{
	color: #2d4093; /*bleu*/
}
.fiche.formation h4.bg-blue{
	background-color: #2d4093; /*bleu*/
}
.fiche.formation h4.bg-orange, .fiche.formation h4.bg-blue{
	padding: 5px 10px;
}
.fiche.formation article h5{
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}
.fiche.formation .mentions p{
	font-size: .8em;
	font-style: italic;
}
.fiche.formation .encadre{
	border: 3px solid #f9b233; /*orange*/
	border-radius: 20px;
	padding: 10px 10px 10px 30px;
}
.fiche.formation .deco-creps{
	position: relative;
	left: 0px;
	top: 1px;
	width: 30px;
	height: 70px;
	background-color: #f9b233; /*orange*/
	-webkit-transform: skew(-27deg);
	transform: skew(-27deg);
	margin: 0 40px 0 70px;
}
.fiche.formation .deco-creps::before, .fiche.formation .deco-creps::after{
	content: " ";
	position: absolute;
	width: 30px;
	height: 70px;
	background-color: #f9b233; /*orange*/
}
.fiche.formation .deco-creps::before{
	left: -35px;
}
.fiche.formation .deco-creps::after{
	left: 35px;
}
.fiche.formation .inscription{
	border-left: 5px solid #b90800; /*rouge*/
	padding: 0 10px;
}
.fiche.formation .inscription p{
	color: #b90800; /*rouge*/
	font-weight: 700;
}
.fiche.formation .info-sup span{
	font-weight: 700;
}


/* ------------------------ */
/* --- accueil pratique --- */
/* ------------------------ */
.pratique-info .ico{
	min-width: 90px;
	text-align: center;
}
.pratique-info .ico i{
	color: #f9b233; /*orange*/
	font-size: 3em;
}
.pratique-info .titre, .pratique-access .titre{
	color: #2d4093; /*bleu*/
	font-weight: 600;
	text-transform: uppercase;
}
#infos_pratiques > div:nth-child(2n+1){
	border-right: 1px solid #2d4093; /*bleu*/
}
.pratique-access .transport{
	border: 2px solid #e9eaf7; /*bleu clair*/
	overflow: hidden;
}
.pratique-access .ico i{
	color: #2d4093; /*bleu*/
	font-size: 3em;
}
.pratique-access ul{
	list-style-type: none;
}
.pratique-access ul.list{
	list-style-type: inherit;
}
.pratique-access li span{
	font-weight: 600;
}
.pratique-access .bg-skew{
	position: relative;
	left: 50px;
	-webkit-transform: skew(-27deg);
	transform: skew(-27deg);
}
.pratique-access .bg-skew p, .pratique-access .bg-skew ul{
	-webkit-transform: skew(27deg);
	transform: skew(27deg);
	max-width: 90%;
}
.pratique-access .titre{
	width: 90%;
}
.pratique-access .bg-skew::before{
content: "";
display: block;
width: 25%;
height: 100%;
-webkit-transform: skew(27deg);
transform: skew(27deg);
position: absolute;
right: 0;
background-color: #e9eaf7 !important;
}

/* ------------------------ */
/* --- Hautniveau poles --- */
/* ------------------------ */
#bg_colore_js{
	border-radius: 5px;
}
.choix-pole ul{
	list-style-type: none;
	margin-bottom: .5rem;
}
.choix-pole li{
	padding: 5px 15px;
	border: 1px dotted #2d4093; /*bleu*/
	border-radius: 5px;
	margin: 2px 0px;
	background-color: rgba(255,255,255,.5);
}
.choix-pole li:hover{
	cursor: pointer;
	background-color: rgba(255,255,255,1); /*#e9eaf7; /*bleu clair*/
}
.choix-pole li.selected, #liste-sites li.selected{
	background-color: #e9eaf7; /*bleu clair*/
}
.choix-pole img{
	height: 21px;
}
.choix-pole li.liste-diplome{
	border: 0;
}
.choix-pole #filtre_site{
	margin-right: -.7em;
}

/* ------------------------------- */
/* --- installations sportives --- */
/* ------------------------------- */
.install-sport{
	border: 1px dotted #2d4093; /*bleu*/
}
.install-sport h2{
	font-size: 1.3em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	color: #fff;
	background-color: #2d4093; /*bleu*/
}
.install-sport h3{
	color: #f9b233; /*orange*/
	font-size: 1.2em;
	font-weight: 600;
	margin: .75rem 0 .25rem 0;
}
.install-sport img.img-clic, .link{
	cursor: pointer;
}

.boutonOblique{
	display: inline-block;
	position: relative;
	color: #2d4093; /*bleu*/
	-webkit-transform: skew(-27deg);
	transform: skew(-27deg);
	background-color: #e9eaf7; /*bleu clair*/
	border-width: 0; /*bleu clair*/
}
.boutonOblique a{
	display: inline-block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-transform: skew(27deg);
	transform: skew(27deg);
	font-family: 'Cabin', sans-serif;
	font-size: 1.1em;
	color: #2d4093; /*bleu*/
}
.boutonOblique:hover {
	color: #fff;
	background-color: #2d4093; /*bleu*/
}
.boutonOblique:hover a{
	color: #fff; 
	text-decoration: none;
}
.boutonOblique a.active::after {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	border-bottom: 3px solid #f9b233;
	left: -11px;
	bottom: 0;
}

/* -------------- */
/* --- tarifs --- */
/* -------------- */

#hebergement, #restauration, #installation, #salle{
	padding-top: 40px;
	margin-top: -40px;
}

/* --- OFFRES EMPLOI ET STAGE --- */
hr.wp-block-separator{
	width: 25%;
	height: 3px;
	background-color: #f9b233; /*orange*/

}


/* ------------------ MOBILE ------------------ */

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.5px) {
	#header-nav li > a{
		font-size: .9em;
	}
	.index aside div{
		width: 90%;
	}
}
/* Large devices (desktops, 992px and up) */
@media (max-width: 991.5px) {
	.dropdown-menu{
		border-left: 0;
		border-right: 0;
	}
	#header-nav li{
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}

	.temoignage > div:last-child{
		border-bottom: 1px solid #2d4093; /*bleu*/
	}

	.fiche.formation .entete p.categorie {
		font-size: 1.6rem;
		padding: 10px;
	}
	.fiche.formation h2, .fiche.formation h3, .fiche.formation .entete p {
		font-size: 1.4rem;
	}
	.fiche.formation h4, .fiche.formation .entete p span {
		font-size: 1rem;
	}


}
/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.5px) {
	/* photo page d'accueil float */
	#front-page .wp-block-image.order-2, .wp-block-image.order-5{
		width: 100%;
	}
	body > header{
		padding-bottom: 30px;
	}
	h1{
		font-size: 1.5rem;
	}
	.legende-photo-hover {
		font-size: 1rem;
	}
	h2.mag{
		font-size: 1.8rem;
	}
	#header-nav{
		width: 96%;
		top: 305px;
	}
	.popin .fiche{
		width: 100%;
	}
/* 	.centercontent {
		text-align: center;
	}
 */	.pleft {
		padding-left: 0px;
	}

	#infos_pratiques > div:nth-child(2n+1){
		border-right-width: 0;
	}

	.fiche.formation .entete p.categorie {
		font-size: 1.4rem;
		padding: 10px;
		text-align: center;
	}
	.fiche.formation h2, .fiche.formation h3, .fiche.formation .entete p {
		font-size: 1.2rem;
		text-align: center;
	}
	.fiche.formation h4, .fiche.formation .entete p span {
		font-size: 1rem;
	}
	.mon-element-photo .legende-photo-hover {
	  font-size: 1em;
	}
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.5px) {
	h2.mag{
		margin-left: 0;
	}
	h2.mag + p, h2.mag + div, h2.mag + figure, h2.mag + ul{
		margin-left: 1rem;
	}

	.index aside div{
		width: 100%;
	}
	.slick-normal{
		width: 100%;
	}
	.reussite .pourc-80, .reussite .pourc-90{
		width: 100%;
	}

	.temoignage p::before, .temoignage p::after{
		content: " ";
	}

	.pratique-access .bg-skew{
		position: initial;
		left: auto;
		-webkit-transform: skew(0deg);
		transform: skew(0deg);
	}
	.pratique-access .bg-skew p, .pratique-access .bg-skew ul{
		-webkit-transform: skew(0deg);
		transform: skew(0deg);
	}

	.fiche.formation .entete p.categorie {
		border-radius: 0;
	}
	.modal-dialog{
	width: 95vw;
	}
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1200px !important;
  }
}
