@import url(https://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,800,700|Open+Sans:400,300,300italic,400italic,600,600italic,700,800,700italic,800italic);
html {
  overflow-x: hidden;  
}
body {
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clear {
  clear: both;
}
#all-nav {
	position:relative;
	background:#fff;
	margin-bottom:0;
	padding-bottom:0;
	border-radius:0;
	border-width:0;
	min-height:auto;
}

.page_home_1column #all-nav .nav-md {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:10;
}
.main-logo {
	width:156px;
}

.mobile-logo {
	width:212px;
}
.nav-account,
.home-edito {
    background-color: #fff;    
}
.nav-account {
	position:relative;
	margin-bottom:40px;
	padding-top:10px;
	padding-bottom:10px;
}

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

.nav-account .mon-compte {
	color:#941113;
	float:left;
	margin-right:30px;
}

.nav-account .mon-compte .icon {
	width:25px;
	display:block;
	float:left;
}

.nav-account .mon-compte .label-cpt {
	font-weight:600;
	font-size:16px;
/*color:#941113;*/
	color:#e85d0f;
	display:block;
	float:left;
	padding-top:5px;
}

.links-account {
	display:inline-block;
}
@media (max-width: 767px) {
  .links-account {
  	width: 100%;
  }
}
.links-account .log-users,.links-account .log-employeurs {
	text-decoration:none;
	color:#fff;
	display:inline-block;
	padding:3px 15px;
	margin-right:10px;
	background:#c50e1f;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
	font-weight:700;
	vertical-align:middle;
	border:1px solid currentColor;
}

.links-account .log-users:hover,.links-account .log-users.active,.links-account .log-employeurs:hover,.links-account .log-employeurs.active {
	background:#fff;
	color:#c50e1f;
}

.nav-account .links-social {
	position:relative;
	display:inline-block;
	font-family:'Open Sans';
	color:#909090;
	padding-left:12px;
	vertical-align:middle;
}

.nav-account .links-social::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:1px;
	height:100%;
	background-color:#adadad;
}

.nav-account .links-social > span {
	line-height:26px;
	margin-right:12px;
}

.nav-account .links-social .logo-social,.col-social-network .logo-social {
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
	-webkit-transition:filter .15s ease-in-out;
	transition:filter .15s ease-in-out;
}

.col-social-network .logo-social {
	margin-left:5px;
}

.nav-account .links-social .logo-social:hover {
	-webkit-filter:grayscale(0%);
	filter:grayscale(0%);
}

.nav-account .form-search {
	width:40px;
	height:40px;
	overflow:hidden;
	position:relative;
	padding-top:3px;
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
	display:none;
}

.nav-account .form-search.active {
	width:140px;
}

.nav-account .form-search.active .icon-search-off {
	display:none;
}

.nav-account .form-search.active .icon-search-on {
	display:block;
}

.nav-account .form-search.active .form-group input {
	display:block;
}

.nav-account .form-search .icon-search-off {
	display:block;
}

.nav-account .form-search .icon-search-on {
	display:none;
}

.nav-account .form-search .form-group input {
	display:none;
	width:100%;
	padding:0 30px 0 10px;
	height:26px;
	border:none;
	background:#ddd;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	border-radius:40px;
}

.nav-account .form-search .action-search {
	color:#999;
	padding:0;
	background:none;
	border:none;
	width:21px;
	height:21px;
	position:absolute;
	top:5px;
	right:7px;
	z-index:1;
	cursor:pointer;
	outline:none;
}
.navbar-header {
  clear: both;
}
.navbar-brand {
  height: auto;
  padding: 0;
}
#nav-principale {
  float: right;
  margin-top: 20px;
  margin-right: 20%;
}
.navbar-nav.nav-niv1 {
  clear: both;
}
.navbar-nav.nav-niv1 li {
  position: static;
  /* &:hover {
      .nav-niv2 {
        display: block;
      }
    } */
}
.navbar-nav.nav-niv1 li a {
  overflow: hidden;
  padding: 10px 18px;
  background: none !important;
}
.navbar-nav.nav-niv1 li a:hover {
  color: #c50e1f;
}
.navbar-nav.nav-niv1 li a:hover .content-link {
  border-bottom: 5px solid #c50e1f;
}
.navbar-nav.nav-niv1 li a:hover .txt {
  color: #c50e1f;
}
.navbar-nav.nav-niv1 li a .content-link {
  display: block;
  overflow: hidden;
  height: 51px;
  border-bottom: 5px solid transparent;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.navbar-nav.nav-niv1 li a .sep {
  position: absolute;
  top: 18px;
  right: 0;
  z-index: 1;
  width: 2px;
  height: 30px;
  background: #505c5c;
}
.navbar-nav.nav-niv1 li a.link-decideur .icon {
  width: 12px;
  margin-top: 8px;
}
.navbar-nav.nav-niv1 li a.link-utilisateur .icon {
  width: 27px;
  margin-top:8px;
}
.navbar-nav.nav-niv1 li a.link-commercant .icon {
  width: 24px;
  margin-top: 12px;
}
.navbar-nav.nav-niv1 li a.link-mettre-en-place .icon {
  width: 38px;
}
.navbar-nav.nav-niv1 li a.link-utiliser .icon {
  width: 32px;
  margin-top: 3px;
}
.navbar-nav.nav-niv1 li a.link-profiter .icon {
  width: 32px;
  margin-top: 4px;
}
.navbar-nav.nav-niv1 li a .icon {
  display: block;
  float: left;
  margin-right: 8px;
  width: 35px;
}
.navbar-nav.nav-niv1 li a .txt {
  font-family: 'Dosis';
  font-size: 21px;
  font-weight: 600;
  color: #505c5c;
  display: block;
  float: left;
  padding-top: 13px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.navbar-nav.nav-niv1 li a .txt::after {
	content:'';
	display:inline-block;
	width:0;
	height:0;
	margin-left:10px;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:8px solid currentColor;
}
.navbar-nav.nav-niv1 li .nav-niv2 {
  display: none;
  position: absolute;
  top: 169px;
  left: 0;
  z-index: 100;
  width: 100%;
  padding-bottom: 70px;
  background: #c50e1f;
}
.navbar-nav.nav-niv1 li .nav-niv2 .col-rich-layer {
  padding: 0;
}
.navbar-nav.nav-niv1 li .nav-niv2 .col-rich-layer + .col-rich-layer {
    margin-left: -1px;
}
.navbar-nav.nav-niv1 li .nav-niv2 .col-icon {
  padding-top: 50px;
}
.navbar-nav.nav-niv1 li .nav-niv2 .col-icon img {
  width: 60px;
  margin: 0 auto;
}
.navbar-nav.nav-niv1 li .link-decideur + .nav-niv2 .col-icon img {
  width:26px;
}
.navbar-nav.nav-niv1 li .nav-niv2 .col-icon .menu-title {
  font-size: 30px;
  font-weight: 600;
  color: #710d0e;
  margin: 0;
  padding: 5px 0 0;
}
.navbar-nav.nav-niv1 li .nav-niv2 .col-submenu {
  font-family: 'Open Sans';
  margin-top: 50px;
  padding: 0 20px;
  min-height: 140px;
  border-left: 1px solid #710d0e;
  border-right: 1px solid #710d0e;
}
.navbar-nav.nav-niv1 li .nav-niv2 .col-submenu a {
  padding: 0;
}
.navbar-nav.nav-niv1 li .nav-niv2 .col-submenu .title-cat {
  padding: 0 0 15px 0;
}
.navbar-nav.nav-niv1 li .nav-niv2 .col-submenu .title-cat .arrow-submenu {
  width: 18px;
  height: 18px;
  float: left;
  padding-top: 2px;
  margin-right: 5px;
}
.navbar-nav.nav-niv1 li .nav-niv2 .col-submenu .title-cat .arrow-submenu.brown {
  display: none;
}
.navbar-nav.nav-niv1 li .nav-niv2 .col-submenu .title-cat,
.navbar-nav.nav-niv1 li .nav-niv2 .col-submenu .title-cat a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.navbar-nav.nav-niv1 li .nav-niv2 .col-submenu ul {
  list-style: disc inside;
  margin: 0;
  padding-left: 20px;
}
.navbar-nav.nav-niv1 li .nav-niv2 .col-submenu ul li {
  color: #fff;
  padding-bottom: 8px;
}
.navbar-nav.nav-niv1 li .nav-niv2 .col-submenu ul li:hover {
  color: #8e4f00;
}
.navbar-nav.nav-niv1 li .nav-niv2 .col-submenu ul li:hover a {
  color: #710d0e;
}
.navbar-nav.nav-niv1 li .nav-niv2 .col-submenu ul li a {
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.top-nav {
  padding-top: 30px;
}
@media (max-width:991px) {
    .top-nav {
        padding-bottom: 15px;
        overflow: auto;
    }
}
.top-nav .navbar-brand {
  float: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.top-nav .btn-search-sm {
  float: right;
  position: relative;
  z-index: 400;
  width: 70px;
  height: 70px;
  padding: 0;
  border: none;
  background: #e5e5e5;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.top-nav .btn-search-sm .search-gris {
  margin: 0 auto;
}
.top-nav .btn-search-sm .search-orange {
  display: none;
  margin: 0 auto;
}
.top-nav .btn-search-sm.active {
  background: #fff;
}
.top-nav .btn-search-sm.active .search-gris {
  display: none;
}
.top-nav .btn-search-sm.active .search-orange {
  display: block;
}
.top-nav .btn-search-sm img {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.top-nav #search-sm {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  background: #e5e5e5;
}
.top-nav #search-sm .form-search {
  position: relative;
  margin-top: 180px;
  padding-bottom: 50px;
}
.top-nav #search-sm .form-search .action-search {
  text-align: right;
  padding: 0;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -13px;
  right: 0px;
}
.top-nav #search-sm .form-search .action-search img {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 18px;
}
.top-nav #search-sm input {
  font-weight: 600;
  font-size: 18px;
  color: #909090;
  background: none;
  border: none;
  height: 50px;
  border-bottom: 1px solid #fff;
  padding: 0 0 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.top-nav #search-sm input::-webkit-input-placeholder {
  color: #909090;
}
.top-nav #search-sm input:-moz-placeholder {
  /* Firefox 18- */
  color: #909090;
}
.top-nav #search-sm input::-moz-placeholder {
  /* Firefox 19+ */
  color: #909090;
}
.top-nav #search-sm input:-ms-input-placeholder {
  color: #909090;
}
.container-nav-sm {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2001;
  width: 100%;
  background: #c50e1f;
}
#nav-principale-sm {
  padding: 120px 0 0;
}
.menu-sm {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-sm a {
  color: #fff;
  text-decoration: none;
}
.menu-sm .container-link {
  position: relative;
}
.menu-sm .container-link .brown {
  display: none;
}
.menu-sm .container-link .arrow-link {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
  width: 18px;
  height: 18px;
}
.menu-sm .container-link:hover .white,
.menu-sm .container-link.active .white {
  display: none;
}
.menu-sm .container-link:hover .brown,
.menu-sm .container-link.active .brown {
  display: block;
}
.menu-sm .container-link:hover .link-niv1,
.menu-sm .container-link.active .link-niv1 {
  color: #710d0e;
}
.menu-sm .link-niv1 {
  font-size: 21px;
  font-weight: 600;
  display: block;
  padding: 30px 0;
  border-top: 2px solid #710d0e;
  position: relative;
  z-index: 10000;
}
.menu-sm .link-niv1 .icon-brown {
  display: none;
}
.menu-sm .link-niv1.first {
  border: none;
}
.menu-sm .link-niv1 .icon {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.menu-sm .nav-niv2 {
  display: none;
  overflow: hidden;
  padding-left: 45px;
}
.menu-sm .nav-niv2 .content-col {
  padding: 0 0 30px;
}
.menu-sm .nav-niv2 ul {
  list-style: disc inside;
  margin: 0;
  padding-left: 20px;
}
.menu-sm .nav-niv2 ul li {
  color: #fff;
  padding-bottom: 8px;
}
.menu-sm .nav-niv2 ul li:hover {
  color: #710d0e;
}
.menu-sm .nav-niv2 ul li:hover a {
  color: #710d0e;
}
.menu-sm .nav-niv2 ul li a {
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.menu-sm .nav-niv2 .title-cat {
  padding: 0 0 10px 20px;
}
.menu-sm .nav-niv2 .title-cat .arrow-submenu {
  width: 18px;
  height: 18px;
  float: left;
  padding-top: 2px;
  margin-right: 5px;
}
.menu-sm .nav-niv2 .title-cat .arrow-submenu.brown {
  display: none;
}
.menu-sm .nav-niv2 .title-cat a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  z-index: 20000;
}
#floating-menu {
	position:fixed;
	bottom:130px;
	right:0;
	z-index:2000;
}

#floating-menu .btn-floating-menu {
	float:right;
	padding:20px;
	cursor:pointer;
	width:80px;
	height:80px;
	background:#e85d0f;
	position:relative;
	z-index:10000;
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
	-webkit-box-shadow:2px 2px 6px rgba(0,0,0,0.3);
	-moz-box-shadow:2px 2px 6px rgba(0,0,0,0.3);
	box-shadow:2px 2px 6px rgba(0,0,0,0.3);
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	border-radius:100px;
}

