.cdm-filter-btn {
	border-radius: 16px;
    background-color: #efb600;
    display: inline-block;
    padding: 6px 9px 6px 9px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #3f2407;
    opacity: .8;
	cursor: pointer
}
.blog-source{
	position: absolute;
    bottom: 26px;
    right: 34px;
    opacity: .8;
}

.blog-source svg{
	width: 24px;
    height: 24px;
}
.blog-source p{
	display: inline-block;
    font-size: 10px !important;
    padding: 2px 0px 0px 4px;
    color: #404040 !important;
	font-weight: bold;
}
.tooltip .tooltiptext {
	display: block;
    visibility: hidden;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
	padding-bottom: 8px;
    border-radius: 3px;
    z-index: 45;
    opacity: 1;
    transition: opacity 0.3s;
    font-size: 14px;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	margin-top: 3px;
}

.tooltip {
    position: absolute;
    display: inline-block;
    color: #006080;
}
.tooltip-top {
    /*bottom: 125%;
    left: 50%;
    margin-left: -60px;*/
}

div.tooltip {display: none}

@media screen and (max-width: 767px) { 
	.tooltip .tooltiptext {
    visibility: visible;
    
   background-color: unset;
    font-style:  italic;
    color: #fff;
    text-align: center;
    padding: 0;
	padding-bottom: 8px;
    border-radius: 6px;
    z-index: 45;
    opacity: 1;
    transition: opacity 0.3s;
    font-size: 11px;
	-webkit-box-shadow: unset;
    box-shadow: unset;
}

.tooltip {
    position: relative;
    display: inline-block;
    color: #006080;
}
.tooltip-top {
    /*bottom: 125%;
    left: 50%;
    margin-left: -60px;*/
}

div.tooltip {display: block}
	.blocbutton {display: none !important; cursor: help;}
	
}

.survey-field-hidden { display: none }
.survey-field-visible { display: block }
.scrollable-shadow {
    overflow: auto;
    max-height: 45vh;
	
    background: /* Shadow covers */ linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, /* Shadows */ radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
    background: /* Shadow covers */ linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, /* Shadows */ radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    background-attachment: local, local, scroll, scroll;
}
.alert-danger a {
	text-decoration: none;
	color: #721c24;
	font-weight: 500;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.sublabel {
	margin: -10px 0px 14px 0 !important;
    font-size: 14px !important;
	color: #563510;
	font-weight: 300 !important;
}

.annonce figcaption {
	font-size: 14px !important;
    text-align: center !important;
    color: #563510 !important;
    padding-top: 10px;
}
.mediathumbs {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

body.darkmode .shiny{
	position: relative;
	
	color: #fff;
	overflow: hidden;
}
body.darkmode .shiny:before{
	/*content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: rgba(255,255,255,.1);*/
}
body.darkmode .shiny:after{
	/*content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);
	transition: 0.5s;
	transition-delay: 0.5s;*/
}
body.darkmode .shiny:hover:after{
	/*left: 100%;*/
}
body.darkmode .shiny span.shine{
	position: absolute;
	display: block;
	transition: 0.5s ease;
}
body.darkmode .shiny span.shine:nth-child(1)
{
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: rgba(255,255,255,.5);
}
body.darkmode .shiny:hover span.shine:nth-child(1)
{
	width: 100%;
	transform: translateX(100%);
}
body.darkmode .shiny span.shine:nth-child(3)
{
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background: rgba(255,255,255,.5);
}
body.darkmode .shiny:hover span.shine:nth-child(3)
{
	width: 100%;
	transform: translateX(-100%);
}
body.darkmode .shiny span.shine:nth-child(2)
{
	top: 0;
	left: 0;
	width: 1px;
	height: 0;
	background: rgba(255,255,255,.5);
}
body.darkmode .shiny:hover span.shine:nth-child(2)
{
	height: 100%;
	transform: translateY(100%);
}
body.darkmode .shiny span.shine:nth-child(4)
{
	bottom: 0;
	right: 0;
	width: 1px;
	height: 0;
	background: rgba(255,255,255,.5);
}
body.darkmode .shiny:hover span.shine:nth-child(4)
{
	height: 100%;
	transform: translateY(-100%);
}

.wrappable {
    white-space:normal;
}

body div.cdm_logo {
	display: inline-block;
    width: 160px;
    height: 45px;
    background-image: url(/images/cdm_logo.svg);
    background-size: cover;
}
body.darkmode div.cdm_logo {
	display: inline-block;
    width: 160px;
    height: 45px;
    background-image: url(/images/cdm_logo_dm.svg);
    background-size: cover;
}

@media screen and (max-width: 767px) { 
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 14px;
    line-height: 1;
	}}
.no-content-paddging {
	padding: 0;
}

@media (min-width: 768px){
.no-content-paddging {
	padding: unset;
	}}

.width100 { width: 100%}
.width50 { width: 50%}

.cdm-sub-label { font-size: 13px !important;
    opacity: 1; line-height: 26px !important;
    font-weight: 700 !important;}

.form label.checkbox {
    font-weight: 400;
    vertical-align: unset;
    padding: 6px 6px 6px 0px;
    margin: 0px 10px 0px 0px;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
}
@media screen and (max-width: 767px) { 
.form label.checkbox {
    font-size: 14px;
	} }

.image-wrapper { 	  position: relative; 	  padding-bottom: 56.2%; 	}  	.image-wrapper img { 	  position: absolute; 	  object-fit: cover; 	  width: 100%; 	  height: 100%; 	}
@media screen and (max-width: 767px) { 
	
	body section { padding-top: 30px; padding-bottom: 30px !important; }
	body .bloclist li { height: 100px !important; }
	body .bloclist li a span { font-size: 1.2rem !important; }
	body h1.section-header {  margin-bottom: 34px; text-align: center;}
	.owl-nav { top: -26px !important; right: unset !important; left: 14px !important; }
	.add_arrow { float: none !important; transform: scale(.85);  }
	body .section_box_zoom li > a article { padding: 10px 20px; }
}

@media screen and (max-width: 1139px) and (min-width: 768px) {
	.cdm-highlight-item div.content { padding: 20px !important; padding-left: 40px !important; }
	.owl-carousel.wrapper { padding-left: 0 !important; padding-right: 0 !important; }
	.owl-carousel.owl-carousel-highlight .ombre_img { 
	background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
    background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
    background: -webkit-gradient(linear, left top, right top, from(black), color-stop(50%, rgba(0, 0, 0, 0))) !important;
    background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important;
    background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%) !important; }
}

