@charset "utf-8"; 
/* CSS Document */
/* Dans ce fichier ne doit être présent que la mise en forme générale du site ainsi que la mise en forme dans les zones spécifiques */

body {margin:0; padding:0; font-family: 'Montserrat', sans-serif; font-weight:400; font-size:15px; background:#FFFFFF; color:#000; }
body * {outline:none; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) { body * {image-rendering: initial; }}
strong {font-weight:700; }
.noscroll { overflow: hidden; height: 100%; width:100%; }

body.mfp-open {height:100%; overflow:hidden; }
body.mfp-open .mfp-wrap {}
body.popin-open .mfp-wrap { overflow:hidden !important; /*height: 100% !important; */ position: /*static*/fixed; }

body.showLayout {overflow: hidden !important; height: 100% !important; width:100% !important; }
body.showLayout #modal-layout { width: 100%; height: 100%; position: fixed; left: 0px; top: 0px; z-index: 3001; display: block; background: rgba(0,0,0,0.6); }

.layout {background:rgba(115,115,115,0.5); width:100%; height:100%; position:fixed; top:0px; left:0px; z-index:100; display:none; }
.layout.visible {display:block; }

/* POPUP */
.mfp-bg {z-index:3250 !important; }
.mfp-wrap, .mfp-content {z-index:3300 !important; }
.mfp-bg {background:#262818 !important; opacity: 0.6 !important; }
.mfp-close-btn-in .mfp-close {color: #000; font-size: 45px; }
.white-popup {position: relative; background: #FFF; overflow-y:auto; padding: 20px 10px; width: auto; max-width: 590px; max-height:885px; min-height: 160px; margin: 50px auto; border-radius: 5px; }

/* FIN POPUP */

#global {/*padding-top:135px;*/ }
#global:not(.global-accueil).no-bandeau {}
.noscroll #global {overflow: hidden; height:0px; }
.global {max-width:1400px; padding:0 10px; margin:0 auto; }
.fixed{position: fixed; top: 120px; }

/* BANDEAU */
#bandeau {padding:0; position:fixed; left:0px; top:0px; width:100%; z-index:30; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; }

#bandeau .global {position:relative; }
.lg {height:210px; }
.sm {height:100px; }

#bandeau.sm {background: rgba(255,255,255,0.9); }
#bandeau.sm #bandeau-haut {height: 30px; }
#bandeau.sm .bandeau-element {line-height: 30px; height: 30px; }
#bandeau.sm #bandeau-baseline {height: 30px; }
#bandeau.sm #bandeau-reseaux span {padding-top: 7px; }
#bandeau.sm #bandeau-reseaux span::after {top: 21px; }
#bandeau.sm #bandeau-reseaux .top-social a {line-height: 26px; }

#bandeau.sm #logo {margin-top:0; }
#bandeau.sm #logo a img {height:70px; width:auto; }
#bandeau.sm #logo span {display:none;}

#bandeau.sm #logo-qualiopi {top:2px; }
#bandeau.sm #logo-qualiopi img {height:25px; width:auto; }

#bandeau.sm #menu-conteneur { padding-top: 35px;}

#bandeau.sm #menu .menu-element > a > span,
#bandeau.sm #menu .menu-element > a:visited > span,
#bandeau.sm #menu .menu-element > span {color: #000; font-size:14px; padding: 2px 0; line-height: 15px; }

#bandeau.sm #menu .menu-element {height: 35px; }
#bandeau.sm #menu .smenu-conteneur { top: 35px; }

#bandeau #bandeau-haut{height: 39px; width: 100%; background: #1eb174; }
#bandeau-conteneur {height:calc(100% - 39px);}

#bandeau #logo {float:left; margin-top:10px; position: relative; z-index: 50; }
#bandeau #logo a,
#bandeau #logo a:visited { text-decoration: none;}
#bandeau #logo a img {height:152px; width:auto; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; }
#bandeau #logo span {  display: block; font-size: 12px; color: #000; text-align: center;}

#bandeau #logo-qualiopi {position:absolute; right:10px; top:5px; }
#bandeau #logo-qualiopi img {height:/*45px*/70px; width:auto; }


/* Elements du bandeau */
#bandeau #bandeau-elements {padding:0px; height:100%; text-align:right; }
#bandeau #bandeau-elements .global{height: 100%; position:relative; }
#bandeau #bandeau-elements .global > div{height: 100%; }
#bandeau .bandeau-element { height: 100%; height:39px; line-height:39px; }
#bandeau .bandeau-element a,
#bandeau .bandeau-element a:visited {text-decoration:none; display:inline-block; vertical-align:top; }

#bandeau-baseline {float:left;font-size: 15px; font-weight: 700; line-height: 19px; margin-right: 96px; color: #fff;height: 39px;display: flex;flex-wrap: wrap;align-items: center; }

/* Reseau */
#bandeau-reseaux {margin-right: 20px;float:right; font-size:15px; color:#fff; font-weight:400; text-transform: uppercase; letter-spacing: 3px; display: flex;flex-wrap: wrap;justify-content: center;align-items: center; }
#bandeau-reseaux > * {display: inline-block; }
#bandeau-reseaux span{font-size: 16px; font-weight: 500; line-height: 19px; text-transform: uppercase; letter-spacing: 0.64px; margin-right: 96px; position: relative; padding-top: 17px; }
#bandeau-reseaux i {color: #fff; }
#bandeau-reseaux span::after {content: ""; background: #fff; width: 86px; height: 1px; position: absolute; right: -95px; top: 29px; }
#bandeau-reseaux .top-social {display: flex;flex-wrap: wrap;align-items: center;}
#bandeau-reseaux .top-social a {padding: 3px 5px; line-height: 21px; }


/* Telephone */
#bandeau-telephone {text-decoration:none; position: relative; float:right;}
#bandeau-telephone a,
#bandeau-telephone a:visited {font-size:18px; text-decoration:none; color:#fff; font-weight:700; text-transform: uppercase; letter-spacing: 0.72px; }
#bandeau-telephone a span, #bandeau-telephone a:visited span{font-size: 16px; font-weight: 500; text-transform: initial; }
#bandeau-telephone i{display: none; }

/* ELEMENTS BANDEAU */
#bandeau #login-container {}
#bandeau #mon-compte {width:193px; margin-top:5px; float:right; min-height:30px; position:relative; z-index:100; }
#bandeau #mon-compte-titre {cursor:default; color:#ffffff; line-height:30px; height:30px; text-align:center; background:#f6b125; }
#bandeau #mon-compte-smenu {width:191px; height:135px; display:none; position:absolute; left:0px; top:30px; background:#ffffff; z-index:110; border:1px solid #f6b125; border-top:none; }
#bandeau #mon-compte-smenu .mon-compte-smenu-input input {background:#fff; border:1px solid #f6b125; color:#777777; width:173px; height:19px; margin-left:7px; margin-top:9px; padding:2px 0 2px 5px; }
#bandeau #mon-compte-smenu .mon-compte-smenu-password-oublie a,
#bandeau #mon-compte-smenu .mon-compte-smenu-password-oublie a:visited {color:#f6b125; font-size:13px; text-align:center; margin:8px 0 0; text-decoration:none; display:block; }
#bandeau #mon-compte-smenu .mon-compte-smenu-submit input {margin:8px auto; padding:0; height:21px; border:none; display:block; cursor:pointer; width:100px; color:#ffffff; background:#f6b125; font-size:15px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; }
#bandeau #mon-compte-smenu .mon-compte-smenu-submit:hover input{background:#d89a1e; }

/* Mon compte sous menu */
#bandeau .moncompte-smenu {background-color:#FFFFFF; text-align:left; margin:0px; padding:0px; padding-top:10px; list-style:none; z-index:100; }
#bandeau .moncompte-smenu li { margin: 0; list-style:none; }
#bandeau .moncompte-smenu li a, .moncompte-smenu ul li a:visited{ margin:0px; display:block; color:#000; text-decoration:none; padding:7px 35px; }
#bandeau .moncompte-smenu li a:hover {color:#FF9C00; text-decoration:none; }



/* MENU */
/* Menu niveau 1 */
#menu-conteneur {padding-top: 85px; clear:right; }
#menu-titre, #menu-close {display:none;}
#menu-wrapper {}
#menu {list-style:none; margin:0px auto; padding: 0; }
#menu > .global {text-align:right; position:relative; z-index:30; font-size:0;}

#menu .menu-element { display:inline-block; vertical-align:top; position:relative; z-index:30;height:44px; margin:0 18px;}
#menu #menu-1 {margin-left:0;}
#menu #menu-2 {margin-right:0;}
#menu #menu-70 {position:initial; }
#menu .menu-element > span { cursor:default;}
#menu .menu-element > a > span,
#menu .menu-element > a:visited > span,
#menu .menu-element > span {color: #ffffff;; text-align: center;padding: 7px 0;display: block; font-size:16px;font-weight: 300;line-height: 20px;text-transform: uppercase;letter-spacing: 0.96px; position:relative;}

#menu .menu-element.menu-grand {}
#menu .menu-element.menu-grand > a > span,
#menu .menu-element.menu-grand > span{padding:7px 0 1px;}
#menu .menu-element > a,
#menu .menu-element > a:visited {text-decoration:none;}
#menu .menu-element > a:hover {text-decoration:none;}


/** SINON **/
#menu .menu-element.selected > span,
#menu .menu-element.selected > a > span,
#menu .menu-element:hover > a > span,
#menu .menu-element:hover > span {}

/** SI EFFET VERTICAL LIGNE SOUS MENU**/
@supports (-webkit-overflow-scrolling: touch) {
	/* CSS specific to iOS devices */ 
	#menu .menu-element.selected > a > span,
	#menu .menu-element.selected > span,
	#menu .menu-element:hover > a > span,
	#menu .menu-element:hover > span {border-bottom:1px solid #000; }
	}
	
	@supports not (-webkit-overflow-scrolling: touch) {
	#menu .menu-element > a > span::before,
	#menu .menu-element > span::before { position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: #1eb174; content: ''; opacity: 0; -webkit-transition: height 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease; -moz-transition: height 0.35s ease, opacity 0.35s ease, -moz-transform 0.35s ease; transition: height 0.35s ease, opacity 0.35s ease, transform 0.35s ease; -webkit-transform: translateY(10px); -moz-transform: translateY(10px); transform: translateY(10px); }
	
	#menu .menu-element.selected > a > span::before,
	#menu .menu-element.selected > span::before,
	#menu .menu-element:hover > a > span::before,
	#menu .menu-element:hover > span::before { height: 1px; opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px); } 
	
	
	/* Effect 4: bottom border enlarge */
	#menu .menu-element > a > span::after,
	#menu .menu-element > span::after { position: absolute; top: 100%; left: 0; width: 100%; height: 1px; background: #1eb174; content: ''; opacity: 0; -webkit-transition: height 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease; -moz-transition: height 0.35s ease, opacity 0.35s ease, -moz-transform 0.35s ease; transition: height 0.35s ease, opacity 0.35s ease, transform 0.35s ease; -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); transform: translateY(-10px); }
	
	#menu .menu-element.selected > a > span::after,
	#menu .menu-element.selected > span::after,
	#menu .menu-element:hover > a > span::after,
	#menu .menu-element:hover > span::after { height: 1px; opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px); } 
	
	 
}
/** SINON **/
#menu .menu-element.selected > span,
#menu .menu-element.selected > a > span,
#menu .menu-element:hover > a > span,
#menu .menu-element:hover > span {}

#menu .menu-element:hover .smenu-conteneur { animation : affichageSousMenu 300ms linear 500ms 1 forwards; } 
 
@keyframes affichageSousMenu {
 from {
	 visibility: hidden; 
	 opacity: 0; 
 }
 to {
	 visibility: visible; 
	 opacity: 1; 
 }
}

/* Sous menu niveau 1 */
#menu .smenu-conteneur {visibility: hidden; opacity: 0; position:absolute; left:0px; z-index:200; width:300px; min-height:20px; background: rgba(255,255,255,1); top: 44px; }

#menu .smenu-conteneur .global {padding:0 !important; }
#menu .smenu-bas {}
#menu .smenu-centre { margin:0 !important; padding: 0px 5px 1px; list-style:none; width:100%; text-align: center; box-sizing: border-box; border-bottom: 6px solid #1eb174; }
#menu .smenu-centre-menus {}
#menu .smenu-element { }
#menu .smenu-element::after {content: ""; height: 1px; display:block; width:100%; margin:0 auto; background:#000; }
#menu .smenu-element:last-child::after {display:none; }
#menu .smenu-element > span { cursor:default; }
#menu .smenu-element > a {text-decoration:none; }
#menu .smenu-element > a > span,
#menu .smenu-element > span {font-weight:400; color:#646363; display:block; padding:8px 7px 7px; width: calc(100% - 14px); font-size:15px; position: relative; z-index: 2; }
#menu .smenu-element:first-child > a > span,
#menu .smenu-element:first-child > span {border:none; }

#menu #smenu-70 { width:1154px; top: 44px; right: 37px; left: initial; }
#bandeau.sm #menu #smenu-70 {top:41px; }
#menu #smenu-70 .smenu-centre {width:100%; position:relative; z-index:1210; min-height:130px;background:url(../images/smenu-image.jpg) no-repeat 10px 11px; padding: 10px 5px 30px 290px; }


#menu #smenu-70 .smenu-element { margin-bottom: 5px; }
#menu #smenu-70 .smenu-element::after {display: none; }
#menu #smenu-70 .smenu-element > a, 
#menu #smenu-70 .smenu-element > a:visited, 
#menu #smenu-70 .smenu-element > span {border-bottom: 1px solid #000; color: #646363; font-size: 14px; text-decoration: none; padding-bottom: 11px; 	display: block; 	min-height: 36px; }
#menu #smenu-70 .smenu-element > a:hover, #menu #smenu-70 .smenu-element > a:visited:hover, #menu #smenu-70 .smenu-element > span:hover {color: #1eb174; }
#menu #smenu-70 .smenu-element.selected > a, #menu #smenu-70 .smenu-element.selected > a:visited, #menu #smenu-70 .smenu-element.selected > span {color: #1eb174; }

#menu .smenu-colonne {width:275px; float:left; padding-right:10px; }
#menu .smenu-centre .smenu-photo {display:none; position:absolute; top:11px; left:10px; z-index:1220; }
#menu .smenu-centre .smenu-photo:first-child {display:block; }


#menu .smenu-element.selected > span,
#menu .smenu-element.selected > a > span,
#menu .smenu-element:hover > a > span,
#menu .smenu-element:hover > span {color: #1eb174; }

#bandeau.sm #menu .smenu-element.selected > span,
#bandeau.sm #menu .smenu-element.selected > a > span,
#bandeau.sm #menu .smenu-element:hover > a > span,
#bandeau.sm #menu .smenu-element:hover > span {color: #1eb174; }

#menu .ssmenu-conteneur-images {float:left; width: 143px; height: 143px; margin-top: 10px; }
#menu .ssmenu-images {display:none; }

/* Sous menu niveau 2 */
#menu .ssmenu-conteneur {padding:0px; margin:0px; }
#menu .ssmenu-element {}
#menu .ssmenu-element > span { cursor:default; }
#menu .ssmenu-element > a {text-decoration:none; }
#menu .ssmenu-element > a > span,
#menu .ssmenu-element > span {color:#646363; display:block; padding:5px 5px 5px 20px; font-size:13px; position:relative; text-align: left; }
#menu .ssmenu-element > a > span::before,
#menu .ssmenu-element > span::before {content: "\f0da"; position:absolute; left:10px; top:8px; font-size:12px; font-family: FontAwesome; } 
#menu .ssmenu-element.selected > span,
#menu .ssmenu-element:hover > span ,
#menu .ssmenu-element.selected > a > span,
#menu .ssmenu-element:hover > a > span {background: #1eb174; color: #fff; }

/* CENTRE */
#centre {min-height:150px; }
#centre .global {}
#centre .global .contenu-wrapper {padding:10px 0; min-height:400px; position:relative; }

/* GAUCHE */
#gauche {width:270px; float:left; }
#gauche .titre {color:#646363; font-family:'Open Sans'; font-weight:300; font-size:36px; margin-bottom:10px; }

/* MENU GAUCHE */
/* Menu niveau 1 */
#nav {list-style:none; margin:0px; padding:0; }

#nav .menu-element {border-bottom:1px solid #cccccc; }
#nav .menu-element:first-child {}

#nav .menu-element > a {text-decoration:none; }
#nav .menu-element > a > span,
#nav .menu-element > span {padding:4px 10px; display:block; color:#646363; font-size:15px; line-height:25px; }
#nav .menu-element > a > span:before,
#nav .menu-element > span:before {content:"» "}

#nav .menu-element:hover,
#nav .menu-element.selected {}

#nav .menu-element.selected > a > span,
#nav .menu-element.selected > span,
#nav .menu-element > a > span:hover,
#nav .menu-element > span:hover {color:#1eb174; }

#nav .menu-element.menu-grand {}
#nav .menu-element.menu-grand > a > span,
#nav .menu-element.menu-grand > span {}

/* Menu niveau 2 */
#nav .smenu-conteneur {margin:0; padding:0; list-style:none; }
#nav .smenu-haut {}
#nav .smenu-bas {}
#nav .smenu-centre {}
#nav .smenu-element {}
#nav .smenu-element > a { text-decoration:none; }
#nav .smenu-element > a > span,
#nav .smenu-element > span {color:#646363; display:block; padding:3px 0px; font-size:13px; line-height:20px; }
#nav .smenu-element:hover,
#nav .smenu-element.selected,
#nav .smenu-element.selected > a > span,
#nav .smenu-element.selected > span,
#nav .smenu-element:hover > a > span,
#nav .smenu-element:hover > span {color:#1eb174; }

/* DROITE */
#droite {}


/* BANDEAU IMAGE */
#bandeau-image {min-height:100vh; left: 0; position: absolute; top: 0; z-index: 10; }
.bandeauImage {height:100vh}
.parallax-mirror {width:100%; }
.t927 .parallax-mirror:nth-child(2) {min-height:1000px; }
#contenu-bandeau::after {content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 25; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%,rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%,rgba(0,0,0,0) 100%); background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%,rgba(0,0,0,0) 100%); }

.bandeauImage .parallax-mirror {}
.parallax-slider { height:100vh; }
.parallax-slider img {display:block; width:100%; height:100%; margin:0px; padding:0px; position:absolute; top:0px; left:0px; }


.global-page #bandeau-image {height:660px}
.global-page .bandeauImage {height:660px}
.global-page .parallax-slider { height:660px}


/* Parallax */
.global-page #parallax-conteneur {margin-top: 30px; }
#parallax-conteneur {height:301px; width:100%; }
#parallax-conteneur .global {height:100%; display:flex; flex-direction:column; justify-content:center; text-align:center; }
#parallax-conteneur-titre {color:#fff; font-size:30px; margin: 0; text-transform:uppercase; }
#parallax-conteneur-titre strong { font-size:40px; text-transform:uppercase; line-height: 50px; }


/* CONTENU */
#contenu {overflow:hidden; }
#centre .contenu-wrapper {min-height:700px; }
#centre .contenu-wrapper.bandeauFormations {padding-top: 216px; }

#contenu-bandeau {height:250px; position:relative; z-index:10; } 
#contenu-bandeau.bandeauFormations { height: 690px; width: 100%; position: absolute; left: 0; top: 0; z-index:10; pointer-events: none; } 

#global h1,
#global h2.h1,
.white-popup h1 { color: #000; font-size: 30px; font-weight: 600; line-height: 44px; text-align:center; margin-bottom: 74px ; position: relative; }
/* em */
#global h1 em,
#global h2.h1 em,
.white-popup h1 em { color: #1eb174; font-size: 23px; font-weight: 500; letter-spacing: 2.3px; text-transform: uppercase; font-style: normal; }
/* after */
#global h1::after,
#global h2.h1::after,
.white-popup h1 ::after { content: "\f107"; font-family: FontAwesome; font-size: 25px; display: block; position: absolute; left: calc(50% - 13px); bottom: -41px; color: #000; }

#global h2:not(.h1),
.white-popup h1:not(.h1) { text-align:center; font-size: 22px; color: #000; font-weight:700; }
#global h3,
.white-popup h2 { font-weight: 400; font-size:19px; text-align:center; padding-bottom:20px; position:relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
#global h3 > div,
.white-popup h3 > div {line-height: 20px; }
#global h3::before,
.white-popup h3::before { content: ""; display: block; background:url("../images/h3-puce.png") no-repeat center bottom; }
#global p,
.white-popup p { text-align:justify; line-height: 22px;}
.white-popup p {word-break: break-all; }
#centre p.bouton,
#centre p span.bouton {cursor:default; text-align:center; margin:10px auto; }
#centre p.bouton:hover,
#centre p span.bouton:hover {background:#d51c07 !important; color:#fff !important; }
#global .bouton p {margin:0 !important; cursor:default; }
#global table.bouton {cursor:default; }
#centre ul,
.white-popup ul {padding-left: 0px; list-style: none; }
#centre ul ul,
.white-popup ul ul {  margin-left: 20px;}

#centre ul li,
.white-popup ul li {line-height: 19px; margin:7px 0; padding-left:0; position:relative; list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
#centre ul li > div,
.white-popup ul li > div {line-height: 20px; }
#centre ul li::before,
.white-popup ul li::before { content: ""; display:block; background:url("../images/li-puce.png") no-repeat 2px 6px; }
a,
a:visited {color:#1eb174; text-decoration:underline; }
a:hover {text-decoration:none; }
#global ul li p {margin:0px; }
.white-popup img {max-width:100%; max-height:100%; height:auto; }

#contenu table.table {width:100%; border-collapse:collapse; }
#contenu table.table th, #contenu table.table td {}
#contenu table.table th {text-align:center; padding:10px 0; }
#contenu table.table tbody tr {}
#contenu table.table td {padding:15px 10px; border-bottom:1px solid #8B8E8E; }
#contenu table.table td.center {text-align:center; }


/* Tableau vertical */
#contenu .table > thead > tr > th {border-bottom: 2px solid #e0e0e0; vertical-align: bottom; }
#contenu .table > thead > tr > th, #contenu .table > tbody > tr > th, #contenu .table > tfoot > tr > th, #contenu .table > thead > tr > td, #contenu .table > tbody > tr > td, #contenu .table > tfoot > tr > td {vertical-align: middle; border-top: 1px solid #e0e0e0; line-height: 1.5; padding: 6px 10px; }

#contenu .table > thead:first-child > tr:first-child > th, #contenu .table > thead:first-child > tr:first-child > td {border-top:0 none; }

#contenu .table-vertical tr { border: 1px solid #ccc; }
#contenu .table-vertical td { height:20px; }


/* Fil d'ariane */
#ariane {margin:15px 0 2px; height:20px; line-height:20px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:#ffffff; display:block; float:left; overflow:hidden; }
#ariane .ariane-vous-etes-ici {}
#ariane .ariane-accueil {}
#ariane .ariane-fleche {}
#ariane a.ariane-accueil,
#ariane a.ariane-element,
#ariane span.ariane-element { font-size:13px; color:#1eb174; display:block; float:left; height:20px; padding:0 4px; text-decoration:none; }
#ariane .ariane-element-final {display:block; float:left; height:20px; }
#ariane .ariane-element-final strong {font-weight:400; color:#ffffff; display:block; float:left; height:20px; background:url(../images/ariane-final-bg.png) left center no-repeat #1eb174; padding-left:13px; padding-right:5px; font-size:13px; }
#ariane i {font-size:28px; color:#1eb174; display:block; float:left; height:20px; line-height:17px; }



/* Languettes */
#languette-container {height:279px; width:81px; position : fixed; right:0px; top:250px; z-index:5000; }

#languette-admin { width:81px; height:93px; background: url(../images/lang-interface-gestion.png); cursor:pointer; top:0px; position:absolute; right:0; z-index:5000; }
#languette-admin:hover { width: 198px; height: 93px; background: url(../images/lang-interface-gestion-depliee.png); }

#languette-page { height:93px; width:81px; background: url(../images/lang-gestion-page.png); cursor:pointer; top:98px; position:absolute; right:0; z-index:5000; }
#languette-page:hover { width: 198px; height: 93px; background: url(../images/lang-gestion-page-depliee.png); }

#languette-page-disabled { height:93px; width:81px; background: url(../images/lang-gestion-page-off.png); cursor:pointer; top:98px; position:absolute; right:0; z-index:5000; }
#languette-page-disabled:hover { width: 198px; height: 93px; background: url(../images/lang-gestion-page-off-depliee.png); }

#languette-deconnexion { height:93px; width:81px; background : url(../images/lang-deconnexion.png); cursor:pointer; top:196px; position:absolute; right:0; z-index:5000; }
#languette-deconnexion:hover { width: 198px; height: 93px; background: url(../images/lang-deconnexion-depliee.png); }

/* MAINTENANCE */
#maintenance-totale { width:100%; margin:0 auto; }
#maintenance-totale #authentification .authentification-conteneur {margin: 15px auto; }
#maintenance-totale #centre {height:100%; }
#maintenance-totale #centre .global {max-width:960px; height:100%; }
#maintenance-totale #centre .global #contenu {height:calc(100% - 50px); padding: 25px 0; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; }
#maintenance-totale #centre .global #contenu h2.maintenance {text-align:center; }
#maintenance-totale #centre .global #contenu p {margin-top:7px; margin-bottom:7px; }
#maintenance-totale #centre .global #contenu img {max-width:100%; height:auto; }
#maintenance-totale #maintenance-submit {}

/* Plan du site */
.plansite-ul {}
.plansite-li {}
.plansite-a {text-decoration:none; }
.plansite-a:hover {text-decoration:underline; }
.plansite-span {}

/* Mosaique */
.mosaique-conteneur {text-align:left; margin: 20px auto; }
.mosaique-conteneur .mosaique-ligne {text-align:left; margin: 10px 0; }
.mosaique-conteneur .mosaique-element {display:inline-block; vertical-align:top; margin:5px; }
.mosaique-conteneur .mosaique-element a, 
.mosaique-conteneur .mosaique-element a:visited {width:100%; height:100%; display:block; }
.mosaique-conteneur .mosaique-element a img {display:block; }

/* Diaporama */
#contenu .diaporama-container { position: relative; z-index:1; overflow:hidden; min-height:280px; min-width:300px; margin:40px 10px; background-color:#FFFFFF; padding:0 40px; max-width: 100% !important; box-sizing: border-box;}
/** Carousel **/
#contenu .diaporama-slider { position: relative; overflow: hidden; min-width:240px; min-height: 200px; margin:0 auto; }
#contenu .diaporama-slider ul { width: 20000em; position: relative; list-style: none; margin: 0; padding: 0; }
#contenu .diaporama-slider .diaporama-slider-li {text-align:center; margin:0 auto; cursor:pointer; float: left; padding: 0; min-width:240px; min-height: 200px; list-style:none; }
#contenu .diaporama-slider .diaporama-slider-li::before {display:none; }
#contenu .diaporama-slider .diaporama-slider-li a,
#contenu .diaporama-slider .diaporama-slider-li a:visited {display:block; width:100%; height:100%; }
#contenu .diaporama-slider .diaporama-slider-li .diaporama-slider-image {width:100%; height:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#contenu .diaporama-slider .diaporama-slider-li .diaporama-slider-image img {width:100%; height:100%; object-fit:contain; -o-object-fit:contain; }
.diaporama-prev, .diaporama-next { position: absolute; top: 0; width: 30px; min-height: 200px; text-align: center; }
.diaporama-prev i, .diaporama-next i {position: absolute; top: 40%; left:25%; font-size:50px; }
.diaporama-prev { left: 0px; }
.diaporama-next { right: 0px; }

.diaporama-boutons{ width:80px; margin:5px auto 0; display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-pack: distribute;justify-content: space-around;}
.diaporama-pause {width:auto; }
.diaporama-lecture {width:auto;  }
.diaporama-pause i,.diaporama-lecture i {margin:0 10px; cursor:pointer; font-size:25px; color:#1eb174;}





/* TEMPLATE ACTUALITE */
#template-actualite {padding:20px 0; }
#template-actualite .retour-actualites {}
#template-actualite .retour-actualites a,
#template-actualite .retour-actualites a:visited {}
#template-actualite .retour-actualites a:hover {}
#template-actualite .template-actualite-image {float:left; margin: 20px 20px 20px 0; }

/* Commentaires */
#template-actualite #commentaire-nombre {font-weight:bold; margin:15px 0; font-size:1.4em; }

#template-actualite #commentaire-form-conteneur {}
#template-actualite .commentaire-form {margin-bottom:10px; }
#template-actualite .commentaire-form label {display:block; font-size:0.9em; }
#template-actualite .commentaire-form .input-text {width:300px; }
#template-actualite .commentaire-form .textarea {height:100px; width:100%; }
#template-actualite .commentaire-form .submit {}
#template-actualite #commentaire-desactive {color: #444; font-size:0.9em; }

#template-actualite #commentaire-liste {margin:10px 0px; }
#template-actualite #commentaire-liste .commentaire {border-top:1px dotted #000; padding:10px 0; }
#template-actualite #commentaire-liste .commentaire .nom {font-weight:bold; font-size:0.9em; color:#0000EE; }
#template-actualite #commentaire-liste .commentaire .nom-admin {font-weight:normal; color: #000; font-size:0.8em; }
#template-actualite #commentaire-liste .commentaire .separator {color: #777; padding:0 5px; }
#template-actualite #commentaire-liste .commentaire .date {color:#777; font-size:0.8em; }
#template-actualite #commentaire-liste .commentaire .message {color: #444; font-size:0.9em; margin:5px 0; }
#template-actualite #commentaire-liste .administrateur {background-color:#FFF39B; }




/* TEMPLATE FORMATIONS */
#formations-container{margin-bottom: 20px; }
.sous-formation{margin: 7px 0; }
.sous-formation a:visited,
.sous-formation a,
.sous-formation .sous-sous-formation a:visited,
.sous-formation .sous-sous-formation a{text-decoration: none!important; margin: 8px 0; }

.sous-formation .sous-Formation-titre span,
.sous-formation .sous-sous-formation .sous-sous-Formation-titre span{color: #000; }

.sous-formation .sous-Formation-titre span{font-weight: 400; font-size: 15px; }

.sous-formation .sous-sous-formation .sous-sous-Formation-titre span{font-weight: 300; font-size: 14px; padding-left: 20px; position: relative; }

.sous-formation .sous-Formation-titre span:hover,
.sous-formation .sous-sous-formation .sous-sous-Formation-titre span:hover{color: #1eb174; }


/* Sommaire */

/* h1 */
#centre #sommaire-contenu h1,
#centre #sommaire-contenu h2.h1,
#centre #sommaire-element-contenu h1,
#centre #sommaire-element-contenu h2.h1{ color: #000; font-size: 26px; font-weight: 600; line-height: 31px; text-align:left; margin-bottom: 60px ; position: relative; }
/* em */
#centre #sommaire-contenu h1 em,
#centre #sommaire-contenu h2.h1 em,
#centre #sommaire-element-contenu h1 em,
#centre #sommaire-element-contenu h2.h1 em{color: #000; font-size: 26px; font-weight: 600; line-height: 31px; text-align:left; letter-spacing: inherit; text-transform: none; font-style: normal; }
/* after */
#centre #sommaire-contenu h1::after,
#centre #sommaire-contenu h2.h1::after,
#centre #sommaire-element-contenu h1::after,
#centre #sommaire-element-contenu h2.h1::after{ content: ""; width: 80px; height: 4px; display: block; position: absolute; left: 0; bottom: -16px; background: #1eb174; }

/* h2 */
#centre #sommaire-contenu h2,
#centre #sommaire-element-contenu h2{ color: #000; font-size: 17px; font-weight: 700; line-height: 27px; text-align:left; margin-bottom: 40px ; margin-top: 28px; position: relative; }
#centre #sommaire-contenu h2::after,
#centre #sommaire-element-contenu h2::after{ content: ""; width: 80px; height: 2px; display: block; position: absolute; left: 0; bottom: -14px; background: #1eb174; }

#centre #sommaire-contenu p,
#centre #sommaire-contenu ul,
#centre #sommaire-element-contenu p,
#centre #sommaire-element-contenu ul{margin-left: 27px; }



#sommaire-element-objectifs{height: 494px; position: relative; z-index: 10; }
#container-objectif{height: 450px; background: rgba(255,255,255,0.8); box-sizing: border-box; padding: 20px 47px; max-width: 1135px; margin: auto; }
#container-objectif .contenu-objectif {height: calc(100% - 110px); }
#container-objectif .contenu-objectif h2{margin: 0 0 52px 0; font-size: 26px; font-weight: 600; position: relative; }
#container-objectif .contenu-objectif h2::after{content: ""; width: 80px; height: 4px; display: block; position: absolute; left: calc(50% - 40px); bottom: -16px; background: #1eb174; }
#container-objectif .contenu-objectif p{font-size: 17px; font-weight: 500; line-height: 25px; }

.dr-cadre {margin: 18px auto 15px; width: 100%; height: 80px; max-width: 970px; }
.dr-titre {font-size:20px; font-weight:700; font-family:Oswald, Arial; color:#000000; text-transform:uppercase; }
.dr-contenu {}

#dr-recherche {}
#dr-recherche .dr-titre {margin-bottom:4px; }
#dr-recherche .dr-contenu {width:100%; height:48px; box-sizing: border-box; border: 1px solid #dadada; background: #fff}
#dr-recherche .dr-contenu form{width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; }
#dr-recherche .dr-recherche-input{width: calc(100% - 40px); }
#dr-recherche .dr-recherche-input input {height:100%; width:100%; padding:0; border:none; background:none; padding: 0 16px; box-sizing: border-box; outline: none; }
#dr-recherche .dr-recherche-input input::placeholder{color: #a1a0a0; font-size: 16px; font-style: italic; }
#dr-recherche .dr-recherche-submit {width:40px; height: 100%; background: #fff url('../images/loupe.png') no-repeat center center; }
#dr-recherche .dr-recherche-submit input {cursor:pointer; height:100%; width:100%; border:none; background:none; }

#container-infos-formation{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

#sommaire-conteneur, #sommaire-element-conteneur {margin-bottom: 50px; }
.t924 #sommaire-conteneur, .t924 #sommaire-element-conteneur {margin-top: 15px; }

#sommaire-liste, #sommaire-element-cadre{ float: left; margin-right: 65px; width: 310px; }
#sommaire-left { float: left; margin-right: 65px; width: 310px; margin-top: 22px; }
#sommaire-left #sommaire-liste, #sommaire-left #sommaire-element-cadre{ float: none; margin-right: 0; width: 100%; }
#sommaire-left #sommaire-liste{margin-bottom: 50px; }
#sommaire-left #container-dates h2{text-align: left; margin: 25px 0 0px 0; }


#contenu #sommaire-element-cadre h1, #contenu #sommaire-element-cadre h1 a, #contenu #sommaire-element-cadre h1 a:visited,
#contenu #sommaire-liste h1, 
#contenu #sommaire-liste h1 a, 
#contenu #sommaire-liste h1 a:visited {font-size:20px; text-decoration:none; text-align:left; }
#contenu #sommaire-element-parent h2, 
#contenu #sommaire-element-parent h2 a, 
#contenu #sommaire-element-parent h2 a:visited{margin:0 0 25px 0; font-weight:600; font-size:17px; background:none; color:#000; text-align:center; }
#sommaire-liste ul, #sommaire-element-cadre ul {padding:0px; margin:0; list-style:none; }
#sommaire-liste ul li, 
#sommaire-element-cadre ul li,
#contenu #sommaire-liste ul li.conteneur, 
#contenu #sommaire-element-cadre ul li.conteneur {background: #fbfbfb; min-height: 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; 
 -ms-flex-align: start; align-items: flex-start; -webkit-box-orient: vertical; 
-webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 0; box-sizing: border-box; border-bottom: 1px solid #000; position: relative; margin:0; }

#sommaire-liste ul li.current, 
#sommaire-element-cadre ul li.current {background: #f1f1f1}

#sommaire-liste ul li:hover, 
#sommaire-element-cadre ul li:hover,
#contenu #sommaire-liste ul li.conteneur:hover, 
#contenu #sommaire-element-cadre ul li.conteneur:hover {background: #f1f1f1}

#sommaire-liste ul a,
#sommaire-liste ul a:visited,
#sommaire-element-cadre ul a,
#sommaire-element-cadre ul a:visited {text-decoration:none; } 


#sommaire-liste > ul > li > a::after, 
#sommaire-element-cadre > ul > li > a::after,
#contenu #sommaire-liste > ul > li.conteneur > a::after, 
#contenu #sommaire-element-cadre > ul > li.conteneur >a::after{content: '\f0a9'; font-family: "FontAwesome"; font-size: 14px; position: absolute; right: 10px; top: calc(50% - 7px); width: 13px; height: 14px; border-radius: 50%; background: #fff; color: #000; text-align: center; padding-left: 1px; padding-top: 1px; box-sizing: border-box; }


#contenu #sommaire-element-cadre > ul.faq > li.current.conteneur >a::after{top: 20px; }



#sommaire-liste ul li:hover li, 
#sommaire-element-cadre ul li:hover li,
#contenu #sommaire-liste ul li.conteneur:hover li, 
#contenu #sommaire-element-cadre ul li.conteneur:hover li {background: #f1f1f1; }

#sommaire-liste ul li li::after, 
#sommaire-element-cadre ul li li::after,
#contenu #sommaire-liste ul li.conteneur li::after, 
#contenu #sommaire-element-cadre ul li li.conteneur::after{display: none; }

#sommaire-liste ul li > a,
#sommaire-liste ul li > a:visited,
#sommaire-element-cadre ul li > a, 
#sommaire-element-cadre ul li > a:visited {text-decoration: none; padding: 15px 40px 15px 0; width: 100%; box-sizing: border-box; }

#sommaire-liste ul li a span,
#sommaire-liste ul li a:visited span,
#sommaire-element-cadre ul li a span, 
#sommaire-element-cadre ul li a:visited span {display: block; text-decoration: none; font-size: 14px; font-weight: 400; text-transform: uppercase; color: #000; letter-spacing: 0.56px; padding-left: 11px; position: relative; width: 100%; box-sizing: border-box; min-height: 36px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

#sommaire-liste ul li a span::before,
#sommaire-liste ul li a span:visited::before,
#sommaire-element-cadre ul li a span::before, 
#sommaire-element-cadre ul li a span:visited::before {content:""; width: 4px; height: 100%; position: absolute; top: 0; left: 0; background: #fbfbfb; }

#sommaire-liste ul li.conteneur > a > span,
#sommaire-liste ul li.conteneur > a:visited > span,
#sommaire-element-cadre ul li.conteneur > a > span, 
#sommaire-element-cadre ul li.conteneur > a:visited > span {color:#1eb174; }

#sommaire-liste ul li li,
#sommaire-element-cadre ul li li {padding-right: 0; padding-bottom: 0; min-height: 40px!important; }
#sommaire-liste ul li li a,
#sommaire-liste ul li li a:visited,
#sommaire-element-cadre ul li li a, 
#sommaire-element-cadre ul li li a:visited{padding: 2px 0px 0 0; padding: 4px 0px; width: 100%; }

#sommaire-liste ul li li a span,
#sommaire-liste ul li li a:visited span,
#sommaire-element-cadre ul li li a span, 
#sommaire-element-cadre ul li li a:visited span{font-size: 11px; padding-left: 0; }

#sommaire-liste ul li li a span::before,
#sommaire-liste ul li li a span:visited::before,
#sommaire-element-cadre ul li li a span::before, 
#sommaire-element-cadre ul li li a:visited span::before {content:""; width: 4px; height: 100%; position: absolute; top: 0; left: -6px; background: none; }

#sommaire-liste ul li.current > a span::before,
#sommaire-liste ul li.current > a:visited span::before,
#sommaire-element-cadre ul li.current > a span::before, 
#sommaire-element-cadre ul li.current > a:visited span::before {background:#1eb174; }

#sommaire-liste ul li.conteneur > a span::before,
#sommaire-liste ul li.conteneur > a:visited span::before,
#sommaire-element-cadre ul li.conteneur> a span::before, 
#sommaire-element-cadre ul li.conteneur > a:visited span::before,
#sommaire-liste ul li:hover > a span::before,
#sommaire-liste ul li:hover > a:visited span::before,
#sommaire-element-cadre ul li:hover > a span::before, 
#sommaire-element-cadre ul li:hover > a:visited span::before {background:#1eb174; }

#sommaire-liste ul li span, #sommaire-element-cadre ul li span { font-weight:bold; display:block; }
#sommaire-contenu, #sommaire-element-contenu {flex: 1; overflow:hidden; }

#sommaire-element-conteneur .sommaire-element-liens {margin: 15px 0; }
#sommaire-element-conteneur .sommaire-element-liens .global{padding: 0; margin-left: 375px; }

#sommaire-element-conteneur .sommaire-element-liens .global > div{display: inline-block; vertical-align: top; }
#sommaire-element-conteneur .sommaire-element-liens .global > div a.bouton {color: #000000; font-size: 13px; font-weight: 400; border: 1px solid #e6e6e6; width: 205px; height: 25px; box-sizing: border-box; text-align: center; line-height: 19px; font-style: normal; text-transform: none; padding:0; border-radius:0;}

#sommaire-element-conteneur .sommaire-element-liens .sommaire-element-precedent i.fa-angle-left {margin-right:5px;}
#sommaire-element-conteneur .sommaire-element-liens .sommaire-element-suivant i.fa-angle-right {margin-left:5px;}

#sommaire-element-conteneur .sommaire-element-liens .global > div a.bouton:hover {background: #1eb174; color: #fff; }
.sommaire-element-precedent a, .sommaire-element-precedent a:visited {text-decoration:none; font-size:0.9em; font-style:italic; }
.sommaire-element-suivant a, .sommaire-element-suivant a:visited {text-decoration:none; font-size:0.9em; ; font-style:italic; }

#contenu .sommaire-element-formations-smenu { padding:0px; margin: 5px 11px; }
.sommaire-element-formations-smenu li {text-align:left; }
.sommaire-element-formations-smenu li > a,
.sommaire-element-formations-smenu li > a:visited {font-size:13px; font-weight:normal; text-decoration:none; }
.sommaire-element-formations-smenu li.current > a, 
.sommaire-element-formations-smenu li:hover > a {font-weight:bold; text-decoration:underline; }

/* Sommaire element */
#sommaire-element-parent {}
#sommaire-element-parent a, #sommaire-element-parent a:visited {text-decoration:none; }
#sommaire-element-liens {}
#sommaire-element-liens .global {max-width: 715px; }
#sommaire-element-liens .global div {display: inline-block; vertical-align: top; }
#sommaire-element-precedent {float:left; }
#sommaire-element-conteneur .sommaire-element-liens .sommaire-element-precedent a, 
#sommaire-element-conteneur .sommaire-element-liens .sommaire-element-precedent a:visited {text-decoration:none; }
#sommaire-element-suivant {float:right; }
#sommaire-element-conteneur .sommaire-element-liens .sommaire-element-suivant a, 
#sommaire-element-conteneur .sommaire-element-liens .sommaire-element-suivant a:visited {text-decoration:none; background: #eeeeed; }



/* Attributs */

#sommaire-attributs {margin: 10px 0px 0 20px; width: 280px; }
.t3438 #sommaire-attributs {margin: 0; width: 100%; }

#sommaire-attributs-contenu {}
#sommaire-attributs-recherche {margin:5px 0; }
#sommaire-attributs-recherche-label {float:left; width:290px; }
#sommaire-attributs-recherche-label ul {margin:5px 0; }
#sommaire-attributs-recherche-text {float:left; }
#sommaire-attributs-recherche-text input {width:300px; border:1px solid #000000; height:25px; }

.ui-menu {max-width:298px !important; border:1px solid #333333 !important; padding: 0 !important; }
.ui-menu .ui-menu-item a { line-height: 16px !important; font-size:12px !important; }
.ui-menu .ui-menu-item {padding:5px 0 !important; border-bottom: 1px solid #1eb174 !important; }

#sommaire-attributs-gauche {float:left; width:100%; }
#contenu #sommaire-attributs-dates {text-align:left; width:280px;}
.sommaire-attributs-date {font-size:13px; color:#525251; margin:5px 0; }
.sommaire-attributs-date .lieu {color: #7d7d7d; font-weight: 500; }

#sommaire-attributs-centre {width:281px; text-align:center; margin: 0 auto; }
#sommaire-attributs-formation-intra,
#sommaire-attributs-formation-inter {margin: 20px 0 28px; padding: 0 5px; box-sizing: border-box; }

.sommaire-attributs-formation {width: 100%; height: auto; } 
.sommaire-attributs-formation-haut {width: 100%; min-height: 39px; background: #1eb174; border-top-left-radius: 5px; border-top-right-radius: 5px; color: #fff; font-size: 20px; font-weight: 400; line-height: 27px; text-align: center; text-transform: uppercase; box-sizing: border-box; padding-top: 6px; }
.sommaire-attributs-formation-haut span {font-weight:700; }
.sommaire-attributs-formation-centre {width:100%; padding:15px 5px 5px; overflow:hidden; border: 1px solid #e6e6e6; border-top: none; box-sizing: border-box; text-align: center; }
#sommaire-attributs-formation-date-centre.sommaire-attributs-formation-centre {padding:0 4px; text-align:left; }
.sommaire-attribut-formation-texte {text-transform:uppercase; color:#000000; font-size:15px; font-weight:400; }
.sommaire-attribut-formation-prix {font-size:35px; font-weight:700; color:#1eb174; line-height:30px; }
.sommaire-attribut-formation-prix span{font-size: 18px; font-weight: 400; display: inline-block; vertical-align: text-top; }

#sommaire-attributs a.reserver:visited,
#sommaire-attributs a.reserver,
#sommaire-attributs .reserver {cursor:pointer; width: 242px; height: 39px; border: 1px solid #e6e6e6; background-color: #eeeeed; font-size: 18px; font-weight: 600; line-height: 39px; text-decoration: none; color: #000; display: block; margin: 0 auto; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; margin-bottom: 14px; }
#sommaire-attributs .sommaire-attributs-formation-bas a.reserver,
#sommaire-attributs .sommaire-attributs-formation-bas a.reserver:visited {margin: 14px auto 20px; }
#sommaire-attributs .sommaire-attributs-formation-bas input.reserver{margin: 14px auto 20px; font-family: Montserrat,sans-serif; }
#sommaire-attributs .reserver:hover,
#sommaire-attributs a.reserver:hover{background: #1eb174; color: #fff; }

.sommaire-attribut-formation-unite {font-size: 16px; font-weight: 400; color: #000000; line-height: 20px; margin-top: 5px; }


#sommaire-attributs-droite {float:right; width:142px; }
#sommaire-left #sommaire-attributs-droite {float:left; width:142px; }

#sommaire-attributs-elearning {margin: 10px 0; }
#sommaire-attributs #sommaire-attributs-elearning span.reserver {cursor:default; } 
#sommaire-attributs #sommaire-attributs-elearning .reserver, 
#sommaire-attributs #sommaire-attributs-elearning a.reserver, 
#sommaire-attributs #sommaire-attributs-elearning a.reserver:visited {background:#1eb174; height:50px; }
#sommaire-attributs #sommaire-attributs-elearning .reserver span {height:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#sommaire-attributs #sommaire-attributs-elearning .reserver span::before {height:35px; width:35px; content:""; display: block; margin-right: 16px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
#sommaire-attributs #sommaire-attributs-elearning.elearning .reserver span::before {background:url(../images/elearning-noir.png) no-repeat center center; -moz-background-size: 100% auto; -o-background-size: 100% auto; -webkit-background-size: 100% auto; background-size: 100% auto; }
#sommaire-attributs #sommaire-attributs-elearning.elearning .reserver:hover span::before {background:url(../images/elearning.png) no-repeat center center; -moz-background-size: 100% auto; -o-background-size: 100% auto; -webkit-background-size: 100% auto; background-size: 100% auto; }
#sommaire-attributs #sommaire-attributs-elearning.physique .reserver span::before {background:url(../images/physique-noir.png) no-repeat center center; -moz-background-size: 100% auto; -o-background-size: 100% auto; -webkit-background-size: 100% auto; background-size: 100% auto; }
#sommaire-attributs #sommaire-attributs-elearning.physique .reserver:hover span::before {background:url(../images/physique.png) no-repeat center center; -moz-background-size: 100% auto; -o-background-size: 100% auto; -webkit-background-size: 100% auto; background-size: 100% auto; }
#sommaire-attributs #sommaire-attributs-elearning.mixte .reserver span::before {width: 85px; background:url(../images/mixte-noir.png) no-repeat center center; -moz-background-size: 100% auto; -o-background-size: 100% auto; -webkit-background-size: 100% auto; background-size: 100% auto; }
#sommaire-attributs #sommaire-attributs-elearning.mixte .reserver:hover span::before {background:url(../images/mixte.png) no-repeat center center; -moz-background-size: 100% auto; -o-background-size: 100% auto; -webkit-background-size: 100% auto; background-size: 100% auto; }

#sommaire-attributs-renseignements {}
#sommaire-attributs #sommaire-attributs-renseignements .reserver, 
#sommaire-attributs #sommaire-attributs-renseignements a.reserver, 
#sommaire-attributs #sommaire-attributs-renseignements a.reserver:visited { line-height: 17px; font-size: 15px; }
#sommaire-attributs-aide {/*width:137px; height:30px; */ text-align:center; }
#sommaire-attributs-faq {cursor:pointer; margin-top:10px; /* width:137px; height:30px; */ text-align:center; }


#sommaire-attributs-ilsaiment {width:242px; height:39px; position:relative; z-index:10; margin:12px auto; }
#sommaire-attributs-ilsaiment-bouton { left: 0; position: absolute; top: 0; z-index: 200; cursor:pointer; }
#sommaire-attributs-ilsaiment-liste {display:none; padding:10px 0 0px; background:#ffffff; width:calc(100% - 5px); position:absolute; left:2px; top:30px; border:1px solid #605E5F; border-top:0; }
.sommaire-attributs-ilsaiment-element {cursor:default; font-size:13px; padding:5px 3px; border-top:#8E8E8E; color:#646363; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.sommaire-attributs-ilsaiment-element:hover {background:#7EC569; color:#fff; }


#sommaire-attributs-contenu.sommaire-attributs-parent #sommaire-attributs-gauche {width:322px; }
#sommaire-attributs-contenu.sommaire-attributs-parent #sommaire-attributs-droite {margin-right: 50px; }
#sommaire-attributs-contenu.sommaire-attributs-parent #sommaire-attributs-aide {margin-top:5px; }

#sommaire-attributs-contenu.sommaire-attributs-enfant #sommaire-attributs-centre {margin:0 auto; }

/* FAQ */
#faq-questions {}
#contenu #sommaire-element-contenu #faq-questions > ul {margin-left:0px !important; padding-left:0 !important; }
#contenu #sommaire-element-contenu #faq-questions > ul .faq-question-texte p {margin-left:10px !important; margin-right:10px !important; }
#contenu .faq-question {background:none; margin-bottom:15px; list-style:none; }
.faq-question-nom {font-weight:bold; cursor:pointer; color:#ffffff; font-size:15px; background:url(../images/faq-question.png) no-repeat 5px 10px #50504d; padding:5px 5px 5px 15px; }
.faq-question-texte {display:none; margin-bottom:15px; }
.faq-question:hover .faq-question-nom {background-color: #1eb174; }


#accueil-haut-conteneur{width: 100%; /*min-height: calc(100vh - 232px); height: auto; */}

#acceuil-paves{position: absolute; top: 0; left: 0; z-index: 40; width: 100%; margin-top: 235px; }


/*Accueil */
#accueil-haut-conteneur {position:relative; z-index:20; background: #f6f5f5; }
/* SLIDER */
#accueil-slider-conteneur {position: relative; z-index: 20; }
#accueil-slider-conteneur::after {content:''; position: absolute; bottom: -1px; left: calc(50% - 90px); width: 180px; height: 53px; z-index: 30; /*background:url("../images/languette_slide.png")no-repeat center center; */}
#accueil-slider-loader {width:100%; height:100%; position:absolute; left:0; top:0; z-index:35; background:url(../images/ajax-loader.gif) no-repeat center center #F8F7F7; }

/** Carousel **/
#accueil-slider { position: relative; z-index: 20; overflow: hidden; height: 990px; } /* HEIGHT A MODIFIER */
#accueil-slider::after {content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 25; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%,rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%,rgba(0,0,0,0) 100%); background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%,rgba(0,0,0,0) 100%); }
#accueil-slider ul { width: 20000em; position: relative; list-style: none; margin:0 !important; padding:0 !important; height:100%; }
#accueil-slider .accueil-slider-li {display: inline; float: left; margin:0 !important; padding:0 !important; height:100%; background:none; line-height: initial; position:absolute; /** SI FONDU : */}
#accueil-slider .accueil-slider-li::before {display:none; }
#accueil-slider .accueil-slider-li .accueil-slider-centre { position:relative; z-index:10; height:100%; }
#accueil-slider .accueil-slider-li .accueil-slider-centre .global {position:relative; z-index:10; width:calc(100% - 20px); height:100%; background:none; }


/* CONTENU DES SLIDES */
#accueil-slider .accueil-slider-li .accueil-slider-image {position:absolute; left:0px; top:0; z-index:9; width:100%; height:100%; }
#accueil-slider .accueil-slider-li .accueil-slider-image:after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; background: rgba(0,0,0,0.25); }
#accueil-slider .accueil-slider-li .accueil-slider-image a,
#accueil-slider .accueil-slider-li .accueil-slider-image a:visited {display:block; height:100%; }
#accueil-slider .accueil-slider-li .accueil-slider-imageordi {display:block; }
#accueil-slider .accueil-slider-li .accueil-slider-imagetablette {display:none !important; }
#accueil-slider .accueil-slider-li .accueil-slider-imagemobile {display:none !important; }
#accueil-slider .accueil-slider-li .accueil-slider-contenu {position:absolute; left:10px; top:0; z-index:10; width:calc(100% - 20px); height: calc(100% - 300px); padding-top: 300px; display: -webkit-box; 
display: -ms-flexbox; display: flex; }

#accueil-slider .accueil-slider-li .accueil-slider-titre,
#accueil-slider .accueil-slider-li .accueil-slider-titre a,
#accueil-slider .accueil-slider-li .accueil-slider-titre a:visited {text-decoration:none; }
#accueil-slider .accueil-slider-li .accueil-slider-texte,
#accueil-slider .accueil-slider-li .accueil-slider-texte p {font-family: "Makonde W00"; font-size: 100px; font-weight: 400; color: #ffffff; line-height: 86px; margin: 0; padding-bottom: 20px; overflow: hidden; }
#accueil-slider .accueil-slider-li .accueil-slider-texte em,
#accueil-slider .accueil-slider-li .accueil-slider-texte p em{font-style: normal; font-family: 'Poppins', sans-serif; font-size: 45px; font-weight: 300; text-transform: uppercase; letter-spacing: 8.99px; position: relative; }

#accueil-slider .accueil-slider-li .accueil-slider-texte em::before,
#accueil-slider .accueil-slider-li .accueil-slider-texte em::after {content: ''; width: 200px; height: 1px; background: #fff; position: absolute; top: 50%; }
#accueil-slider .accueil-slider-li .accueil-slider-texte em::before{left: -215px; }
#accueil-slider .accueil-slider-li .accueil-slider-texte em::after{ right: -215px; }



#accueil-slider .accueil-slider-li .accueil-slider-texte {}
/* #accueil-slider .accueil-slider-li .accueil-slider-texte p {margin:3px 0 ; line-height: initial; } */
#accueil-slider .accueil-slider-li .accueil-slider-suite {margin:10px 10px 0; }
#accueil-slider .accueil-slider-li .accueil-slider-suite a,
#accueil-slider .accueil-slider-li .accueil-slider-suite a:visited {}
#accueil-slider:hover .accueil-slider-li .accueil-slider-suite a {}


#accueil-slider .accueil-slider-li .accueil-slider-suite span {width: 260px; height: 49px; line-height: 49px; font-size: 17px; font-weight: 300; text-transform: uppercase; letter-spacing: 3.4px; border: 1px solid #fff; background-color: #1eb174; color: #fff; display: block; margin:28px auto 0; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; }
/* #accueil-slider:hover .accueil-slider-li .accueil-slider-suite span {border: 1px solid #1eb174; background-color: #ffffff; color: #1eb174; } */
#accueil-slider .accueil-slider-li .accueil-slider-contenu > div:hover .accueil-slider-suite span {border: 1px solid #1eb174; background-color: #ffffff; color: #1eb174; }

#accueil-slider .accueil-slider-li .accueil-slider-contenu.centre {text-align:center; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; }
#accueil-slider .accueil-slider-li .accueil-slider-contenu.centre .accueil-slider-titre,
#accueil-slider .accueil-slider-li .accueil-slider-contenu.centre .accueil-slider-texte ,
#accueil-slider .accueil-slider-li .accueil-slider-contenu.centre .accueil-slider-texte p,
#accueil-slider .accueil-slider-li .accueil-slider-contenu.centre .accueil-slider-suite {text-align:center; }
#accueil-slider .accueil-slider-li .accueil-slider-contenu.centre .accueil-slider-suite { margin:10px auto 0; }
 
#accueil-slider .accueil-slider-li .accueil-slider-contenu.gauche {text-align:left; -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; }
#accueil-slider .accueil-slider-li .accueil-slider-contenu.gauche .accueil-slider-titre,
#accueil-slider .accueil-slider-li .accueil-slider-contenu.gauche .accueil-slider-texte ,
#accueil-slider .accueil-slider-li .accueil-slider-contenu.gauche .accueil-slider-texte p,
#accueil-slider .accueil-slider-li .accueil-slider-contenu.gauche .accueil-slider-suite {text-align:left; }

#accueil-slider .accueil-slider-li .accueil-slider-contenu.droite {text-align:right; -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end; }
#accueil-slider .accueil-slider-li .accueil-slider-contenu.droite .accueil-slider-titre,
#accueil-slider .accueil-slider-li .accueil-slider-contenu.droite .accueil-slider-texte ,
#accueil-slider .accueil-slider-li .accueil-slider-contenu.droite .accueil-slider-texte p,
#accueil-slider .accueil-slider-li .accueil-slider-contenu.droite .accueil-slider-suite {text-align:right; }
#accueil-slider .accueil-slider-li .accueil-slider-contenu.droite .accueil-slider-suite { display: inline-block; }


/** Carousel Controls **/
#accueil-slider-fleches-conteneur {position:relative; z-index:20; }
#accueil-slider-control-prev,
#accueil-slider-control-next { position: absolute; margin-top: -15px; z-index:20; cursor:pointer; top: calc(100% - 150px); width:30px; height:30px; text-align: left; line-height: 30px; color:rgba(255,255,255,0.5); }
#accueil-slider-control-prev { left: 15px; }
#accueil-slider-control-next { right: 15px; }
#accueil-slider-control-prev i,
#accueil-slider-control-next i {color:rgba(255,255,255,0.5); font-size:29px; }

/** Carousel Pagination **/
#accueil-slider-controls-conteneur { position: absolute; bottom:0px; left:0px; width:100%; margin:0; z-index:100; }
#accueil-slider-controls { margin:0 auto; }
#accueil-slider-controls a { text-decoration: none; display: inline-block; font-size: 11px; height: 10px; width: 10px; line-height: 10px; background:#ccc; margin:0 3px; }
#accueil-slider-controls a.active {background:#000; }



/* Texte Accueil */

#accueil-haut-conteneur .texte-accueil h1{ color: #ffffff; font-size: 50px; letter-spacing: 1.5px; font-weight: 700; text-transform: uppercase; margin: 0; }
#accueil-haut-conteneur .texte-accueil h1::after{display: none; }
#accueil-haut-conteneur .texte-accueil h2{color: #ffffff; font-size: 30px; font-weight: 400; margin-top: 6px; }
#accueil-haut-conteneur .texte-accueil .texte-button {text-align: center; }
#accueil-haut-conteneur .texte-accueil .texte-button a,
#accueil-haut-conteneur .texte-accueil .texte-button a:visited {text-decoration:none;}
#accueil-haut-conteneur .texte-accueil .bouton{background:#7fc669; color: #fff; font-size: 20px; font-weight: 700; text-transform: uppercase; padding:20px 10px 20px 84px; position: relative; border-radius: 15px; letter-spacing:1px;-webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; }
#accueil-haut-conteneur .texte-accueil .bouton::before {content: ''; width: 55px; height: 44px; background: url("../images/book-hover.png")no-repeat center center; z-index: 12; display: block; position: absolute; top: 10px; left: 15px; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; }

#accueil-haut-conteneur .texte-accueil .bouton:hover{background:#000; color: #fff; border: 1px solid #ffffff; }

#accueil-haut-conteneur .texte-accueil .bouton{}


/* ACCUEIL */
#rubriques-accueil{margin-top: /*68px*/15px; }
#rubriques-accueil .global{display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; max-width: 1620px; }
.rubrique-accueil {position:relative; z-index:10; width:195px; height:185px; border-radius: 15px; background:#fff; float:left; margin: 15px; }
.rubrique-accueil-surcouche {position:absolute; width: 100%; height: 100%; left:0; top:0; z-index:20; }
.rubrique-accueil-surcouche a {display:block; width: 100%; height: 100%; }
.rubrique-accueil-titre {width: 100%; height: 69px; box-sizing: border-box; line-height: 15px; font-weight: 700; color: #000; padding: 2px 13px; background: url(../images/formation-titre.jpg) no-repeat center bottom #fff; overflow: hidden; text-align: center; border-radius: 15px 15px 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
/* .rubrique-accueil-titre::after {content:""; width: 80px; height: 2px; background:#1eb174; position: absolute; bottom: -6px; left: calc(50% - 40px); } */
#contenu .rubrique-accueil-titre a,
#contenu .rubrique-accueil-titre a:visited {font-weight:700; color:#000; text-decoration:none; letter-spacing: 0.14px; font-size: 14px; text-transform: uppercase; }
#rubriques-accueil .accueil-formation-titre a,
#rubriques-accueil .rubrique-accueil-titre a:visited { text-transform:uppercase; color:#000; text-decoration:none; line-height:18px; display:block; } 
.rubrique-accueil-contenu {height: calc(100% - 69px); overflow: hidden; border-radius: 0 0 15px 15px;}
.rubrique-accueil-contenu img {height: 100%; width: 100%; object-fit: cover; }
.rubrique-accueil:hover .rubrique-accueil-titre {background:#1eb174; color:#fff; }
#contenu .rubrique-accueil:hover .rubrique-accueil-titre a, 
#contenu .rubrique-accueil:hover .rubrique-accueil-titre a:visited{color:#fff; }

/* DEMARCHES RSE */
#accueil-formations {background: #d4ebce; position: relative; }
#centre #accueil-formations .global {padding: 50px 10px !important; max-width: 970px; /*background: #d4ebce;*/ position: relative; z-index: 10; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#accueil-formations::before{content:""; width: 100%; height: 100%; position: absolute; top:0; left:0; background: url('../images/background-formation-left.png') no-repeat left center; background-size:auto 100%; z-index: 8; }
#accueil-formations::after{content:""; width: 100%; height: 100%; position: absolute; top:0; left:0; background: url('../images/background-formation-right.png') no-repeat right center; background-size:auto 100%; z-index: 8; }

#accueil-formations-titre {margin-right: 85px; }
#accueil-formations-titre h2.h1{text-align: right!important; margin-top: 0; line-height: 31px; }
#accueil-formations-titre h2.h1 em {font-size: 20px; letter-spacing: 2px; }
#accueil-formations-titre h2.h1::after {content: ""; position: absolute; left:initial; right: 0; bottom: -32px; background: #000; width: 50px; height: 4px; }
#accueil-formations-contenu {font-weight:500; width:630px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start; }


#accueil-rassurances-conteneur {position:relative; z-index:10; }
#accueil-rassurances-conteneur .global {max-width:1430px; padding:20px 10px 40px;}
#global #accueil-rassurances-conteneur h2 {font-weight:400; text-transform:uppercase; font-size:31px; letter-spacing:1.5px; display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
#global #accueil-rassurances-conteneur h2 em {font-size:0; background:url(../images/icone-plus.png) no-repeat center center; background-size:100%; width:48px; height:48px; display: block; margin: 0 20px;}
#accueil-rassurances {margin-top: 60px; text-align:center; position:relative; z-index:15; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;  -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
#accueil-rassurances .accueil-rassurance {margin: 10px; }
#accueil-rassurances .accueil-rassurance-image {height:95px; }
#accueil-rassurances .accueil-rassurance-nom {margin:10px 0 20px; color:#1eb174; font-size:16px; font-weight:700; line-height: 22px; text-transform:uppercase;}
#accueil-rassurances .accueil-rassurance-texte {color:#464646;}
#accueil-rassurances .accueil-rassurance-texte p {text-align:center; margin:7px 0;}

/* ACTUALITES */
#accueil-actualites-conteneur {position:relative; z-index:20; margin-bottom: 49px; }
#accueil-actualites-conteneur .global{max-width: 1360px; }
#accueil-actualites-conteneur h2{margin: 42px auto; }
#accueil-actualites-conteneur #actualites{display: flex; justify-content: space-between; height: 515px; }
#accueil-actualites-conteneur #actualites.pageActu{flex-wrap: wrap; height: auto; justify-content: center; }


#actualites { position: relative; z-index: 20; overflow: hidden; height: auto; margin: 0 auto; width:100%; } /* HEIGHT A MODIFIER */

#actualites .actualite {width: calc(33% - 10px); max-width: 390px; background: #fff; text-align:center; padding-bottom: 7px; height: calc(100% - 7px); display:inline-block; vertical-align:top; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; cursor: pointer; }
#actualites .actualite .actualite-contenu {height: 148px; width: 100%; border-bottom: 1px solid #e4e4e4; }
#actualites .actualite .actualite-nom {margin:18px 0; padding-right: 30px; height: 48px; overflow: hidden; text-align: left; }
#actualites .actualite .actualite-nom span,
#actualites .actualite .actualite-nom a,
#actualites .actualite .actualite-nom a:visited {color: #555151; font-size:19px; font-weight: 700; letter-spacing: 1.9px; text-decoration: none; text-transform: uppercase; line-height: 25px; }


#actualites .actualite .actualite-texte {width: 100%; height: 74px; overflow: hidden; font-family: "Raleway"; }
#actualites .actualite .actualite-texte p {color: #373636; font-size: 15px; font-weight: 400; margin: 0; line-height: 23px; }
#actualites .actualite .actualite-texte p strong{font-weight: 400; }

#actualites .actualite .actualite-image {width:100%; height: 290px; margin: auto; position: relative; }
#actualites .actualite .actualite-image::after {content:""; width:100%; height: 5px; background:#1eb174; position: absolute; left: 0; bottom:0; }
#actualites .actualite .actualite-image img {width: 100%; height: 100%; object-fit: cover; }

#actualites .actualite .actualite-bouton {margin: 8px 0; }
#actualites .actualite .actualite-bouton .lien {font-size: 15px; color: #1eb174; font-weight: 700; text-align: left; letter-spacing: 1px; }
#actualites .actualite .actualite-bouton .lien i{color: #a3a0a0; margin-right: 8px; }
#actualites .actualite:hover .actualite-bouton .lien i{color: #1eb174; }

#accueil-actualites-toutes {margin: 20px auto 0; display: block; text-align: center; }
#contenu #accueil-actualites-toutes a,
#contenu #accueil-actualites-toutes a:visited {background: #fff; min-width: 315px; height: auto; font-size: 18px; padding: 0px 20px; line-height: 45px; color: #1eb174; text-decoration: none; font-weight: 400; }
#contenu #accueil-actualites-toutes i {position: relative; top: 2px; left: 13px; font-size: 24px; color: #1eb174; }

#contenu #accueil-actualites-toutes a:hover { background: #1eb174 ; color: #fff; }
#contenu #accueil-actualites-toutes a:hover i {color: #fff; }

/* #actualites.pageActu {display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 50px; }
#actualites.pageActu .actualite {width: 100%; max-width: unset; } */

#actualites.pageActu .actualite { margin: 5px; }


/* SLIDER */
#references-slider-conteneur {position: relative; width:100%; margin-bottom:58px;}
#references-slider-conteneur .global {position: relative;}
/** Carousel **/
#references-slider { position: relative; overflow: hidden; width:1235px; height:105px; margin:0 auto;}
#references-slider ul { width: 20000em; position: relative; list-style: none; margin: 0; padding: 0;}
#references-slider .references-slider-li { float: left; margin: 0; padding: 0; width:165px; height:105px;}

/** Carousel Controls **/
#references-slider-control-prev,#references-slider-control-next { position: absolute; top: 205px; margin-top: -15px; width: 25px; height: 56px; text-align: center;}
#references-slider-control-prev { left: 15px; background:url(../images/slide-prev.png) no-repeat center center;}
#references-slider-control-next { right: 15px; background:url(../images/slide-next.png) no-repeat center center;}



/* PIED */
#pied {background:#1eb174;   padding: 1px 0; overflow: hidden;}
#pied .global .contenu-wrapper {min-height:310px; padding:15px 0 65px 0px; font-size:0; position:relative; text-align:center; }
#pied ul li {padding:0; }
#pied ul li::before {display:none; }

/** PIED COLONNES LOGO CENTRE **/
#pied .col {text-align:left; width:345px; padding-left:5px; margin:30px 0 0; display: inline-block; vertical-align: top; }
#pied #col-menu {float:left; }
#pied #col-centre.col {width: 160px !important; margin:15px auto; }
#pied #col-contact {float:right; }

#pied .col .categorie {margin-bottom:7px; }
#pied .col .categorie > a {text-decoration:none; }
#pied .col .categorie > a > span,
#pied .col .categorie > a:visited > span,
#pied .col .categorie > span {text-decoration:none; color:#fff; font-size:16px; text-transform:uppercase; display:block; line-height: 35px; letter-spacing: 1.6px; font-family: 'Raleway', sans-serif; font-weight: 700; }
#pied .col .categorie:hover > a > span,
#pied .col .categorie:hover > span {}

#pied .menu {padding:0; margin:0 0 36px 0; }
#pied .menu li {list-style:none; display:inline-block; vertical-align:top; margin:0 0 5px 0; }
#pied .menu li > a {text-decoration:none; }
#pied .menu li > a > span,
#pied .menu li > a:visited > span,
#pied .menu li > span {text-decoration:none; color:#fff; font-weight:400; font-size:14px; position: relative; padding-right: 12px; line-height: 20px; }
#pied .menu li > a > span::after,
#pied .menu li > span::after{content: ""; background: #fff; width: 1px; height: 12px; position: absolute; right: 5px; bottom: 3px; }
#pied .menu li:last-child > a > span::after,
#pied .menu li:last-child > span::after {display:none; }

#pied .liens {padding:0; margin:0; }
#pied .liens li { margin:0 0 3px 0; list-style:none; position:relative; }
#pied .liens li > a {text-decoration:none; }
#pied .liens li > a > span,
#pied .liens li > a:visited > span,
#pied .liens li > span {text-decoration:none; color:#88d7b1; font-weight:400; font-size:14px; line-height: 20px; }
#pied .liens li:hover > a > span,
#pied .liens li:hover > span {}
#pied #pied-qualiopi {margin: 18px 0 15px;}
#pied #pied-qualiopi-image { width:185px;}
#pied #pied-qualiopi-image img {width:100%; height:100%; object-fit:cover;}
#pied #pied-qualiopi a,
#pied #pied-qualiopi a:visited {font-size:14px; color:#000; text-decoration:none; padding:5px 0;   display: block;}

#pied #logo-pied {width:100%; position:relative; margin:0 auto; }
#pied #logo-pied a,
#pied #logo-pied a:visited {text-decoration:none; color:#fff; }
#pied #logo-pied a img { height:auto; width:auto; height: 150px; }

#pied #pied-reseaux {text-align:center; margin-top: 30px; }
#pied #pied-reseaux span{font-size: 14px; font-weight: 400; text-transform: uppercase; letter-spacing: 0.42px; display: block; color: #ffffff; margin-bottom: 10px; }
#pied #pied-reseaux .pied-social {display:inline-block; vertical-align:top; margin: 0 25px 10px 0; }
#pied #pied-reseaux .pied-social:last-child {margin-right:0; }
#pied #pied-reseaux .pied-social a,
#pied #pied-reseaux .pied-social a:visited {text-align:center; color:#fff; text-decoration:none; line-height: 50px; width:35px; height:35px; background: #fff; display:block; -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s; -moz-transition: -moz-transform ease-out 0.1s, background 0.2s; transition: transform ease-out 0.1s, background 0.2s; border-radius: 28px; -moz-border-radius: 28px; -webkit-border-radius: 28px; -khtml-border-radius: 28px; }
#pied #pied-reseaux .pied-social a::after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0; content: ''; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -khtml-border-radius: 50%; z-index: -1; opacity: 0; -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1); -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1); -o-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1); box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1); -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); }
#pied #pied-reseaux .pied-social i {color:#1eb174; font-size: 21px; }
#pied #pied-reseaux .pied-social a:hover {background: #ffffff; -webkit-transform: scale(0.93); -moz-transform: scale(0.93); -ms-transform: scale(0.93); transform: scale(0.93); }
#pied #pied-reseaux .pied-social a:hover i { color:#1eb174; }
#pied #pied-reseaux .pied-social a:hover::after {-webkit-animation: sonarEffect 1.3s ease-out 75ms; -moz-animation: sonarEffect 1.3s ease-out 75ms; animation: sonarEffect 1.3s ease-out 75ms; }

@-webkit-keyframes sonarEffect {
0% {
opacity: 0.3; 
}
40% {
opacity: 0.5; 
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #212e48, 0 0 0 10px rgba(255, 255, 255, 0.5); 
}
100% {
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #212e48, 0 0 0 10px rgba(255, 255, 255, 0.5); 
-webkit-transform: scale(1.5); 
opacity: 0; 
}
}
@-moz-keyframes sonarEffect {
0% {
opacity: 0.3; 
}
40% {
opacity: 0.5; 
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #212e48, 0 0 0 10px rgba(255, 255, 255, 0.5); 
}
100% {
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #212e48, 0 0 0 10px rgba(255, 255, 255, 0.5); 
-moz-transform: scale(1.5); 
opacity: 0; 
}
}
@keyframes sonarEffect {
0% {
opacity: 0.3; 
}
40% {
opacity: 0.5; 
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #212e48, 0 0 0 10px rgba(255, 255, 255, 0.5); 
}
100% {
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #212e48, 0 0 0 10px rgba(255, 255, 255, 0.5); 
transform: scale(1.5); 
opacity: 0; 
}
}


/** VERSION AVEC FONT AWESOME **/


#pied .pied-contact-element { overflow: hidden; padding: 0 0 20px 4px; text-align:left; margin:0px 0 3px; }
#pied .pied-contact-element i {font-size: 17px; width: 20px; text-align: center; padding: 2px 11px 0 0; color: #000; }
#pied .pied-contact-element .pied-contact-span {width: calc(100% - 35px); display: inline-block; vertical-align: top; font-size:15px; color: #fff; font-weight: 400; font-family: 'Raleway', sans-serif; }

#pied #pied-adresse {}
#pied #pied-telephone {}
#pied #pied-telephone a,
#pied #pied-telephone a:visited {color:#fff; text-decoration:none; }
#pied #pied-mail {}
#pied #pied-mail i {font-size:13px; padding: 2px 11px 0 0; }
#pied #pied-mail a {text-decoration:none; color: #fff; }
#pied #pied-mail > a > span,
#pied #pied-mail > a:visited > span {background:none; padding:0; }
#pied #pied-adresse i {padding: 0px 11px 0 0; }
/** END **/




/* Contact */
#contenu #module-contact {text-align:left; }
#module-contact #contact-conteneur {overflow:hidden; }

/* Bloc adresse */
#module-contact #module-contact-adresse {}
#module-contact .w50p {width:50%; float:left; }
#module-contact #module-contact-adresse .contact-adresse {display:inline-block; }

/* Bloc googlemap */
#module-contact .googlemap { width:50%; float:right; }
#module-contact .googlemap iframe {width:100%; }

#module-contact .contact-coordonnee {clear:left; margin-bottom:5px; }
#module-contact .contact-champ {margin-bottom:10px; }
#module-contact .input-text {width:70%; }
#module-contact select {width:71%; height:30px; border:1px solid #dcdcdc; }
#module-contact textarea {resize: none; }
#module-contact .form div {margin:10px 0; }
#module-contact .form div.submit-conteneur,
#module-contact #contact-captcha {margin-left:160px; }
#module-contact #contact-captcha div {margin:0; }
#module-contact button {cursor:pointer; }
#module-contact .submit:hover {}
#contact-formulaire #contact-optin {margin-left: 160px; }
#contact-formulaire #contact-optin p{margin-left: 0px; font-size:11px; line-height:13px; }

#module-contact #message-fichiers-conteneur {margin: 0 auto; max-width: 660px; }
#message-fichiers {font-size:15px; }
#message-fichiers-bouton {text-align:center; }
#message-fichiers-bouton * { display: inline-block; vertical-align: middle; margin:0 10px 0 0 !important; }
#message-fichiers #uploader {margin:20px 0; }
#message-fichiers .plupload_wrapper {width:95%; }

#message-fichiers.fichiers-container {margin-top:15px; }
#message-fichiers.fichiers-container .inlineblock {display:inline-block; vertical-align:top; }
#message-fichiers.fichiers-container .fichier-infos {width:calc(100% - 40px); }
#message-fichiers.fichiers-container .fichier-contenu { margin: 5px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
#module-contact #message-fichiers .fichier-supprimer {width: 20px; cursor:pointer; margin:0px 15px 10px 0; }
#module-contact #message-fichiers .fichier-supprimer i {font-size:22px; color:#cc0000; }
#message-fichiers.fichiers-container .fichier-contenu .fichier-nom { font-size:14px; margin:3px 0 0; }
#message-fichiers.fichiers-container .fichier-contenu .fichier-nom i {vertical-align:top; margin-right:10px; width: 20px; font-size: 18px; }
#message-fichiers.fichiers-container .fichier-contenu .fichier-nom span {display:inline-block; }
#message-fichiers.fichiers-container .fichier-contenu .fichier-nom > span {text-align:left; width: calc(100% - 30px); margin-left: 30px; }
#message-fichiers.fichiers-container .fichier-contenu .fichier-nom label span {vertical-align:middle; width:calc(100% - 35px); text-align:left; }

#message-fichiers-conteneur .fichiers-boutons-container {margin:0 0 15px 0; }
#message-fichiers-conteneur .fichiers-boutons-container a {margin:0 10px; }
#message-fichiers-conteneur .fichiers-boutons-container .bouton {margin:5px 5px 5px 0; }
#erreurs-fichiers {display:none; }
#erreurs-fichiers .reponseFermer {padding: 5px 0; float: right; cursor:pointer; }



/* Template Gabarit */
#gabarit-photo { padding:0 0 20px; }
#gabarit-photo .gabarit-photo-conteneur {margin-bottom:25px; position: relative; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#gabarit-photo .gabarit-photo-conteneur:not(.gabarit-centre) {border-bottom:2px solid #000; padding-bottom:25px; }
#gabarit-photo .gabarit-photo-conteneur:first-child,
#gabarit-photo .gabarit-photo-conteneur:last-child {border:none; padding-bottom:0; }
#gabarit-photo .gabarit-photo-conteneur.gabarit-gauche {flex-direction:row-reverse; }
#gabarit-photo .gabarit-photo-conteneur .global-gabarit {width:100%; }
#gabarit-photo .gabarit-photo-conteneur .global-gabarit-texte {width:50%; height:100%; margin:0 auto; }
#gabarit-photo .gabarit-photo-conteneur.gabarit-droite .global-gabarit-texte {/* -ms-flex-preferred-size: content; flex-basis: content; */}
#gabarit-photo .gabarit-photo-conteneur .global-gabarit-texte > div {margin: 0 25px; }
#gabarit-photo .gabarit-photo-conteneur .gabarit-image {width:50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; } 
#gabarit-photo .gabarit-photo-conteneur .gabarit-image img {width:100% !important; height:100% !important; object-fit: contain; -o-object-fit:contain; max-width: 700px !important; max-height: 700px !important; }

 
/* Template Gabarit Page*/
#gabarit-page {margin-bottom:25px; }
#gabarit-page .container-gabarit {position: relative; overflow: hidden; }
#gabarit-page .container-gabarit-video { display:-webkit-box; display:-ms-flexbox; display:flex; }
#gabarit-page .container-gabarit-video.gauche {-webkit-box-orient:horizontal; -webkit-box-direction:reverse; -ms-flex-direction:row-reverse; flex-direction:row-reverse; }
#gabarit-page .global-gabarit{width: 100%; padding: 0; max-width: 1304px; display: flex; margin: auto; }
#gabarit-page .global-gabarit > div {width: 100%; text-align: center; }
#gabarit-page .global-gabarit.global-gabarit-image > div {max-width: 757px; }
#gabarit-page .global-gabarit.global-gabarit-video {width:50%; }

#gabarit-page .global-gabarit.gabarit-centre > div {max-width: 100%; }

#gabarit-page .gabarit-gauche,
#gabarit-page .gabarit-droite {position: relative; overflow: hidden; }
#gabarit-page .gabarit-gauche {justify-content:flex-end; }
#gabarit-page .gabarit-centre {justify-content:center; }
#gabarit-page .gabarit-droite {justify-content:flex-start; }

#gabarit-page .gabarit-image {position: absolute; top: 100px; width: calc(50% - 187px); height: calc(100% - 100px); }
#gabarit-page .gabarit-image.droite {right: 0}
#gabarit-page .gabarit-image.gauche {left: 0}
#gabarit-page .gabarit-image img {width: 100%; height: 100%; object-fit: cover; -o-object-fit:cover; }
#gabarit-page .global-gabarit-gauche {padding: 0; max-width: 1075px; display: flex; margin: auto; justify-content:flex-end; overflow: hidden; }
#gabarit-page .global-gabarit-droite {padding: 0; max-width: 1075px; display: flex; margin: auto; justify-content:flex-start; overflow: hidden; }
#gabarit-page .global-gabarit-centre {padding: 0; max-width: 1075px; margin: auto; overflow: hidden; }
#gabarit-page .global-gabarit-centre .gabarit-texte { max-width: 1075px; }
#gabarit-page .gabarit-texte {padding:0 10px; margin-top: 70px; overflow: hidden; text-align:left; }
#gabarit-page #gabarit-texte-1 {margin-top: 0px; }
/* #gabarit-photo h2, */
#gabarit-page ul {display: flow-root; }
#gabarit-page .gabarit-gauche-image img,
#gabarit-page .gabarit-droite-image img {width:100%; height:auto; }

#gabarit-page .container-gabarit-video .global-gabarit {margin:0 auto; }
#gabarit-page .container-gabarit-video .gabarit-texte {margin-top:0; }
#gabarit-page .container-gabarit-video .gabarit-texte :first-child {margin-top:0; }

#gabarit-page .gabarit-video {width: 50%; box-sizing: border-box; }
#gabarit-page .gabarit-video.droite {padding-left: 10px; }
#gabarit-page .gabarit-video.gauche {padding-right: 10px; }
#gabarit-page .gabarit-video > iframe {width:100%; height:auto; }
#gabarit-page .gabarit-video .iframe-responsive-wrapper {position: relative; }
#contenu #gabarit-page .gabarit-video .iframe-responsive-wrapper .iframe-ratio { display: block; width: 100%; height: auto; }
#gabarit-page .gabarit-video .iframe-responsive-wrapper .iframe-responsive-iframe {position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }
#gabarit-page .gabarit-video .iframe-responsive-wrapper .iframe-responsive-iframe iframe {width: 100% !important; height: 100% !important; }



/* MODULE AUTHENTIFICATION */
#authentification {}
#authentification .authentification-conteneur {max-width:400px; width:calc(100% - 32px); padding:15px; border:1px solid #ccc; margin:0 auto; }
#authentification .form {margin:10px 0; font-size:0; }
#authentification .form .form140 {width:105px; font-size:15px; float: none; display: inline-block; vertical-align:middle; }
#authentification .form .input-text {width:calc(100% - 145px); display: inline-block; vertical-align:middle; }
#authentification .form .bouton {margin:30px auto 0; display:block; }
#authentification-motdepasse-oublie {font-size:13px; text-align: right; }

/* Moteur de recherche */
#recherche-conteneur {}
#recherche-description {}
#recherche-conteneur-familles {}
.recherche-conteneur-famille {}
.recherche-nom-famille a, .recherche-nom-produit a {color: #000; font-family:Georgia,"Times New Roman",Times,serif; font-style:italic; font-size:0.9em; }
.recherche-nom-famille {text-align:center; }
.recherche-nom-famille a {}
#recherche-conteneur-produits {}
.recherche-conteneur-produit {}
.recherche-photo {text-align:center; min-height: 75px; }
.recherche-photo-non-disponible {font-size:0.9em; text-align:center; padding-top:100px; }
.recherche-nom-produit {text-align:center; }
.recherche-nom-produit a {}
.recherche-conteneur-produit, .recherche-conteneur-produit {width:202px; height:325px; background: url(../images/famille-conteneur.png) top left no-repeat; float: left; margin:5px; padding:5px 10px; }
.recherche-conteneur-produit-haut {height:50px; overflow:hidden; }
.recherche-conteneur-produit-haut-gauche {font-size:0.8em; text-align:center; text-decoration:none; }
.recherche-conteneur-produit-haut-gauche a {color: #000; }
.recherche-conteneur-produit-haut-droite {float:right; text-align:right; width:80px; padding-right:10px; padding-top:10px; font-size:0.95em; font-weight:bold; color: #7C5099; }
.recherche-conteneur-produit-centre {height:223px; overflow:hidden; text-align:center; margin-top:5px; }
.recherche-conteneur-produit-centre table {width:100%; height:223px; }
.recherche-conteneur-produit-bas {height:28px; overflow:hidden; padding-top:25px; }
.recherche-conteneur-produit-bas-gauche {float:left; width:50%; text-align:left; }
.recherche-conteneur-produit-bas-droite {margin-left:50%; text-align:right; font-size:0.95em; font-weight:bold; color: #7C5099; }
.recherche-pagination {color:#7C5099; }

/** RESULTATS PAGE */
.recherche-expression {}
.recherche-nombre-resultat {font-weight:bold; font-size:1.1em; }
.recherche-page {}
#recherche-conteneur .recherche-page-lien a, #recherche-conteneur .recherche-page-lien a:visited {}
.recherche-extrait {}
.recherche-surbrillance {background-color:#FFFF00; }
#recherche-pagination {margin:45px 0 15px; overflow: hidden; }
#recherche-pagination a, #recherche-pagination a:visited {text-decoration:none; }

/* HISTORIQUE DES RECHERCHES */
#recherche-historique {}
#recherche-historique .col{width:380px; margin:0 10px; float:left; }
#recherche-historique .mot{padding:10px; text-align:center; }

/* PAGINATION */
#paginator {margin: 10px auto; text-align:center; width: 100%; }
#contenu #paginator .pagination-span { margin: 0 5px; padding: 2px 5px; min-width:0; width: auto !important; display: inline-block !important; vertical-align: top; color: #fff; background: #1eb174; border-radius: 3px;  min-height: 0;}
#contenu #paginator .pagination-lien { margin: 0 5px; padding: 2px 5px; min-width:0; width: auto !important; display: inline-block !important; vertical-align: top; border-radius: 3px;  min-height: 0;}
	
	

/* Renseignement petite barre */
#contenu .renseignement-conteneur {cursor:pointer; max-width:605px; min-height:65px; margin:40px auto; background:#ffffff; border:1px solid #1eb174; border-radius: 3px; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; box-sizing: border-box; -ms-flex-wrap: wrap; flex-wrap: wrap; overflow: hidden; }
#contenu .renseignement-titre {position:relative; z-index:10; height: 65px; padding:0 10px; text-align:center; display:inline-block; vertical-align:top; background: #1eb174; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 260px; }
#contenu .renseignement-titre span {height:100%; text-transform: uppercase; letter-spacing: 0.9px; font-weight:700; font-size:19px; color:#fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#contenu .renseignement-titre::after{ display: inline-block; content: " "; position: absolute; right: -23px; top: 8px; width: 47px; height: 47px; background: #1eb174; border-right: 1px solid #1eb174; border-top: 1px solid #1eb174; border-radius: 2px; z-index: -1; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

#contenu .renseignement-contenu {height: 55px; padding: 5px 0 5px 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; box-sizing: border-box; min-width: 320px; }
#contenu .renseignement-contenu .renseignement-element {height: 100%; }
#contenu .renseignement-contenu .renseignement-element-contenu { height:100%; font-size: 27px; font-weight: 700; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#contenu .renseignement-telephone {text-align:center; display:inline-block; vertical-align:top; border-right:1px solid #000; color:#292b2f; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
#contenu .renseignement-telephone a,
#contenu .renseignement-telephone a:visited {text-decoration:none; color:#292b2f; }

#contenu .renseignement-mail {display:inline-block; vertical-align:top; width:61px; }
#contenu .renseignement-mail-contenu { height:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#contenu .renseignement-mail a,
#contenu .renseignement-mail a:visited {margin:0 auto; font-size:30px; color:#fff; width:28px; height:38px; text-align:center; text-decoration:none; background: #1eb174; padding:1px 6px; line-height: 35px; border-radius: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#contenu .renseignement-mail i {font-size:22px; color:#fff; display: inline-block; vertical-align: top; }

/* Fin renseignement */

/* MEMBRES */

/* Compte */
.membre-label {padding-top: 8px; }
.membre-compte-submit {margin-left:160px; }

.historique-nom-date, .historique-nom-departement, .historique-nom-nbStagiaires {display:none; }

#contenu table tr td.historique-nbStagiaires {width:65px; text-align:center; }
#contenu table tr td.historique-statut {text-align:center; }
#contenu table tr td.historique-action {padding:15px 5px; width:105px; }
#contenu table tr td.historique-action .bouton {font-size:13px; margin-bottom:5px; }
#mot-de-passe-email {margin:0 0 10px; }
#mot-de-passe-oublie .bouton {margin-left: 180px; }

/* COMMUN */
/* SELECT */
#contenu .selectize-input {cursor:pointer; height: 45px; /*width:330px; */ width:100%; text-align:left; border:1px solid #e6e6e6; position:relative; z-index:11; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: unset; box-shadow: unset; }
#contenu .selectize-input::after {border:none; width:7px; height:4px; background:url(../images/select-bottom.png) no-repeat center right; }
#contenu .selectize-input.dropdown-active {-webkit-box-shadow: unset !important; box-shadow: unset !important; }
#contenu .selectize-input.dropdown-active::after { background:url(../images/select-top.png) no-repeat center right; }

#contenu .selectize-input input {position:relative; padding-left: 10px !important; line-height: 28px !important; cursor:pointer; font-size:14px; color:#5d5d5d; letter-spacing:0.6px; }
#contenu .selectize-input .item {padding-left: 10px; line-height: 25px !important; cursor:pointer; font-size:14px; color:#000000; letter-spacing:0.6px; }

#contenu .selectize-dropdown {display:block !important; width: 100% !important; }
#contenu .selectize-dropdown [data-selectable] {cursor:pointer; font-size:13px; color:#656c6c; letter-spacing:0.6px; min-height:15px; padding:10px 15px; background:#fff; }
#contenu .selectize-dropdown [data-selectable].active {background:#e6e6e6; }
#contenu .selectize-dropdown-content {height:0; max-height: 115px; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; }
#contenu .selectize-control.active .selectize-dropdown-content {height:115px !important; }
#contenu .selectize-control {z-index:35; }

/* CHECKBOX SPE */
body .checkbox-spe-conteneur {position: relative; } 
body .checkbox-spe-conteneur label {display:block; position: relative; padding-left: 27px; cursor:pointer; letter-spacing: 0.6px; font-size: 13.5px; }

body .checkbox-spe-conteneur [type="radio"]:not(:checked), 
body .checkbox-spe-conteneur [type="radio"]:checked,
body .checkbox-spe-conteneur [type="checkbox"]:not(:checked), 
body .checkbox-spe-conteneur [type="checkbox"]:checked { position: absolute; left: 0; opacity: 0.01; }

body .checkbox-spe-conteneur [type="radio"]:not(:checked) + label:before,
body .checkbox-spe-conteneur [type="radio"]:checked + label:before,
body .checkbox-spe-conteneur [type="checkbox"]:not(:checked) + label:before,
body .checkbox-spe-conteneur [type="checkbox"]:checked + label:before {cursor: pointer; width:12px; height: 12px; border: 1px solid #e7e7e7; background: #FFF; content: ''; position: absolute; left: 0; top: 1px; transition: all .275s; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; }

/* Aspect de la coche */
body .checkbox-spe-conteneur [type="radio"]:not(:checked) + label:after,
body .checkbox-spe-conteneur [type="radio"]:checked + label:after,
body .checkbox-spe-conteneur [type="checkbox"]:not(:checked) + label:after,
body .checkbox-spe-conteneur [type="checkbox"]:checked + label:after {cursor: pointer; content: ''; width:8px; height: 8px; background:#33300d; position: absolute; top: 4px; left: 3px; line-height: 0; transition: all .2s; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; }

/* Aspect non cochée */
body .checkbox-spe-conteneur [type="radio"]:not(:checked) + label:after,
body .checkbox-spe-conteneur [type="checkbox"]:not(:checked) + label:after { opacity: 0; transform: scale(0) rotate(45deg); }

/* Aspect cochée */
body .checkbox-spe-conteneur [type="radio"]:checked + label:after,
body .checkbox-spe-conteneur [type="checkbox"]:checked + label:after { opacity: 1; transform: scale(1) rotate(0); }

/* FIN CHECKBOX SPE */



/* BOUTON PAYPAL */
.paypal-button {
 white-space: nowrap; 
}
.paypal-button button {
 background: none repeat scroll 0 0 #ffa823; 
 border: 1px solid #ffa823; 
 border-radius: 13px; 
 color: #0e3168; 
 cursor: pointer; 
 font-family: "Arial",bold,italic; 
 font-style: italic; 
 font-weight: bold; 
 overflow: hidden; 
 position: relative; 
 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); 
 white-space: nowrap; 
 z-index: 0; 
}
.paypal-button button.large {
 font-size: 14px; 
 padding: 4px 19px; 
}

.paypal-button button:after {
 background: -moz-linear-gradient(center top , #fefefe 0%, #fed994 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); 
 border-radius: 40px 40px 38px 38px; 
 content: " "; 
 height: 60%; 
 left: 0; 
 position: absolute; 
 top: 0; 
 transform: translateX(1%); 
 width: 98%; 
 z-index: -1; 
}
.paypal-button button:before {
 background: -moz-linear-gradient(center top , #ffaa00 0%, #ffaa00 80%, #fff8fc 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); 
 border-radius: 11px; 
 content: " "; 
 height: 100%; 
 left: 0; 
 position: absolute; 
 top: 0; 
 width: 100%; 
 z-index: -2; 
}

#contenu .iframe-responsive-wrapper .iframe-ratio {height:0; }

/* Retour haut de page */
#back-to-top { position: fixed; bottom: 25px; right: 25px; border:none; text-decoration: none; background: rgba(30, 177, 116, 0.9); color:#fff; width:48px; height:48px; padding: 0; display: none; 	z-index:500; border-radius: 35px; }
#back-to-top span { margin:1px; width:calc(100% - 8px); height:calc(100% - 8px); background: rgba(30, 177, 116, 0.9); border: 3px solid #fff; display:inline-block; vertical-align:middle; border-radius: 35px; }
#back-to-top i {color:#fff; font-size: 37px; line-height: 34px; width:100%; height:100%; text-align:center; }

/* Réseaux */	
#global .reseau-partage .reseau-partage-image {height: 100%; width:100%; padding:5px; position:relative; z-index:1; text-decoration:none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-transition: all 100ms ease-in-out; -moz-transition: all 100ms ease-in-out; -ms-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
#global .reseau-partage i {color:#fff; }
#global .reseau-partage-gauche .reseau-partage-image {text-align:right; }
#global .reseau-partage-bas .reseau-partage-image {text-align:center; }
#global .reseau-partage-facebook .reseau-partage-image{background:#4267B2; }
#global .reseau-partage-twitter .reseau-partage-image{background:#55acee; }
#global .reseau-partage-linkedin .reseau-partage-image{background:#0077b5; }
#global .reseau-partage-pinterest .reseau-partage-image{background:#CB2027; }
#global .reseau-partage-email .reseau-partage-image {background:#7d7d7d; }

#reseaux-partage-gauche-conteneur { top: 25%; left:0px; position: fixed; z-index: 500; }
#reseaux-partage-gauche-conteneur .reseau-partage { height: 40px; width:55px; position:relative; cursor:pointer; }
#reseaux-partage-gauche-conteneur .reseau-partage .reseau-partage-image {left:-15px; padding:5px 11px 5px 2px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#reseaux-partage-gauche-conteneur .reseau-partage:first-child .reseau-partage-image {border-radius: 0 5px 0 0; }
#reseaux-partage-gauche-conteneur .reseau-partage:last-child .reseau-partage-image {border-radius: 0 0 5px 0; }

#reseaux-partage-gauche-conteneur .reseau-partage i { font-size:19px; }		
#reseaux-partage-gauche-conteneur .reseau-partage:hover .reseau-partage-image { left:-2px; border-radius: 0 5px 5px 0; }

#reseaux-partage-gauche-conteneur #reseau-partage-gauche-facebook .reseau-partage-image { padding:7px 14px 3px 0; }
#reseaux-partage-gauche-conteneur #reseau-partage-gauche-facebook i {font-size:20px; }
#reseaux-partage-gauche-conteneur #reseau-partage-gauche-pinterest .reseau-partage-image { padding:7px 11px 3px 2px; }
#reseaux-partage-gauche-conteneur #reseau-partage-gauche-email .reseau-partage-image { padding:4px 11px 6px 2px; }
#reseaux-partage-gauche-conteneur #reseau-partage-gauche-email i { font-size:17px; }

#reseaux-partage-bas-conteneur {margin:15px 0; clear:both; }
#reseaux-partage-bas-conteneur > div { text-align:center; }
#reseaux-partage-titre {font-size:17px; margin: 40px 0 10px; }
#reseaux-partage-bas-conteneur .reseau-partage { margin:0 5px; cursor:pointer; position:relative; display:inline-block; vertical-align:top; }
#reseaux-partage-bas-conteneur .reseau-partage::after {height: 4px; width:100%; position:absolute; left:0; bottom:6px; box-shadow:0px 9px 7px rgba(0,0,0,0.3); content:""; }
#reseaux-partage-bas-conteneur .reseau-partage > div { width:35px; height: 38px; position:relative; overflow:hidden; padding:3px 5px 0; }		
#reseaux-partage-bas-conteneur .reseau-partage .reseau-partage-image {padding:8px 5px 0; bottom:-7px; border-radius: 5px 5px 0 0; 	-webkit-box-pack: start; -ms-flex-pack: start; justify-content: start; }
#reseaux-partage-bas-conteneur .reseau-partage i { font-size:19px; }
#reseaux-partage-bas-conteneur .reseau-partage:hover .reseau-partage-image { bottom:0px; }

#reseaux-partage-bas-conteneur #reseau-partage-bas-email i { font-size:15px; }



/* Cookie message */
#cookie-message {position:fixed; bottom:20px; left:20px; z-index:9999; background:rgba(0,0,0,0.8); width:calc(100% - 40px); max-width:680px; border-radius:3px; }
#cookie-message-wrapper {padding:20px 45px 20px 20px; }
#cookie-message-entete { overflow:hidden; text-align:right; position:absolute; top:2px; right:9px; z-index:100; }
#cookie-message-fermer {color: #fff; font-size: 30px; line-height: 30px; text-decoration: none; }
#cookie-message-contenu {color:#ffffff; }
#cookie-message-contenu a,
#cookie-message-contenu a:visited {color:#ffffff; }
#cookie-message-contenu p {margin:0; }

#cookie-choix-contenu {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
#cookie-choix-contenu .cookie-choix {-webkit-box-align: center; align-items: center; background-color: #fff; border: none; cursor: pointer; display: -webkit-inline-box; display: inline-flex; -webkit-box-pack: center; justify-content: center; width: 110px; padding: 10px; position: relative; text-decoration: none; -webkit-transition: background-color .3s ease; transition: background-color .3s ease; background: none; color: #fff; text-transform: uppercase; }
#cookie-choix-contenu .cookie-choix a{text-decoration: none; }
#cookie-choix-contenu .cookie-choix span{letter-spacing: 1px; color: #fff; display: block; font-size: 13px; font-weight: 700; line-height: 1.23; pointer-events: none; position: relative; text-align: center; -webkit-transition: color .3s ease; transition: color .3s ease; z-index: 1; }
#cookie-choix-contenu .cookie-choix::before {background-color: #000; bottom: 0; content: ""; display: block; left: 0; position: absolute; top: 0; -webkit-transition: width .3s ease; transition: width .3s ease; width: 0; }
#cookie-choix-contenu .cookie-choix:hover::before {width: 100%; }

.popup-modal-close {display: flex; justify-content: flex-end; margin-bottom:20px; }

/* Cookie consentement modal debut */
#cookie-consent-form {}
#cookie-consent-form > .titre {font-size:18px; text-transform:uppercase; }
#cookie-consent-form .categories {}
#cookie-consent-form .categorie {padding:15px 0; border-top:1px solid #ccc; }
#cookie-consent-form .categorie:first-child {border-top:none; }

#cookie-consent-form .categorie .haut {}
#cookie-consent-form .categorie .titre {font-weight:bold; margin-bottom:15px; display:inline-block; vertical-align:top; width:250px; }
#cookie-consent-form .categorie .configuration {color:#2196F3; display:inline-block; vertical-align:top; width:calc(100% - 260px); text-align:right; }
#cookie-consent-form .categorie .configuration.actif {font-weight:bold; }

#cookie-consent-form .categorie .contenu {}
#cookie-consent-form .categorie .contenu > div { border-bottom: 1px solid #ccc; }
#cookie-consent-form .categorie .row {margin:10px 0; font-size:0.9em; }
#cookie-consent-form .categorie .label {display:inline-block; vertical-align:top; width:120px; font-weight:bold; }
#cookie-consent-form .categorie .valeur {display:inline-block; vertical-align:top; width:calc(100% - 120px); }

#cookie-consent-form .categorie .nom {}
#cookie-consent-form .categorie .description {}

 /* The switch - the box around the slider */
.switch {
 position: relative; 
 display: inline-block; 
 width: 60px; 
 height: 34px; 
}

/* Hide default HTML checkbox */
.switch input {
 opacity: 0; 
 width: 0; 
 height: 0; 
}

/* The slider */
.slider {
 position: absolute; 
 cursor: pointer; 
 top: 0; 
 left: 0; 
 right: 0; 
 bottom: 0; 
 background-color: #ccc; 
 -webkit-transition: .4s; 
 transition: .4s; 
}

.slider:before {
 position: absolute; 
 content: ""; 
 height: 26px; 
 width: 26px; 
 left: 4px; 
 bottom: 4px; 
 background-color: white; 
 -webkit-transition: .4s; 
 transition: .4s; 
}

input:checked + .slider {
 background-color: #2196F3; 
}

input:focus + .slider {
 box-shadow: 0 0 1px #2196F3; 
}

input:checked + .slider:before {
 -webkit-transform: translateX(26px); 
 -ms-transform: translateX(26px); 
 transform: translateX(26px); 
}

/* Rounded sliders */
.slider.round {
 border-radius: 34px; 
}

.slider.round:before {
 border-radius: 50%; 
} 

/* Cookie consentement modal fin */

.gras {font-weight:bold; }
.vert {color:#018032; }
.clear { clear:both; }
.clearLeft { clear:left; }
.clearRight { clear:right; }
.floatLeft { float:left; }
.floatRight { float:right; }
.displayNone { display:none; }
.displayInlineBlock { display:inline-block; }
a img {border:none; }

.clearfix:after {content: "."; 	display: block; 	clear: both; visibility: hidden; 	line-height: 0; 	height: 0; }
 .clearfix {display: inline-block; }

img.lazy {width: 100%; height: 100%; display: block; background: url('../images/ajax-loader.gif') no-repeat center center; }
 
 
#ui-datepicker-div {font-size:12px; }

.tableau-parent,
.tableau-parent-2,
.tableau-parent-3,
.tableau-parent-4,
.tableau-parent-5 {text-align:center; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack:distribute; justify-content:space-around; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.tableau-parent tbody,
.tableau-parent-2 tbody,
.tableau-parent-3 tbody,
.tableau-parent-4 tbody,
.tableau-parent-5 tbody,
.tableau-parent tr,
.tableau-parent-2 tr,
.tableau-parent-3 tr,
.tableau-parent-4 tr,
.tableau-parent-5 tr {display: inline-table; width: 100%; }
.tableau-parent > tbody > tr > td,
.tableau-parent-2 > tbody > tr > td,
.tableau-parent-3 > tbody > tr > td,
.tableau-parent-4 > tbody > tr > td,
.tableau-parent-5 > tbody > tr > td {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.tableau-enfant {margin:15px !important; display:inline-block; vertical-align:top; text-align:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
.tableau-enfant tr td {width:100% !important; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
.tableau-enfant tr td img {max-width:100%; height:auto; margin: 0 auto; display: block; }
.tableau-parent-2 .tableau-enfant {width:calc(50% - 35px) !important; min-width:215px !important; }
.tableau-parent-3 .tableau-enfant {width:calc(33.333% - 35px) !important; min-width:215px !important; }
.tableau-parent-4 .tableau-enfant {width:calc(25% - 35px) !important; min-width:215px !important; }
.tableau-parent-5 .tableau-enfant {width:calc(20% - 35px) !important; min-width:215px !important; }

.table-responsive-50-pourcent table, 
.table-responsive-50-pourcent thead, 
.table-responsive-50-pourcent tbody, 
.table-responsive-50-pourcent tr, 
.table-responsive-50-pourcent th, 
.table-responsive-50-pourcent td,
.table-responsive-100-pourcent table, 
.table-responsive-100-pourcent thead, 
.table-responsive-100-pourcent tbody, 
.table-responsive-100-pourcent tr, 
.table-responsive-100-pourcent th, 
.table-responsive-100-pourcent td {display: block; }

.table-responsive-50-pourcent table,
.table-responsive-100-pourcent table {width:100%; }

.table-responsive-50-pourcent thead,
.table-responsive-100-pourcent thead {display: none; }

.table-responsive-50-pourcent td,
.table-responsive-100-pourcent td {padding: 10px; text-align: left; border: solid 1px #ccc; }

.table-responsive-50-pourcent td,
.table-responsive-100-pourcent td {padding-left: 173px; position: relative; margin-top: -1px; width: 100%!important; text-align: left !important; background: #FFF; box-sizing: border-box; }
.table-responsive-50-pourcent td:nth-child(odd),
.table-responsive-100-pourcent td:nth-child(odd) {background-color: #eee; }

.table-responsive-50-pourcent td::before,
.table-responsive-100-pourcent td::before {padding: 10px; content: attr(data-label); position: absolute; top: 0; left: 0; width: 145px; bottom: 0; background-color: #6c6c6c; color: #ffffff; font-weight: 600; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.table-responsive-50-pourcent tr {margin: 0 5px 1rem; }
.table-responsive-100-pourcent tr{margin: 0 0px 1rem; }

.table-responsive-100-pourcent tr { width: 100%; }
.table-responsive-50-pourcent tr { width: calc(50% - 13px); display: inline-block; vertical-align: top; }

.table-responsive-50-pourcent th + td,
.table-responsive-100-pourcent th + td {padding-left: 10px; }

/* Table responsive */
.table-header { opacity:0; background-color: #6c6c6c; }
.table-responsive-label {display:none; }

/* Formulaires */
.form {clear:left; margin:10px 0; }
.form140 {display:block; width:140px; padding-right:20px; float:left; text-align:right; }
.form180 {display:block; width:180px; padding-right:20px; float:left; text-align:right; font-size:0.8em; }
.form200 {display:block; width:200px; padding-right:20px; float:left; text-align:right; font-size:0.8em; }
.form90 {display:block; width:90px; padding-right:20px; float:left; text-align:right; }
.inputCadre { border:#529e11 1px solid; }


body .input { position: relative; z-index:10; background: #fff; }
/* LABEL DANS INPUT */
body .input > .input-text-label {border: 0; border-bottom:1px solid #e6e6e6; outline: 0; padding: 15px 0 0px !important; width:100% !important; height:45px !important; position: relative; z-index:10; background-color: transparent; z-index: 2; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
body .input textarea {margin:0; font-size: 13px; width: 100%; color: #493030; outline: 0; padding: 20px 7px 3px 14px; position: relative; background-color: transparent; z-index: 2; }
body .input > label {top: 0px; left:-4px; font-size: 14px; color: #979191; letter-spacing:0.65px; position: absolute; z-index:11; -webkit-transform: translate(5px, calc(100% - 5px)) scale(1); transform: translate(5px, calc(100% - 5px)) scale(1); display: block; z-index: 1; -webkit-transform-origin: bottom left; transform-origin: bottom left; transition: color 200ms ease-in-out, font-size 200ms ease-in-out, -webkit-transform 200ms ease-in-out; transition: color 200ms ease-in-out, transform 200ms ease-in-out, font-size 200ms ease-in-out; transition: color 200ms ease-in-out, transform 200ms ease-in-out, font-size 200ms ease-in-out, -webkit-transform 200ms ease-in-out; }
body .input > label.active {-webkit-transform: translate(0, 0) scale(0.8); transform: translate(0, 0) scale(0.8); }
body .input > label.active-color { }

body .erreur {border:1px solid #f00 !important; }
/* FIN LABEL DANS INPUT */

body .input-text {outline:none; border: 1px solid #dcdcdc; color: #000000; padding: 7px 5px; width:100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
body .erreur .input-text,
body .erreur select {border-color:#f00; }
body .input .erreur-message,
body .input .erreur-message-mail,
body .input .erreur-message-identique,
body .checkbox-spe-conteneur .erreur-message {display:none; color:#6d071A; font-size:12px; letter-spacing: .85px; padding-left: 14px; text-align: left; position: absolute; bottom: -16px; left: 0; }

body textarea {outline:none; border: 1px solid #dcdcdc; color: #000000; padding: 7px 5px; width: 70%; height:75px; resize : none; }
body select {outline:none; border: none; border: 1px solid #dcdcdc; height:30px; }
.bouton-js {cursor:pointer; }

.submit input,
input.submit,.bouton,.bouton-fleche,
#global a.bouton,
#global a.bouton:visited,
#global a.bouton-fleche,
#global a.bouton-fleche:visited {outline:none; border:none; font-size:16px; background:#fff; color: #0c3f2a; min-height: 30px; min-width: 120px; text-align: center; padding: 10px 30px; margin: 10px; font-weight:600; text-transform:uppercase;  border-radius: 5px; text-decoration: none; vertical-align:top; cursor: pointer; letter-spacing:0.7px; -moz-box-shadow: 0px 0px 5px rgba(2,3,3,0.2); -webkit-box-shadow: 0px 0px 5px rgba(2,3,3,0.2);  box-shadow: 0px 0px 5px rgba(2,3,3,0.2); display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-hyphens: unset; -ms-hyphens: unset; hyphens: unset; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none;font-family: 'Montserrat', sans-serif;}
#global a.bouton span,
#global a.bouton:visited span,
#global a.bouton-fleche span,
#global a.bouton-fleche:visited span,
#global a.bouton-fleche i,
#global a.bouton-fleche:visited i,
#global .bouton a,
#global .bouton a:visited,
#global .bouton-fleche a,
#global .bouton-fleche a:visited {color:#0c3f2a; text-decoration:none; }

.bouton-fleche i,
#global a.bouton-fleche i {margin-left:12px; }
.bouton,
#global a.bouton,
#global a.bouton:visited,
.bouton-fleche,
#global a.bouton-fleche,
#global a.bouton-fleche:visited {	line-height: 20px; }

.submit input:hover,
input.submit:hover,
.bouton input:hover,
input.bouton:hover,
.bouton:hover,
#global .bouton:hover,
#global a.bouton:hover,
.bouton-fleche:hover,
#global .bouton-fleche:hover,
#global a.bouton-fleche:hover {background:#000; color:#fff; text-decoration:none; }
#global a.bouton:hover span,
#global a.bouton-fleche:hover span,
#global a.bouton-fleche:hover i {color:#fff; }

/* Messages de retour */
.reponse-message,
.reponse-erreurs, .ok { padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.reponse-erreurs { background: #fbe3e4; color: #8a1f11 !important; border-color: #fbc2c4; padding:0 0.8em; }
.reponse-message, .ok { background: #e6efc2; color: #264409 !important; border-color: #c6d880; }
.reponse-erreur { color: #8a1f11 !important; font-weight:bold; }
.reponse-message, .ok { color: #264409 !important; font-weight:bold; }



@media only screen and (-webkit-max-device-pixel-ratio: 1.5),
 only screen and (-o-max-device-pixel-ratio: 3/2),
 only screen and (max--moz-device-pixel-ratio: 1.5),
 only screen and (max-device-pixel-ratio: 1.5) {
 
	.logo-image.icon{display:inline-block; }
	.logo-image.iconGrand{display:none; } 
 
	body * {image-rendering: -webkit-optimize-contrast; }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 only screen and (-o-min-device-pixel-ratio: 3/2),
 only screen and (min--moz-device-pixel-ratio: 1.5),
 only screen and (min-device-pixel-ratio: 1.5) { 
 
	.logo-image.icon {display:none; }
	.logo-image.iconGrand{display:inline-block; } 
	body * {image-rendering: initial; }
}