#floating-menu .btn-floating-menu.active {
	-webkit-box-shadow:inset 3px 3px 8px rgba(0,0,0,0.3);
	-moz-box-shadow:inset 3px 3px 8px rgba(0,0,0,0.3);
	box-shadow:inset 3px 3px 8px rgba(0,0,0,0.3);
}

#floating-menu .btn-floating-menu.active img {
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}

#floating-menu .btn-floating-menu img {
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
}

#floating-menu ul {
	z-index:9000;
	margin:0;
	padding:0;
	list-style:none;
	direction:rtl;
	-webkit-filter:drop-shadow(0px 0px 2px rgba(0,0,0,0.3));
	filter:drop-shadow(0px 0px 2px rgba(0,0,0,0.3));
}

#floating-menu ul > li {
	display:block;
	height:62px;
	background:#c50e1f;
	padding:15px;
	width:60px;
	direction:ltr;
}

#floating-menu ul li > a {
	display:block;
	text-decoration:none;
}

#floating-menu ul li > a .label-cat,#floating-menu ul div > .label-cat {
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	vertical-align:middle;
	margin-left:0;
	display:none;
	height:20px;
	opacity:0;
	width:0;
}

@media(min-width: 992px) {
	.no-touch #floating-menu ul li:hover {
		width:auto;
	}
	
	.no-touch #floating-menu ul li:hover .label-cat {
		display:inline-block;
		width:auto;
		opacity:1;
		padding-left:15px;
	}
}

#floating-menu .label-cat a {
	color:#fff;
	text-decoration:none;
}

#floating-menu ul li > a .round,#floating-menu ul div > .round {
	display:inline-block;
	vertical-align:middle;
}

#floating-menu ul > li:last-child {
	background-color:#eee;
}

#floating-menu ul > li:last-child .label-cat {
	color:#909090;
}

.floating-search {
	position:relative;
	text-align:left;
}

.floating-search .short-search {
	display:none;
	position:absolute;
	right:0;
	top:-15px;
	bottom:-19px;
	background-color:#eee;
	padding:15px;
	width:320px;
}

.floating-search .form-search {
	display:inline-block;
	border-right:1px solid #ccc;
	margin-right:8px;
	padding-right:8px;
}

.floating-search .form-group {
	margin-bottom:0;
	display:inline-block;
	vertical-align:middle;
}

.floating-search .action-search {
	display:inline-block;
	vertical-align:middle;
	background-color:transparent;
	padding:0;
}

.floating-search .action-search .icon-search-on {
	display:none;
}

.floating-search .action-search .icon-search-off {
	width:19px;
}

.floating-search .ipt-search {
	height:27px;
	width:225px;
	padding:0 10px;
	background-color:transparent;
	border-width:0 0 1px;
	box-shadow:none;
	border-radius:0;
	line-height:27px;
}

.floating-search .ipt-search:focus {
	border-color:#ccc;
}

.floating-search .icon-search-close {
	display:inline-block;
	cursor:pointer;
}

.floating-search .label-search {
	cursor:pointer;
}

.floating-contact-phone .label-cat {
	position:relative;
}

#floating-menu ul li:hover .floating-contact-phone .label-cat,#floating-menu ul li.active .floating-contact-phone .label-cat {
	width:300px;
}

.floating-contact-phone .label-wrapper {
	position:absolute;
	top:0;
	left:0;
	padding:0 15px 15px;
	background-color:#c50e1f;
	text-align:center;
	width:255px;
}

.floating-contact-phone .label-wrapper small {
	text-transform:none;
	font-weight:400;
	font-family:'Open Sans';
	font-size:75%;
}