html iframe body {
	background-color: unset !important;
}
/* them dupain */
body main#home_main > header .subnav.theme-dupain {
    background: #60a3bc;
}
.theme-dupain a {
  color: #60a3bc; }
.theme-dupain .text-color-theme {
  color: #60a3bc !important;fill: #60a3bc !important; }
.theme-dupain .bg-color-theme {
  background-color: #60a3bc !important; }
.theme-dupain .btn-color-theme {
  border-color: #60a3bc !important;
  color: #60a3bc !important; }
  .theme-dupain .btn-color-theme:hover {
    background-color: #60a3bc !important;
    color: white !important; }
.theme-dupain .table-color thead, .theme-dupain .table-color th, .theme-dupain .table-color tbody > tr > th {
  background-color: #60a3bc !important;
  color: white !important; }
  .theme-dupain .table-color thead p, .theme-dupain .table-color th p, .theme-dupain .table-color tbody > tr > th p {
    color: white !important; }
.theme-dupain .infobox a {
  color: #60a3bc; }
.theme-dupain .nav-left li.active > a {
  color: #60a3bc; }
.theme-dupain .nav-left li > a {
  transition: color 250ms linear; }
  .theme-dupain .nav-left li > a:hover {
    color: #60a3bc; }
.theme-dupain .panel.infobox-menu .panel-body ul li a:hover {
  color: #60a3bc; }
.theme-dupain .panel.infobox-menu .panel-body ul li a:focus {
  color: #60a3bc; }
.theme-dupain .content-textimg a {
  color: #60a3bc; }
.theme-dupain .panel-infobox .panel-heading:after {
  border-color: #60a3bc transparent transparent transparent !important; }
.theme-dupain .nav-sub .navbar-nav li.dropdown.open > a, .theme-dupain .nav-sub .navbar-nav li.dropdown.open > span {
  color: #60a3bc !important; }
.theme-dupain .nav-sub .navbar-nav li.dropdown.open .dropdown-menu > li.active > a, .theme-dupain .nav-sub .navbar-nav li.dropdown.open .dropdown-menu > li.active > span {
  color: #60a3bc !important; }
.theme-dupain .nav-sub .navbar-nav li.dropdown.open .dropdown-menu > li > a:hover, .theme-dupain .nav-sub .navbar-nav li.dropdown.open .dropdown-menu > li > span:hover {
  color: #60a3bc !important; }
.theme-dupain .btn-dropdown.dropdown-toggle {
  background-color: #60a3bc; }
  .theme-dupain .btn-dropdown.dropdown-toggle .txt {
    border-right: 1px solid #60a3bc; }
.theme-dupain .dropdown-sub-menu .dropdown-menu li a {
  color: #60a3bc; }
.theme-dupain .dropdown-sub-menu .dropdown-menu li ul {
  box-shadow: none; }

.theme-dupain a {
  color: #60a3bc; }
.theme-dupain .text-color-theme {
  color: #60a3bc !important; }
.theme-dupain .bg-color-theme {
  background-color: #60a3bc !important; }
.theme-dupain .btn-color-theme {
  border-color: #60a3bc !important;
  color: #60a3bc !important; }
  .theme-dupain .btn-color-theme:hover {
    background-color: #60a3bc !important;
    color: white !important; }
.theme-dupain .table-color thead, .theme-dupain .table-color th, .theme-dupain .table-color tbody > tr > th {
  background-color: #60a3bc !important;
  color: white !important; }
  .theme-dupain .table-color thead p, .theme-dupain .table-color th p, .theme-dupain .table-color tbody > tr > th p {
    color: white !important; }
.theme-dupain .infobox a {
  color: #60a3bc; }
.theme-dupain .nav-left li.active > a {
  color: #60a3bc; }
.theme-dupain .nav-left li > a {
  transition: color 250ms linear; }
  .theme-dupain .nav-left li > a:hover {
    color: #60a3bc; }
.theme-dupain .panel.infobox-menu .panel-body ul li a:hover {
  color: #60a3bc; }
.theme-dupain .panel.infobox-menu .panel-body ul li a:focus {
  color: #60a3bc; }
.theme-dupain .content-textimg a {
  color: #60a3bc; }
.theme-dupain .panel-infobox .panel-heading:after {
  border-color: #60a3bc transparent transparent transparent !important; }
.theme-dupain .nav-sub .navbar-nav li.dropdown.open > a, .theme-dupain .nav-sub .navbar-nav li.dropdown.open > span {
  color: #60a3bc !important; }
.theme-dupain .nav-sub .navbar-nav li.dropdown.open .dropdown-menu > li.active > a, .theme-dupain .nav-sub .navbar-nav li.dropdown.open .dropdown-menu > li.active > span {
  color: #60a3bc !important; }
.theme-dupain .nav-sub .navbar-nav li.dropdown.open .dropdown-menu > li > a:hover, .theme-dupain .nav-sub .navbar-nav li.dropdown.open .dropdown-menu > li > span:hover {
  color: #60a3bc !important; }
.theme-dupain .btn-dropdown.dropdown-toggle {
  background-color: #60a3bc; }
  .theme-dupain .btn-dropdown.dropdown-toggle .txt {
    border-right: 1px solid #60a3bc; }
.theme-dupain .dropdown-sub-menu .dropdown-menu li a {
  color: #60a3bc; }
.theme-dupain .dropdown-sub-menu .dropdown-menu li ul {
  box-shadow: none; }

 .nav-sub .navbar-nav li.active a, .theme-dupain .nav-sub .navbar-nav li.active span {
    background-color: transparent;
    color: #fff !important;font-weight: bold;
}

.theme-dupain .panel-group.faq .panel .panel-heading {
    background-color: #60a3bc;
    border-radius: 0;
}
/* END them dupain */
/* them azure */
body main#home_main > header .subnav.theme-azure {
    background: #4a69bd;
}
.theme-azure a {
  color: #4a69bd; }
.theme-azure .text-color-theme {
  color: #4a69bd !important;fill: #4a69bd !important; }
.theme-azure .bg-color-theme {
  background-color: #4a69bd !important; }
.theme-azure .btn-color-theme {
  border-color: #4a69bd !important;
  color: #4a69bd !important; }
  .theme-azure .btn-color-theme:hover {
    background-color: #4a69bd !important;
    color: white !important; }
.theme-azure .table-color thead, .theme-azure .table-color th, .theme-azure .table-color tbody > tr > th {
  background-color: #4a69bd !important;
  color: white !important; }
  .theme-azure .table-color thead p, .theme-azure .table-color th p, .theme-azure .table-color tbody > tr > th p {
    color: white !important; }
.theme-azure .infobox a {
  color: #4a69bd; }
.theme-azure .nav-left li.active > a {
  color: #4a69bd; }
.theme-azure .nav-left li > a {
  transition: color 250ms linear; }
  .theme-azure .nav-left li > a:hover {
    color: #4a69bd; }
.theme-azure .panel.infobox-menu .panel-body ul li a:hover {
  color: #4a69bd; }
.theme-azure .panel.infobox-menu .panel-body ul li a:focus {
  color: #4a69bd; }
.theme-azure .content-textimg a {
  color: #4a69bd; }
.theme-azure .panel-infobox .panel-heading:after {
  border-color: #4a69bd transparent transparent transparent !important; }
.theme-azure .nav-sub .navbar-nav li.dropdown.open > a, .theme-azure .nav-sub .navbar-nav li.dropdown.open > span {
  color: #4a69bd !important; }
.theme-azure .nav-sub .navbar-nav li.dropdown.open .dropdown-menu > li.active > a, .theme-azure .nav-sub .navbar-nav li.dropdown.open .dropdown-menu > li.active > span {
  color: #4a69bd !important; }
.theme-azure .nav-sub .navbar-nav li.dropdown.open .dropdown-menu > li > a:hover, .theme-azure .nav-sub .navbar-nav li.dropdown.open .dropdown-menu > li > span:hover {
  color: #4a69bd !important; }
.theme-azure .btn-dropdown.dropdown-toggle {
  background-color: #4a69bd; }
  .theme-azure .btn-dropdown.dropdown-toggle .txt {
    border-right: 1px solid #4a69bd; }
.theme-azure .dropdown-sub-menu .dropdown-menu li a {
  color: #4a69bd; }
.theme-azure .dropdown-sub-menu .dropdown-menu li ul {
  box-shadow: none; }

.theme-azure a {
  color: #4a69bd; }
.theme-azure .text-color-theme {
  color: #4a69bd !important; fill: #4a69bd !important; }
.theme-azure .bg-color-theme {
  background-color: #4a69bd !important; }
.theme-azure .btn-color-theme {
  border-color: #4a69bd !important;
  color: #4a69bd !important; }
  .theme-azure .btn-color-theme:hover {
    background-color: #4a69bd !important;
    color: white !important; }
.theme-azure .table-color thead, .theme-azure .table-color th, .theme-azure .table-color tbody > tr > th {
  background-color: #4a69bd !important;
  color: white !important; }
  .theme-azure .table-color thead p, .theme-azure .table-color th p, .theme-azure .table-color tbody > tr > th p {
    color: white !important; }
.theme-azure .infobox a {
  color: #4a69bd; }
.theme-azure .nav-left li.active > a {
  color: #4a69bd; }
.theme-azure .nav-left li > a {
  transition: color 250ms linear; }
  .theme-azure .nav-left li > a:hover {
    color: #4a69bd; }
.theme-azure .panel.infobox-menu .panel-body ul li a:hover {
  color: #4a69bd; }
.theme-azure .panel.infobox-menu .panel-body ul li a:focus {
  color: #4a69bd; }
.theme-azure .content-textimg a {
  color: #4a69bd; }
.theme-azure .panel-infobox .panel-heading:after {
  border-color: #4a69bd transparent transparent transparent !important; }
.theme-azure .nav-sub .navbar-nav li.dropdown.open > a, .theme-azure .nav-sub .navbar-nav li.dropdown.open > span {
  color: #4a69bd !important; }
.theme-azure .nav-sub .navbar-nav li.dropdown.open .dropdown-menu > li.active > a, .theme-azure .nav-sub .navbar-nav li.dropdown.open .dropdown-menu > li.active > span {
  color: #4a69bd !important; }
.theme-azure .nav-sub .navbar-nav li.dropdown.open .dropdown-menu > li > a:hover, .theme-azure .nav-sub .navbar-nav li.dropdown.open .dropdown-menu > li > span:hover {
  color: #4a69bd !important; }
.theme-azure .btn-dropdown.dropdown-toggle {
  background-color: #4a69bd; }
  .theme-azure .btn-dropdown.dropdown-toggle .txt {
    border-right: 1px solid #4a69bd; }
.theme-azure .dropdown-sub-menu .dropdown-menu li a {
  color: #4a69bd; }
.theme-azure .dropdown-sub-menu .dropdown-menu li ul {
  box-shadow: none; }

 .nav-sub .navbar-nav li.active a, .theme-azure .nav-sub .navbar-nav li.active span {
    background-color: transparent;
    color: #fff !important;font-weight: bold;
}

.theme-azure .panel-group.faq .panel .panel-heading {
    background-color: #4a69bd;
    border-radius: 0;
}
/* END theme azure */

#form785 label.checkbox { display: block;}
#form785 .coordonnees_groupemetiers-lbl { display: none}
.content_eventview .boxshadow { background-color: unset !important; }
.img-responsive { width: 100%; height: auto }
.menu-outer {
	background: #efb600;
	padding: 10px 10px;
}

.menu-outer .table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

.menu-outer ul {
    line-height: 14px;
    list-style: none !important;
    padding: 8px 0px;
    margin: 0;
    text-align: center;
}
	.menu-outer ul li {
		display: inline;
		
	}
.menu-outer ul li:not(:last-child):after {
		content: '|';
		margin-right: 8px;
		margin-left: 8px;
		font-size: 12px;
		color: #fff;
		vertical-align: top;
	}

.mobile-menu-additional ul li {
	/*float: left !important;
	margin-right: 8px;*/
}
.mobile-menu-additional ul li a{
	
	text-decoration: none !important;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	letter-spacing: 2px;
	font-size: 12px;
}

.mobile-menu-additional {
position: absolute; bottom: 0; display: block;width:100%;}
#nav_main a.yde-logo{

background : url("../img/yde_logo.svg") no-repeat !important;
	background-position-x: 83% !important;
	background-position-y: 15% !important;
	background-size: 20% !important;
	
}

#nav_main a.handsup-logo{

background : url("https://www.handsup.lu/images/logo/logo_brevet_de_maitrise.svg") no-repeat !important;
	background-position-x: 83% !important;
	background-position-y: 15% !important;
	background-size: 33% !important;
	
}

#nav_main_copy_mob a.yde-logo{

background : url("../img/yde_logo.svg") no-repeat !important;
	background-position-x: 85% !important;
    background-position-y: 50% !important;
    background-size: 12% !important;
	
}

#nav_main a.yde-logo:hover{

color : #1CAC83 !important;
	
	
	
}
#nav_main a.apprentissage:hover{ color : #b0a48d !important; }
#nav_main a.brevet:hover{ color : #5BB8E4 !important; }
#nav_main a.formation:hover{ color : #ee7f00 !important; }
#nav_main a.artisanat:hover{ color : #efb600 !important; }

textarea,
input[type] {
    color: #563510;
}
.form label { color: #563510; }
.cdm-highlight-item a.btn {
    background: #000000;
    color: #efb600;
    border: 2px solid #efb600 !important;
    padding: 14px 28px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    margin-right: 12px;
}
body.theme-blue .cdm-highlight-item a.btn { border: 2px solid #5BB8E4 !important; } 
body.theme-gray .cdm-highlight-item a.btn { border: 2px solid #b0a48d !important; } 
body.theme-orange .cdm-highlight-item a.btn { border: 2px solid #ee7f00 !important; } 

body.theme-blue .cdm-highlight-item a.btn:hover { background: #5BB8E4 !important; color: #fff; } 
body.theme-gray .cdm-highlight-item a.btn:hover { background: #b0a48d !important; color: #fff; } 
body.theme-orange .cdm-highlight-item a.btn:hover { background: #ee7f00 !important; color: #fff; }

@media screen and (max-width: 767px) { 
	
.cdm-highlight-item a.btn {
    background: #000000;
    color: #efb600;
    border: 1px solid #efb600 !important;
    padding: 10px 24px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    margin-right: 12px;
	margin-top: 10px;
	}}

.cdm-highlight-item a.btn:hover {
        background: #efb600;
        color: #ffffff;
        border: 2px solid #efb600; }

@media screen and (min-width: 1140px)
{.cdm-highlight-item a.btn {
    font-size: 1.6rem;
    padding: 12px 20px;
}}


.cdm-highlight-item .btn {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
    -webkit-transition: -webkit-transform 0.3s 0.4s;
    transition: -webkit-transform 0.3s 0.4s;
    -o-transition: transform 0.3s 0.4s;
    transition: transform 0.3s 0.4s;
    transition: transform 0.3s 0.4s, -webkit-transform 0.3s 0.4s;
}
@media screen and (min-width: 768px) { 
	.owl-carousel-highlight { height: 405px; overflow: hidden; }}

.owl-carousel.owl-carousel-highlight .owl-stage-outer {
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 30px;
}

.owl-carousel.owl-carousel-highlight .ombre_img {
    background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 90%, black 100%);
    background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 90%, black 100%);
    background: -webkit-gradient(linear, left top, right top, from(black), color-stop(50%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 90%, black 100%);
    background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 90%, black 100%);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) { 
.owl-carousel.owl-carousel-highlight .ombre_img {
    background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 90%, black 100%);
    background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 90%, black 100%);
    background: -webkit-gradient(linear, left top, right top, from(black), color-stop(50%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 90%, black 100%);
    background: linear-gradient(to bottom, #ffffff00 0%, rgba(0, 0, 0, 0) 10%,rgba(0, 0, 0, 1) 200px, black 100%);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
	}}

body .section_actu article .tag.theme-green {
              border: 1px solid #9EBF06;
              background: #9EBF06; }
            body .section_actu article .tag.theme-yellow {
              border: 1px solid #efb600;
              background: #efb600; }
            body .section_actu article .tag.theme-blue {
              border: 1px solid #5BB8E4;
              background: #5BB8E4; }
			body .section_actu article .tag.theme-gray {
              border: 1px solid #b0a48d;
              background: #b0a48d; }
			body .section_actu article .tag.theme-orange {
              border: 1px solid #ee7f00;
              background: #ee7f00; }
			body .section_actu article .tag.theme-een {
              border: 1px solid #0077b3;
              background: #0077b3; }
			body .section_actu article .tag.theme-ph {
              border: 1px solid #7f519b;
              background: #7f519b; }
			body .section_actu article .tag.theme-hu {
              border: 1px solid #e62117;
              background: #e62117; }

            body .section_actu article .tag:hover.theme-green {
              border: 1px solid #9EBF06;
              background: transparent;
              color: #9EBF06; }
            body .section_actu article .tag:hover.theme-yellow {
              border: 1px solid #efb600;
              background: transparent;
              color: #efb600; }
			body .section_actu article .tag:hover.theme-blue {
              border: 1px solid #5BB8E4;
              background: transparent;
              color: #5BB8E4; }
			body .section_actu article .tag:hover.theme-gray {
              border: 1px solid #b0a48d;
              background: transparent;
              color: #b0a48d; }
			body .section_actu article .tag:hover.theme-orange {
              border: 1px solid #ee7f00;
              background: transparent;
              color: #ee7f00; }
            body .section_actu article .tag:hover.theme-een {
              border: 1px solid #0077b3;
              background: transparent;
              color: #0077b3; }
			body .section_actu article .tag:hover.theme-ph {
              border: 1px solid #7f519b;
              background: transparent;
              color: #7f519b; }
			body .section_actu article .tag:hover.theme-hu {
              border: 1px solid #e62117;
              background: transparent;
              color: #e62117; }
/* section_actu owl style */
body .section_actu article {
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    padding: 0 0 20px 0;
    background: #ffffff;
    min-height: 490px;
}
body .section_actu article a {
    display: block;
    text-decoration: none;
}
body .section_actu article .box_actu_image {
    box-shadow: 0 0 100px rgba(0,0,0,0.2) inset;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
body .section_actu article .box_actu_image {
    /*width: 100%;
    
	height: calc(412px * (9/16));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
	
	 padding-top: 56.25%;  /* 450px/800px = 0.5625 */
     background-size: cover;
     -moz-background-size: cover;  /* Firefox 3.6 */
     background-position: center;  /* Internet Explorer 7/8 */
}
body .section_actu article .margemoi {
    padding: 24px 20px 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body .section_actu article .tag.theme-yellow {
    border: 1px solid #efb600;
    background: #efb600;
}
body .section_actu article .tag {
    padding: 12px 28px 8px;
    border: 1px solid #efb600;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 600;
}
body .section_actu article .date {
    float: right;
    font-size: 1.6rem;
    color: #3F2406;
    padding: 10px 0 8px 0;
    line-height: 1;
    font-weight: 600;
}
body .section_actu article h1 {
    font-size: 1.6rem;
    margin: 24px 0;
    text-transform: inherit;
}
body .section_actu article p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0;
    color: #3F2406;
}


/* END section_actu owl style */

/* section_event owl style */
body .section_event article {
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    background: #ffffff;
}
body .section_event article a {
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 20px;
}
body .section_event article .date {
    padding: 12px 28px 8px;
    display: inline-block;
    color: #ffffff;
    background: #efb600;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 600;
    float: left;
}

body .section_event article .time {
    float: left;
    font-size: 1.6rem;
    color: #3F2406;
    padding: 10px 0 8px 0;
    line-height: 1;
    margin: 0 12px;
    padding-left: 30px;
    position: relative;
}
body .section_event article .lang.lu {
    background: url(../img/luxembourg.svg) center center no-repeat;
    background-size: cover;
}
body .section_event article .lang {
    width: 18px;
    height: 12px;
    float: right;
    margin-top: 9px;
}
body .section_event article p {
    color: #898989;
    margin: 20px 0;
    width: 100%;
    float: left;
    font-size: 1.6rem;
    line-height: 1.5;
}
body .section_event article h1 {
    font-size: 1.7rem;
    color: #3F2406;
}
body .section_event article h1 {
    font-size: 2rem;
    margin: 0 0 12px 0;
    width: 100%;
    float: left;
    color: #000000;
    min-height: 72px;
}
body .section_event article .time::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    position: absolute;
    top: 8px;
    left: 0px;
    font-size: 1.6rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #898989;
}
/* END section_event owl style */

@media screen and (min-width: 768px) {
body main#home_main > header #nav_main nav ul li a { font-size: 12px; }}

.owl-nav {position: absolute;
    top: -60px;
    right: 21px;}
.owl-carousel.owl-carousel-highlight .owl-nav {
    position: absolute;
    bottom: 13px !important;
    left: 60px !important;
	top: unset;
	right: unset;
}
@media screen and (max-width: 767px) { .owl-carousel.owl-carousel-highlight .owl-nav {
    position: absolute;
    bottom: 13px !important;
    left: 40px !important;
	top: unset;
	right: unset;
} }
.owl-carousel .owl-stage-outer { overflow: unset; margin-top: 30px; margin-bottom: 30px; }
@media screen and (max-width: 767px) { .owl-carousel .owl-stage-outer { overflow: unset; margin-top: 0px; margin-bottom: 0px; } }
.owl-carousel div.item { padding: 16px; }

.owl-carousel .owl-nav button.owl-prev {
    background-image: url(https://www.cdm.lu/templates/cdmv2.0/img/arrow_left_yellow.svg);
    background-size: 80%;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center center;
}
.owl-carousel.owl-carousel-highlight .owl-nav button.owl-prev {
	background-image: url(https://www.cdm.lu/templates/cdmv2.0/img/arrow_left_slider_yellow.svg);width: 24px;
    height: 24px;margin-right: 12px;}
.owl-carousel.owl-carousel-highlight .owl-nav button.owl-next {
	background-image: url(https://www.cdm.lu/templates/cdmv2.0/img/arrow_left_slider_yellow.svg);width: 24px;
    height: 24px;}

#section_formation .owl-carousel .owl-nav button.owl-prev { background-image: url(https://www.cdm.lu/templates/cdmv2.0/img/arrow_left_orange.svg); }

.owl-carousel .owl-nav button.owl-next {
    background-image: url(https://www.cdm.lu/templates/cdmv2.0/img/arrow_left_yellow.svg);
	transform: rotate(180deg);
    background-size: 80%;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center center;
	
}
#section_formation .owl-carousel .owl-nav button.owl-next { background-image: url(https://www.cdm.lu/templates/cdmv2.0/img/arrow_left_orange.svg); }

.owl-carousel .owl-nav button.owl-next::hover {opacity: 0.7 }
.owl-carousel .owl-nav button.owl-prev::hover {opacity: 0.7 }
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span { display: none}

.cdm-highlight-item {
	display: block;
	min-height: 405px;
	background-color: #000;
}
.owl-nav button.owl-prev { color: #efb600; }
.cdm-highlight-item div.content{
    display: block;
    padding: 40px;
    max-height: 405px;
    z-index: 100;
    position: absolute;
}

@media screen and (max-width: 767px) { 
.cdm-highlight-item div.content {
    display: block;
    padding: 20px;
    z-index: 100;
    position: absolute;
	top: 180px;
	}}
.cdm-highlight-item div.content h1{ color: #fff; text-transform: uppercase; font-size: 2.4rem; -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.cdm-highlight-item div.content p , .cdm-highlight-item div.content p strong{ color: #fff; font-weight: 400; }

@media screen and (max-width: 767px) { .cdm-highlight-item div.content h1{ font-size: 2.0rem; } .cdm-highlight-item div.content p , .cdm-highlight-item div.content p strong{ color: #fff; font-weight: 400; font-size: 15px !important; line-height: 2rem; }}
.cdm-highlight-item .bg-image { 
	max-height: 405px;
    height: 405px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;background-position-y: center; }
@media screen and (max-width: 767px) { 
.cdm-highlight-item .bg-image {
    max-height: 100vh;
    height: calc(100vh - 70px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
	}}

.cdm-highlight-item .bg-image::before { 
	content: "";
	background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 90%, black 100%);
    background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 90%, black 100%);
    background: -webkit-gradient(linear, left top, right top, from(black), color-stop(50%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 40%,rgba(0, 0, 0, 0) 90%, black 100%);
    background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 40%,rgba(0, 0, 0, 0) 90%, black 100%);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat; }


.cdm-highlight-item .box-shadow {
    text-align: right;
}
.cdm-highlight-item .box-shadow img {
    display: inline-block;
    position: relative;
   
	height: 405px;
    width: auto !important;
}

.cdm-highlight-item .img-shadow {
    background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 90%, black 100%);
    background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 90%, black 100%);
    background: -webkit-gradient(linear, left top, right top, from(black), color-stop(50%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 90%, black 100%);
    background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 90%, black 100%);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
}

ul.tableau li.titre { font-weight: 500; text-transform: uppercase; color:#fff; text-align: center;}

ul.tableau li.cours { border-bottom: 1px dotted #3f2406;}

body main#home_main > header .subnav ul li ul {
    position: absolute;
    left: unset;
    right: unset;
    background: #ffffff;
    display: none;
    max-width: min-content;
    width: 100%;
    margin: auto; 
    padding-left: 24px;
    padding-right: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 36px;
    padding-top: 16px;
    vertical-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) { 
	body main#home_main > header .subnav ul li ul {
   	left: 0;
    right: 0;
	max-width: 100%;
} }

body #slider_top_v2 .bx-wrapper .bx-controls .bx-controls-direction a { bottom: 20px; }

@media screen and (min-width: 1140px){
body #slider_top_v2 .bx-wrapper .bx-viewport a.btn {
    font-size: 1.6rem;
    padding: 12px 20px;
}
}
header {
	-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
	z-index: 9000 !important;
	
}
/*body header .overflow { border-bottom: 5px solid #efb600; }
body.theme-gray header .overflow::after { content: " "; border-bottom: 5px solid #b0a48d; filter: brightness(0.6)}
body.theme-blue header .overflow { border-bottom: 5px solid #5BB8E4;  }
body.theme-orange header .overflow { border-bottom: 5px solid #ee7f00; }*/

body main#home_main > header #nav_main nav ul li.active a {
    color: #efb600;
}
body.theme-gray main#home_main > header #nav_main nav ul li.active a { color: #b0a48d; }
body.theme-blue main#home_main > header #nav_main nav ul li.active a { color: #5BB8E4; }
body.theme-orange main#home_main > header #nav_main nav ul li.active a { color: #ee7f00; }

.card.children ul li {
    padding-top: 13px;
}
.choix_lng a[id$="_lng"]::before { content: none !important; }
.choix_lng a[id$="_lng"] { display: inline-block  !important; }
.choix_lng { text-align: right; }

.brick { margin-bottom: 16px; }
.brick img{ opacity: 0.8; }
.brick:hover img{ opacity: 1; -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5); }
.thumbnail {
	-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}
.more-to-the-right {
	background: -webkit-linear-gradient(right,  rgba(255,255,255,0.6), rgba(255,255,255,0.0));
    height: 100%;
    position: absolute;
    pointer-events: none;
    right: 0;
    width: 30px;
    z-index: 2;
}
body.theme-green .more-to-the-right { background: -webkit-linear-gradient(right, #9fbe08, rgba(255,255,255,0.0)) !important; }
.bx-controls-direction a {
	z-index: 8000 !important;
}
body .section_actu ul li article { border-radius: 3px; }
.hand-right:before {
    content: '';
    background: url(/themes/cdmv2/images/hand-right.svg);
    height: 11px;
    width: 30px;
    vertical-align: baseline;
    display: inline-block;
    background-repeat: no-repeat;
}

body #slider_top_v2 .bx-wrapper .bx-viewport .frantome_grid40 p { line-height: 1.6em; }

body .add_arrow { background-color: #fff; border-radius: 3px; }

body section[class^="section_"] {
	background-color: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #fff 60%, #fbf1e7 80%, #fbf1e7 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #fff 60%, #fbf1e7 80%, #fbf1e7 100%);
    background: -o-linear-gradient(top, #fff 0%, #fff 60%, #fbf1e7 80%, #fbf1e7 100%);
   
	background: linear-gradient(to bottom, #fff 0%,#fff 60%, #fbf1e7 80%, #fbf1e7 100%);
}

body .section_actu {
	background-size: 100% 350px;
    padding-bottom: 60px;
}
body .section_media {
    background-size: 100% 350px;
    padding-bottom: 60px;
}

body .section_formation {
    background-size: 100% 350px;
    padding-bottom: 60px;
}

.section-grey {
	background: transparent;
    background: -moz-linear-gradient(top, transparent 0%, transparent 60%, #fbf1e7 60%, #fbf1e7 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fbf1e7 60%, #fbf1e7 100%);
    background: -o-linear-gradient(top, transparent 0%, transparent 60%, #fbf1e7 60%, #fbf1e7 100%);
   
	background: linear-gradient(to bottom, transparent 0%,transparent 60%, #fbf1e7 60%, #fbf1e7 100%);
    background-size: 100% 46%;
    padding-bottom: 60px; 
}

.bg-gray {
    background-color: #fbf9f7;

}
footer.dark .grid-parent {
	z-index: 1;
}

body.theme-seasonal-xmas .decosection::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    height: 230px;
    background-image: url(/images/snow-back.png);
    background-position: center center;
    
	background-repeat: no-repeat;
	background-repeat: repeat-x;
    background-size: contain;
    opacity: 0.3;
}

body.theme-seasonal-xmas #slider_top_v2::after {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    height: 230px;
    background-image: url(/images/snow-back.png);
    background-position: center center;
    background-repeat: repeat-x;
    background-size: contain;
    opacity: 0.3;
}

body.theme-seasonal-xmas footer::after {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    height: 230px;
    background-image: url(/images/snow-back.png);
    background-position: center center;
    background-repeat: repeat-x;
    background-size: contain;
    opacity: 0.3;
}

body.theme-seasonal-xmas .seasonal-xmas { display: block !important; }

@media screen and (min-width: 1140px) {
	
	body.theme-seasonal-xmas main#home_main > header .overflow {
		background-image: url(/images/snow_background.png);
		background-repeat: repeat-x;
		background-position-y: 51px;
		background-size: 186px;
	}
	
	body.theme-seasonal-xmas .subnav{
		/*background-image: url(/images/cdm-snow-overlay.png) !important;
		background-size: 310px !important;
		background-repeat-x: repeat !important;
		background-repeat-y: no-repeat !important;

		background-position: -3px -5px !important; */
}}

body.theme-seasonal-xmas .bg-black {
    background-color: #202124 !important;
}

@media screen and (min-width: 768px) {
body.theme-seasonal-xmas #slider_top_v2 .bx-wrapper .bx-viewport .img_slider .ombre_img {
    background: -moz-linear-gradient(left, #202124 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 90%, #202124 100%);
    background: -webkit-linear-gradient(left, #202124 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 90%, #202124 100%);
    background: -webkit-gradient(linear, left top, right top, from(#202124), color-stop(50%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #202124 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 90%, #202124 100%);
    background: linear-gradient(to right, #202124 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 90%, #202124 100%);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
}}
body.theme-seasonal-xmas #slider_top_v2 .slider li {
    background: #202124;
}

/* Menu mobile/tablet */
#nav_main_copy_mob .scroll-menu-1 {
	width: 100%;
}
body #nav_main_copy_mob {
	top: 76px !important;
}
/* END Menu mobile/tablet */

body main#home_main > header .subnav ul li ul li a {
    color: inherit;
    padding: 12px;
}
body main#home_main > header .subnav ul li ul li {
    margin-top: 0;
	width: 100%;
}
body main#home_main > header .subnav ul li ul {
    padding-bottom: 16px;
    padding-top: 16px;
}

body main#home_main > header .subnav ul li ul li a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    width: 1em;
}
.mega-menu.closed { display: none !important; }
.mega-menu.open { display: flex; }
@media screen and (min-width: 768px) and (max-width: 1366px) {
ul.mega-menu li {
    /*width: 49% !important;*/
	}}
@media screen and (max-width: 767px) {
ul.mega-menu li {
    width: 100% !important;
	}}
.mega-menu {
	-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
	z-index: 9001 !important;
	border: 1px solid rgba(0,0,0,0.1);
}

body.theme-orange .mega-menu a { color: #ee7f00 !important; }

body main#home_main > header .subnav ul li:hover a, body main#home_main > header .subnav ul li.active a {
    color: #3F2406;
	
}

body main#home_main > header .subnav ul li.hassubnav > a::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 15px;
    /* color: #ffffff; */
    font-size: 1.88rem;
    font-weight: 400;
    width: 17px;
    height: 17px;
     border: none; 
     border-radius: 100%; 
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 0.9;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
body main#home_main > header .subnav ul li:hover.hassubnav a::after, body main#home_main > header .subnav ul li.active.hassubnav a::after {
              background: none;color: #3F2406; }
body main#home_main > header .subnav ul li.active.hassubnav a::after {
              color: #3F2406;content: "-"; }
body main#home_main > header .subnav ul li.active.hassubnav ul li a::after {
   content: "";
}

body main#home_main > header .subnav ul li::before {
     content: "|";
    float: right;
    color: #fff;
    margin-top: 13px;
    opacity: 0.4;
    font-size: 20px;
}


body .bg_color {
    background: rgb(239, 182, 0);
    background: -moz-linear-gradient(45deg, rgba(239, 182, 0, 1) 0%, rgba(239, 182, 0, 0.8) 100%);
    background: -webkit-linear-gradient(45deg, rgba(239, 182, 0, 1) 0%, rgba(239, 182, 0, 0.8) 100%);
    background: -o-linear-gradient(45deg, rgba(239, 182, 0, 1) 0%, rgba(239, 182, 0, 0.8) 100%);
    background: linear-gradient(45deg, rgba(239, 182, 0, 1) 0%, rgba(239, 182, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d2a000",endColorstr="#efb600",GradientType=1);
}
body .bg_color h1, body .bg_color p { color: #fff !important }

body .decosection::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
    height: 30px;
    background-image: url(/images/deco-repeater.svg);
    background-position: center center;
    background-repeat: repeat-x;
    background-size: contain;
	opacity: 0.5;
}

body.theme-orange .bg_color {
    /*background: rgb(238, 127, 0);
    background: -moz-linear-gradient(45deg, rgba(238, 127, 0, 1) 0%, rgba(238, 127, 0, 0.8) 100%);
    background: -webkit-linear-gradient(45deg, rgba(238, 127, 0, 1) 0%, rgba(238, 127, 0, 0.8) 100%);
    background: -o-linear-gradient(45deg, rgba(238, 127, 0, 1) 0%, rgba(238, 127, 0, 0.8) 100%);
    background: linear-gradient(45deg, rgba(238, 127, 0, 1) 0%, rgba(238, 127, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d2a000",endColorstr="#efb600",GradientType=1);
	*/
	background-image: radial-gradient( circle, rgba(255, 255, 255, 0.25), #f06d06 );
    background-color: #f06d06;
}
body.theme-orange .bg_color h1, body .bg_color p { color: #fff !important }

section.color_section {
	padding-bottom: 60px !important;
	padding-top: 60px !important;
}
.bg-black {
	background-color: black !important;
	/*background-image: url(/images/snow-back.png);
    background-size: contain;*/
}
#slider_top_v2 .bx-wrapper {
	-webkit-box-shadow: none; 
    box-shadow: none;
}

.breadcrumb-bg{ margin-top: 8px; }
body .content ol.breadcrumb li {
    color: #563510;
	font-size: 1em;
    padding: 5px 0px;
    line-height: 24px;
}
body main#home_main > header .subnav {
    /*min-height: 48px;*/
}
.disclaimer a.link-cdm:before {
	content: none;
}
.disclaimer a.link-cdm {
	display: unset;
}
h2.panel-title, h3.panel-title {
	color: #fff !important;
    padding: 15px 7px !important;
	font-size: 16px !important;
    font-weight: 600 !important;
}
.boxshadow div.mail{ display: inline-block; }
body .content_section .content .content_eventview .infobox_content h2,
body .content_section .content .content_eventview .contact_content h2,
body .content_section .content .content_eventview .infobox_content h3,
body .content_section .content .content_eventview .contact_content h3,
/*
body .content_section .content .content_eventview .contact-cdm{
	display: none;
} */
body .content_section .content .content_eventview .boxshadow {
	-webkit-box-shadow: none;
    box-shadow: none;
}
body .content .content_eventview .contact_content ul {
	padding-left: 0;
}
body .bloclist li a span {
        display: block;
        color: #ffffff;
        -webkit-transition: color 1.4s, opacity 0.3s, -webkit-transform 0.3s;
        transition: color 1.4s, opacity 0.3s, -webkit-transform 0.3s;
        -o-transition: color 1.4s, transform 0.3s, opacity 0.3s;
        transition: color 1.4s, transform 0.3s, opacity 0.3s;
        transition: color 1.4s, transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        width: 100%;
        text-align: center;
        font-size: 2rem;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%; }
        body .bloclist li a span.subtitre {
          opacity: 0;
          font-size: 1.6rem;
          font-weight: 600;
          text-transform: inherit;
          position: absolute;
          left: 0;
          top: 0; }
          body .bloclist li a span.subtitre::after {
            content: "";
            width: 18px;
            height: 3px;
            background: #1CAC83;
            position: absolute;
            top: -14px;
            left: calc(50% - 9px); }
.hide-me-20{
	display: none !important;
}
body.theme-orange #slider_top_v2 .bx-wrapper .bx-viewport a.btn { color: #ee7f00; border: 2px solid #ee7f00; }
body.theme-orange #slider_top_v2 .bx-wrapper .bx-viewport a.btn:hover {
        background: #ee7f00;
        color: #ffffff;
        border: 2px solid #ee7f00; }

body #slider_top_v2.brown .bx-wrapper .bx-viewport .img_slider {
    background-blend-mode: lighten;
	background-color: #563510;
}

.contact_content .contact-list {
	
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.contact_content .contact-list {
		transform: scale(0.8);
		transform-origin: left;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.contact_content .contact-list {
		transform: scale(0.7);
		transform-origin: left;
	}
}



#return-to-top {
    z-index: 10;
    border-radius: 50px;
    font-size: 1.4em;
    text-align: center !important;
    word-wrap: break-word;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff !important;
    line-height: 50px !important;
	-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

body #slider_top_v2 .bx-wrapper .bx-viewport .frantome_grid40 {
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 100%;
    float: left;
    overflow: hidden;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
body #slider_top_v2 .bx-wrapper .bx-viewport .frantome_grid40 {
    margin-top: 40px;
    margin-bottom: 80px;
    padding-right: 60px;
}}
@media screen and (min-width: 1140px) {
body #slider_top_v2 .bx-wrapper .bx-viewport .frantome_grid40 {
    margin-top: 40px;
    margin-bottom: 80px;
    padding-right: 60px;
}}



.pull-right {
    float: right !important;
}
small, .small {
    font-size: 85%;
}

.lang-flag{
	width: 18px;
    height: auto;
    border-radius: 3px;
    margin-right: 4px;
    padding-bottom: 3px;
}

.card-file a {
    color: #563510 !important;
}
.label {
  font-size: 9px;
  border-radius: 2px;
  text-transform: uppercase; }

.label_pdf {
  background-color: #e1584b; }

.label_xls {
  background-color: #e1584b; }

.label_mp4 {
  background-color: #5ab6da; }

.label_jpg {
  background-color: #5ab6da; }

.label_video {
  background-color: #5ab6da; }

.label_gallery {
  background-color: #5ab6da; }

.card-file .label {
  margin-left: -38px; }
.article_file {
	margin-top: 26px;
}
.content_txtimg .card-list {
  margin-bottom: 0;
  border: 0; }

.content_txtimg .card-list:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 0 9.5px 10px;
  border-color: transparent transparent transparent red; }

.content_textimg .card-file {
  background-color: white; }

.card-file {
  transition: all 250ms linear;
  margin-top: 5px;
  border: 1px solid #e7e7e7;
  padding: 9px 10px 12px 60px; }
  .card-file div {
    padding-right: 7px; }

  .card-file:hover {
    background-color: #e7e7e7 !important; }

.card-file.gray {
  background-color: #fbf9f7; }

.card-file.white {
  margin-top: 20px;
  background-color: white; }

.card-gray {
  padding: 15px;
  background-color: #F4F3F2;
  border: 1px solid #ccc; }

.card-metiers.alimentation a:hover {
  color: #CB1629; }

.card-metiers.mode a:hover {
  color: #E4007B; }

.card-metiers.mecanique a:hover {
  color: #009DE4; }

.card-metiers.construction a:hover {
  color: #C9BB9E; }

.card-metiers.communication a:hover {
  color: #008E3C; }

.card-metiers {
  height: auto;
  margin-bottom: 30px;
  padding: 30px 40px; }
  @media (min-width: 1010px) {
    .card-metiers {
      height: 275px; } }
  .card-metiers .img {
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1010px) {
      .card-metiers .img {
        margin-bottom: 0px; } }
  .card-metiers h3 {
    margin-top: 0;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 25px;
    text-align: center; }
    @media (min-width: 1010px) {
      .card-metiers h3 {
        text-align: left; } }
  .card-metiers p {
    color: white;
    font-size: 16px;
    line-height: 24px;
    text-align: center; }
    @media (min-width: 1010px) {
      .card-metiers p {
        text-align: left; } }
  .card-metiers a {
    margin-top: 15px;
    border: 2px solid white;
    color: white;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
    transition: all 250ms linear; }
    @media (min-width: 1010px) {
      .card-metiers a {
        width: auto;
        padding: 15px 30px;
        margin-top: 10px; } }
    .card-metiers a:hover {
      background-color: white; }
  .card-metiers .img {
    height: 190px;
    width: 190px;
    border-radius: 50%;
    margin-top: 6px;
    background-position: center; }
  .card-metiers:hover {
    background-image: none !important; }

.card.children {
  margin-top: 0;
  padding-top: 1.643em !important; }
  @media (min-width: 999px) {
    .card.children {
      height: 330px;
      padding-top: 1.643em !important; } }
  @media (min-width: 1010px) {
    .card.children {
      height: 165px;
      padding-top: 1.643em !important; } }
  .card.children ul {
    padding-left: 20px; }
    @media (min-width: 999px) {
      .card.children ul {
        padding-left: 40px; } }
    @media (min-width: 999px) {
      .card.children ul {
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        -moz-column-count: 2;
        /* Firefox */
        column-count: 2;
        column-gap: 40px;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        padding-left: 18px !important;
        margin-bottom: 0px; } }
    .card.children ul li {
      padding-top: 13px; }
  .card.children ul li > a {
    font-size: 16px;
    line-height: 20px; }

.card.event {
  height: auto; }
  .card.event .month-event {
    font-size: 30px;
    line-height: 35px;
    color: white;
	  font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline; }
    .card.event .month-event:hover {
      text-decoration: none; }
    @media (min-width: 1010px) {
      .card.event .month-event {
        display: block; } }
  .card.event .year-event {
    font-size: 30px;
    line-height: 35px;
    color: white;
    text-decoration: none !important;
    display: inline; }
    .card.event .year-event:hover {
      text-decoration: none; }
    @media (min-width: 1010px) {
      .card.event .year-event {
        display: block; } }
  .card.event .time_event {
    color: #5d3910 !important; }
  @media (min-width: 999px) {
    .card.event {
      /* height: 230px; */ } }
  @media (min-width: 1010px) {
    .card.event {
     /* height: 275px !important; */} }
  .card.event h3 {
    transition: all 250ms linear;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px; }
  .card.event p {
    margin-bottom: 15px; }
  .card.event p.price {
    text-transform: none; }
    .card.event p.price span {
      color: #85afb8;
      font-weight: 700; }
  .card.event p.categ {
    font-size: 15px; }
  .card.event:hover h3 {
    text-decoration: underline; }

.card-form {
  margin-top: 0;
  background-color: #563510; }
  .card-form label {
    color: white;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px; }
  .card-form form {
    display: inline;
    padding: 0;
    border: 0;
    margin: 0; }
  .card-form select {
    padding-left: 10px;
    width: 100%;
    height: 50px;
    color: #563510; }
  .card-form button {
    height: 50px;
    padding: 0px 50px;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    color: white;
    background: -webkit-linear-gradient(#ffb157, #ee8002);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffb157, #ee8002);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffb157, #ee8002);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffb157, #ee8002);
    /* Standard syntax */
    text-transform: uppercase; }

.card-presentation.bottom {
  margin-top: 15px; }
  @media (min-width: 1010px) {
    .card-presentation.bottom {
      margin-top: 60px; } }
  @media (min-width: 999px) {
    .card-presentation.bottom {
      margin-top: 20px; } }

@media (min-width: 999px) {
  .no-margin-top:nth-child(-n+2) a > .card-list {
    margin-top: 0; } }
@media (max-width: 998px) {
  .no-margin-top:nth-child(-n+1) a > .card-list {
    margin-top: 0; } }
@media (max-width: 1024px) {
  .card-margin-bottom.event {
    margin-bottom: 40px; } }

.card-margin-bottom.event:last-child {
  margin-bottom: 0px; }

.height-listing .card.event {
  height: auto !important; }
  .height-listing .card.event .month-event {
    display: inline; }
  .height-listing .card.event .year-event {
    display: inline; }



.article_image { padding: 0; margin-top: 30px; margin-bottom: 30px; }
@media screen and (max-width: 767px) { .article_image { padding: 0; } }
.content_section .date {
	font-weight: 500;
}

[class^="tag theme-"] {
	padding: 8px 16px 8px !important;
}

.tag.theme-yellow {
   
    background: #efb600;
	padding: 12px 28px 8px;
    border: 1px solid #efb600;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 600;
	margin-right: 8px;
	margin-bottom: 8px;
}


@media screen and (max-width: 767px) {
body #slider_top_v2 .bx-wrapper .bx-viewport a.btn {

    font-size: 1.4rem;
    
	}}


.introtext, .introtext a, .introtext span, .introtext em {
	font-weight: bold !important;
}
#nav_left_image{
-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 24px;
	padding: 24px;
}
.nav-wrap{
  position:relative;
  width:100%;
 /* max-height:30vh;*/
  overflow:hidden;
  overflow-y: auto;
}
.nav-wrap::-webkit-scrollbar { 
  display: none; 
 }
.nav-wrapwrapper:before {
  content: '';
  position: absolute;
 background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
background: linear-gradient(0deg, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  height: 100%;
  width: 94%;
  pointer-events: none;
	z-index: 1;
}

.nav-wrap2{
  position:relative;
  width:100%;
  max-height:50vh;
  overflow:hidden;
	overflow-y: auto;
}
.nav-wrap2::-webkit-scrollbar { 
  display: none; 
 } 
	.nav-wrap2wrapper {
		
	}
.nav-wrap2wrapper:before {
  content: '';
  position: absolute;
 background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
background: linear-gradient(0deg, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  height: 100%;
  width: 100%;
  pointer-events: none;
	z-index: 1;
}
.nav-wrap2wrapper:after {
  content: '';
  position: absolute;
  bottom: 0;
  
	background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  height: 100%;
  width: 100%;
  pointer-events: none;
	z-index: 1;
}

.nav-overflow{
 
 margin-top: -34px;
  width:100%;
height:1.2em;
  line-height:1.2em;
  background:rgba(255,255,255,0.8);
  text-align:center;
  z-index:1;
}

.nav-containerwrapper {
  border: 0;
  width:100%;
  max-height:50vh;
 
  position: absolute;
 
  overflow-y: auto;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.nav-containerwrapper:before {
  content: '';
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, white);
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.nav-container {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}


.table-responsive {
  overflow-x: none;
  min-height: 0.01%; }
  @media screen and (max-width: 998px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #dddddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

.content_news li {  }
.link-cdm:before{
    content: "\f0c1" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    font-size: small;
    vertical-align: bottom;
}
a.link-cdm[href^="mailto:"]:before { content: "\f1d8" !important; }

.link-yde { }
.link-yde:hover{ color: #1CAC83 !important }
.link-yde:hover:after {
	content: " ";
	background: url(/themes/cdmv2/images/yde_logo_link.svg) no-repeat;
	background-position: center center;
    background-size: contain;
     height: 24px;
    width: 24px;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    background-blend-mode: unset;
	opacity: 0.7;
}
.link-yde:after {
	content: " ";
    background: url(/themes/cdmv2/images/yde_logo_link.svg) no-repeat;
    background-position: center center;
    background-size: contain;
    height: 24px;
    width: 24px;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    background-blend-mode: unset;
	opacity: 0.4;
}
.link-yde:before{
    content: "\f0c1" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    font-size: small;
    vertical-align: bottom;
}

.link-handsup { }
.link-handsup:hover{ color: #ff0000 !important }
.link-handsup:hover:after {
	content: " ";
	background: url(/themes/cdmv2/images/handsup-logo-outlined.svg) no-repeat;
	background-position: center center;
    background-size: contain;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    background-blend-mode: unset;
	opacity: 0.7;
}
.link-handsup:after {
	content: " ";
    background: url(/themes/cdmv2/images/handsup-logo-outlined.svg) no-repeat;
    background-position: center center;
    background-size: contain;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    background-blend-mode: unset;
	opacity: 0.4;
}
.link-handsup:before{
    content: "\f0c1" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    font-size: small;
    vertical-align: bottom;
}

.file-pdf:before{ content: "\f15b" !important; font-weight: 400 !important }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #f7f7f7; }
[class*="image-"] {
	margin-top: 32px;
	margin-bottom: 32px;
}
.image-25 {
	width: 25%;
	height: auto;
}
.image-75 {
	width: 75%;
	height: auto;
}
.image-50 {
	width: 50%;
	height: auto;
}
.image-100 {
	width: 100%;
	height: auto;
}
section[class^="section_"] h1,section[class^="section_"] h1 span {
    color: #3F2406 !important;
}

body #slider_top_v2 .slider li {
    background: #000000;
}



@media screen and (min-width: 768px) {
body #slider_top_v2 .bx-wrapper .bx-viewport .img_slider .ombre_img {
    background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 90%, black 100%);
    background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 90%, black 100%);
    background: -webkit-gradient(linear, left top, right top, from(black), color-stop(50%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 90%, black 100%);
    background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 90%, black 100%);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
}}

@media screen and (max-width: 1024px) and (min-width: 768px) {
body #slider_top_v2 .bx-wrapper .bx-viewport .img_slider {
    min-height: 348px;
}
body #slider_top_v2 .bx-wrapper .bx-viewport .frantome_grid40 {
  margin-top: -10px;
    margin-bottom: 80px;
    padding-right: 0px;
    transform: scale(0.8);
}
body #slider_top_v2 .bx-wrapper .bx-viewport .maxsize_grid {
    padding-left: 0;
}
}



@media screen and (min-width: 1140px) {
body #slider_top_v2 .bx-wrapper .bx-viewport .img_slider {
    min-height: 405px;
}}

body #slider_top_v2.brown .slider li {
    background: #3F2406 !important;
}
@media screen and (min-width: 768px) {
body #slider_top_v2.brown .bx-wrapper .bx-viewport .img_slider .ombre_img {
    background: -moz-linear-gradient(left, #3F2406 0%, rgba(0, 0, 0, 0) 50%);
    background: -webkit-linear-gradient(left, #3F2406 0%, rgba(0, 0, 0, 0) 50%);
    background: -webkit-gradient(linear, left top, right top, from(#3F2406), color-stop(50%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #3F2406 0%, rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(to right, #3F2406 0%, rgba(0, 0, 0, 0) 50%);
    background-size: 60% 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
}}
body #slider_top_v2.brown .bx-wrapper .bx-viewport a.btn {
    background: #3F2406;
   
    padding: 14px 28px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    margin-right: 12px;
}

body #slider_top_v2.gray .slider li {
    background: #534741 !important;
}
@media screen and (min-width: 768px) {
body #slider_top_v2.gray .bx-wrapper .bx-viewport .img_slider .ombre_img {
    background: -moz-linear-gradient(left, #534741 0%, rgba(0, 0, 0, 0) 50%);
    background: -webkit-linear-gradient(left, #534741 0%, rgba(0, 0, 0, 0) 50%);
    background: -webkit-gradient(linear, left top, right top, from(#534741), color-stop(50%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #534741 0%, rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(to right, #534741 0%, rgba(0, 0, 0, 0) 50%);
    background-size: 60% 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
}}
body #slider_top_v2.gray .bx-wrapper .bx-viewport a.btn {
    background: #534741;
    color: #efb600;
    border: 2px solid #efb600;
    padding: 14px 28px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    margin-right: 12px;
}

body #slider_top_v2.yellow .slider li {
    background: #efb600 !important;
}
@media screen and (min-width: 768px) {
body #slider_top_v2.yellow .bx-wrapper .bx-viewport .img_slider .ombre_img {
    background: -moz-linear-gradient(left, #efb600 0%, rgba(0, 0, 0, 0) 50%);
    background: -webkit-linear-gradient(left, #efb600 0%, rgba(0, 0, 0, 0) 50%);
    background: -webkit-gradient(linear, left top, right top, from(#efb600), color-stop(50%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #efb600 0%, rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(to right, #efb600 0%, rgba(0, 0, 0, 0) 50%);
    background-size: 60% 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
}}
body #slider_top_v2.yellow .bx-wrapper .bx-viewport a.btn {
    background: #efb600;
    color: #FFF;
    border: 2px solid #FFF;
    padding: 14px 28px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    margin-right: 12px;
}

.seasonal-xmas {
	position: absolute;
    left: 18px;
    top: 12px;
    width: 48px;
	display: none;
}


@media screen and (max-width: 767px) {
	.seasonal-xmas {
	position: absolute;
    left: -2px;
    top: 14px;
    width: 36px;
}
}
.typemedia-2 {
	background-color: #59657b !important;
	border: 1px solid #59657b !important;
}
.typemedia-3 {
	background-color: #007dce !important;
	border: 1px solid #007dce !important;
}
.typemedia-4 {
	background-color: #f26f61 !important;
	border: 1px solid #f26f61 !important;
}
.typemedia-6 {
	background-color: #4682b4 !important;
	border: 1px solid #4682b4 !important;
}

.media-grid {
	padding: 24px 0px 0px 24px;
}
@media screen and (max-width: 767px) {
	.media-grid {
	
}
}
.box_media_image img {
	width: 100%;
    border: 0;
-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}
section.section_outils { padding-bottom: 120px; }

body .section_media ul li article a, body .section_media article a{
    display: block;
    text-decoration: none;
}
body .section_media ul li article .tag, body .section_media article .tag {
    padding: 10px 28px 8px;
    border: 1px solid #efb600;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 600;
}
body .section_media ul li article .tag.theme-yellow, body .section_media article .tag.theme-yellow {
    border: 1px solid #efb600;
    background: #efb600;
}
body .section_media ul li article .tag.theme-hu, body .section_media article .tag.theme-hu {
    border: 1px solid #cc0000;
    background: #cc0000;
}
body .section_media .bx-controls .bx-pager {
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-top: 0px;
    display: none;
}
body .section_media .bx-wrapper .bx-viewport {
    /*padding: 0 0 30px 0;*/
}
body .section_media .bx-controls .bx-controls-direction .bx-prev {
    right: 60px;
    background: url(../img/arrow_left_yellow.svg) center center no-repeat;
    background-size: 80%;
}
body .section_media .bx-controls .bx-controls-direction a:hover {
        opacity: 0.7; }
body .section_media ul li article .margemoi, body .section_media article .margemoi {
    padding: 24px 20px 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body .section_media .bx-controls .bx-controls-direction a {
    position: absolute;
    top: -54px;
    right: 0;
    bottom: inherit;
    left: inherit;
    margin-top: 0;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
body .section_media .bx-controls .bx-controls-direction .bx-next {
    right: 10px;
    background: url(../img/arrow_left_yellow.svg) center center no-repeat;
    background-size: 80%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

body .section_media ul li article .date, body .section_media article .date {
    float: right;
    font-size: 1.6rem;
    color: #3F2406;
    padding: 10px 0 8px 0;
    line-height: 1;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
body .section_media ul li article .date {
    float: none; 
    font-size: 1.6rem;
    color: #3F2406;
    padding: 10px 0 8px 0;
    line-height: 1;
    font-weight: 600;
	}}
body .section_media ul li article h1,body .section_media article h1 {
    font-size: 1.6rem;
    margin: -11px 0 7px 0;
    text-transform: inherit;
	max-height: 4.8em;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
body .section_media ul li article h1 {
    font-size: 1.6rem;
    margin: 24px 0;
    text-transform: inherit;
	margin-top: 0;
	}}
body .section_media ul li article p, body .section_media article p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0;
    color: #3F2406;
}
body .section_media ul li article p.media-categories,body .section_media article p.media-categories {
	display: none;
}

body .section_media ul li article, body .section_media article {
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    padding: 0 0 20px 0;
    background: #ffffff;
    min-height: 240px;
	border-radius: 3px;
}
@media screen and (max-width: 767px) { body .section_media article { min-height: 314px !important; }}
body .section_media .bx-wrapper {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
    background: rgba(255, 255, 255, 0);
}
body .section_media ul li {
    padding: 14px;
    margin: 10px 0;
}

body .section_formation ul li article {
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    padding: 0 0 20px 0;
    background: #ffffff;
    min-height: 490px;
}
body .section_formation ul li article .box_actu_image {
    width: 100%;
    height: 160px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: #3f2406;
    background-blend-mode: lighten;
}
/*
body .section_formation ul li article .box_actu_image::after  {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgb(26,56,103);
	background: -webkit-linear-gradient(bottom, rgba(26,56,103,1) 0%, rgba(26,56,103,1) 6%, rgba(255,255,255,0) 50%);
	background: -o-linear-gradient(bottom, rgba(26,56,103,1) 0%, rgba(26,56,103,1) 6%, rgba(255,255,255,0) 50%);
	background: linear-gradient(to top, rgba(26,56,103,1) 0%, rgba(26,56,103,1) 6%, rgba(255,255,255,0) 50%);
	border-radius: 3px;
}
*/
body .section_formation ul li article .box_actu_image {
    box-shadow: 0 0 100px rgba(0,0,0,0.2) inset;
}
body .section_formation ul li article .margemoi {
    padding: 24px 20px 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body .section_formation ul li article p.next_dates {
    position: absolute;
    bottom: 36px;
	left: 38px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
}
body .section_formation ul li article p.types_cours {
	display: none;
    position: absolute;
    bottom: 204px;
    right: 26px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(238, 127, 0, 1);
}
article.formation .bg_image{
	position: absolute;
    top: 34px;
    right: 34px;
    
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: lighten;
    background-color: rgba(63, 36, 6, 1);
    left: 58%;
    bottom: 0;
    height: 84px;
}
article.formation .bg_color{
background: rgba(63, 36, 6, 1);
    margin-top: 300px;
    /* padding: 60px 0; */
    position: relative;
    z-index: 1;
    margin-top: 0;
    background: rgba(63, 36, 6, 1);
    background: -moz-linear-gradient(left, rgba(63, 36, 6) 0%, rgba(63, 36, 6, 1) 60%, rgba(214, 163, 5, 0) 90%, rgba(214, 163, 5, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(63, 36, 6, 1) 0%, rgba(63, 36, 6, 1) 60%, rgba(214, 163, 5, 0) 90%, rgba(214, 163, 5, 0) 100%);
    background: -o-linear-gradient(left, rgba(63, 36, 64, 1) 0%, rgba(63, 36, 6, 1) 60%, rgba(214, 163, 5, 0) 90%, rgba(214, 163, 5, 0) 100%);
    background: linear-gradient(left, rgba(63, 36, 6, 1) 0%, rgba(63, 36, 6, 1) 60%, rgba(214, 163, 5, 0) 90%, rgba(214, 163, 5, 0) 100%);
}

div.header {
	background-color: #ee7f00;
    color: #fff;
    font-weight: 600;
    text-align: center;
    height: 7em;
    
	
	position: relative;
    top: 0;
    right: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: lighten;
    background-color: rgba(63, 36, 6, 1);
  
    margin: -19px;
}

div.header span{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 30px;
    display: block;
    padding-top: 10%;
}
body.theme-orange h1 { color: #ee7f00; }



body .section_formation ul li article.formation {
    
    padding: 0 0 20px 0;
    background: #ffffff;
    min-height: 200px;
	-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    background: #ffffff;
	border-radius: 3px;
}

body .section_formation ul li article.formation p span {
    background-color: #f4f4f4;
    border-radius: 3px;
    font-size: 9px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
	margin-top: 1px;
    padding: 3px 10px;
    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
	color: #6f6f6f;
}
.cdm-tag{
	position: relative;
    border-radius: 3px;
    font-size: 9px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
	margin-top: 1px;
    padding: 3px 10px;
    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
	color: #6f6f6f;
}

.social .cdm-tag i {
	font-size: 16px;
    position: absolute;
    line-height: 24px;
}
.social .cdm-tag span { padding-left: 20px }
.cdm-tag:hover{
	margin-top: 0px;
	margin-bottom: 5px;
    -webkit-box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.2);
}
body .section_formation ul li article.formation p span:hover {
    margin-top: 0px;
	margin-bottom: 5px;
    -webkit-box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.2);
}

body .section_formation ul li {
padding: 14px;
    margin: 10px 0;
}
/*
body .section_formation ul li article.formation h1 {
    font-size: 1.7rem;
    color: #3F2406;
    margin: 0 0 12px 0;
    width: 100%;
    float: left;
    color: #ee7f00;
    min-height: 72px;
}
*/
body .section_formation ul li article h1 {
    font-size: 1.6rem;
    margin: 24px 0;
    text-transform: inherit;
}

body .section_formation ul li article .tag.theme-yellow {
    border: 1px solid #efb600;
    background: #efb600;
}
body .section_formation ul li article .tag.theme-orange {
    border: 1px solid #ee7f00;
    background: #ee7f00;
}
body .section_formation ul li article p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0;
    color: #3F2406;
}
body .section_formation ul li article .tag {
    padding: 12px 28px 8px;
    border: 1px solid #efb600;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 600;
}
body .section_formation ul li article a {
    display: block;
    text-decoration: none;
}
/*
#form712 a::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    font-size: small;
}
*/

.form_de {
  display: none; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}
.form-control:focus {
  border-color: #efb600 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(239, 182, 0, 0.6) !important;
}

body.theme-orange .form-control:focus {
  border-color: #ee7f00 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 127, 0, 0.6) !important;
}

label.required::after {
	content: "*";
}
@media screen and (max-width: 767px) {
body .wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	}}

.fiche-cours .form label {
   		display: inline-block;
	color: #563510;
	margin-bottom: 8px;
}

body.theme-orange .fiche-cours .form label {
    display: inline-block;
    color: #563510;
    margin-bottom: 5px;
    font-weight: 500;
	line-height: normal !important;
}
label.label-radio{
	margin-right: 16px;
    font-weight: 400 !important;
    padding: 0;
	white-space:nowrap;
}
@media screen and (max-width: 767px) { 
label.label-radio {
    font-size: 14px;
	vertical-align: text-top;
}
}
    
/*
.theme-orange .bg-color-theme {
    background-color: #ee7f00 !important;
}
.theme-yellow .bg-color-theme {
    background-color: #efb600 !important;
}
*/
.breadcrumb-bottom {
	z-index: 14 !important;
	position: relative;
}

.breadcrumb-bottom .breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #fff;
}
.breadcrumb-bottom ul.breadcrumb li, .breadcrumb-bottom ol.breadcrumb li {
    color: #fff;
    font-size: 14px;
    padding: 5px 0px;
    line-height: 24px;
}

.breadcrumb-bottom #top{
	line-height: 50px;
	padding: 0px 16px 0px 16px;
	background-color: rgba(0,0,0,0.2);
	cursor: pointer;
	font-weight: 500;
	font-size: smaller;
}
.breadcrumb-bottom #top:hover{
	line-height: 50px;
	padding: 0px 16px 0px 16px;
	background-color: rgba(0,0,0,0.4);
	cursor: pointer;
}


.bg-color-theme.breadcrumb-bottom span {
	color: #fff !important;
}
.bg-color-theme.breadcrumb-bottom a span {
	color: #fff !important;
	font-weight: 500;
}
.bg-color-theme.breadcrumb-bottom{
	color: #fff !important;
}

.theme-green .bg-color-theme.breadcrumb-bottom { background-color: #9fbe08 !important; }
.theme-yellow .bg-color-theme.breadcrumb-bottom { background-color: #efb600 !important; }
.theme-gray .bg-color-theme.breadcrumb-bottom { background-color: #b0a48d !important; }
.theme-blue .bg-color-theme.breadcrumb-bottom { background-color: #5BB8E4 !important; }
.theme-orange .bg-color-theme.breadcrumb-bottom { background-color: #ee7f00 !important; }

.theme-yellow .bg-color-theme { background-color: #efb600 !important; }
.theme-green .bg-color-theme { background-color: #9fbe08 !important; }
.theme-gray .bg-color-theme { background-color: #b0a48d !important; }
.theme-blue .bg-color-theme { background-color: #5BB8E4 !important; }
.theme-orange .bg-color-theme { background-color: #ee7f00 !important; }

.theme-yellow .bg-color-theme:hover { filter: brightness(105%); }
.theme-green .bg-color-theme:hover { filter: brightness(105%); }
.theme-gray .bg-color-theme:hover { filter: brightness(105%); }
.theme-blue .bg-color-theme:hover { filter: brightness(105%); }
.theme-orange .bg-color-theme:hover { filter: brightness(105%); }



.panel-with-form .panel-heading .panel-title {
    color: white !important;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 0px;
    color: white;
}
.panel-default {
  border: none;
  margin-top: 0;
  border-radius: 0; padding-bottom: 64px;}
  .panel-default .panel-heading {
    position: relative;
    border-radius: 0;
    padding-left: 2.143em;
    height: 3.571em;
    padding-top: 0;
    border-bottom-width: 0px !important;
    padding-bottom: 0; overflow: hidden;}
    .panel-default .panel-heading a {
      font-size: 1.143em;
      height: 3.125em;
      line-height: 3.125em; }
  .panel-default .panel-body.grey {
    background-color: #fbf9f7;
    }
  .panel-default .panel-body {
    padding: 32px 64px;
    border: 0;
   }
@media screen and (max-width: 767px) {
	.panel-default .panel-body {
		padding: 16px 20px;
		border: 0;
	}}

.panel-default .panel-body li {
      padding-left: 30px;
      list-style: none; }


.form .datetimepicker {
  padding-left: 10px; }
.form input.form-control, .form textarea, .form select {
  width: 98%;
  border: 1px solid #d3d3d3;
  box-shadow: none;
  border-radius: 0px;
  padding-left: 15px;
  margin-bottom: 10px !important;
  color: #563510; }
  @media (min-width: 1010px) {
    .form input.form-control, .form textarea, .form select {
      margin-bottom: 20px !important;
      padding-left: 20px; } }
 @media (max-width: 767px) {
    .form input.form-control, .form textarea, .form select {
		width: 93%;
      margin-bottom: 0px !important;
      padding-left: 10px; } }

.form input[type=text], .form input[type=email], .form input[type=textarea] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
  .form input.form-control:focus, .form textarea:focus, .form select:focus {
    box-shadow: none;
    outline: none;
    outline: none; }
.form select:focus, .form option:focus {
  border: 1px solid #d3d3d3; }
.form textarea {
  height: 170px; }
.form input, .form select {
  height: 34px; padding: 0; padding-left: 20px; border-radius: 3px !important; }
@media screen and (max-width: 767px) { 
	.form input, .form select {
  vertical-align: bottom}
}
.form input[type=checkbox], .form input[type=radio] {
  margin-right: 10px;
    height: 16px;
    padding: 4px 10px 5px 5px;
    
    line-height: 18px;
    display: inline-block;width: 26px;
    height: 26px;vertical-align: middle}
.form input[type=radio]:last-child {
  margin-left: 25px;
  margin-right: 10px; }
.form input[type=radio] {
  margin-right: 10px;margin-bottom: 10px; vertical-align: middle;margin-top: 8px;width: 26px;
    height: 26px;}
.form input[type=radio]:first-child {
  margin-left: 0px; }
.form label {
  font-weight: 500 ; }
.form .form-label {
  line-height: 50px;
  font-size: 16px;
  color: #563510; }
  @media (min-width: 1010px) {
    .form .form-label {
      line-height: 45px; } }
  .form .form-label .de {
    display: none; }
.form .form-label.news {
  height: 50px;
  padding-left: 5px; }
.form label.conditions {
  line-height: 1em; }
  @media (min-width: 570px) {
    .form label.conditions {
      line-height: 50px; } }
  @media (min-width: 1010px) {
    .form label.conditions {
      line-height: 45px; } }
.form .btn-form {
  background-color: white !important;
  height: 45px;
  line-height: 41px;
  padding: 0px 30px;
  width: 100% !important;
  margin-top: 20px; }
  @media (min-width: 1010px) {
    .form .btn-form {
      width: auto !important;
      margin-top: 0px; } }
.form .btn-orange {
  height: 45px;
  border: 0;
  width: 100%;
  font-size: 16px;
  color: white;
  margin-top: 10px;
  background: -webkit-linear-gradient(#ffb157, #ee8002);
  background: -o-linear-gradient(#ffb157, #ee8002);
  background: -moz-linear-gradient(#ffb157, #ee8002);
  background: linear-gradient(#ffb157, #ee8002);
  text-transform: uppercase; }
.form h3 {
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase; }

.content_annuaire_filter label {
  font-size: 14px;
  color: #563510;
  font-weight: normal;
  line-height: 30px; }
.content_annuaire_filter input {
  height: 50px;
  border: 1px solid #e7e7e7;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 20px; }

h4.label-form-news {
  text-transform: uppercase;
  font-size: 1.143em;
  line-height: 1.125em;
  font-weight: 500;
  color: #563510; }

.search_blog {
  margin-top: 40px;
  margin-bottom: 0 !important;
  position: relative; }
  @media (min-width: 1010px) {
    .search_blog {
      margin-top: 0;
      margin-bottom: 2.857em !important; } }
  .search_blog input {
    width: 100%;
    margin: 0;
    color: #563510;
    padding-left: 1.071em;
    border: 1px solid #e7e7e7;
    height: 3.214em; }
  .search_blog button {
    position: absolute;
    background-color: transparent;
    border: 0;
    box-shadow: 0;
    top: 0.786em;
    right: 1.786em; }
    .search_blog button i {
      font-size: 1.429em;
      color: #563510; }

.dropdown-for-select, .filter-news-resp {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 35px;
  line-height: 48px;
  cursor: pointer;
  position: relative;
  font-size: 1em;
  border: 1px solid #d3d3d3;
  height: 3.571em;
  width: 100%;
  background-color: white;
  padding-left: 20px;
  color: #9e9e9e;
  margin-bottom: 15px; }
  @media (min-width: 1010px) {
    .dropdown-for-select, .filter-news-resp {
      margin: 0; } }
  .dropdown-for-select ul, .filter-news-resp ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 47px;
    left: -1px;
    right: -1px;
    z-index: 5;
    border: 1px solid #d3d3d3;
    color: #9e9e9e;
    background-color: #fff;
    display: none; }
  .dropdown-for-select i, .filter-news-resp i {
    top: 50%;
    position: absolute;
    font-size: 17px;
    margin-top: -7px;
    right: 18px;
    color: #ab9a88; }
  .dropdown-for-select li, .filter-news-resp li {
    height: auto;
    line-height: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 5px 20px; }
    .dropdown-for-select li a.list-categ, .filter-news-resp li a.list-categ {
      padding-left: 20px; }
  .dropdown-for-select li.selected, .filter-news-resp li.selected {
    display: none; }
  .dropdown-for-select li:hover, .filter-news-resp li:hover {
    color: #563510; }

.dropdown-for-select.open, .filter-news-resp.open {
  overflow: visible;
  white-space: normal; }

.dropdown-for-select.filter-block {
  background-color: #e7e7e7 !important;
  cursor: auto !important; }

.dropdown-for-avis, .filter-news-resp {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 35px;
  line-height: 48px;
  cursor: pointer;
  position: relative;
  font-size: 1em;
  border: 1px solid #d3d3d3;
  height: 3.571em;
  width: 100%;
  background-color: white;
  padding-left: 20px;
  color: #9e9e9e;
  margin-bottom: 15px; }
  @media (min-width: 1010px) {
    .dropdown-for-avis, .filter-news-resp {
      margin: 0; } }
  .dropdown-for-avis ul, .filter-news-resp ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 47px;
    left: -1px;
    right: -1px;
    z-index: 5;
    border: 1px solid #d3d3d3;
    color: #9e9e9e;
    background-color: #fff;
    display: none; }
  .dropdown-for-avis i, .filter-news-resp i {
    top: 50%;
    position: absolute;
    font-size: 17px;
    margin-top: -7px;
    right: 18px;
    color: #ab9a88; }
  .dropdown-for-avis li, .filter-news-resp li {
    height: auto;
    line-height: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 5px 20px; }
    .dropdown-for-avis li a.list-categ, .filter-news-resp li a.list-categ {
      padding-left: 20px; }
  .dropdown-for-avis li.selected, .filter-news-resp li.selected {
    display: none; }
  .dropdown-for-avis li:hover, .filter-news-resp li:hover {
    color: #563510; }

.dropdown-for-avis.open, .filter-news-resp.open {
  overflow: visible;
  white-space: normal; }

.dropdown-for-avis.filter-block {
  background-color: #e7e7e7 !important;
  cursor: auto !important; }

.custom-checkbox input {
  height: 15px !important;
  width: 15px !important;
  display: block;
  float: left;
  margin-top: 16px !important;
  margin-right: 10px !important; }
/**/
.panel-text {
	padding: 32px;
}
.panel-text p{
	margin-top: 0px !important;
}
/*
.btn {
	padding: 10px 12px;
    background-color: #efb600;
	border: 0;
	border: 2px solid #efb600;
	color: #fff !important;
	font-weight: 500 !important;
    text-transform: uppercase;
	margin: 8px 8px 8px 0;
	display: inline-block;
	text-align: center;
}
.btn-outline {
	border: 2px solid #efb600;
	background-color: #fff;
	color: #efb600 !important;
}

body.theme-orange .btn-color-theme.btn-outline {
	border: 2px solid #ee7f00;
	background-color: #fff;
	color: #ee7f00 !important;
}
.btn-outline::hover {
	opacity: 1;
	border: 2px solid #efb600 !important;
	background-color: #efb600 !important;
	color: #fff !important;
}
.btn::hover{
	opacity: 0.7;
}
.btn-full-width {display: block;}

.btn-more {
	
}

*/


.fc-bg-tag-1 { background-color: #ffc20e !important; }
.fc-text-tag-1 { color: #ffc20e !important; }

.fc-bg-tag-2 { background-color: #faa61a !important; }
.fc-text-tag-2 { color: #faa61a !important; }

.fc-bg-tag-3 { background-color: #f5821f !important; }
.fc-text-tag-3 { color: #f5821f !important; }

.fc-bg-tag-4 { background-color: #ee7f00 !important; }
.fc-text-tag-4 { color: #ee7f00 !important; }

.fc-bg-tag-5 { background-color: #ed1c24 !important; }
.fc-text-tag-5 { color: #ed1c24 !important; }

body .section_formation_title {
	padding-bottom: 0;
	padding-top: 0;
}
body .section_formation_title .bg_color {
      background: rgba(63, 36, 6, 1);
      margin-top: 300px;
      padding: 60px 0;
      position: relative;
      z-index: 1; }


@media screen and (min-width: 768px) {
  body .section_formation_title .bg_color {
    margin-top: 0;
   
	background: rgba(63, 36, 6, 1);
    background: -moz-linear-gradient(left, rgba(63, 36, 6) 0%, rgba(63, 36, 6, 1) 60%, rgba(214, 163, 5, 0) 90%, rgba(214, 163, 5, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(63, 36, 6, 1) 0%, rgba(63, 36, 6, 1) 60%, rgba(214, 163, 5, 0) 90%, rgba(214, 163, 5, 0) 100%);
    background: -o-linear-gradient(left, rgba(63, 36, 64, 1) 0%, rgba(63, 36, 6, 1) 60%, rgba(214, 163, 5, 0) 90%, rgba(214, 163, 5, 0) 100%);
    background: linear-gradient(left, rgba(63, 36, 6, 1) 0%, rgba(63, 36, 6, 1) 60%, rgba(214, 163, 5, 0) 90%, rgba(214, 163, 5, 0) 100%);
    

	} }
    body .section_formation_title .bg_image {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
	background-blend-mode: lighten;
    background-color: rgba(63, 36, 6, 1);
}

@media screen and (min-width: 768px) {
  body .section_formation_title .bg_image {
    left: 60%;
    bottom: 0; } }



body .section_formation_title h1 {
    font-size: 2.4rem;
	margin: 0;
    text-transform: uppercase;
    color: #FFFFFF !important;
    font-weight: 600;
	padding: 34px;
}

body .section_formation_title h1 span{
    font-size: smaller;
 }
body.theme-orange .section_formation_title h1 span{
    color: #ee7f00 !important;
 }
body.theme-blue .section_formation_title h1 span{
    color: #5BB8E4 !important;
 }

@media screen and (min-width: 768px) {
  body .section_formation_title h1 {
    font-size: 2.8rem; } }

@media screen and (min-width: 1140px) {
  body .section_formation_title h1 {
    font-size: 3.2rem; } }


.bg-brown {
    background-color: #3f2507;
}
.session-background{
	margin-top: 16px;
    margin-bottom: 16px;
    border-radius: 3px;
    padding: 8px;
    color: #563510;
	padding-bottom: 16px;
	/*background: rgba(255,255,255,0.8);
	box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 7px;*/
    border-radius: 3px;
	border-bottom: 0px solid #e4e4e4;
	line-height: 1.2em;
	border: 1px solid rgba(0,0,0,0.08);
	box-shadow: 0 0 100px rgba(0,0,0,0.2) inset;
}
.seance-date{
	font-size: 14px;
	
}
.project_view {
	
	padding: 16px;padding-bottom: 32px;
}
@media screen and (max-width: 767px) {.project_view { padding: 0px;padding-bottom: 8px;} }
body .theme-orange.fiche-cours .content h3{
	color: #ee7f00 !important;
	text-transform: uppercase;
	font-weight: 600;
    font-size: 16px;
    margin-top: 16px;
}
.cdm-shadow {
	-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}
body .theme-orange.fiche-cours .content h1, body .theme-orange.fiche-cours .content h2 {
    color: #ee7f00 !important;
	text-transform: uppercase;
}
body .theme-blue.fiche-cours .content h1, body .theme-blue.fiche-cours .content h2 {
    color: #66b8e4 !important;
	text-transform: uppercase;
}



.badge-yde-logo {
    background: url(/themes/cdmv2/images/yde_logo_white.png) no-repeat;
    background-position: bottom center;
    background-size: 11%;
}

/* section_cdmbox */
body .section_cdmbox {
    border-bottom: 14px solid rgb(239, 182, 0);
    position: relative; }

    body .section_cdmbox .bg_color {
      background: rgba(239, 182, 0, 1);
      margin-top: 300px;
      padding: 60px 0;
      position: relative;
      z-index: 1; }

@media screen and (min-width: 768px) {
  body .section_cdmbox .bg_color {
    margin-top: 0;
	background: rgba(255, 191, 0, 1);
    background: -moz-linear-gradient(left, rgba(239, 182, 0, 1) 0%, rgba(255, 191, 0, 1) 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(239, 182, 0, 1) 0%, rgba(255, 191, 0, 1) 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%);
    background: -o-linear-gradient(left, rgba(239, 182, 0, 1) 0%, rgba(255, 191, 0, 1) 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%);
    background: linear-gradient(left, rgba(239, 182, 0, 1) 0%, rgba(255, 191, 0, 1) 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%);
    

	}
body.theme-blue .section_cdmbox .bg_color {
    margin-top: 0;
	background: rgba(91, 184, 228, 1);
    background: -moz-linear-gradient(left, rgba(91, 184, 228, 1) 0%, rgba(91, 184, 228, 1) 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(91, 184, 228, 1) 0%, rgba(91, 184, 228, 1) 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%);
    background: -o-linear-gradient(left, rgba(91, 184, 228, 1) 0%, rgba(91, 184, 228, 1) 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%);
    background: linear-gradient(left, rgba(91, 184, 228, 1) 0%, rgba(91, 184, 228, 1) 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%);
    

	}
}
    body .section_cdmbox .bg_image {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      min-height: 300px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }

@media screen and (min-width: 768px) {
  body .section_cdmbox .bg_image {
    left: 35%;
    bottom: 0; } }

    body .section_cdmbox img {
      width: 90px; }

 body .section_cdmbox p {
	 font-weight: 500;
      text-transform: uppercase;
      color: #fff !important;
      font-size: 1.6rem;
       }
    body .section_cdmbox h1 {
      font-size: 2rem;
      text-transform: uppercase !important;
      color: #fff;
      font-weight: 600;
      margin: 24px 0; }

@media screen and (min-width: 768px) {
  body .section_cdmbox h1 {
    font-size: 2.2rem; } }

@media screen and (min-width: 1140px) {
  body .section_cdmbox h1 {
    font-size: 2.4rem; } }
    body .section_cdmbox a {
      float: left;
      clear: both;
      color: #ffffff;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 1.6rem;
      font-weight: 600; }
      body .section_cdmbox a.playvideo {
        padding: 0 16px 0 36px;
        position: relative; }
        body .section_cdmbox a.playvideo::after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\f04b";
          position: absolute;
          top: 2px;
          left: 0px;
          font-size: 2rem;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          color: #ffffff; }
        body .section_cdmbox a.playvideo:hover {
          opacity: 0.7; }

      body .section_cdmbox a.btn {
		  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
		  font-weight: 500;
        background: #ffffff;
        color: #3F2406 !important;
        font-size: 1.4rem;
        padding: 16px 28px;
        margin-top: 24px;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }

        body .section_cdmbox a.btn i {
          margin-left: 12px; }
        body .section_cdmbox a.btn:hover {
          background: #3F2406;
          color: #ffffff !important; }
/* FIN - section_cdmbox */

/* section_ydebox */
body .section_ydebox {
    border-bottom: 14px solid #1CAC83;
    position: relative; }
    body .section_ydebox .bg_color {
      background: #1CAC83;
      margin-top: 300px;
      padding: 60px 0;
      position: relative;
      z-index: 1; }

@media screen and (min-width: 768px) {
  body .section_ydebox .bg_color {
    margin-top: 0;
    /*background: -webkit-gradient(linear, left top, right top, from(#1CAC83), color-stop(45%, #1CAC83), color-stop(65%, rgba(214, 163, 5, 0)), to(rgba(214, 163, 5, 0)));
    background: -webkit-linear-gradient(left, #1CAC83 0%, #1CAC83 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%);
    background: -o-linear-gradient(left, #1CAC83 0%, #1CAC83 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%);
    background: linear-gradient(to right, #1CAC83 0%, #1CAC83 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%); 
	*/
	background: #1CAC83;
    background: -moz-linear-gradient(left, #1cac83 0%, #cccc33 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%);
    background: -webkit-linear-gradient(left, #1cac83 0%, #cccc33 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%);
    background: -o-linear-gradient(left, #1cac83 0%, #cccc33 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%);
    background: linear-gradient(left, #1cac83 0%, #cccc33 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%);
    

	} }
    body .section_ydebox .bg_image {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      min-height: 300px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }

@media screen and (min-width: 768px) {
  body .section_ydebox .bg_image {
    left: 35%;
    bottom: 0; } }
    body .section_ydebox img {
      width: 140px; }
 body .section_ydebox p {
	  font-weight: 500;
      text-transform: uppercase;
      color: #fff !important;
      font-size: 1.6rem;
       }
    body .section_ydebox h1 {
      font-size: 2rem;
      text-transform: uppercase !important;
      color: #fff;
      font-weight: 600;
      margin: 24px 0; }

@media screen and (min-width: 768px) {
  body .section_ydebox h1 {
    font-size: 2.2rem; } }

@media screen and (min-width: 1140px) {
  body .section_ydebox h1 {
    font-size: 2.4rem; } }
    body .section_ydebox a {
      float: left;
      clear: both;
      color: #ffffff;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 1.6rem;
      font-weight: 600; }
      body .section_ydebox a.playvideo {
        padding: 0 16px 0 36px;
        position: relative; }
        body .section_ydebox a.playvideo::after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\f04b";
          position: absolute;
          top: 2px;
          left: 0px;
          font-size: 2rem;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          color: #ffffff; }
        body .section_ydebox a.playvideo:hover {
          opacity: 0.7; }

      body .section_ydebox a.btn {
		  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
		  font-weight: 500;
        background: #ffffff;
        color: #1CAC83 !important;
        font-size: 1.4rem;
        padding: 16px 28px;
        margin-top: 24px;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }

body .section_ydebox .bg_image::after {
	content: " ";
	
	background: url(/themes/cdmv2/images/yde_logo_white.png) no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: absolute;
	top: 24px;
    right: 35px;
    height: 55px;
    width: 64px;
    bottom: -7px;
}

        body .section_ydebox a.btn i {
          margin-left: 12px; }
        body .section_ydebox a.btn:hover {
          background: #cccc33;
          color: #ffffff !important; }
/* FIN - section_ydebox */

/* section_fcbox */
body .section_fcbox {
    border-bottom: 14px solid rgb(238, 127, 0);
    position: relative; }
    body .section_fcbox .bg_color {
      background: rgba(238, 127, 0, 1);
      margin-top: 300px;
      padding: 60px 0;
      position: relative;
      z-index: 1; }

@media screen and (min-width: 768px) {
  body .section_fcbox .bg_color {
    margin-top: 0;
    /*background: -webkit-gradient(linear, left top, right top, from(#1CAC83), color-stop(45%, #1CAC83), color-stop(65%, rgba(214, 163, 5, 0)), to(rgba(214, 163, 5, 0)));
    background: -webkit-linear-gradient(left, #1CAC83 0%, #1CAC83 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%);
    background: -o-linear-gradient(left, #1CAC83 0%, #1CAC83 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%);
    background: linear-gradient(to right, #1CAC83 0%, #1CAC83 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%); 
	*/
	background: rgba(238, 127, 0, 1);
    background: -moz-linear-gradient(left, rgba(238, 127, 0, 1) 0%, rgba(234, 153, 60, 1) 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(238, 127, 0, 1) 0%, rgba(234, 153, 60, 1) 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%);
    background: -o-linear-gradient(left, rgba(238, 127, 0, 1) 0%, rgba(234, 153, 60, 1) 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%);
    background: linear-gradient(left, rgba(238, 127, 0, 1) 0%, rgba(234, 153, 60, 1) 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%);
    

	} }
    body .section_fcbox .bg_image {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      min-height: 300px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }

@media screen and (min-width: 768px) {
  body .section_fcbox .bg_image {
    left: 35%;
    bottom: 0; } }
    body .section_fcbox img {
      width: 140px; }
 body .section_fcbox p {
	 font-weight: 500;
      text-transform: uppercase;
      color: #fff !important;
      font-size: 1.6rem;
       }
    body .section_fcbox h1 {
      font-size: 2rem;
      text-transform: uppercase !important;
      color: #fff;
      font-weight: 600;
      margin: 24px 0; }

@media screen and (min-width: 768px) {
  body .section_fcbox h1 {
    font-size: 2.2rem; } }

@media screen and (min-width: 1140px) {
  body .section_fcbox h1 {
    font-size: 2.4rem; } }
    body .section_fcbox a {
      float: left;
      clear: both;
      color: #ffffff;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 1.6rem;
      font-weight: 600; }
      body .section_fcbox a.playvideo {
        padding: 0 16px 0 36px;
        position: relative; }
        body .section_fcbox a.playvideo::after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\f04b";
          position: absolute;
          top: 2px;
          left: 0px;
          font-size: 2rem;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          color: #ffffff; }
        body .section_fcbox a.playvideo:hover {
          opacity: 0.7; }

      body .section_fcbox a.btn {
		  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
		  font-weight: 500;
        background: #ffffff;
        color: rgba(241, 101, 34, 1) !important;
        font-size: 1.4rem;
        padding: 16px 28px;
        margin-top: 24px;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }

body .section_fcbox .bg_image::after {
	content: " ";
	
	background: url(https://www.handsup.lu/themes/cdm/images/logo/logo_formation_continue.svg) no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: absolute;
	top: 24px;
    right: 35px;
	height: 55px;
	width: 133px;
	bottom: -2px;
}

        body .section_fcbox a.btn i {
          margin-left: 12px; }
        body .section_fcbox a.btn:hover {
          background: #3F2406;
          color: #ffffff !important; }
/* FIN - section_fcbox */

/* section_bmbox */
body .section_bmbox {
    border-bottom: 14px solid rgb(102, 184, 228);
    position: relative; }
    body .section_bmbox .bg_color {
      background: rgba(102, 184, 228, 1);
      margin-top: 300px;
      padding: 60px 0;
      position: relative;
      z-index: 1; }

@media screen and (min-width: 768px) {
  body .section_bmbox .bg_color {
    margin-top: 0;
    /*background: -webkit-gradient(linear, left top, right top, from(#1CAC83), color-stop(45%, #1CAC83), color-stop(65%, rgba(214, 163, 5, 0)), to(rgba(214, 163, 5, 0)));
    background: -webkit-linear-gradient(left, #1CAC83 0%, #1CAC83 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%);
    background: -o-linear-gradient(left, #1CAC83 0%, #1CAC83 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%);
    background: linear-gradient(to right, #1CAC83 0%, #1CAC83 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%); 
	*/
	background: rgba(102, 184, 228, 1);
    background: -moz-linear-gradient(left, rgba(102, 184, 228, 1) 0%, rgba(129, 196, 232, 1) 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(102, 184, 228, 1) 0%, rgba(129, 196, 232, 1) 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%);
    background: -o-linear-gradient(left, rgba(102, 184, 228, 1) 0%, rgba(129, 196, 232, 1) 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%);
    background: linear-gradient(left, rgba(102, 184, 228, 1) 0%, rgba(129, 196, 232, 1) 45%, rgba(214, 163, 5, 0) 65%, rgba(214, 163, 5, 0) 100%);
    

	} }
    body .section_bmbox .bg_image {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      min-height: 300px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }

@media screen and (min-width: 768px) {
  body .section_bmbox .bg_image {
    left: 35%;
    bottom: 0; } }
    body .section_bmbox img {
      width: 140px; }
 body .section_bmbox p {
	 font-weight: 500;
      text-transform: uppercase;
      color: #fff !important;
      font-size: 1.6rem;
       }
    body .section_bmbox h1 {
      font-size: 2rem;
      text-transform: uppercase !important;
      color: #fff;
      font-weight: 600;
      margin: 24px 0; }

@media screen and (min-width: 768px) {
  body .section_bmbox h1 {
    font-size: 2.2rem; } }

@media screen and (min-width: 1140px) {
  body .section_bmbox h1 {
    font-size: 2.4rem; } }
    body .section_bmbox a {
      float: left;
      clear: both;
      color: #ffffff;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 1.6rem;
      font-weight: 600; }
      body .section_bmbox a.playvideo {
        padding: 0 16px 0 36px;
        position: relative; }
        body .section_bmbox a.playvideo::after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\f04b";
          position: absolute;
          top: 2px;
          left: 0px;
          font-size: 2rem;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          color: #ffffff; }
        body .section_bmbox a.playvideo:hover {
          opacity: 0.7; }

      body .section_bmbox a.btn {
		  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
		  font-weight: 500;
        background: #ffffff;
        color: rgba(102, 184, 228, 1) !important;
        font-size: 1.4rem;
        padding: 16px 28px;
        margin-top: 24px;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }

body .section_bmbox .bg_image::after {
	content: " ";
	
	background: url(https://www.handsup.lu/themes/cdm/images/logo/logo_brevet_de_maitrise.svg) no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: absolute;
    right: 18px;
    height: 71px;
    top: 24px;
    width: 132px;

}

        body .section_bmbox a.btn i {
          margin-left: 12px; }
        body .section_bmbox a.btn:hover {
          background: #3F2406;
          color: #ffffff !important; }
/* FIN - section_bmbox */



body #section_formation .add_arrow::after {
    color: #ffffff;
    background: #ee7f00;   
}
body #section_formation .add_arrow {
	border: 2px solid #ee7f00;
}
body #section_formation .add_arrow:hover {
      color: #3F2406;
      border: 2px solid #3F2406; }
      body .add_arrow:hover::after {
        color: #ffffff;
        background: #3F2406;
}
body #section_formation .add_arrow:hover::after {
    color: #ffffff;
    background: #3F2406;   
}
body .section_event#section_formation .bx-controls .bx-controls-direction .bx-prev {
    right: 60px;
    background: url(../img/arrow_left_orange.svg) center center no-repeat;
    background-size: 80%;
}
body .section_event#section_formation .bx-controls .bx-controls-direction .bx-next {
    right: 10px;
    background: url(../img/arrow_left_orange.svg) center center no-repeat;
    background-size: 80%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
body .section_event ul li article h1, body .section_event article h1 {
    font-size: 1.7rem;
	color: #3F2406;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
/*
body .section_event ul li article .lang.lb {
    background: linear-gradient(-180deg, #ed2939 33.3%, white 33.3%, white 66.6%, #00A1DE 66.6%);
	-webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
body .section_event ul li article .lang.de {
    background: linear-gradient(-180deg, black 33.3%, red 33.3%, red 66.6%, gold 66.6%);
	-webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
body .section_event ul li article .lang.fr {
    background: linear-gradient(-90deg, #EF4135 33.3%, white 33.3%, white 66.6%, #0055A4 66.6%);
	-webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

body .section_event ul li article .lang {
    margin-right: 8px;
	
	border-radius: 50%;
	width: 19px !important;
    height: 18px !important;
} */

body .lang.lb {
    background: linear-gradient(-180deg, #ed2939 33.3%, white 33.3%, white 66.6%, #00A1DE 66.6%) !important;
	-webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2) !important;
}
body .lang.de {
    background: linear-gradient(-180deg, black 33.3%, red 33.3%, red 66.6%, gold 66.6%) !important;
	-webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2) !important;
}
body .lang.fr {
    background: linear-gradient(-90deg, #EF4135 33.3%, white 33.3%, white 66.6%, #0055A4 66.6%) !important;
	-webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2) !important;
}
body .lang.en {
    background: linear-gradient(90deg, transparent 46%, red 46%, red 56%, transparent 56%), linear-gradient(transparent 38%, white 38%, white 42%, red 42%, red 58%, white 58%, white 62%, transparent 62%), linear-gradient(90deg, transparent 44%, white 44%, white 46%, red 46%, red 56%, white 56%, white 58%, transparent 58%), linear-gradient(33deg, transparent 45%, white 45%, white 48%, red 48%, red 54%, white 54%, white 57%, transparent 57%), linear-gradient(-33deg, mediumblue 45%, white 45%, white 48%, red 48%, red 54%, white 54%, white 57%, mediumblue 57%);
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2) !important;
}

body .lang {
    margin-right: 8px;
	
	border-radius: 50%;
	width: 19px !important;
    height: 18px !important;
	display: inline-block;
}

h1 img {
	height: 29px !important;
    float: right;
}
/* Remove tap highlight on iOS */

a {
   -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
/* Remove tap highlight on iOS form controls */

input, textarea, button, select, a {  
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   }
.msg-fixe {
    display: none;
    height: 245px;
    width: 160px;
    background-image: url(/images/filtrer-news.png);
    background-size: contain;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 50px;
    background-repeat: no-repeat;
	
}
.btn-fixe{
	position: fixed;
    left: 0;
    top: 60px;
    background-color: #efb600;
	color: #fff;
	font-weight: 600;
	-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
	
	padding: 12px 14px 12px;
	text-transform: uppercase;
	font-size: 1.3rem;
	top: 0;
    bottom: 0;
    margin: auto;
    height: 41px;
	display: none;
}

body.theme-orange .btn-fixe{
	background-color: #ee7f00;
}
.btn-fixe span{
	display: none;
}
.btn-fixe:hover span{
	display: inline-block;
}

.modal-form label.active .inputcool {
    background: rgba(255, 191, 0, 1);
}
.modal-form label {
	cursor: pointer;
}
input[type="checkbox"]:checked + label {

}
.modal-form label.inputsexy {
	margin-left: -5px;
    padding-left: 8px;
    background: rgba(255, 191, 0, 0);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
	pointer-events: auto;
}
body.theme-orange .modal-form label.inputsexy {
	
    font-size: 13px;
    line-height: 24px;
    
}

.modal-form label.inputsexy::before {
    content: "";
    font-size: 1.2rem;
    color: #ffffff;
    width: 18px;
    height: 18px;
    background: rgba(255, 191, 0, 0);
    border: 1px solid rgba(86, 53, 16, 0.8);
    display: block;
    float: left;
    margin-right: 8px;
    margin-top: 2px;
}
.modal-form label.active.inputsexy::before {
	line-height: 19px;
    text-align: center;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
     background: rgba(255, 191, 0, 1);
	border: 1px solid rgba(255, 191, 0, 1);
}
body.theme-orange .modal-form label.active.inputsexy::before {
	line-height: 19px;
    text-align: center;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
     background: rgba(239, 127, 0, 1);
	border: 1px solid rgba(239, 127, 0, 1);
}
.modal-form label.inactive.inputsexy::before {
	line-height: 19px;
    text-align: center;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
     background: rgba(255, 191, 0, 1);
	border: 1px solid rgba(255, 191, 0, 1);
	opacity: 0.3;
}
body.theme-orange .modal-form label.inactive.inputsexy::before {
	line-height: 19px;
    text-align: center;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
     background: rgba(239, 127, 0, 1);
	border: 1px solid rgba(239, 127, 0, 1);
	opacity: 0.3;
}
.modal-form label .inputcool {
    display: block;
    width: 19px;
    height: 19px;
    float: left;
    background: rgba(255, 191, 0, 0);
    position: relative;
	margin-right: 8px;
	border: 1px solid #efb600;
	pointer-events: auto;
	/*box-shadow: 0 1px 4px rgba(86, 53, 16, .3);*/
}
.modal-form label .text {
	pointer-events: auto;
}
.modal-form label .inputcool::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    top: 3px;
    right: 3px;
    left: 4px;
    bottom: 0px;
    font-size: 1.2rem;
    color: #ffffff;
    opacity: 0;
}
.modal-form label.active .inputcool::after {
    opacity: 1;
}

.modal-form button {
	border: 1px solid #efb600;
    padding: 0px 8px 0px 8px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    color: #efb600;
	line-height: 32px;
	/*box-shadow: 0 1px 4px rgba(86, 53, 16, .3);*/
}
.modal-form button:hover {
	border: 1px solid #efb600;
	background-color: #efb600;
    color: #fff;
}
body.theme-orange .modal-form button { border: 1px solid #ee7f00;color: #ee7f00; }
body.theme-orange .modal-form button:hover { border: 1px solid #ee7f00; background-color: #ee7f00; color: #fff;}
	
/* The Modal (background) */
form.modal-form, form.modal-form p{
	font-size: 15px;
	color: #563510;
}

form.modal-form input{
	font-size: 16px;
    padding: 8px;
	border-radius: 0;
	-webkit-appearance: none;
}

form.modal-form li{
	
margin-bottom: 8px;
}

form.modal-form ul{
	-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}


.modal-section {
	
}
.modal-section input{
	/*box-shadow: 0 1px 4px rgba(86, 53, 16, .3);*/
    float: left;
    border: 0;
	border: 1px solid #efb600;
	color: rgba(86, 53, 16, 1);
}

body.theme-orange .modal-section input{ border: 1px solid #ee7f00; }

.modal-section input:hover{
	/*box-shadow: 0 1px 8px rgba(86, 53, 16, .3);*/
}
.modal-section button{
	width: 34px;
	height: 36px;
    max-height: 36px;
    float: left;
    /*box-shadow: 0 0px 1px rgba(86, 53, 16, 1);
	box-shadow: 0 1px 4px rgba(86, 53, 16, .3);*/
    background-color: #efb600;
	border: 0;
	border: 1px solid #efb600;
	color: #fff;
}

body.theme-orange .modal-section button{ background-color: #ee7f00; border: 1px solid #ee7f00;color: #fff; }

.modal-section button:hover{
	opacity: 0.7;
}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */


/* The Close Button */
.close {
  color: rgba(255,255,255,0.5);
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -11px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Modal Header */
.modal-header {
  padding: 20px 16px;
    background-color: #efb600;
    color: white;
	text-transform: uppercase;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 600;
}

body.theme-orange .modal-header { background-color: #ee7f00; }


/* Modal Body */
.modal-body {padding: 2px 16px;}

.modal-body::after {
	
    background-image: linear-gradient( top, 
            rgba( 255, 255, 255, 0 ) 0%, 
            rgba( 255, 255, 255, 1 ) 100% );
        background-image: -moz-linear-gradient( top, 
            rgba( 255, 255, 255, 0 ) 0%, 
            rgba( 255, 255, 255, 1 ) 100% );
        background-image: -ms-linear-gradient( top, 
            rgba( 255, 255, 255, 0 ) 0%, 
            rgba( 255, 255, 255, 1 ) 100% );
        background-image: -o-linear-gradient( top, 
            rgba( 255, 255, 255, 0 ) 0%, 
            rgba( 255, 255, 255, 1 ) 100% );
        background-image: -webkit-linear-gradient( top, 
            rgba( 255, 255, 255, 0 ) 0%, 
            rgba( 255, 255, 255, 1 ) 100% );
    content: "\00a0";
    height: 18px;
    position: absolute;
    width: 100%;
	bottom: 48px;
    left: 0;
}

/* Modal Footer */
.modal-footer {
 padding: 20px 16px;
    background-color: #efb600;
    color: white;
	text-transform: uppercase;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 600;
}
body.theme-orange .modal-footer { background-color: #ee7f00 }


/* Modal Content */
.modal-content .modal-wrapper {
	 height: calc(100vh - 104px);
  	overflow-y: scroll;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	
}
.modal-content .modal-wrapper::-webkit-scrollbar { width: 0 !important }

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin-left: 0;
  padding: 0;
  border: 1px solid #888;
  width: 320px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animateleft;
  animation-duration: 0.4s;
  height: 100vh;
  overflow: hidden;	  
}
.modal-content h1{
	font-size: 15px;
    color: #563510;
    border-bottom: 0px solid #563510;
    padding-bottom: 4px;
    margin: 8px;
    margin-left: 0;
	margin-top: 32px;
	cursor: pointer;
}

.modal-content h1.selected{
    color: #efb600;
}
.modal-content ul.clean li h1.selected{
    color: #efb600;
}


.modal-content ul.clean li h1{
	font-size: 14px;
    color: #563510;
    border-bottom: 0px solid #563510;
    padding-bottom: 4px;
    margin: 0;
    margin-left: 8px;
	
	cursor: pointer;
}
.modal-content ul.clean li ul{
	margin-left: 20px;
	margin-bottom: 32px;
}

.modal-form span.openclose::after {
	content: "\f068";
	font-family: "Font Awesome 5 Free";
	margin-left: 8px;
    font-size: 13px;
	font-weight: 900;
	cursor: pointer;
}
.modal-form span.openclose.closed::after {
    content: "\f067";
	font-family: "Font Awesome 5 Free";
	margin-left: 8px;
    font-size: 13px;
	font-weight: 900;
	cursor: pointer;
}



.modal-content h1:after {
    content: "\f068";
	font-family: "Font Awesome 5 Free";
	margin-left: 8px;
    font-size: 13px;
}
.modal-content h1.closed:after {
    content: "\f067";
	font-family: "Font Awesome 5 Free";
	margin-left: 8px;
    font-size: 13px;
}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}
@keyframes animateleft {
  from {left: -370px; opacity: 0}
  to {left: 0; opacity: 1}
}


.media-footer {
color: #3F2406;
    position: absolute;
    bottom: 18px;
    right: 31px;
    /* width: 100%; */
    height: 20px;
    /* background-color: #f4f4f4; */
    padding: 8px;
	font-size: smaller;
}
.media-categories {
color: #3F2406;
    
	font-size: smaller;
	margin-top: 10px !important;
}
.media-categories-pp {
	margin-top: 10px !important;
}
body .newsletter.search form input {
	border: 2px solid #efb600;
    box-shadow: none;
    
}
body .newsletter.search form:hover input {
	border: 2px solid #3F2406;
    box-shadow: none;
}

body .newsletter.searc form button {
    color: #ffffff;
    background: #efb600;
    max-height: 60px;
    width: 60px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
    margin-top: 18px;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    padding: 15px 0 20px;
    
    box-shadow: none;
}
body .newsletter.search form:hover button {
    color: #ffffff;
    background-color: #3F2406 !important;
	background: #3F2406 !important;
    
}

body .section_box_zoom li.current > a article {
    
    border-top: 4px solid #3F2406;
    
}

body .section_box_zoom li > a article {
    
    background-color: #fff;
    
}

body .bloclist li.current .bg_color {
    border: 7px solid #3F2406;
}

body.theme-yellow footer{
  border-top: 14px solid #efb600;
 }

body.theme-orange footer{
	border-top: 14px solid #ee7f00;
 }

body.theme-blue footer {
	border-top: 14px solid #5BB8E4;
 }

body.theme-gray footer {
	border-top: 14px solid #b0a48d;
  }

body.theme-green footer {
	border-top: 14px solid #9fbe08;
  }
footer { border: 0 !important }

body div.subnav2 {
	overflow: auto;
 	white-space: nowrap;
}
body div.scroll-menu-2, body div.scroll-menu-3 {
	overflow: auto;
 	white-space: nowrap;
}

body.theme-yellow .subnav2{
  background-color: #efb600 !important;
  color: white !important; }

body.theme-orange .subnav2{
  background-color: #ee7f00 !important;
  color: white !important; }

body.theme-blue .subnav2 {
  background-color: #5BB8E4 !important;
  color: white !important; }

body.theme-gray .subnav2 {
  background-color: #b0a48d !important;
  color: white !important; }

body.theme-green .subnav2 {
  background-color: #9fbe08 !important;
  color: white !important; }

.subnav2 ul {
	padding: 0;
    margin: 0;
    list-style: none;
}
.subnav2 ul li {
	display: inline;
	float: left;
}
.subnav2 ul li a:hover {
	
	color: #5d3910;
}

.subnav2 ul li a {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.4rem;
    text-decoration: none;
    padding: 16px 16px 16px 12px;
    display: block;
    position: relative;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}



footer.dark {

    border-top: 14px solid #efb600;
	background-color: #202124 !important;
	background-size: contain !important;
	background-position: center right !important;
	background-repeat: no-repeat !important;
}
body main#home_main > footer.dark a {
    color: #dadada;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
body main#home_main > footer.dark a:hover {
    color: #efb600;
}

body.theme-seasonal-xmas footer.dark {

   
	background-color: #202124 !important;
	
}

body.theme-seasonal-xmas footer.dark div.bg_image {
	background-image: url("/images/footer-cdm.jpg");
    height: 100%;
    right: 0;
    position: absolute;
    width: auto;
    background-size: cover;
    top: 0;
    min-width: 724px;
    background-blend-mode: luminosity;
    background-color: #202124;
	opacity: 0.5;
}

body.theme-seasonal-xmas footer.dark div.bg_image::before {
	content: " ";
    background: -moz-linear-gradient(left, #202124 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 100%, #202124 100%);
    background: -webkit-linear-gradient(left, #202124 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 100%, #202124 100%);
    background: -webkit-gradient(linear, left top, right top, from(#202124), color-stop(50%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #202124 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 100%, #202124 100%);
    background: linear-gradient(to right, #202124 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 100%, #202124 100%);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
}

footer.darkbrown div.bg_image {
	background-image: url("/images/footer-cdm.jpg");
    height: 100%;
    right: 0;
    position: absolute;
    width: auto;
    background-size: cover;
    top: 0;
    min-width: 724px;
    background-blend-mode: luminosity;
    background-color: #202124;
	opacity: 0.5;
}

footer.dark div.bg_image {
	background-image: url("/images/footer-cdm.jpg");
    height: 100%;
    right: 0;
    position: absolute;
    width: auto;
    background-size: cover;
    top: 0;
    min-width: 724px;
    background-blend-mode: luminosity;
    background-color: #000000;
	opacity: 0.5;
}
footer.darkbrown div.bg_image::before {
	content: " ";
    background: -moz-linear-gradient(left, #221404 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 100%, #221404 100%);
    background: -webkit-linear-gradient(left, #221404 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 100%, #221404 100%);
    background: -webkit-gradient(linear, left top, right top, from(#221404), color-stop(50%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #221404 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 100%, #221404 100%);
    background: linear-gradient(to right, #221404 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 100%, #221404 100%);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
}

footer.dark div.bg_image::before {
	content: " ";
    background: -moz-linear-gradient(left, #202124 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 100%, #202124 100%);
    background: -webkit-linear-gradient(left, #202124 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 100%, #202124 100%);
    background: -webkit-gradient(linear, left top, right top, from(#202124), color-stop(50%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #202124 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 100%, #202124 100%);
    background: linear-gradient(to right, #202124 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 100%, #202124 100%);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
}

/* Bloclist */
body .bloclist.mini li a span {font-size: 1rem !important;}
body .bloclist.mini li {
    position: relative;
    display: block;
    height: 32px;
    margin-bottom: 6px; }

@media screen and (min-width: 768px) {
  body .bloclist.mini li {
    height: 48px; } }


body .bloclist li {
    position: relative;
    display: block;
    height: 130px;
    margin-bottom: 24px; }

@media screen and (min-width: 768px) {
  body .bloclist li {
    height: 192px; } }

    body .bloclist li .bg_color {
      background: #3F2406;
      /*background: -moz-linear-gradient(45deg, #ce9b03 0%, #efb600 100%);
      background: -webkit-linear-gradient(45deg, #ce9b03 0%, #efb600 100%);
      background: -o-linear-gradient(45deg, #ce9b03 0%, #efb600 100%);
      background: linear-gradient(45deg, #ce9b03 0%, #efb600 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ce9b03",endColorstr="#efb600",GradientType=1);*/
      position: absolute;
      top: 6px;
      left: 18px;
      right: 12px;
      bottom: 0; }
    body .bloclist li a {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
		text-decoration: none;
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      body .bloclist li a .centerflex {
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        position: relative; }
      body .bloclist li a .bg_img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 100%);
        background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 100%);
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.3)));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 100%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 100%);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 100%);
        opacity: 0.6;
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out; }
      body .bloclist li a span {
        display: block;
        color: #ffffff;
        -webkit-transition: color 1.4s, opacity 0.3s, -webkit-transform 0.3s;
        transition: color 1.4s, opacity 0.3s, -webkit-transform 0.3s;
        -o-transition: color 1.4s, transform 0.3s, opacity 0.3s;
        transition: color 1.4s, transform 0.3s, opacity 0.3s;
        transition: color 1.4s, transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        width: 100%;
        text-align: center;
        font-size: 2rem;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%; }
        body .bloclist li a span.subtitre {
          opacity: 0;
          font-size: 1.6rem;
          font-weight: 600;
          text-transform: inherit;
          position: absolute;
          left: 0;
          top: 0; }
          body .bloclist li a span.subtitre::after {
            content: "";
            width: 18px;
            height: 3px;
            background: #3F2406;
            position: absolute;
            top: -14px;
            left: calc(50% - 9px); }
    body .bloclist li:hover a {
      top: -6px;
      left: -6px;
      right: 6px;
      bottom: 6px; }
      body .bloclist li:hover a .bg_img {
        opacity: 1; }
      body .bloclist li:hover a span {
        -webkit-transition: color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        transition: color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        -o-transition: color 0.3s, transform 0.3s, opacity 0.3s;
        transition: color 0.3s, transform 0.3s, opacity 0.3s;
        transition: color 0.3s, transform 0.3s, opacity 0.3s, -webkit-transform 0.3s; }
        body .bloclist li:hover a span.principaltitre {
          -webkit-transform: translate(0, -20px);
          -ms-transform: translate(0, -20px);
          transform: translate(0, -20px); }
        body .bloclist li:hover a span.subtitre {
          opacity: 1;
          -webkit-transform: translate(0, 36px);
          -ms-transform: translate(0, 36px);
          transform: translate(0, 36px); }
      body .bloclist li:hover a::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        -webkit-box-shadow: 5px 5px 10px rgba(11, 93, 69, 0.4);
        box-shadow: 5px 5px 10px rgba(11, 93, 69, 0.4);
        z-index: -1;
        -webkit-transform: translateZ(-50px);
        transform: translateZ(-50px);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }

    body .bloclist li.blue .bg_color {
      background: #54c9b4;
      background: -moz-linear-gradient(45deg, #0086a2 0%, #54c9b4 100%);
      background: -webkit-linear-gradient(45deg, #0086a2 0%, #54c9b4 100%);
      background: -o-linear-gradient(45deg, #0086a2 0%, #54c9b4 100%);
      background: linear-gradient(45deg, #0086a2 0%, #54c9b4 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0086a2",endColorstr="#54c9b4)",GradientType=1); }
      body .bloclist li.blue .bg_color a span.subtitre::after {
        background: #0BB5B6; }
    body .bloclist li.blue:hover a span {
      -webkit-transition: color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      transition: color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      -o-transition: color 0.3s, transform 0.3s, opacity 0.3s;
      transition: color 0.3s, transform 0.3s, opacity 0.3s;
      transition: color 0.3s, transform 0.3s, opacity 0.3s, -webkit-transform 0.3s; }
      body .bloclist li.blue:hover a span.principaltitre {
        -webkit-transform: translate(0, -20px);
        -ms-transform: translate(0, -20px);
        transform: translate(0, -20px); }
      body .bloclist li.blue:hover a span.subtitre {
        opacity: 1;
        -webkit-transform: translate(0, 36px);
        -ms-transform: translate(0, 36px);
        transform: translate(0, 36px); }
    body .bloclist li.blue:hover a::after {
      -webkit-box-shadow: 5px 5px 10px rgba(11, 181, 182, 0.4);
      box-shadow: 5px 5px 10px rgba(11, 181, 182, 0.4); }

body.theme-blue .bloclist li a span.subtitre::after { background: #5BB8E4; }
body.theme-orange .bloclist li a span.subtitre::after { background: #ee7f00; }
body.theme-gray .bloclist li a span.subtitre::after { background: #b0a48d; }
body.theme-green .bloclist li a span.subtitre::after { background: #9fbe08; }

body.theme-azure .bloclist li .bg_color {
      background: #3F2406;
      background: -moz-linear-gradient(45deg, #3F2406 0%, #4a69bd 100%);
      background: -webkit-linear-gradient(45deg, #3F2406 0%, #4a69bd 100%);
      background: -o-linear-gradient(45deg, #3F2406 0%, #4a69bd 100%);
      background: linear-gradient(45deg, #3F2406 0%, #4a69bd 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3F2406",endColorstr="#4a69bd",GradientType=1); }
body.theme-dupain .bloclist li .bg_color {
      background: #3F2406;
      background: -moz-linear-gradient(45deg, #3F2406 0%, #60a3bc 100%);
      background: -webkit-linear-gradient(45deg, #3F2406 0%, #60a3bc 100%);
      background: -o-linear-gradient(45deg, #3F2406 0%, #60a3bc 100%);
      background: linear-gradient(45deg, #3F2406 0%, #60a3bc 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3F2406",endColorstr="#60a3bc",GradientType=1); }

body.theme-blue .bloclist li .bg_color {
      background: #3F2406;
      background: -moz-linear-gradient(45deg, #3F2406 0%, #5BB8E4 100%);
      background: -webkit-linear-gradient(45deg, #3F2406 0%, #5BB8E4 100%);
      background: -o-linear-gradient(45deg, #3F2406 0%, #5BB8E4 100%);
      background: linear-gradient(45deg, #3F2406 0%, #5BB8E4 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3F2406",endColorstr="#5BB8E4",GradientType=1); }
body.theme-orange .bloclist li .bg_color {
      background: #3F2406;
      background: -moz-linear-gradient(45deg, #3F2406 0%, #ee7f00 100%);
      background: -webkit-linear-gradient(45deg, #3F2406 0%, #ee7f00 100%);
      background: -o-linear-gradient(45deg, #3F2406 0%, #ee7f00 100%);
      background: linear-gradient(45deg, #3F2406 0%, #ee7f00 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3F2406",endColorstr="#ee7f00",GradientType=1); }
body.theme-gray .bloclist li .bg_color {
      background: #3F2406;
      background: -moz-linear-gradient(45deg, #3F2406 0%, #b0a48d 100%);
      background: -webkit-linear-gradient(45deg, #3F2406 0%, #b0a48d 100%);
      background: -o-linear-gradient(45deg, #3F2406 0%, #b0a48d 100%);
      background: linear-gradient(45deg, #3F2406 0%, #b0a48d 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3F2406",endColorstr="#b0a48d",GradientType=1); }
body.theme-gray .bloclist li.current .bg_color {
      background: #b0a48d;
}
body.theme-gray .bloclist li.current a span {color: #efb600;}
body.theme-green .bloclist li .bg_color {
      background: #3F2406;
      background: -moz-linear-gradient(45deg, #3F2406 0%, #9fbe08 100%);
      background: -webkit-linear-gradient(45deg, #3F2406 0%, #9fbe08 100%);
      background: -o-linear-gradient(45deg, #3F2406 0%, #9fbe08 100%);
      background: linear-gradient(45deg, #3F2406 0%, #9fbe08 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3F2406",endColorstr="#9fbe08",GradientType=1); }
/* END - Bloclist */

/* Table */
body .content_section .content table {
  margin-top: 30px;
  width: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: white; }
  body .content_section .content table tbody tr th {
   
    vertical-align: middle;
    border-bottom: 0px;
    /*border-right: 1px solid #e7e7e7;*/
    font-weight: 600;
    font-size: 16px;
    padding: 15px 30px; }
    body .content_section .content table tbody tr th p {
      margin: 0px !important; }
  body .content_section .content table tbody tr td {
    padding-bottom: 17px;
    padding-top: 15px; }
    body .content_section .content table tbody tr td p {
      font-size: 14px !important;
      line-height: 20px !important;
      margin: 0 !important; }
  body .content_section .content table thead tr th {
    /*border-right: 1px solid #e7e7e7;*/
    border-bottom: 0px;
    font-size: 16px;
    padding: 15px 30px; }
  body .content_section .content table thead tr th:first-child {
    border-right: 1px solid #e7e7e7 !important; }
  body .content_section .content table tbody > tr:nth-child(odd) {
    background-color: #ffffff; }
  body .content_section .content table tbody > tr:nth-child(even) {
    background-color: #fcfcfc; }
  body .content_section .content table td, body .content_section .content table th{
    font-size: 14px;
    color: #563510;
    padding-left: 30px !important;
    vertical-align: middle !important;
   
	  
	border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 24px;
}
body .content_section .content table th{
	border: 1px solid rgba(255, 255, 255, 0.4);
}
    body .content_section .content table td p {
      margin: 0; }


body.theme-yellow .content_section .content table th,
body.theme-yellow .content_section .content table tbody > tr > th {
  background-color: #efb600 !important;
  color: white !important; }
body.theme-orange .content_section .content table th,
body.theme-orange .content_section .content table tbody > tr > th {
  background-color: #ee7f00 !important;
  color: white !important; }
body.theme-blue .content_section .content table th,
body.theme-blue .content_section .content table tbody > tr > th {
  background-color: #5BB8E4 !important;
  color: white !important; }
body.theme-gray .content_section .content table th,
body.theme-gray .content_section .content table tbody > tr > th {
  background-color: #b0a48d !important;
  color: white !important; }
body.theme-green .content_section .content table th,
body.theme-green .content_section .content table tbody > tr > th {
  background-color: #9fbe08 !important;
  color: white !important; }

body.theme-yellow .content_section .content table thead p,
body.theme-yellow .content_section .content table th p,
body.theme-yellow .content_section .content table tbody > tr > th p {
    color: white !important; }
body.theme-orange .content_section .content table thead p,
body.theme-orange .content_section .content table th p,
body.theme-orange .content_section .content table tbody > tr > th p {
    color: white !important; }
body.theme-blue .content_section .content table thead p,
body.theme-blue .content_section .content table th p,
body.theme-blue .content_section .content table tbody > tr > th p {
    color: white !important; }
body.theme-gray .content_section .content table thead p,
body.theme-gray .content_section .content table th p,
body.theme-gray .content_section .content table tbody > tr > th p {
    color: white !important; }
body.theme-green .content_section .content table thead p,
body.theme-green .content_section .content table th p,
body.theme-green .content_section .content table tbody > tr > th p {
    color: white !important; }
/**/

body .content_section .content img.float-right, body .content_section .content img.float-left {
	margin-top: 30px;
}
body .content_section .content img.float-right {
	float: right;
}
body .content_section .content img.float-left {
	float: left;
}
body .sidebar .current_nav a.btn {
    color: #efb600;
    border: 2px solid #efb600;
    padding: 10px 28px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    margin-right: 12px;
	margin-bottom: 12px;
}

body .sidebar .current_nav a.btn:hover {
    color: #fff;
    background-color: #efb600;
}

body.theme-azure .sidebar .current_nav a.btn { color: #4a69bd; border: 2px solid #4a69bd; }
body.theme-dupain .sidebar .current_nav a.btn { color: #60a3bc; border: 2px solid #60a3bc; }
body.theme-blue .sidebar .current_nav a.btn {
    color: #5BB8E4;
	border: 2px solid #5BB8E4;
}
body.theme-orange .sidebar .current_nav a.btn {
    color: #ee7f00;
	border: 2px solid #ee7f00;
}
body.theme-gray .sidebar .current_nav a.btn {
    color: #b0a48d;
	border: 2px solid #b0a48d;
}
body.theme-green .sidebar .current_nav a.btn {
    color: #9fbe08;
	border: 2px solid #9fbe08;
}
body.theme-yellow .sidebar .current_nav a.btn {
    color: #efb600;
	border: 2px solid #efb600;
}

body.theme-blue .sidebar .current_nav a.btn:hover {
    background-color: #5BB8E4;
	color: #fff;
}
body.theme-orange .sidebar .current_nav a.btn:hover {
    background-color: #ee7f00;
	color: #fff;
}
body.theme-gray .sidebar .current_nav a.btn:hover {
    background-color: #b0a48d;
	color: #fff;
}
body.theme-green .sidebar .current_nav a.btn:hover {
    background-color: #9fbe08;
	color: #fff;
}
body.theme-yellow .sidebar .current_nav a.btn:hover {
    background-color: #efb600;
	color: #fff;
}
body.theme-azure .sidebar .current_nav a.btn:hover {
    background-color: #4a69bd;
	color: #fff;
}
body.theme-dupain .sidebar .current_nav a.btn:hover {
    background-color: #60a3bc;
	color: #fff;
}


/* Global buttons */


body a.btn.cdm, body button.cdm {
    color: #efb600;
    border: 2px solid #efb600;
    padding: 14px 28px;
    text-decoration: none;
    font-weight: 600 !important;
    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    margin-right: 12px;
}
body a.btn.cdm.accordion, body button.cdm.accordion {
    color: #efb600;
    border: none !important;
    padding: 0 !important;
    text-decoration: none;
    font-weight: 600 !important;
    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    margin-right: 2px;
}

body a.btn.cdm.send:before, body button.cdm.send:before {
    content: "\f1d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 12px;
}

body a.btn.cdm:hover, body button.cdm:hover {
    color: #fff;
    background-color: #efb600;
}

body.theme-blue a.btn.cdm, body.theme-blue button.cdm {
    color: #5BB8E4;
	border: 2px solid #5BB8E4;
}

body.theme-orange a.btn.cdm, body.theme-orange button.cdm {
    color: #ee7f00;
	border: 2px solid #ee7f00;
	
}
body.theme-gray a.btn.cdm, body.theme-gray button.cdm {
    color: #b0a48d;
	border: 2px solid #b0a48d;
}
body.theme-green a.btn.cdm, body.theme-green button.cdm {
    color: #9fbe08;
	border: 2px solid #9fbe08;
}
body.theme-yellow a.btn.cdm, body.theme-yellow button.cdm {
    color: #efb600;
	border: 2px solid #efb600;
}

body.theme-blue a.btn.cdm:hover, body.theme-blue button.cdm:hover {
    background-color: #5BB8E4;
	color: #fff;
}
body.theme-orange a.btn.cdm:hover, body.theme-orange button.cdm:hover {
    background-color: #ee7f00;
	box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.0), 0 0 8px rgba(238, 127, 0, 0.6) !important;
	color: #fff !important;
}
body.theme-gray a.btn.cdm:hover, body.theme-gray button.cdm:hover {
    background-color: #b0a48d;
	color: #fff;
}
body.theme-green a.btn.cdm:hover, body.theme-green button.cdm:hover {
    background-color: #9fbe08;
	color: #fff;
}
body.theme-yellow a.btn.cdm:hover, body.theme-yellow button.cdm:hover {
    background-color: #efb600;
	color: #fff;
}

body.theme-azure a.btn.cdm, body.theme-azure button.cdm {
    color: #4a69bd;
	border: 2px solid #4a69bd;
}
body.theme-azure a.btn.cdm:hover, body.theme-azure button.cdm:hover {
    background-color: #4a69bd;
	color: #fff;
}
body.theme-dupain a.btn.cdm, body.theme-dupain button.cdm {
    color: #4a69bd;
	border: 2px solid #60a3bc;
}
body.theme-dupain a.btn.cdm:hover, body.theme-dupain button.cdm:hover {
    background-color: #60a3bc;
	color: #fff;
}
/* FIN - Global buttons */

body .content .contact_content ul li, body .content .contact_content ol li {
    margin-bottom: 20px;
}
body .content_section .content .contact_content ul li a.tel, body .content_section .content .contact_content ul li a.mail {
    text-decoration: none;
    float: left;
    clear: both;
    padding: 10px 0;
}
@media screen and (max-width: 767px) { 
body .content_section .content .contact_content ul li a.tel, body .content_section .content .contact_content ul li a.mail {
    text-decoration: none;
    float: left;
    clear: both;
    padding: 3px 0;
	}}

body .content_section .content .contact_content ul li a.tel:before, body .content_section .content .contact_content ul li a.mail:before {
    content: none;
}
body .content_section .content .contact_content ul li a:before {
    content: "\f1d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 12px;
}
body .content_section .content .contact_content ul li .photo {
    width: 100%;
    float: left;
}
@media screen and (max-width: 767px) { 
	
	body .content_section .content .contact_content ul li .photo {
    width: 25%;}
}
@media screen and (min-width: 768px) {
body .content_section .content .contact_content ul li .photo {
    width: 110px;
}}

body img {
    max-width: 100%;
    height: auto;
}

body .content_section .content .contact_content ul li .content {
    width: 100%;
    float: left;
    padding: 12px 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) { 
body .content_section .content .contact_content ul li .content {
    width: 70%;
    float: left;
    padding: 0px 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8px;
	}}

@media screen and (min-width: 768px) {
body .content_section .content .contact_content ul li .content {
    width: calc(100% - 110px);
    padding: 0 0 0 12px;
}}

body .content_section .content .contact_content ul li h3 {
    font-size: 16px;
    font-weight: 600;
    padding: 6px 0 10px 0;
    color: #563510 !important;
}
@media screen and (max-width: 767px) {
body .content_section .content .contact_content ul li h3 {
    font-size: 16px;
    font-weight: 600;
    padding: 0px 0 0px 0;
    color: #563510 !important;
}}
@media screen and (min-width: 768px){
body .content_section .content .contact_content h3 {
    padding: 40px;
}}

body .content_section .content .contact_content h3 {
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
    color: #3F2406;
    padding: 40px 26px;
}

body section.decosection {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.breadcrumb-top {
    margin-top: 0;
    margin-bottom: 0;
  
    border-radius: 0;
}
.breadcrumb-top .breadcrumb {
    font-size: 0.857em;
    margin: 0;
    height: 3.333em;
    line-height: 3.333em;
    padding: 0px 0px 0px 1.250em;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    
    border-radius: 4px;
}
ol.breadcrumb span { font-size: 1em !important; font-weight: 500; }
.breadcrumb-top .breadcrumb li:first-child:before {
    padding-left: 0.417em;
	content: none !important;
}
.breadcrumb-top .breadcrumb li {
    float: left;
}
.breadcrumb > li {
	display: inline-block;
}
@media (min-width: 1320px) {
.breadcrumb-top .breadcrumb li.active {
    width: 48%;
}}
.breadcrumb-top .breadcrumb li.active {
    color: #5d3910;
    font-size: 1em;
    width: 37%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.breadcrumb-top .breadcrumb li {
    float: left;
}
.breadcrumb-top .breadcrumb li:before {
    font-size: 11px;
    font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    padding: 0 0.625em;
    color: #563510;
    vertical-align: top;
	font-weight: 900;
}

body.theme-blue .breadcrumb-top .breadcrumb li:before {
    color: #5BB8E4;
}
body.theme-orange .breadcrumb-top .breadcrumb li:before {
    color: #ee7f00;
}
body.theme-gray .breadcrumb-top .breadcrumb li:before {
    color: #b0a48d;
}
body.theme-green .breadcrumb-top .breadcrumb li:before {
    color: #9fbe08;
}
body.theme-yellow .breadcrumb-top .breadcrumb li:before {
    color: #efb600;
}
body.theme-dupain .breadcrumb-top .breadcrumb li:before {
    color: #60a3bc;
}
body.theme-azure .breadcrumb-top .breadcrumb li:before {
    color: #4a69bd;
}

body .content a {
	text-decoration: none;
	color: #efb600;
	font-weight: 400;
	
}
body.theme-blue .content a { color: #5BB8E4; }
body.theme-blue .content a::hover { color: #037bdc !important; }

body.theme-orange .content a {
    color: #ee7f00;
}
body.theme-gray .content a {
    color: #b0a48d;
}
body.theme-green .content a {
    color: #9fbe08;
}
body.theme-yellow .content a {
    color: #efb600;
}

body .content_section .sidebar .current_nav .page_title {
    color: #fff;
    font-size: 1.6rem;
    padding: 24px 0px 0px 0px;
    font-weight: 600;
    background: none;
    display: block;
	background-color: #efb600 !important;
	border-bottom: 0 !important;
}
body .content_section.theme-gray .sidebar .current_nav .page_title {
	background-color: #b0a48d !important;
}
body .content_section.theme-orange .sidebar .current_nav .page_title {
	background-color: #ee7f00 !important;
}
body .content_section.theme-blue .sidebar .current_nav .page_title {
	background-color: #5BB8E4 !important;
}
body .content_section.theme-green .sidebar .current_nav .page_title {
	background-color: #9fbe08 !important;
}
body .content_section.theme-yellow .sidebar .current_nav .page_title {
	background-color: #efb600 !important;
}
body .content_section.theme-azure .sidebar .current_nav .page_title {
	background-color: #4a69bd !important;
}
body .content_section.theme-dupain .sidebar .current_nav .page_title {
	background-color: #60a3bc !important;
}


body .content h1 {
    text-transform: inherit;
}
body .content_section.theme-azure .content h1 {
    color: #4a69bd;
}
body .content_section.theme-dupain .content h1 {
    color: #60a3bc;
}
body .content_section.theme-orange .content h1 {
    color: #ee7f00;
}
body .content_section.theme-blue .content h1 {
    color: #5BB8E4;
}
body .content_section.theme-gray .content h1 {
    color: #b0a48d;
}
body .content_section.theme-green .content h1 {
    color: #9fbe08;
}
body .content_section.theme-yellow .content h1, body .content_section.theme-yellow .content h2 {
    color: #efb600;
}
body .content_section.theme-yellow .content .cdm-accordion h2 {
    
	padding-left: 44px;
}

body .content_section.theme-azure .content a { color: #4a69bd; }
body .content_section.theme-dupain .content a { color: #60a3bc; }
body .content_section.theme-orange .content a {
    text-decoration: none;
    color: #ee7f00;
    font-weight: 500;
}
body .content_section.theme-blue .content a {
    text-decoration: none;
    color: #5BB8E4;
    font-weight: 500;
}
body .content_section.theme-blue .content a:hover { color: #037bdc; }

body .content_section.theme-green .content a {
    text-decoration: none;
    color: #9fbe08;
    font-weight: 500;
}
body .content_section.theme-gray .content a {
    text-decoration: none;
    color: #b0a48d;
    font-weight: 400;
}
body .content_section.theme-yellow .content a {
    text-decoration: none;
    color: #efb600;
    font-weight: 500;
}

body .content_section.theme-blue a.btn.cdm, body .content_section.theme-blue button.cdm {
    color: #5BB8E4;
    border: 2px solid #5BB8E4;
}
body .content_section.theme-blue a.btn.cdm:hover, body .content_section.theme-blue button.cdm:hover {
    background-color: #5BB8E4;
	color: #fff;
}
body .content_section.theme-blue .cdm-sub-label span { color: #5BB8E4 !important; }

body .content_section .content .social_link ul li a {
    text-decoration: none;
    display: block;
    padding: 8px 16px;
    background: #efb600;
	color: #563510;
}
body .content_section .content .social_link ul li a:hover {
    background: #563510;          
}

body .content_section.theme-orange .content .social_link ul li a {
    background: #ee7f00 !important;
	color: #fff;
}
body .content_section.theme-orange .content .social_link ul li a:hover {
    background: #563510 !important;
}
body .content_section.theme-gray .content .social_link ul li a {
    background: #b0a48d;
    color: #fff;
}
body .content_section.theme-gray .content .social_link ul li a:hover {
    background: #563510;
}
body .content_section.theme-green .content .social_link ul li a {
    background: #9fbe08;
    color: #fff;
}
body .content_section.theme-green .content .social_link ul li a:hover {
    background: #563510;          
}
body .content_section.theme-blue .content .social_link ul li a {
    background: #5BB8E4;
    color: #fff;
}
body .content_section.theme-blue .content .social_link ul li a:hover {
    background: #563510;
}
body .content_section.theme-yellow .content .social_link ul li a {
    background: #efb600;
    color: #fff;
}
body .content_section.theme-yellow .content .social_link ul li a:hover {
    background: #563510;
}
body .content_section.theme-azure .content .social_link ul li a {
    background: #4a69bd;
    color: #fff;
}
body .content_section.theme-dupain .content .social_link ul li a {
    background: #60a3bc;
    color: #fff;
}


.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
}
.breadcrumb-bottom {
    height: 50px;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb-bottom .breadcrumb {
    font-size: 12px;
    margin: 0;
    line-height: 50px;
    background-color: transparent;
    height: 50px;
    color: white;
    padding: 0;
}

#nav_left_info_more {
    color: rgba(0, 0, 0, 0.2);
    text-align: center;
}
.contact-cdm a:before {
	content: none !important;
}

/* Infobox Contactbox*/
body .content_section .content .infobox_content, body .content_section .content .contact_content {
    margin: 24px 0;
}
@media (max-width: 767px) {
	
	
	body.theme-orange .fiche-cours .form label { width: unset; }
	body .content_section .content .infobox_content, body .content_section .content .contact_content {
    /*margin: 24px 16px;*/
}
	.panel-default .panel-heading { padding-left: 1em; }
	.form .form-label { line-height: 16px;
    margin-bottom: 8px !important;
	margin-top: 14px;
    display: block;
    font-size: 14px; }
	
	body .content_section .content .infobox_content h2 {/*font-size: 13px !important;padding: 15px 0px !important;*/}
}
body .content_section .content .contact_content {
   
	padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
body .content_section .content .infobox_content h2, body .content_section .content .contact_content h2 {
    padding: 40px;
}}

body .content_section .content .infobox_content h2, body .content_section .content .contact_content h2 {
    padding: 20px 26px;
    width: 100%;
    color: #ffffff;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #efb600;
	text-transform: uppercase;
}
body .content_section .content .boxshadow , body .content_section .content .infobox_content .boxshadow, body .content_section .content .contact_content .boxshadow {
    -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}
body .content_section .content .infobox_content .lien, body .content_section .content .contact_content .lien {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 1em;
}

body .content_section .content .infobox_content .lien p, body .content_section .content .contact_content .lien p,
body .content_section .content .infobox_content .lien label, body .content_section .content .contact_content .lien label {
	padding-left: 30px;
	padding-right: 30px;
}

@media screen and (min-width: 768px){
body .content_section .content .infobox_content h3, body .content_section .content .contact_content h3 {
    padding: 24px 40px;
	
}}
body .content_section .content .infobox_content .lien ul li {
    margin-bottom: 0;
}




body .content .infobox_content ul, body .content .infobox_content ol, body .content .contact_content ul, body .content .contact_content ol {
   
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: none;
	padding-left: 30px;
	padding-right: 30px;
}
ul.clean, ol.clean {
    list-style: none;
    padding: 0;
}

body .content_section .content .infobox_content h3, body .content_section .content .contact_content h3 {
    
    padding: 24px 26px;
    font-weight: 600;
    margin: 0;
	color: #563510;
    font-size: 16px;
    line-height: 24px;
}


/*
body .content a:before {
  content: "\f0c1";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
	
}*/

body .content_section .content .social_link {
    width: 100%;
    padding: 18px 20px;
    font-size: 1.6rem;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 24px 0;
}
body .content_section .content .social_link ul li a span {
    margin-left: 10px;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
}



body .content_section .content .social_link ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
	list-style-type: none;
}
body .content_section .content .social_link ul {
    padding: 0;
    margin-bottom: 0;
}

body .content_section .content .social_link ul li a i {
    color: #ffffff;
    font-size: 1.8rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.2;
}
footer {
	border-top: 14px solid #efb600;
}
@media screen and (min-width: 768px) {
  body .content_section .sidebar.fixedposition {
    position: fixed;
    left: 0;
    right: 0;
    top: 60px; } }
@media screen and (min-width: 1024px) {
body .content_section .sidebar.fixedposition {
    position: fixed;
    left: 0;
    right: 0;
    top: 164px;
}}

@media screen and (min-width: 1140px) {
  body .content_section .sidebar.fixedposition {
    top: 25px; } }

@media screen and (min-width: 1441px){
body main#home_main > header #nav_main nav ul li a {
    padding: 25px 20px;
    font-size: 14px;
    max-width: 100%;
	}
body main#home_main > header #nav_main nav ul li a:hover {
    color: #efb600;
	}

}

body .section_box_zoom li > a article.yde {
    border-top: 4px solid #3F2406;
	
}
body .section_box_zoom li > a article.yde i {
    color: #3F2406;
}

body .section_actu ul li article .box_actu_image {
    box-shadow: 0 0 100px rgba(0,0,0,0.2) inset;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

body .content p {
    margin-top: 14px;
    margin-bottom: 14px;
    color: #563510;
    font-size: 16px;
    line-height: 26px;
}

body .content strong {
   font-weight: 600;
}

.nav-wrapwrapper{
	background-color: #fff;
}

body .content_section {
    padding-bottom: 60px;
	padding-top: 30px;
	padding-left: 16px;
	padding-right: 16px;
}

body .content h2 {
text-transform: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #5d3910;
    margin-bottom: 15px;
    margin-top: 45px;
}
body .content h2:first-child {
    margin-top: 0 !important;
}

body .content ul, body .content ol {
    padding-left: 20px;
	 margin-top: 0;
    margin-bottom: 10px;
	list-style-type: square;
}

body .content ul.fc1, body .content ol.fc1 {
    padding-left: 20px;
	 margin-top: 0;
    margin-bottom: 10px;
	list-style-type: none;
}
body .content ul.fc2, body .content ol.fc2 {
	list-style-type: none;
}
body .content ul.fc1 li::before, body .content ol.fc1 li::before{
   
	content: "\f105";
    font-family: "Font Awesome 5 Free";
  color: #ee7f00 !important; /* Change the color */
  font-weight: 900; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
	
}

body .content ul li, body .content ol li {
    color: #563510;
    /*font-size: 16px;*/
    padding: 0px 0px;
    line-height: 24px;
}

body .lien ul li, body .lien ol li {
	color: #563510;
    font-size: 16px;
    padding: 5px 0px;
    line-height: 24px;
}

@media screen and (min-width: 768px){
body .content_section .sidebar .current_nav {
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 24px;
}}



body .content_section.theme-gray .content .infobox_content h2, body .content_section.theme-gray .content .contact_content h2 {
    color: #ffffff;
    background: #b0a48d;
}

body .content_section.theme-blue .content .infobox_content h2, body .content_section.theme-blue .content .contact_content h2 {
    color: #ffffff;
    background: #5BB8E4;
}
body .content_section.theme-orange .content .infobox_content h2, body .content_section.theme-orange .content .contact_content h2 {
    color: #ffffff;
    background: #ee7f00;
}
body .content_section.theme-green .content .infobox_content h2, body .content_section.theme-green .content .contact_content h2 {
    color: #ffffff;
    background: #9fbe08;
}
body .content_section.theme-azure .content .infobox_content h2, body .content_section.theme-azure .content .contact_content h2 {
    color: #ffffff;
    background: #4a69bd;
}
body .content_section.theme-dupain .content .infobox_content h2, body .content_section.theme-dupain .content .contact_content h2 {
    color: #ffffff;
    background: #60a3bc;
}

@media screen and (min-width: 768px){
body .content_section .sidebar .current_nav .page_title {
    background: url(../img/bg_section_overlay.png) left center repeat-y;
    padding: 24px 36px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-size: 0%;
}}
body .content_section .sidebar .current_nav ul li {
    margin-bottom: 6px;
	text-indent: -15px;
}
body .content_section .sidebar .current_nav ul li a {
    font-size: 1.4rem;
    text-decoration: none;
    color: #563510;
}
body .content_section .sidebar .current_nav ul li a:hover {
    color: #efb600;
}
body .content_section .sidebar .current_nav ul li a:before {
    content: "-";
  
    margin-right: 9px;
	
}

div.label.label_pdf {
	display: none;
}
body .content .card-file a, body .content .infobox_content a, body .content .contact_content a {
    margin-bottom: 0;
	display: block;
	color: #563510;
}body .content .card-file a:hover, body .content .infobox_content a:hover, body .content .contact_content a:hover {
	color: #efb600;
}

body .content .infobox_content a { margin-left: 16px; }

body .content .contact_content a:before {
    content: "\f0c1";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    font-size: smaller;
    vertical-align: top;
}
/*
body .content .infobox_content a:before {
    content: "\f0c1";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
   
    font-size: smaller;
  
    margin-left: -16px;
    position: absolute;
    padding-top: 1px;
}
*/

body .content .card-file a:before{
    content: "";
   
}

body .content_section .sidebar .current_nav ul {
    margin: 0;
    padding: 24px 36px;
}

.nav-wrap{
  position:relative;
  width:100%;
  
  overflow:hidden;
  overflow-y: auto;
}
.nav-wrap::-webkit-scrollbar { 
  display: none; 
 }
.nav-wrapwrapper:before {
  content: '';
  position: absolute;
 background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
background: linear-gradient(0deg, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  height: 100%;
  width: 94%;
  pointer-events: none;
	z-index: 1;
}
.nav_left_info:after {
  content: '';
  position: absolute;
  bottom: 0;
  
	background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  height: 100%;
  width: 100%;
  pointer-events: none;
	z-index: 1;
}
.nav-wrap2{
  position:relative;
  width:100%;
  max-height:50vh;
  overflow:hidden;
	overflow-y: auto;
}
.nav-wrap2::-webkit-scrollbar { 
  display: none; 
 } 
	.nav-wrap2wrapper {
		
	}
.nav-wrap2wrapper:before {
  content: '';
  position: absolute;
 background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
background: linear-gradient(0deg, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  height: 100%;
  width: 100%;
  pointer-events: none;
	z-index: 1;
}
.nav-wrap2wrapper:after {
  content: '';
  position: absolute;
  bottom: 0;
  
	background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  height: 100%;
  width: 100%;
  pointer-events: none;
	z-index: 1;
}

.nav-overflow{
 
 margin-top: -34px;
  width:100%;
height:1.2em;
  line-height:1.2em;
  background:rgba(255,255,255,0.8);
  text-align:center;
  z-index:1;
}
/*.nav-wrap:after{
  content:'\25BC';
  position:absolute;
  left:0; bottom:0;
  width:100%; height:1.2em;
  line-height:1.2em;
  background:rgba(255,255,255,0.8);
  text-align:center;
  z-index:1;
}*/
.nav-containerwrapper {
  border: 0;
  width:100%;
  max-height:50vh;
 
  position: absolute;
 
  overflow-y: auto;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.nav-containerwrapper:before {
  content: '';
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, white);
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.nav-container {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

body #nav_main_copy_mob {
    position: fixed;
    background: #ffffff;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
    body #nav_main_copy_mob.active {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
    body #nav_main_copy_mob .search_form {
      float: left;
      width: 100%;
      height: 80px;
      padding: 10px 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: #efb600;
      }
      body #nav_main_copy_mob .search_form button {
        color: #ffffff;
        font-size: 2rem;
        padding: 5px;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        line-height: 1;
        float: right;
        width: 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 10px; }
      body #nav_main_copy_mob .search_form input {
        color: #ffffff;
        letter-spacing: 2px;
        font-size: 16px;
        font-weight: 600;
        border: 0px;
        line-height: 1;
        width: calc(100% - 40px);
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 13px 12px;
        background: none;
        border-bottom: 2px solid rgba(255, 255, 255, 0.3); }
        body #nav_main_copy_mob .search_form input::-webkit-input-placeholder {
          color: #ffffff; }
        body #nav_main_copy_mob .search_form input:-ms-input-placeholder {
          color: #ffffff; }
        body #nav_main_copy_mob .search_form input::-ms-input-placeholder {
          color: #ffffff; }
        body #nav_main_copy_mob .search_form input::placeholder {
          color: #ffffff; }

@media screen and (min-width: 1140px) {
  body #nav_main_copy_mob .search_form input {
    font-size: 14px;
    width: 150px;
    padding: 6px; } }

@media screen and (min-width: 1400px) {
  body #nav_main_copy_mob .search_form input {
    font-size: 16px;
    width: 160px;
    padding: 5px; } }
    body #nav_main_copy_mob nav {
      position: absolute;
      top: 100px;
      bottom: 110px;
      left: 30px;
      right: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      overflow-y: scroll; }
      @media screen and (max-height: 740px) {
        body #nav_main_copy_mob nav {
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; } }
      body #nav_main_copy_mob nav ul {
        margin: 0;
        width: 100%; }

        body #nav_main_copy_mob nav ul li {
          float: left;
          width: 100%; }
          body #nav_main_copy_mob nav ul li a {
            display: block;
            padding: 12px 0;
            text-transform: uppercase;
            font-weight: 600;
            color: #5d3910;
            letter-spacing: 2px;
            font-size: 12px;
            text-decoration: none;
            -webkit-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            line-height: 14px;
            text-align: center; }

@media screen and (min-width: 480px) {
  body #nav_main_copy_mob nav ul li a {
    padding: 24px 0; } }
            body #nav_main_copy_mob nav ul li a:hover {
              -webkit-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out;
              color: #efb600; }
            body #nav_main_copy_mob nav ul li a.current {
              color: #efb600; }
          body #nav_main_copy_mob nav ul li ul {
            padding-top: 0;
            background: none;
            height: 0;
            overflow: hidden; }
            body #nav_main_copy_mob nav ul li ul.open {
              height: auto; }
            body #nav_main_copy_mob nav ul li ul li a {
              display: block;
              padding: 10px 0;
              text-transform: uppercase;
              font-weight: 600;
              color: #000000;
              letter-spacing: 2px;
              font-size: 12px;
              text-decoration: none;
              -webkit-transition: all 0.5s ease-in-out;
              -o-transition: all 0.5s ease-in-out;
              transition: all 0.5s ease-in-out;
              line-height: 1;
              text-align: center;
              opacity: 0.6; }

@media screen and (min-width: 480px) {
  body #nav_main_copy_mob nav ul li ul li a {
    padding: 12px 0; } }
              body #nav_main_copy_mob nav ul li ul li a:hover {
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
                opacity: 1;
                color: #000000; }
              body #nav_main_copy_mob nav ul li ul li a.current {
                color: #ffffff; }
    body #nav_main_copy_mob .logo_cdm {
      display: block;
      width: 100%;
      height: 100px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 30px;
      background: #F5F5F5;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      body #nav_main_copy_mob .logo_cdm img {
        display: block;
        width: 40px;
        margin: 0 auto; }

	

ul.cdm-accordion {
		display: block;
		list-style-type: none !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	ul.cdm-accordion li {
			
		padding: 0 !important;
		margin: 0 !important;
		}
ul.cdm-accordion li:first-child h1, ul.cdm-accordion li:first-child h2 {
		border-top-left-radius: 3px;
		border-top-right-radius: 3px; }
ul.cdm-accordion li:last-child h1 {
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px; }

.card project_view p:first-child { display: none; }
 
ul.cdm-accordion h1,ul.cdm-accordion h2{
			display: block;
			color: #fff !important;
			line-height: 10px;
			background-color: #ee7f00;
			padding: 16px;
			text-transform: uppercase;
			cursor: pointer;
			margin: 0;
			font-size: 16px;
			border-bottom: 1px solid rgba(255, 255, 255, 0.1);
			font-weight: 600;
		}
body.theme-yellow ul.cdm-accordion h1, body.theme-yellow ul.cdm-accordion h2 { background-color: #efb600; }
body.theme-yellow ul.cdm-accordion { background: #fff; border: 0px solid #f4f4f4; }

body.theme-yellow ul.cdm-accordion p { margin: 0 }
body.theme-yellow ul.cdm-accordion p.jobtitre { font-style: italic;font-size: 14px }
body.theme-yellow ul.cdm-accordion hr { border-top: 1px solid rgba(0,0,0,.05);
    margin: 0px 0px 10px 0 !important;}

		ul.cdm-accordion h1::after, ul.cdm-accordion h2::after  {
			content: "\f067";
			font-family: "Font Awesome 5 Free";
			margin-left: 8px;
			font-size: 16px;
			float: right;
		}
		ul.cdm-accordion h1:hover, ul.cdm-accordion h2:hover{
			filter: brightness(90%);
			
		}
body.theme-yellow ul.cdm-accordion h1:hover, ul.cdm-accordion h2:hover{
			filter: brightness(102%);
			
		}
		ul.cdm-accordion div.content{
			display: none;
			min-height: 4em;
			
			padding: 16px 32px;
		}
		ul.cdm-accordion li.open div.content{
			display: block;
			min-height: 4em;
			
			
		}
		ul.cdm-accordion{
			-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    		box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
			background: #fff;
		}
		
		ul.cdm-accordion li h1::after, ul.cdm-accordion li h2::after {
			content: "\f107";
			font-family: "Font Awesome 5 Free";
			margin-left: 8px;
			font-size: 16px;
			font-weight: 900;
			cursor: pointer;
		}
		ul.cdm-accordion li.open h1::after, ul.cdm-accordion li.open h2::after {
			content: "\f106";
			font-family: "Font Awesome 5 Free";
			margin-left: 8px;
			font-size: 16px;
			font-weight: 900;
			cursor: pointer;
			float: right;
		}

.accordion-button {
	width: 30px;
    height: 24px;
}
.accordion-button:hover {
	background-color: #f4f4f4;
}
svg.accordion-button .accordion-color {
	
	fill: #cccccc !important;
}
.theme-orange svg.accordion-button .accordion-color {
	
	fill: #e65700 !important;
}
.theme-orange button:hover svg.accordion-button .accordion-color {
	fill: #ee7f00 !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 127, 0, 0.6) !important;
}
.theme-blue svg.accordion-button .accordion-color {
	
	fill: #037bdc !important;
}
.theme-blue button:hover svg.accordion-button .accordion-color {
	fill: #66b8e4 !important;
}

.theme-orange ul.cdm-accordion h1{ background-color: #ee7f00 !important; }
.theme-orange ul.cdm-accordion h1:hover{ filter: brightness(110%); }

.theme-blue ul.cdm-accordion h1{ background-color: #66b8e4 !important; }
.theme-blue ul.cdm-accordion h1:hover{ filter: brightness(110%); }