.floating-sep {
	margin-top:8px;
	margin-bottom:5px;
}
@media(max-width: 767px) {
	body {
		padding-bottom:62px;
	}
	
	#floating-menu {
		bottom:0;
		left:0;
		width:100%;
	}
	
	#floating-menu ul {
		direction:ltr;
	}
	
	#floating-menu ul > li {
		float:left;
		display:block;
		width:20%!important;
		position:relative;
	}

  #floating-menu ul > li > a,
  #floating-menu ul > li > div {
    text-align: center;
  }

	.floating-search .short-search {
		top:-72px;
		right:-15px;
		bottom:auto;
	}
	
	#floating-menu ul li.active .floating-contact-phone .label-cat {
		position:absolute;
		bottom:360px;
		left:0;
	}
	
	.floating-contact-phone .label-wrapper {
		padding-top:15px;
	}
}
.slide-home {
  position: relative;
  overflow: hidden;
}
.slide-home .owl-buttons {
  position: absolute;
  bottom: 50px;
  left: 75px;
  z-index: 1000;
}
.slide-home .owl-buttons div {
  cursor: pointer;
  display: block;
  float: left;
  width: 35px;
  height: 45px;
}
.slide-home .owl-buttons div.owl-prev {
  margin-right: 10px;
}
.slide-home .item {
	height: 500px;
	position: relative;
	background-color: #eee;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.slide-home .bloc-text {
	width: 440px;
	padding-top: 200px;
}
.slide-home .bloc-text .encadre {
	position: relative;
	border: 0px solid #941113;
	background-color: transparent;
}
.slide-home .bloc-text .encadre h2 {
	font-weight: 500;
	font-size: 30px;
	margin: 0;
}
.slide-home .bloc-text .encadre h2 a {
  color: #c50e1f;
  text-decoration: none;
}
.slide-home .bloc-text .encadre .picto {
  width: 125px;
  height: 125px;
  background: #f9f9f9;
  position: absolute;
  top: 35px;
  left: -63px;
  z-index: 100;
}
.slide-home .bloc-text .encadre .details {
	font-family: 'Open Sans';
	padding-top: 30px;
}
.slide-home .bloc-text .encadre .details .date {
  display: none;
  color: #f49000;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 5px;
}
.slide-home .bloc-text .encadre .details .desc {
	color: #727272;
	font-size: 21px;
	line-height: 1.2;
	height: 120px;
	overflow: hidden;
}
.slide-home .bloc-text .encadre .details .link-savoir-plus {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  background: #941113;
  display: inline-block;
  padding: 7px 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.slide-home .bloc-text .encadre .details .link-savoir-plus:hover {
  background: #4f5c5b;
}
.slide-home .bloc-text .encadre .details .link-savoir-plus img {
  width: 15px;
  height: 15px;
  margin: 4px 5px 0 0;
  display: block;
  float: left;
}
.slide-home .image-slide {
  /* width: 610px;
    height: 435px; */
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 10;
  width: 570px;
  height: 435px;
}
.englobe-slide {
  background: #fcfcfc;
}
@media(min-width: 1024px) {
  .englobe-slide {
    margin-top: 48px;
  }
}
.englobe-slide .container {
  position: relative;
}
@media(max-width: 767px) {
  .englobe-slide .container {
    height: 100%;
  }
}
.edito {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.edito .container-fluid {
  padding: 0;
}
.edito .left {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  min-height: 700px;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
}
.edito .left .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(197, 14, 31, 0.7);
}
.edito .content-edito {
  position: relative;
  z-index: 200;
  min-height: 700px;
}
.edito .content-edito .encart-edito {
  float: left;
  width: 345px;
  padding: 100px 0 0 50px;
}
.edito .content-edito .encart-edito .title {
  color: #fff;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  padding: 30px 0 0 15px;
}
.edito .content-edito .txt-edito {
  font-family: 'Open Sans';
  font-size: 17px;
  line-height: 1.4;
  float: left;
  /*display: table-cell;
      vertical-align: middle;*/
  width: 685px;
  padding: 100px 100px;
  background: url(../images/guillemets.png) right 90% no-repeat;
}
.edito .content-edito .txt-edito .subtitle {
  color: #505c5c;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0;
}
.edito .content-edito .txt-edito p {
  color: #909090;
  font-weight: 600;
}
.edito .content-edito .txt-edito .appear {
  display: none;
}
.edito .content-edito .txt-edito .link-savoir-plus {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  background: #941113;
  display: inline-block;
  padding: 7px 10px;
  margin: 20px 0 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.edito .content-edito .txt-edito .link-savoir-plus:hover {
  background: #4f5c5b;
}
.edito .content-edito .txt-edito .link-savoir-plus img {
  width: 15px;
  height: 15px;
  margin: 4px 5px 0 0;
  display: block;
  float: left;
}
.entrees-cat,
.section-news {
  padding: 120px 0;
  background: #fff;
}
.entrees-cat .col-icon-cat,
.section-news .col-icon-cat {
  position: relative;
}
.entrees-cat .border,
.section-news .border {
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/border-dot.gif) repeat-y;
}
.entrees-cat .bloc-cat,
.section-news .bloc-cat {
  text-align: center;
  position: relative;
  /* &.bloc-cat3 {
      .fleche {
        margin: 14px auto 0;
      }
    } */
}
.entrees-cat .bloc-cat:hover .icon .icon-anim,
.section-news .bloc-cat:hover .icon .icon-anim {
}
.entrees-cat .bloc-cat:hover .title,
.section-news .bloc-cat:hover .title,
.entrees-cat .bloc-cat:hover .subtitle,
.section-news .bloc-cat:hover .subtitle {
  color: #444444;
}
.entrees-cat .bloc-cat .link,
.section-news .bloc-cat .link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
/*
.entrees-cat .bloc-cat.bloc-cat1 h4,
.section-news .bloc-cat.bloc-cat1 h4 {
  color: #4f5d5b;
}
*/
.entrees-cat .icon,
.section-news .icon {
  margin: 0 auto;
  position: relative;
  background-color: #eeeeee;
}
.entrees-cat .icon .icon-anim,
.section-news .icon .icon-anim {
  margin-right: auto;
  margin-left: auto;
}
.entrees-cat .icon .shadow,
.section-news .icon .shadow {
  position: absolute;
  bottom: 0;
  left: 0;
}
.entrees-cat .icon-anim,
.section-news .icon-anim {
  position: relative;
}
.entrees-cat h2,
.section-news h4 {
	color: #4f5d5b;
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	padding: 25px 0 10px;
	min-height: 84px;
}
.entrees-cat .title,
.section-news .title {
  font-family: 'Open Sans';
  font-weight: 700;
  color: #909090;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.entrees-cat .subtitle,
.section-news .subtitle {
	min-height: 68px;
	font-family: 'Open Sans';
	color: #909090;
	line-height: 1.2;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	max-width: 65%;
	margin-right: auto;
	margin-left: auto;
}
.entrees-cat .link-savoir-plus {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	background: #941113;
	display: inline-block;
	padding: 7px 10px;
	margin: 20px 0 0;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.entrees-cat .link-savoir-plus:hover {
  background: #4f5c5b;
}
.entrees-cat .link-savoir-plus img {
	width: 15px;
	height: 15px;
	margin: 4px 5px 0 0;
	display: block;
	float: left;
}
.entrees-cat .fleche,
.section-news .fleche {
  width: 20px;
  height: 20px;
  margin: 30px auto 0;
}
.section-news {
  clear: both;
  background: #fff;
}
.section-news .bloc-cat {
  padding: 40px 0 50px;
}
.section-news .nl-subscribe {
  position: relative;
  margin-top: 5px;
}
.section-news .nl-subscribe button {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 100;
  background: none;
  border: none;
  padding: 0;
}
.section-news .nl-subscribe button img {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.section-news .nl-subscribe input {
  color: #505c5c;
  height: 50px;
  width: 90%;
  margin: 0 auto;
  padding: 0 60px 0 15px;
  background: #fff;
  border: 2px solid #f3f3f3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.col-fb {
  padding: 15px 15px 0 30px;
}
.col-fb .title-fb {
  overflow: hidden;
}
.col-fb .title-fb img {
  float: left;
  width: 40px;
  height: auto;
  margin-top: 8px;
}
.col-fb .title-fb span {
  font-size: 22px;
  font-weight: 700;
  color: #3b5998;
  line-height: 1.2;
  display: block;
  float: left;
}
.col-fb .fb-feed {
  clear: both;
  width: 550px;
  height: 305px;
  margin-top: 15px;
  background: #f9f9f9;
  padding: 25px;
  margin-left: 5px;
}
.fb-page,
.fb-page iframe[style],
.fb-page span {
  width: 100% !important;
}
footer {
  color: #fff;
  padding: 40px 0;
  background: #505c5c;
}
@media (max-width: 767px) {
  footer {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
footer .container {
  position: relative;
}
footer .btn-backtop {
  padding-top: 13px;
  width: 50px;
  height: 50px;
  background: #d1d1d1;
  position: absolute;
  top: -130px;
  right: 15px;
  z-index: 5000;
}
footer .btn-backtop img {
  width: 25px;
  height: 25px;
  margin: 0 auto;
}
footer .col-services {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  float: left;
}
footer .col-link {
	text-align:center;
	font-size:18px;
	font-weight:600;
	float:left;
	width:20%;
}
footer .col-link a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer .col-link a:hover {
  color: #c50e1f;
}
footer .col-link a:hover .icon-footer {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
footer .col-link a:hover .icon-orange {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
footer .col-link .icon {
  margin: 0 auto;
  display: block;
  height: 50px;
  position: relative;
}
footer .col-link .icon .icon-footer {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer .col-link .icon .icon-orange {
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer .col-link .icon.icon-contact {
  width: 34px;
}
footer .col-link .icon.icon-faq {
  width: 48px;
}
footer .col-link .icon.icon-lexique {
  width: 38px;
}
footer .col-link .icon.icon-lexique img {
  top: 3px;
}
footer .col-link .icon.icon-plan-du-site {
  width: 37px;
}
footer .col-link .icon.icon-plan-du-site img {
  top: 3px;
}
footer .col-link .icon.icon-mentions-legales {
  width: 50px;
}
footer .col-link img {
  margin: 0 auto;
}
/* PAGE INTERNE */
.breadcrumb-cdej {
  font-size: 17px;
  padding: 30px 0;
  background: #f6f6f6;
}
.breadcrumb-cdej img {
  width: 20px;
  float: left;
}
.breadcrumb-cdej a {
  color: #909090;
  font-weight: 600;
}
.breadcrumb-cdej a strong {
  color: #505c5c;
}
.breadcrumb-cdej span {
  color: #909090;
  font-weight: 600;
  display: inline;
  margin: 0 5px;
}


.breadcrumb-cdej span[itemprop="title"] {
  margin: 0 0px;
}



.page-interne {
  font-family: 'Open Sans';
  padding-bottom: 30px;
}
.page-interne .fb-feed {
  width: 100%;
}
.page-interne h1 {
  font-family: 'Dosis';
  color: #c50e1f;
  font-weight: 700;
  font-size: 36px;
  margin: 0;
  padding: 0 0 40px;
}
.page-interne h2 {
  font-family: 'Dosis';
  color: #c50e1f;
  font-weight: 700;
  font-size: 23px;
  margin: 0 0 20px;
}
.page-interne h3 {
  color: #4f5c5b;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 5px;
}
.page-interne p {
  font-family: 'Open Sans';
  font-weight: 600;
  color: #727272;
  font-size: 16px;
}
.page-interne ul {
  padding: 10px 0 0 15px;
}
.page-interne ul li {
  font-size: 14px;
  /*color: #909090;*/
  color: #727272;
  margin-bottom: 15px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 0;
  border-bottom: 1px dashed #ddd;
  vertical-align: middle;
}
.table > thead > tr > td,
.table > thead > tr > th,
.table > tr > th,
.table > tbody > tr > th {
  color: #f49000 !important;
  text-transform: uppercase !important;
}
.table > thead > tr > td,
.table > thead > tr > th {
  border-bottom: 2px solid #ddd !important;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tr > th {
  padding: 8px 12px;
  color: #727272;
}
.table > tbody > tr > td a,
.table > tbody > tr > th a,
.table > tfoot > tr > td a,
.table > tfoot > tr > th a,
.table > thead > tr > td a,
.table > tr > th a {
  color: #727272;
  text-decoration: underline;
}
.page-interne iframe {
  width: 100%;
  height: auto;
  min-height: 300px;
}
.container-central {
  position: relative;
  padding-top: 40px !important;
  padding-bottom: 100px !important;
}
.col-left {
  padding-bottom: 30px;
}
.col-right .col-md-12:first-child {
  margin-bottom: 30px;
}
.bloc-photo {
  position: relative;
 /* padding-bottom: 40px;*/
  margin-top: 20px;
}
.bloc-photo h2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0 20px 15px 0;
  margin: 0;
  max-width: 90%;
  background: #fff;
}
.bloc-photo .download-link {
  font-size: 12px;
  color: #505c5c;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  padding: 10px 15px;
  background: #f6f6f6;
}
.bloc-photo .download-link img {
  margin: -3px 5px 0 0;
}
.border-right {
  border-right: 2px dotted #ddd;
}
.liste-points-explic .col-points {
  position: relative;
}
.liste-points-explic ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.liste-points-explic ul li {
  clear: both;
  overflow: hidden;
  padding-bottom: 20px;
}
.liste-points-explic ul .picto {
  width: 25px;
  float: left;
  margin-right: 10px;
}
.liste-points-explic ul .txt {
  color: #727272;
  line-height: 1.2;
  float: left;
  max-width: 255px;
}
.liste-points-explic ul .txt .title {
  color: #941113;
  font-weight: 700;
}
.tableau {
  font-size: 14px;
  border-top: 1px solid #ccc;
}
.tableau p {
  font-size: 14px;
  color: #909090;
}
.tableau p strong {
  color: #505c5c;
}
.tableau .left {
  color: #C50E1F;
  font-weight: 700;
}
.tableau .line {
  padding: 20px 25px 10px;
  border: 1px solid #ccc;
  border-top: 0;
}
.separateur-dots {
  border-bottom: 2px dotted #ddd;
}
.bloc-employeur {
  font-family: 'Open Sans';
  background: #f6f6f6;
  padding: 25px;
}
.bloc-employeur .line {
  position: relative;
  padding: 0 0 20px 70px;
}
.bloc-employeur .line.last .text {
  margin: 0;
  padding: 0;
  border: 0;
}
.bloc-employeur .line .picto {
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
.bloc-employeur .line .text {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.bloc-employeur .line .text p {
  color: #909090;
  font-size: 14px;
}
.bloc-employeur .line .text a {
  font-size: 16px;
  font-weight: 700;
  color: #c50e1f;
}
.bloc-employeur .line .text a img {
  width: 15px;
  height: 15px;
  float: left;
  margin: 4px 5px 0 0;
}
.right-bottom-col {
  margin-top: 30px;
}
.bloc-liens-utiles {
  padding-top: 15px;
  border-bottom: 1px solid #505c5c;
}
.bloc-liens-utiles .bloc-lien {
  color: #c50e1f;
  font-family: 'Dosis';
  font-size: 18px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  border-top: 2px dotted #ddd;
  padding: 20px 10px;
  display: table;
  width: 100%;
}
.bloc-liens-utiles .bloc-lien a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.bloc-liens-utiles .bloc-lien:hover .arrow-off {
  display: none;
}
.bloc-liens-utiles .bloc-lien:hover .arrow-on {
  display: block;
}
.bloc-liens-utiles .icon-lien-utile {
  width: 60px;
  display: block;
}
.bloc-liens-utiles .title-lien-utile {
  width: 230px;
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
}
.bloc-liens-utiles .lien-utile-arrow {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
}
.bloc-liens-utiles .lien-utile-arrow.arrow-off {
  display: block;
}
.bloc-liens-utiles .lien-utile-arrow.arrow-on {
  display: none;
}
/* Page contact */
.choix-statut {
  text-align: center;
  cursor: pointer;
}
.choix-statut h2 {
  font-family: 'Open Sans';
  font-weight: 600;
  color: #727272;
}
.choix-statut.active h2 {
  color: #c50e1f;
}
.choix-statut.active .checkbox img {
  display: block;
}
.choix-statut.active .checkbox .simul-checkbox {
  border-color: #c50e1f;
}
.choix-statut .picto-statut {
  width: 90px;
  height: 90px;
  margin: 0 auto 10px;
}
.choix-statut .checkbox {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  position: relative;
}
.choix-statut .checkbox img {
  display: none;
  width: 30px;
  position: absolute;
  top: -10px;
  right: -5px;
}
.choix-statut input {
  cursor: pointer;
  width: 19px;
  height: 19px;
  margin: 0 0 0 -10px !important;
  border: 2px solid #727272;
  outline: none;
  background: #fff;
  z-index: -1;
}
.choix-statut input:checked {
  border-color: #f49000;
  outline: none;
}
.choix-statut .simul-checkbox {
  cursor: pointer;
  width: 19px;
  height: 19px;
  margin-left: 4px;
  border: 2px solid #727272;
  background: #fff;
}
.champs {
  padding-top: 60px;
}
.parsley-error {
  border-bottom: 1px solid red !important;
}
.parsley-errors-list {
  color: red;
  font-size: 12px;
  font-weight: 600;
  list-style-type: none;
  padding: 5px 0 0;
}
.col-message .ipt-group {
  margin-bottom: 0;
}
.col-message .ipt-group label {
  position: static;
}
.ipt-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 40px;
}
.ipt-group.active label {
  color: #c50e1f;
  top: -12px;
}
.ipt-group label {
  font-weight: 600;
  color: #727272;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.ipt-group input,
.ipt-group select {
  color: #727272;
  height: 40px;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #ddd;
  outline: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.ipt-group input:focus,
.ipt-group select:focus {
  border-bottom-color: #c50e1f;
}
.ipt-group textarea {
  width: 100%;
  height: 250px;
  padding: 10px;
  border: 1px solid #ddd;
  background: #f6f6f6;
  outline: none;
  resize: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.ipt-group textarea:focus {
  border-color: #c50e1f;
}
.ipt-group select {
  font-weight: 600;
}
.ipt-group .inputs-radio {
  padding: 4px 0 0 70px;
  overflow: hidden;
}
.ipt-group .inputs-radio div {
  float: left;
  margin-right: 10px;
}
.ipt-group .inputs-radio label {
  position: static;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.ipt-group .inputs-radio input {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #727272;
  background: #fff;
  cursor: pointer;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.ipt-group .inputs-radio input:checked {
  background: #c50e1f;
  border-color: #c50e1f;
}
form button {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  background: #941113;
  border: none;
  padding: 10px 15px;
  float: right;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
form button:hover {
  background: #4f5d5b;
}
form button img {
  float: left;
  width: 15px;
  margin: 4px 5px 0 0;
}
.page-interne .nota-bene {
  text-align: justify;
  font-size: 10px;
  color: #a4a4a4;
}
.bloc-actualites {
  padding: 15px;
  background: #f6f6f6;
}
.bloc-actualites .title {
  font-size: 15px;
  font-weight: 700;
  color: #4f5c5b;
}
.bloc-actualites p {
  font-size: 13px;
  color: #909090;
  font-weight: 500;
}
.bloc-actualites .all-actus {
  font-weight: 600;
  text-decoration: none;
  padding: 8px 15px;
  color: #fff;
  text-transform: uppercase;
  background: #941113;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.bloc-actualites .all-actus:hover {
  background: #4f5d5b;
  color:#fff;
}
/* page liste actualit�s */
.title-section {
  color: #4f5c5b;
  font-weight: 600;
  font-size: 14px;
  padding: 20px 0;
  border: 2px dotted #ddd;
  border-left: none;
  border-right: none;
  overflow: hidden;
}
.title-section span {
  color: #c50e1f;
}
.title-section .search-words {
  float: right;
}
.title-section .search-words div {
  color: #999;
  font-weight: 600;
  float: right;
  margin: -2px 0 0 8px;
  width: 230px;
  padding: 3px 20px;
  background: #f6f6f6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.bloc-actu {
  margin-top: 30px;
  padding-bottom: 50px;
  border-bottom: 2px dotted #ddd;
  position: relative;
}
.bloc-actu .link-actu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.bloc-actu h2 a {
  color: #c50e1f;
  text-decoration: none;
}
.bloc-actu.bloc-actu-details {
  margin-top: 20px;
  border-bottom: 0;
}
.bloc-actu.bloc-actu-details h2 {
  font-size: 23px;
  margin: 0 0 20px;
}
.bloc-actu.bloc-actu-details p {
  color: #727272;
  font-size: 16px;
  font-weight: 600;
}
.bloc-actu.bloc-actu-details .bloc-photo {
  margin-bottom: 50px;
  /*height: 440px;*/
}
.bloc-actu.bloc-actu-details .download-docs {
  font-size: 12px;
}
.bloc-actu.bloc-actu-details .download-docs p {
  color: #f49000;
  font-size: 12px;
}
.bloc-actu.bloc-actu-details .download-docs a {
  color: #727272;
  display: block;
  padding-left: 25px;
  margin-bottom: 10px;
  background: url(../images/dl-pdf.png) left center no-repeat;
}
.bloc-actu.bloc-actu-details .liste-details {
  padding: 35px 0 0 35px;
}
.bloc-actu.bloc-actu-details .liste-details p {
  font-weight: 600;
}
.bloc-actu.bloc-actu-details .liste-details ul {
  padding: 10px 0 0 15px;
}
.bloc-actu.bloc-actu-details .liste-details ul li {
  font-size: 14px;
  color: #f49000;
  margin-bottom: 15px;
}
.bloc-actu.bloc-actu-details .liste-details ul li div {
  font-weight: 700;
}
.bloc-actu.bloc-actu-details .liste-details ul li p {
  color: #909090;
  font-size: 14px;
  font-weight: 500;
}
.bloc-actu.bloc-actu-details .back-link {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  background: #941113;
  display: inline-block;
  padding: 10px 10px;
  margin: 30px 0;
  float: right;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.bloc-actu.bloc-actu-details .back-link:hover {
  background: #4f5c5b;
}
.bloc-actu.bloc-actu-details .back-link img {
  width: 18px;
  height: 18px;
  margin: 3px 3px 0 0;
  display: block;
  float: left;
}
.bloc-actu.bloc-actu-details .social-share {
  margin-top: 30px;
  position: initial;
  clear: both;
  padding: 15px 0;
  border: 2px dotted #ddd;
  border-left: none;
  border-right: none;
  overflow: hidden;
}
.bloc-actu.bloc-actu-details .social-share p {
  color: #4f5c5b;
  font-size: 12px;
  font-weight: 600;
  float: left;
  padding-top: 5px;
}
.bloc-actu.bloc-actu-details .social-share div {
  float: right;
}
.bloc-actu.bloc-actu-details .social-share a {
  width: 35px;
  height: 35px;
  padding: 7px;
}
.bloc-actu .bloc-photo {
  width: 100%;
  height: auto;
    /*height: 170px;*/
  /*margin-bottom: 25px;*/
  margin-bottom: 10px;
}
.bloc-actu .bloc-photo .date-actu {
  color: #4f5c5b;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 0 0 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
}
.bloc-actu h2 {
  font-size: 16px;
  margin: 0 0 10px;
}
.bloc-actu p {
  font-size: 14px;
  font-weight: 400;
  color: #909090;
}
.bloc-actu .social-share {
  position: absolute;
  bottom: -2px;
  left: 0;
}
.bloc-actu .social-share a {
  width: 25px;
  height: 25px;
  display: block;
  float: left;
  margin-right: 5px;
  padding: 5px;
  background: #909090;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.bloc-actu .social-share a:hover {
  background: #941113;
}
.bloc-actu .read {
  position: absolute;
  bottom: -2px;
  right: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  background: #941113;
  display: inline-block;
  padding: 5px 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.bloc-actu .read:hover {
  text-decoration: none;
  background: #4f5d5b;
  color:#fff;
}
.bloc-actu .read img {
  float: left;
  width: 18px;
  margin-right: 5px;
}
.loader {
  text-align: center;
}
/* page FAQ */
.bloc-faq {
  clear: both;
  position: relative;
  padding: 20px 0;
  border-bottom: 2px dotted #ddd;
}
.bloc-faq.active {
  background: #f6f6f6;
  top: -2px;
  border: none;
}
.bloc-faq.active .nb {
  color: #4f5c5b;
  left: 40px;
}
.bloc-faq.active .text {
  margin-left: 75px;
  padding-right: 40px;
}
.bloc-faq.active .text h2 {
  color: #c50e1f;
  background: #f6f6f6;
}
.bloc-faq.active .action-btn {
  top: 0;
  background: #909090;
}
.bloc-faq.active .action-btn img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bloc-faq .nb {
  font-family: 'Dosis';
  font-weight: 700;
  font-size: 70px;
  color: #e5e5e5;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.bloc-faq .action-btn {
  cursor: pointer;
  width: 25px;
  height: 25px;
  padding: 5px;
  background: #941113;
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 20;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.bloc-faq .action-btn img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.bloc-faq .action-btn:hover {
  background: #909090;
}
.bloc-faq .text {
  position: relative;
  z-index: 10;
  margin: 40px 0 0 35px;
  padding-left: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.bloc-faq .text h2 {
  color: #4f5c5b;
  font-family: 'Dosis';
  font-weight: 700;
  margin: 0 0 5px;
  background: #fff;
}
.bloc-faq .text p {
  color: #727272;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.bloc-faq .text .appear {
  display: none;
  padding-top: 10px;
}
.bloc-faq .text .appear p {
  color: #909090;
  font-weight: 500;
  font-size: 14px;
}
/* Page Recherche */
.bloc-search {
  overflow: hidden;
  padding: 0 20px 30px 0;
  margin: 30px 0;
  border-bottom: 2px dotted #ddd;
}
.bloc-search .photo-search {
  width: 200px;
  height: 170px;
  position: relative;
  float: left;
}
.bloc-search .photo-search a {
  margin: 0;
}
.bloc-search .photo-search .nb {
  color: #909090;
  font-family: 'Dosis';
  font-size: 16px;
  font-weight: 700;
  padding: 5px 8px 0 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}
.bloc-search .txt {
  max-width: 380px;
  padding-left: 20px;
  float: left;
}
.bloc-search .txt h2 {
  color: #f49000;
  font-family: 'Dosis';
  font-size: 16px;
  margin: 0;
  padding: 0 0 20px;
}
.bloc-search .txt h2 a {
  color: #c50e1f;
  text-decoration: none;
  margin: 0;
}
.bloc-search .txt p {
  color: #909090;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.bloc-search .txt a {
  color: #4f5c5b;
  font-family: 'Dosis';
  font-weight: 700;
  display: block;
  margin-top: 20px;
}
.bloc-search .txt a img {
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 5px;
}
/* Page Partenaires */
.bloc-partenaire {
  position: relative;
}
.bloc-partenaire h2 {
  color: #4f5c5b;
  font-family: 'Open Sans';
  font-size: 16px;
}
.bloc-partenaire .social-share {
  width: 100%;
  margin-top: 30px;
  clear: both;
  padding: 15px 0;
  border: 2px dotted #ddd;
  border-left: none;
  border-right: none;
  overflow: hidden;
}
.bloc-partenaire .social-share p {
  color: #f49000;
  font-size: 12px;
  font-weight: 600;
  float: left;
  padding-top: 7px;
}
.bloc-partenaire .social-share div {
  float: right;
}
.bloc-partenaire .social-share a {
  width: 35px;
  height: 35px;
  display: block;
  float: left;
  margin-right: 5px;
  padding: 5px;
  background: #909090;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.bloc-partenaire .social-share a:hover {
  background: #f49000;
}
.carousel-partenaire {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  margin-top: 40px;
}
.carousel-partenaire .item {
  margin: 0 auto;
}
.carousel-partenaire .item h3 {
  color: #f49000;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 0 40px;
  width: 300px;
  margin: 0 auto;
}
.carousel-partenaire .item img {
  width: auto;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.carousel-partenaire .owl-buttons {
  width: 100%;
}
.carousel-partenaire .owl-buttons div {
  cursor: pointer;
  display: block;
  float: left;
  width: 35px;
  height: 45px;
  position: absolute;
  top: 55px;
  z-index: 1000;
}
.carousel-partenaire .owl-buttons div.owl-prev {
  left: 0;
}
.carousel-partenaire .owl-buttons div.owl-next {
  right: 0;
}
.legend {
  color: #f49000 !important;
  font-weight: 700 !important;
  text-align: center;
  padding: 40px 0;
  margin: 0;
}
.popup-nl,
.popup-employeurs, .popup-confirmation, .popup-bonplan {
  display: none;
  text-align: center;
  font-family: 'Open Sans';
  width: 800px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 30000;
  margin: -325px 0 0 -400px;
  background: #fff;
  padding: 50px 70px 40px;
}
.popup-nl p,
.popup-employeurs p,
.popup-bonplan p,
.popup-confirmation p {
  color: #727272;
  font-size: 16px;
  font-weight: 600;
}
.popup-nl h2,
.popup-employeurs h2,
.popup-bonplan h2,
.popup-confirmation h2 {
  font-size: 24px;
  margin-top: 0;
}
.popup-nl form,
.popup-employeurs form,
.popup-bonplan form,
.popup-confirmation form {
  padding-top: 30px;
}
.popup-nl form button,
.popup-bonplan form button,
.popup-employeurs form button,
.popup-confirmation form button {
  float: none;
  margin-top: 20px;
}
.popup-nl .buttons-links,
.popup-employeurs .buttons-links,
.popup-bonplan .buttons-links,
.popup-confirmation .buttons-links
{
  padding-top: 20px;
}
.popup-nl .buttons-links a,
.popup-employeurs .buttons-links a,
.popup-bonplan .buttons-links a,
.popup-confirmation .buttons-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  background: #e85d0f;
  border: none;
  display: inline-block;
  vertical-align: top;
  padding: 10px 15px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.popup-nl .buttons-links a:hover,
.popup-employeurs .buttons-links a:hover,
.popup-bonplan .buttons-links a:hover,
.popup-confirmation .buttons-links a:hover {
  background: #505c5c;
}
.popup-nl .buttons-links a:first-child,
.popup-employeurs .buttons-links a:first-child,
.popup-bonplan .buttons-links a:first-child,
.popup-confirmation .buttons-links a:first-child
{
  margin-right: 15px;
}
.popup-nl .buttons-links a img,
.popup-employeurs .buttons-links a img,
.popup-bonplan .buttons-links a img,
.popup-confirmation .buttons-links a img
{
  float: left;
  width: 15px;
  height: 15px;
  margin: 4px 5px 0 0;
}
.popup-nl .close,
.popup-employeurs .close,
.popup-bonplan .close,
.popup-confirmation .close
{
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.popup-nl .champs,
.popup-employeurs .champs,
.popup-bonplan .champs,
.popup-confirmation .champs
{
  padding-top: 40px;
  clear: both;
}
.popup-nl .ipt-group,
.popup-employeurs .ipt-group,
.popup-bonplan .ipt-group,
.popup-confirmation .ipt-group
{
  margin-bottom: 20px;
}
.popup-nl .close,
.popup-employeurs .close,
.popup-bonplan .close,
.popup-confirmation .close
{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.popup-nl .title,
.popup-employeurs .title,
.popup-bonplan .title,
.popup-confirmation .title
{
  text-align: center;
  font-family: 'Dosis';
  font-weight: bold;
  color: #c50e1f;
  font-size: 36px;
  line-height: 1.1;
  padding-bottom: 20px;
}
.overlay-popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 29000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
@media all and (min-width: 1050px) {
  .container {
    width: 1020px;
  }
}
@media all and (min-width: 992px) {
  .page-interne .col-left {
    padding-right: 50px;
  }
  .edito .content-edito .txt-edito {
    width: 550px;
    padding: 50px;
    float: right;
  }
}
@media all and (max-width: 1255px) {
  #gcd_wrap_header {
    display: none !important;
  }
}
@media all and (max-width: 991px) {
  .popup-nl,
  .popup-employeurs,
  .popup-confirmation
  {
    width: 650px;
    padding: 30px;
    margin-left: -325px;
  }
  .popup-nl form,
  .popup-employeurs form,
  .popup-confirmation form
  {
    padding-top: 20px;
  }
  .popup-nl .champs,
  .popup-employeurs .champs,
  .popup-confirmation .champs
  {
    padding-top: 30px;
  }
  #gcd_wrap_header {
    display: none;
  }
  .container {
    padding: 0 30px;
  }
  .btn-toggle-sm {
    position: relative;
    z-index: 11500;
    display: block;
    float: left;
    width: 70px;
    height: 70px;
    margin: 0;
    padding: 22px 15px;
    background: #505c5c;
  }
  .btn-toggle-sm .icon-bar {
    background: #fff;
    width: 100%;
    height: 4px;
    margin-bottom: 7px;
  }
  .btn-toggle-sm.active {
    background: #fff;
  }
  .btn-toggle-sm.active .icon-bar {
    background: #710d0e;
  }
/*
  .account {
    padding: 30px 0;
    overflow: hidden;
    padding: 30px 51px;
    overflow: hidden;
    margin: 0 -51px;
    background: #d67701;
  }
*/
  .account .mon-compte {
    color: #fff;
    float: left;
    margin-right: 30px;
  }
  .account .mon-compte .icon {
    width: 40px;
    display: block;
    float: left;
    margin-left: -6px;
  }
  .account .mon-compte .label-cpt {
    font-weight: 500;
    font-size: 21px;
    color: #fff;
    display: block;
    float: left;
    padding-top: 10px;
  }
  .account .links-account a {
    text-decoration: none;
    color: #f49000;
    font-size: 20px;
    font-weight: 600;
    display: block;
    float: left;
    padding: 5px 25px;
    margin-right: 15px;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .account .links-account a:last-child {
    margin: 0;
  }
  .account .links-account a:hover {
    background: #505c5c;
  }
  .slide-home .item {
    height: 470px;
  }
  .slide-home .owl-buttons {
    bottom: 20px;
    left: 35px;
  }
  .slide-home .bloc-text {
  	width: 275px;
  	padding-top: 185px;
  }
  .slide-home .bloc-text .encadre {
  }
  .slide-home .bloc-text .encadre h3 {
  }
  .slide-home .bloc-text .encadre .picto {
    width: 85px;
    height: 85px;
    top: 20px;
    left: -40px;
  }
  .slide-home .bloc-text .encadre .details {
    padding-top: 10px;
  }
  .slide-home .bloc-text .encadre .details .date {
    font-size: 11px;
  }
  .slide-home .bloc-text .encadre .details .desc {
    font-size: 14px;
    height: 65px;
  }
  .popup-qu .answer-button,
  .slide-home .bloc-text .encadre .details .link-savoir-plus {
    font-size: 12px;
    padding: 7px 10px;
  }
  .popup-qu .answer-button img,
  .slide-home .bloc-text .encadre .details .link-savoir-plus img {
    width: 13px;
    height: 13px;
  }
  .slide-home .image-slide {
    /*width: 410px;*/
    width: 400px;
    height: 295px;
    top: 40px;
  }
  .englobe-slide .navigation-carousel {
    bottom: 30px;
    left: 70px;
  }
  .edito .left {
    width: 375px;
  }
  .edito .content-edito {
    position: relative;
    z-index: 200;
    height: 700px;
  }
  .edito .content-edito .encart-edito {
    width: 240px;
    height: 700px;
    padding: 100px 0 0 30px;
  }
  .edito .content-edito .txt-edito {
    padding: 50px 50px;
    width: 50%;
    float: right;
  }
  .entrees-cat {
    padding: 80px 0;
  }
  .entrees-cat .row {
    margin: 0 -30px;
  }
  .entrees-cat .col-icon-cat {
  }
  .nl-subscribe {
    position: relative;
    margin-top: 5px;
  }
  .nl-subscribe button {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 100;
    background: none;
    border: none;
    padding: 0;
    outline: none;
  }
  .nl-subscribe button:hover {
    background: none;
  }
  .nl-subscribe button img {
    width: 20px;
    height: 20px;
    margin: 0 auto;
  }
  .nl-subscribe input {
    color: #505c5c;
    height: 50px;
    width: 90%;
    margin: 0 auto;
    padding: 0 60px 0 15px;
    background: #fff;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  .bloc-fb {
    margin: 0 auto;
    width: 550px;
  }
  footer .col-link {
    width: 20%;
    padding: 0;
  }
  .right-bottom-col {
    margin-top: 0;
  }
  .bloc-liens-utiles {
    padding-top: 0;
  }
  .bloc-liens-utiles .icon-lien-utile img {
    width: 100%;
    max-width: 60px;
    height: auto;
  }
  .bloc-liens-utiles .title-lien-utile {
    width: 90%;
  }
  .bloc-search .txt {
    max-width: 460px;
  }
}
@media all and (max-width: 767px) {
  .popup-nl,
  .popup-employeurs,
  .popup-confirmation {
    width: 100%;
    padding: 30px 15px;
    margin: 0;
    top: 100px;
    left: 0;
    position: absolute;
  }
  .popup-nl form,
  .popup-employeurs form,
  .popup-confirmation form {
    padding-top: 0;
  }
  .popup-nl .champs,
  .popup-employeurs .champs,
  .popup-confirmation .champs {
    padding-top: 10px;
  }
  .popup-nl .ipt-group,
  .popup-employeurs .ipt-group,
  .popup-confirmation .ipt-group {
    margin-bottom: 15px;
  }
  .breadcrumb-cdej {
    display: none;
  }
  .container {
    padding: 0 15px;
  }
  .btn-toggle-sm {
    width: 60px;
    height: 60px;
    padding: 20px 13px;
  }
  .btn-toggle-sm .icon-bar {
    height: 3px;
    margin-bottom: 5px;
  }
  .logo {
    max-width: 180px;
  }
  .menu-sm .link-niv1 .icon {
    display: none;
  }
  .menu-sm .nav-niv2 {
    padding-left: 0;
  }
  .menu-sm .nav-niv2 .title-cat {
    padding: 0 0 15px;
    background: none;
  }
  .menu-sm .nav-niv2 .content-col {
    padding: 0 0 10px;
  }
  .menu-sm .nav-niv2 ul {
    padding-left: 0;
  }
 .slide-home {
  }
  .slide-home .owl-buttons {
    bottom: 10px;
    left: 50%;
    margin-left: -40px;
  }
  .slide-home .item {
    height: 315px;
  }
  .slide-home .bloc-text {
  	margin: 0 auto;
  	position: static;
  	padding: 20px 5px;
  	width: 100%;
  	height: 100%;
  }
  .slide-home .bloc-text .encadre {
  	background-color: #fff;
  	height: 100%;
  	padding: 75px 30px 30px;
  	text-align: center;
  }
  .slide-home .bloc-text .encadre h3 {
	  font-size: 22px;
  }
  .slide-home .image-slide {
    position: relative;
    top: 10px;
    left: auto;
    z-index: 15;
    max-width: 320px;
    height: 235px;
    margin: 0 auto;
  }
  .englobe-slide .navigation-carousel {
    display: none;
  }
  .entrees-cat .row {
    margin: 0 -15px;
  }
  .entrees-cat .col-icon-cat {
  }
  .entrees-cat .col-icon-cat.col-icon-last-xs {
    padding: 0;
    margin: 0;
  }
  .entrees-cat .border {
    width: 100%;
    height: 4px;
    position: absolute;
    top: inherit;
    bottom: 0;
    right: 0;
    background: url(../images/border-dot-bottom.gif) repeat-x;
  }
  footer .col-link {
    font-size: 14px;
    width: 33.33%;
    padding: 0;
  }
  .page-interne h1 {
    font-size: 30px;
    background: #f6f6f6;
    padding: 30px 15px;
    margin: 0 -15px 40px;
  }
  .tableau .left {
    padding-bottom: 10px;
  }
  .right-bottom-col {
    margin-top: 30px;
  }
  .bloc-liens-utiles .title-lien-utile {
    width: 90%;
  }
  .choix-statut {
    padding: 0;
    text-align: left;
  }
  .choix-statut.border-right {
    border-right: 0;
    border-bottom: 2px dotted #ddd;
  }
  .choix-statut h2 {
    float: left;
    font-size: 20px;
    padding: 40px 0 0 15px;
  }
  .choix-statut .picto-statut {
    float: left;
    width: 80px;
  }
  .choix-statut .checkbox {
    float: right;
    margin-top: 42px;
  }
  .choix-statut .checkbox img {
    right: 0;
  }
  .choix-statut input {
    margin: 0 0 0 4px !important;
  }
  .champs {
    padding-top: 20px;
  }
  .title-section {
    display: none;
  }
  .bloc-actu {
    padding-bottom: 20px;
  }
  .bloc-actu p {
    display: none;
  }
  .bloc-actu .social-share,
  .bloc-actu .read {
    display: none;
  }
  .bloc-actu.bloc-actu-details p {
    display: block;
  }
  .bloc-actu.bloc-actu-details .bloc-photo {
    margin-bottom: 20px;
    /*height: 250px;*/
  }
  .bloc-actu.bloc-actu-details .liste-details {
    padding: 35px 0 0 0;
  }
  .bloc-actu.bloc-actu-details .liste-details p {
    font-weight: 600;
  }
  .bloc-actu.bloc-actu-details .liste-details ul {
    padding: 10px 0 0 15px;
  }
  .bloc-actu.bloc-actu-details .social-share {
    display: block;
  }
  .bloc-actu.bloc-actu-details .social-share p {
    float: none;
    padding-bottom: 5px;
  }
  .bloc-actu.bloc-actu-details .social-share div {
    float: none;
  }
  .bloc-partenaire .social-share div {
    float: none;
    clear: both;
  }
  .carousel-partenaire {
    padding-bottom: 100px;
  }
  .carousel-partenaire .item h3 {
    padding-bottom: 90px;
  }
  .carousel-partenaire .item img {
    max-width: 100%;
  }
  .carousel-partenaire .owl-buttons {
    width: 80px;
    margin: 150px auto 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: normal;
  }
}

#bonplan_error {
  color:#941113;
  margin-top:10px;
}


.accordionbutton .link-savoir-plus {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  background: #941113;
  display: inline-block;
  padding: 7px 10px;
  margin: 20px 0 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.accordionbutton .link-savoir-plus:hover {
  background: #4f5c5b;
  color: #fff !important;
}
.accordionbutton .link-savoir-plus img {
  width: 15px;
  height: 15px;
  margin: 4px 5px 0 0;
  display: block;
  float: left;
}

.blocaccordion .bloc-employeur {
  display:none;
}







@media all and (max-width: 480px) {
  .slide-home .item {
  }
  .slide-home .bloc-text {
  }
  .slide-home .bloc-text .encadre .details .desc {
    font-size: 13px;
  }
  .slide-home .image-slide {
    position: relative;
    /*top: -20px;*/
    left: auto;
    z-index: 15;
    max-width: 260px;
    height: 235px;
    margin: 0 auto;
  }
  #floating-menu {
    right: 5%;
  }
  .bloc-liens-utiles .icon-lien-utile img {
    width: 100%;
    height: auto;
  }
  .bloc-liens-utiles .title-lien-utile {
    width: 80%;
  }
}

@media all and (max-width: 991px) {
  #upgroup_footer {
    display: none;
  }
}


.container-central a,.container-central a:hover  {
 color:#941113;
}

.navbar-nav.nav-niv1 li .nav-niv2 .col-submenu ul li a:hover {
  color:#710d0e;
}

.powermail_fieldwrap.powermail_fieldwrap_input label {
  position: relative !important;
}


#powermail_fieldwrap_71 .ipt-group select {
  font-size:0.89em;
}

.powermail_form_3 .powermail_fieldwrap_type_check label {
  font-weight: 600;
  color:#727272;
}


.banniere {
  display:block !important;
}

.encart-bon-plan {
  margin-bottom: 10px;
}

/* formulaire contact */
.bodytext a.btn-link {color: #fff;background:#941113;text-transform: uppercase;padding: 3px 15px; border-radius: 20px; text-decoration: none; transition: all .25s ease-in-out; font-size: 14px; letter-spacing: 1px; }
.bodytext a.btn-link:hover {background:#505c5c;}
form.powermail_form_1 .powermail_fieldwrap { display: none }
form.powermail_form_1 #powermail_fieldwrap_1 { display: block }
form.powermail_form_1 #powermail_fieldwrap_1 .choix-statut .powermail_checkbox_1 { opacity: 0 }
form.powermail_form_1 #powermail_fieldwrap_65 {margin-right: 60px; margin-bottom: 60px}
form.powermail_form_1 #powermail_fieldwrap_65 .powermail_check_legend { display: none }
form.powermail_form_1 #powermail_fieldwrap_65, form.powermail_form_1 #powermail_fieldwrap_65 { float:left; }
form.powermail_form_1 #powermail_fieldwrap_65 .powermail_check_inner label { color: #fff;text-transform: uppercase; background-color:#941113; padding: 3px 15px; border-radius: 20px; text-decoration: none; transition: all .25s ease-in-out; font-size: 14px; letter-spacing: 1px; font-weight: 400; }
form.powermail_form_1 #powermail_fieldwrap_65 .powermail_check_inner label:hover { background:#505c5c; }
form.powermail_form_1 #powermail_fieldwrap_65 .powermail_check_inner input { opacity: 0; }
form.powermail_form_1 #powermail_fieldwrap_67 {margin-left: 20px;}
form.powermail_form_1 #powermail_fieldwrap_66 {padding-top:3px;}

.col-social-network {
  margin-top: 20px;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d1d1d1;
  text-align: center;
  color: #4f5c5b;
  font-weight: 700;
  font-family: 'Open Sans';
}

.col-social-network .logo-social {
  -webkit-filter:grayscale(100%);
  filter:grayscale(100%);
  -webkit-transition:filter .15s ease-in-out;
  transition:filter .15s ease-in-out;
}

.col-social-network .logo-social { margin-left: 5px }

#upgroup_header, .services-volonte {
	display: none;
}

a:focus, a:hover, button:focus, button:hover {
	outline: 0px none;
}

input.ipt-search:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #555 !important;
  background-color: #eee !important;
  -webkit-box-shadow: 0 0 0px 10px #eee inset;
  transition: background-color 5000s ease-in-out 0s;
}

.entrees-cat {
  padding-bottom: 0;  
}

.home-edito {
  padding-top: 30px;
  padding-bottom: 120px;
  font-family: 'Open Sans';
}

.home-edito .subtitle{
  color: #505c5c;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 20px;
}

.home-edito .content-edito {
  text-align: left;
  font-weight: 400;
  padding-top: 30px;
  color: #909090;
}

.edito-link {
  font-weight: bold;  
}

.home-edito .appear {
  display: none;
}

.account-submenu {
	display:none;
	position:absolute;
	top:100%;
	right:0;
	left:0;
	margin-top:-2px;
	z-index:1000;
}

.account-submenu-content {
	width:100vw;
	position:relative;
	left:50%;
	right:50%;
	margin-left:-50vw;
	margin-right:-50vw;
	background-color:#fff;
	border-color:#941113;
	border-style:solid;
	border-top-width:1px;
	border-right-width:0;
	border-bottom-width:1px;
	border-left-width:0;
}

.account-submenu-area {
	padding-top:50px;
	padding-bottom:50px;
	overflow:hidden;
}

.account-submenu-items > a {
	display:inline-block;
	vertical-align:top;
/* 	height:105px; */
	text-decoration: none;
	font-size: 12px;
	text-align: left;
}

.area-label {
	color:#9d9d9d;
	font-family:'Open Sans';
	text-align:center;
}

.account-submenu-title {
	position:relative;
	top:15px;
	float:left;
	font-weight:600;
	font-size:24px;
	color:#505c5c;
	text-align:left;
}

.account-submenu-divider {
	float:right;
	display:inline-block;
	vertical-align:middle;
	width:1px;
	height:100px;
	margin-right:25px;
	margin-left:35px;
	background-color:#9d9d9d;
}

.area-title {
	color:#9d9d9d;
	font-family:'Open Sans';
	margin-top:5px;
}

.submenu-alert > div {
	padding-top:10px;
	padding-bottom:10px;
	background-color:#941113;
	color:#fff;
	font-size:12px;
	font-weight:600;
	text-align:center;
}

#nav-principale-sm > ul > li > ul {
	color:#fff;
	list-style:disc inside;
	margin:0;
	font-weight:600;
	padding-bottom:30px;
	padding-left:20px;
	font-family:'Open Sans';
	-webkit-column-count:2;
	-ms-column-count:2;
	column-count:2;
}

#nav-principale-sm .links-account > button {
  color: #fff !important;
}
.account-submenu-close {
	display:none;
}

@media (max-width: 767px) {
	.account {
		margin-left:-15px;
		margin-right:-15px;
		background:#505c5c;
		display:block;
	}
	
	.account .links-account button {
		background:transparent!important;
		border:0 none!important;
		margin-right:0;
		padding-top:25px!important;
		padding-bottom:25px!important;
		float:left;
		width:50%;
		font-size:16px;
		position:relative;
	}
	
	.account .links-account button:first-child::after {
		content:'';
		height:50px;
		width:2px;
		background-color:#fff;
		display:block;
		position:absolute;
		-webkit-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
		right:-2px;
		top:50%;
	}
	
	.submenu-alert {
		position:absolute;
		bottom:0;
		left:0;
		right:0;
	}
	
	.submenu-alert span {
		display:block;
		max-width:70%;
		margin-right:auto;
		margin-left:auto;
	}
	
	.account-submenu {
		display:none;
		z-index:12000;
		margin-top:0;
		top:0;
		background-color:#fff;
	}
	
	.account-submenu-content {
		border:0 none;
	}
	
	.account-submenu-area {
		padding-top:35px;
		padding-bottom:30px;
	}
	
	.account-submenu-title {
		font-size:20px;
		text-align:center;
		float:none;
		display:block;
		position:static;
	}
	
	.account-submenu-items > a {
	}
	
	.account-submenu-items > a > img {
		display:block;
		width:auto;
		max-width:100%;
		height:74px;
	}
	.area-title {
    	text-align: center;
	}
	.account-submenu-items-cards > a {
		display:block;
		margin:0 auto 8px;
		padding-top:8px;
		width:160px;
	}
	
	.account-submenu-items-cards > a + a {
		border-top:1px solid #9d9d9d;
	}
	
	.account-submenu-items-cards > a > img {
		margin-right:auto;
		margin-left:auto;
	}
	
/*
	.account-submenu-employeurs .account-submenu-items {
		margin-top:14px;
		text-align:center;
	}
	
	.account-submenu-employeurs .account-submenu-items:last-child {
		text-align:center;
	}
*/
	
/*
	.account-submenu-employeurs .account-submenu-items:last-child::before {
		content:'';
		width:70%;
		height:1px;
		display:block;
		margin-right:auto;
		margin-left:auto;
		background-color:#9d9d9d;
		margin-bottom:7px;
	}
*/
	
/*
	.account-submenu-employeurs .account-submenu-items > a {
		max-width:31.333%;
	}
*/
	
	L
	.links-account > button {
		position:relative;
	}
	
	.links-account > button.active::before {
		content:'';
		position:absolute;
		bottom:100%;
		left:50%;
		-webkit-transform:translateX(-50%);
		transform:translateX(-50%);
		width:0;
		height:0;
		border-left:10px solid transparent;
		border-right:10px solid transparent;
		border-bottom:10px solid #505c5c;
		z-index:15000;
	}
	
	.account-submenu-close {
		position:absolute;
		top:10px;
		right:10px;
		display:block;
		cursor:pointer;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.account {
		float:right;
		width:200px;
	}
	
	.account .mon-compte {
		color:#fff;
		float:left;
		margin-right:30px;
	}
	
	.account .mon-compte .icon {
		width:40px;
		display:block;
		float:left;
		margin-left:-6px;
	}
	
	.account .mon-compte .label-cpt {
		font-weight:500;
		font-size:21px;
		color:#fff;
		display:block;
		float:left;
		padding-top:10px;
	}
	
	.account .links-account {
		position:relative;
	}
	
	.account .links-account button {
		margin:0;
	}
	
	.account-submenu-area {
		padding:25px 0;
	}
	
	.account .links-account .log-employeurs {
		margin-top:10px;
	}
	
	.account-submenu-title {
		float:none;
		clear:left;
		display:block;
		margin-bottom:50px;
	}
	
	.account-submenu-items {
		float:left;
	}
	
	.account-submenu-divider {
		margin-left:20px;
		margin-right:15px;
	}
}

.clients {
  position: relative;
  padding-top: 120px;
  background-color: #fff;
}

.clients .row {
  position: relative;
}

.clients-item {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.clients-item > a:not(.clients-link):hover,
.clients-item > a:not(.clients-link):focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .account-submenu-items {
      min-width: 50%;
  }
  .account-submenu-items > a {
      width: 49%;
  }
  .account-submenu-items > a > img {
      max-width: 160px;
  }
  .clients-item {
    position: absolute;
    padding-right: 0;
    padding-left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
  }
}

.clients-item::before {
  content: '';
  position: absolute;
  top: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 767px) {

  .clients-item::before {
    display: none;
  }

  .clients-item + .clients-item::before {
    content: '••••••••••••••••••••••••••••••••';
    position: static;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #cbcbcb;
    background: none !important;
    letter-spacing: 4px;
  }

  .clients-text {
    margin-bottom: 30px;
  }
}

.clients-decideurs {
  top: 39%;
  left: -1%;
}

.clients-decideurs::before {
  background-image: url('../images/barre-decideurs.svg');
  left: 102%;
  width: 111px;
  height: 45px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .clients-decideurs {
    left: -2.5%;
  }

  .clients-decideurs::before {
    background-image: url('../images/barre-decideurs-tablet.svg');
    width: 106px;
    height: 41px;
  }
}

@media (min-width: 768px) {
  .clients-decideurs {
    text-align: right;
  }
}

.clients-decideurs-links {
  position: relative;
  top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -ms-transform: translateY(-25px);
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
  -ms-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

@media (min-width: 768px) and (max-width: 991px) {
    .clients-decideurs-links {
        max-width: 215px;
    }
}

.clients-decideurs-links.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);  
}

.clients-decideurs-links a {
  font-family: Dosis;
  font-weight: 500;
  text-transform: uppercase;
  color: #941113;
}

.clients-utilisateurs {
  top: 6%;
  right: 11%;
}

.clients-utilisateurs::before {
  background-image: url('../images/barre-utilisateurs.svg');
  right: 102%;
  width: 157px;
  height: 33px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .clients-utilisateurs {
    right: -3%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .clients-utilisateurs {
    right: 10%;
  }
}

.clients-commercants {
  top: 60%;
  right: 5%;
}

.clients-commercants::before {
  background-image: url('../images/barre-commercants.svg');
  right: 106%;
  width: 66px;
  height: 21px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .clients-commercants {
    right: -1%;
  }

  .clients-commercants::before {
    background-image: url('../images/barre-decideurs-tablet.svg');
    width: 106px;
    height: 41px;
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .clients-commercants {
    right: 3%;
  }
}

.clients-title {
  display: block;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #4f5d5b;
}

.clients-text {
  font-family: 'Open Sans';
  color: #909090;
}

.clients-link {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  color: #941113 !important;
}

.clients-link:hover {
  color: #941113;
  text-decoration: underline;
}

.clients-link .arrow {
  margin-left: 10px;
  -ms-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.clients-link .arrow.active {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.clients-img {
  position: relative;
  max-width: 447px;
  margin-right: auto;
  margin-left: auto;
  z-index: 1;
}

@media (max-width: 767px) {
  .clients-img {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .clients-img {
    width: 45%;
  }
}

.clients .border-orange {
  position: relative;
  height: 1px;
  margin-bottom: -1px;
  background-color: #c50e1f;
  z-index: 1; 
}

@media (max-width: 767px) {
  .clients .border-orange {
    margin-top: 120px;
  }
}

.why-cdej {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #eee;
}

.why-cdej h2 {
  margin-top: 0;
  margin-bottom: 80px;
  font-size: 30px;
  font-weight: 600;
  color: #4f5d5b;
}

.why-slide {
  clear: left
}
.why-slide .owl-buttons div{cursor:pointer;display:block;float:left;width:24px;height:45px;position:absolute;top:55px;z-index:1000;opacity: 0.35;transition: opacity 0.15s ease-in;}
.why-slide .owl-buttons div:hover {opacity: 1;}
.why-slide .owl-buttons div.owl-prev{left:15px}
.why-slide .owl-buttons div.owl-next{right:15px}

.why-item {
  text-align: center;
  color: #909090;
  font-family: 'Open Sans';
  font-weight: 600;
}

.why-item img {
  width: auto;
  height: 50px;
  margin-bottom: 20px;
}
.slide-home .owl-pagination {
	position:absolute;
	top:150px;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}

@media(min-width: 768px) {
	.slide-home .owl-pagination {
		width:750px;
		padding-left:30px;
		padding-right:30px;
	}
}

@media(min-width: 992px) {
	.slide-home .owl-pagination {
		width:970px;
	}
}

@media(min-width: 1050px) {
	.slide-home .owl-pagination {
		width:1020px;
		padding-left:15px;
		padding-right:15px;
	}
}

@media(max-width: 1023px) {
	.slide-home .owl-pagination {
		top:135px;
	}
}

@media(max-width: 767px) {
  .slide-home .owl-pagination {
    top: 50px;
  }
}
.all-news {
	margin-top: 60px;
	font-weight: 700;
}
.all-news-link {
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 15px;
	color: #941113;
	font-family: Dosis;
}
.all-news-link:hover,clients-link:hover {
    color: #941113;
}
.all-news-link .arrow,.clients-link .arrow {
	margin-left:10px;
}

#nav-principale .title-cat > a[href="oeuvres-sociales/commander-cadhoc/"],
#nav-principale .title-cat > a[href="recompenser-fideliser-motiver/commander/"] {
  pointer-events: none;
}
#powermail_field_dejainscrit_1 + label,
#btn-display-solution {
  cursor: pointer;
}

@media (max-width: 415px) {
  form.powermail_form_1 #powermail_fieldwrap_65 {
    margin-right: 15px;
  }
}
/*
@media (min-width: 768px) {
  .page_home_1column {
    padding: 46px 20px;
    background-color: #E2F0F3;
    background-image: url('../images/habillage-demain-le-quotidien.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 135%;
    background-attachment: fixed;
    overflow-x: hidden;
  }
  
  .page_home_1column .tx-dce-pi1 {
    background: #fff;
  }
}

@media (min-width: 1024px) {
  .page_home_1column {
    background-size: 107%;
  }
}

@media (min-width: 1199px) {
  .page_home_1column {
    padding: 57px;
    background-size: 100%;
  }
}

@media (min-width: 1420px) {
  .page_home_1column {
    padding: 65px;
  }
}

@media (min-width: 1800px) {
  .page_home_1column {
    padding: 85px;
  }
}
*/

/*
#cookie-bar {
    top: auto !important;
    bottom: 0;
}
*/