* {
  pointer-events: fill;
  margin: 0;
  padding: 0;
  outline: none;
}

a img {
  border: none;
}

body {
  font-family: Arial, sans-serif;
  font-weight: normal;
}

.alignleft {
  display: block;
  float: left;
  margin: 10px 10px 10px 0;
}

.alignright {
  display: block;
  float: right;
  margin: 10px 0 10px 10px;
}

.aligncenter {
  display: block;
  float: none;
  margin: 10px auto;
}

.clear_left {
  clear: left;
}

.clear_right {
  clear: right;
}

.clear_both {
  clear: both;
}

.mobile, .tablet {
  display: none;
}

@media screen and (max-width: 1000px) {
  .tablet {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .mobile {
    display: block;
  }
}

.wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .wrap {
    width: 100%;
    max-width: 600px;
  }
}

header#header .wrap {
  max-width: 100%;
}

header#header #header_top {
  background: #fff;
  color: #000;
}

@media screen and (max-width: 1000px) {
  header#header #header_top {
    height: 200px !important;
  }
  header#header #header_top .wrap {
    max-width: 600px;
  }
}

header#header #header_top .wrap {
  padding: 30px 0;
  overflow: hidden;
}

header#header #header_top h1 {
  width: 143px;
  float: left;
}

@media screen and (max-width: 1000px) {
  header#header #header_top h1 {
    margin-left: 20px;
  }
}

header#header #header_top h1 a {
  display: block;
  width: 143px;
  height: 56px;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  header#header #header_top h1 a img {
    display: block;
    margin: 0 auto;
  }
}

header#header #header_top .head_baseline {
  margin-left: 150px;
  margin-top: -40px;
  width: 280px;
}

@media screen and (max-width: 1000px) {
  header#header #header_top .head_baseline {
    display: none;
  }
}

header#header #header_top .head_baseline .head_title {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #585858;
  line-height: 22px;
}

header#header #header_top .head_baseline .sub_head_title {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #585858;
  margin-top: 10px;
}

header#header #header_top .head_baseline img {
  width: 280px;
}

header#header #header_top h2 {
  height: 32px;
  line-height: 32px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
}

header#header #header_top h2 strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  header#header #header_top h1 {
    margin-left: 10px;
  }
  header#header #header_top h2 {
    margin-left: 10px;
  }
}

@media screen and (max-width: 1000px) {
  header#header #header_top {
    height: auto;
    padding: 0 20px;
  }
  header#header #header_top .wrap {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  header#header #header_top h1 {
    margin: 0 auto;
    max-width: 100%;
  }
  header#header #header_top h1 a {
    background-size: cover;
  }
  header#header #header_top h2 {
    text-align: center;
    margin-left: 0px;
  }
}

header#header #header_top #carrefour-logo {
  display: block;
  float: right;
  margin-left: 40px;
}

header#header #header_top form {
  position: relative;
  float: right;
  width: 287px;
  height: 40px;
  padding-top: 15px;
}

header#header #header_top form input {
  display: block;
  width: 250px;
  height: 37px;
  line-height: 40px;
  border-top: 1px solid #adb9c1;
  border-left: 1px solid #adb9c1;
  padding: 0 10px;
  background: #f0f0f0;
  color: #2f5a7c;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  border-radius: 4px;
}

header#header #header_top form input::-webkit-input-placeholder {
  color: #999;
}

header#header #header_top form input:-moz-placeholder {
  color: #999;
  opacity: 1;
}

header#header #header_top form input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

header#header #header_top form input:-ms-input-placeholder {
  color: #999;
}

header#header #header_top form button {
  display: block;
  width: 41px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 0;
  background: url("../img/icon_search.png") center center no-repeat #FFF;
  border: none;
  text-align: left;
  text-indent: -6000px;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  header#header #header_top form {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
  }
  header#header #header_top form input {
    width: 88%;
  }
}

header#header #header_menu {
  position: relative;
  width: 713px;
  height: 50px;
  background: #234865;
  background-image: -webkit-linear-gradient(top, #5784aa 0%, #2f5a7c 100%);
  background-image: -o-linear-gradient(top, #5784aa 0%, #2f5a7c 100%);
  background-image: linear-gradient(to bottom, #5784aa 0%, #2f5a7c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5784AA', endColorstr='#FF2F5A7C', GradientType=0);
  clear: both;
}

@media screen and (max-width: 1000px) {
  header#header #header_menu {
    width: 100%;
  }
}

header#header #header_menu::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #4b7faa;
}

header#header #header_menu #open_menu {
  display: none;
  height: 47px;
  width: 47px;
  background: url("../img/mobile_menu.png") left top no-repeat;
  text-align: left;
  text-indent: -6000px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

header#header #header_menu #open_menu.active {
  background-position: left bottom;
}

@media screen and (max-width: 1000px) {
  header#header #header_menu #open_menu {
    display: block;
  }
}

header#header #header_menu nav {
  display: block;
  text-transform: uppercase;
}

header#header #header_menu nav ul {
  list-style-type: none;
  display: block;
}

header#header #header_menu nav ul li {
  margin: 10px 0 0;
  padding: 0 44px;
  float: left;
  display: block;
  position: relative;
  font-size: 15px;
  height: 40px;
  border-right: 1px solid #4b7faa;
}

header#header #header_menu nav ul li:last-child, header#header #header_menu nav ul li ul li {
  border-right: none;
}

@media screen and (max-width: 1390px) {
  header#header #header_menu nav ul li {
    font-size: 15px;
  }
}

header#header #header_menu nav ul li a {
  display: block;
  text-align: center;
  width: 148px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  height: 40px;
  font-family: Arial, sans-serif;
  font-weight: 600;
}

header#header #header_menu nav ul li ul.sub-menu {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  width: auto;
  background: #fff;
  padding: 30px 15px 30px 15px;
  display: none;
  z-index: 100;
  -webkit-border-radius: 0 0 0 20px;
  -moz-border-radius: 0 0 0 20px;
  border-radius: 0 0 0 20px;
}

@media screen and (max-width: 1000px) {
  header#header #header_menu nav ul li ul.sub-menu {
    left: -10px;
  }
}

header#header #header_menu nav ul li ul.sub-menu li {
  width: auto;
  text-align: left;
  padding: 0;
  margin: 0;
  float: none;
  height: auto;
}

header#header #header_menu nav ul li ul.sub-menu li.current-page-ancestor a {
  color: #000;
}

header#header #header_menu nav ul li ul.sub-menu li a {
  width: 100%;
  height: auto;
  display: inline-block;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  text-transform: none;
  line-height: 21px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8eaec;
  padding-right: 0px;
  color: #4c5c6a;
  cursor: pointer;
}

header#header #header_menu nav ul li ul.sub-menu li a:hover {
  text-decoration: underline;
}

header#header #header_menu nav ul li ul.sub-menu li.current-menu-item a {
  color: #000;
}

header#header #header_menu nav ul li ul.sub-menu li:last-child a {
  border: none;
}

header#header #header_menu nav ul li:hover ul.sub-menu {
  display: block;
}

@media screen and (max-width: 1000px) {
  header#header #header_menu nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background: #234865;
    max-height: 0;
    height: auto;
    overflow: hidden;
  }
  header#header #header_menu nav.active {
    max-height: 700px;
  }
  header#header #header_menu nav ul {
    margin: 0;
    padding: 20px 20px 10px 50px;
    height: auto;
  }
  header#header #header_menu nav ul li {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-right: none;
  }
  header#header #header_menu nav ul li a {
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 26px;
    float: none;
    margin-top: 10px;
  }
  header#header #header_menu nav ul li ul.sub-menu {
    display: block;
    margin-left: 0;
    position: static;
    background: none;
    padding: 0 0 0 15px;
  }
  header#header #header_menu nav ul li ul.sub-menu li {
    padding: 0;
  }
  header#header #header_menu nav ul li ul.sub-menu li a {
    color: #fff;
    padding: 13px 0;
    margin-top: 0px;
  }
}

#main .page-title {
  position: relative;
  font-size: 25px;
  color: #234865;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#main .page-title::after {
  content: '';
  display: block;
  width: 200px;
  height: 1px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #f28c00;
}

#main .page-title.center {
  text-align: center;
}

#main .page-title.center::after {
  left: 50%;
  transform: translateX(-50%);
}

#content-head {
  height: 260px;
}

@media screen and (max-width: 1000px) {
  #content-head {
    height: auto;
    max-width: 600px;
    margin: 30px auto;
  }
}

#carousel_wrapper, #content-head {
  position: relative;
  background: #234865;
}

#carousel_wrapper::before, #content-head::before {
  content: '';
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background: #f28c00;
}

#carousel_wrapper .homewrap, #content-head .homewrap {
  height: 342px;
}

@media screen and (max-width: 1000px) {
  #carousel_wrapper .homewrap, #content-head .homewrap {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-right: 0;
  }
  #carousel_wrapper .homewrap #sidebar .wrap, #content-head .homewrap #sidebar .wrap {
    max-width: 450px;
  }
}

#carousel_wrapper #home_carousel, #content-head #home_carousel {
  width: 713px;
  height: 342px;
  float: left;
  overflow: hidden;
  position: relative;
  background: #e9e4e4;
}

@media screen and (max-width: 1000px) {
  #carousel_wrapper #home_carousel, #content-head #home_carousel {
    width: auto;
    height: auto;
    max-width: 100%;
    margin-right: 287px;
  }
}

@media screen and (max-width: 1000px) {
  #carousel_wrapper #home_carousel, #content-head #home_carousel {
    margin-right: 0;
    height: auto;
  }
}

#carousel_wrapper #home_carousel .items, #content-head #home_carousel .items {
  height: 100%;
}

#carousel_wrapper #home_carousel .item, #content-head #home_carousel .item {
  height: 342px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  #carousel_wrapper #home_carousel .item, #content-head #home_carousel .item {
    height: 100%;
  }
}

#carousel_wrapper #home_carousel .item img, #content-head #home_carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}

#carousel_wrapper #home_carousel .item .caption, #content-head #home_carousel .item .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
  zoom: 1;
  color: #fff;
  padding: 10px 30px;
  width: inherit;
  box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  #carousel_wrapper #home_carousel .item .caption, #content-head #home_carousel .item .caption {
    padding: 10px 2px;
  }
}

@media screen and (max-width: 1000px) {
  #carousel_wrapper #home_carousel .item .caption, #content-head #home_carousel .item .caption {
    padding: 10px 2px;
  }
}

#carousel_wrapper #home_carousel .item .caption h2, #content-head #home_carousel .item .caption h2 {
  /*text-transform: uppercase;*/
  font-size: 16px;
  font-weight: 600;
  color: #2f5a7c;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 16px;
  padding-bottom: 3px;
}

#carousel_wrapper #home_carousel .item .caption p, #content-head #home_carousel .item .caption p {
  font-size: 14px;
  color: #2f5a7c;
  font-family: Arial, sans-serif;
  font-weight: 300;
}

#carousel_wrapper #home_carousel .item .caption .link, #content-head #home_carousel .item .caption .link {
  /*padding-top: 5px;*/
}

#carousel_wrapper #home_carousel .item .caption .link a, #content-head #home_carousel .item .caption .link a {
  display: block;
  text-align: right;
  /*padding-left:15px;*/
  background: url("../img/icon_go.png") left center no-repeat;
  color: #2f5a7c;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

#carousel_wrapper #home_carousel ol.flex-control-nav, #content-head #home_carousel ol.flex-control-nav {
  position: absolute;
  bottom: 135px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1000px) {
  #carousel_wrapper #home_carousel ol.flex-control-nav, #content-head #home_carousel ol.flex-control-nav {
    display: none;
  }
}

#carousel_wrapper #home_carousel ol.flex-control-nav li, #content-head #home_carousel ol.flex-control-nav li {
  display: block;
  float: left;
  margin-left: 5px;
}

#carousel_wrapper #home_carousel ol.flex-control-nav li a, #content-head #home_carousel ol.flex-control-nav li a {
  cursor: pointer;
  /*background:$rouge;*/
  background: #fff;
  display: block;
  /*border:2px solid $rouge;*/
  height: 10px;
  width: 10px;
  text-align: left;
  /*text-indent:-6000px;*/
  line-height: 0;
  font-size: 8px;
  text-indent: -99999px;
  color: rgba(95, 145, 147, 0.8);
  font-family: Arial, sans-serif;
  font-weight: normal;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#carousel_wrapper #home_carousel ol.flex-control-nav li a.flex-active, #content-head #home_carousel ol.flex-control-nav li a.flex-active {
  background: #f28c00;
  /*background:$blanc;*/
  /*background:url('../img/btn-slider-actif.png') left center no-repeat;*/
}

section#content {
  margin-bottom: 100px;
}

#content-head {
  margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  #content-head #sidebar_contact .wrap {
    max-width: 460px;
  }
}

section#content h1, #content-head h1 {
  text-transform: uppercase;
  font-size: 41px;
  line-height: 41px;
}

@media screen and (max-width: 1000px) {
  section#content h1:after, #content-head h1:after {
    display: none;
  }
  section#content h1:before, #content-head h1:before {
    display: none;
  }
}

section#content h1 img, #content-head h1 img {
  /*width: 10%;*/
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  section#content h1 img, #content-head h1 img {
    /*width: 100px;*/
  }
}

section#content h1.indent, #content-head h1.indent {
  margin-left: 58px;
  font-family: arial, sans-serif;
  text-align: center;
  letter-spacing: 8px;
  color: #585858;
}

@media screen and (max-width: 1000px) {
  section#content h1.indent, #content-head h1.indent {
    margin-left: 20px;
  }
}

section#content h1 strong, #content-head h1 strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}

section#content #page, section#content #page-cover, #content-head #page, #content-head #page-cover {
  width: 713px;
  background: #fff;
}

@media screen and (max-width: 1000px) {
  section#content #page, section#content #page-cover, #content-head #page, #content-head #page-cover {
    width: auto;
    margin-right: 287px;
  }
}

@media screen and (max-width: 1000px) {
  section#content #page, section#content #page-cover, #content-head #page, #content-head #page-cover {
    margin-right: 0;
  }
}

section#content #page #page_cover, section#content #page-cover #page_cover, #content-head #page #page_cover, #content-head #page-cover #page_cover {
  height: 260px;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  section#content #page #page_cover, section#content #page-cover #page_cover, #content-head #page #page_cover, #content-head #page-cover #page_cover {
    height: auto;
  }
}

section#content #page #page_cover img, section#content #page-cover #page_cover img, #content-head #page #page_cover img, #content-head #page-cover #page_cover img {
  display: block;
  width: 100%;
  height: auto;
}

section#content #page #breadcrumb,
section#content #page #article,
section#content #page #rebond,
section#content #page article.recherche,
section#content #page #relation, section#content #page-cover #breadcrumb,
section#content #page-cover #article,
section#content #page-cover #rebond,
section#content #page-cover article.recherche,
section#content #page-cover #relation, #content-head #page #breadcrumb,
#content-head #page #article,
#content-head #page #rebond,
#content-head #page article.recherche,
#content-head #page #relation, #content-head #page-cover #breadcrumb,
#content-head #page-cover #article,
#content-head #page-cover #rebond,
#content-head #page-cover article.recherche,
#content-head #page-cover #relation {
  margin: 0 20px;
}

@media screen and (max-width: 1000px) {
  section#content #page #breadcrumb,
  section#content #page #article,
  section#content #page #rebond,
  section#content #page article.recherche,
  section#content #page #relation, section#content #page-cover #breadcrumb,
  section#content #page-cover #article,
  section#content #page-cover #rebond,
  section#content #page-cover article.recherche,
  section#content #page-cover #relation, #content-head #page #breadcrumb,
  #content-head #page #article,
  #content-head #page #rebond,
  #content-head #page article.recherche,
  #content-head #page #relation, #content-head #page-cover #breadcrumb,
  #content-head #page-cover #article,
  #content-head #page-cover #rebond,
  #content-head #page-cover article.recherche,
  #content-head #page-cover #relation {
    margin: 0 20px;
  }
}

section#content #page #breadcrumb, section#content #page-cover #breadcrumb, #content-head #page #breadcrumb, #content-head #page-cover #breadcrumb {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #a2a2a2;
  padding: 8px 0 20px 0;
}

section#content #page #breadcrumb a, section#content #page-cover #breadcrumb a, #content-head #page #breadcrumb a, #content-head #page-cover #breadcrumb a {
  color: #a2a2a2;
  text-decoration: none;
}

section#content #page #breadcrumb a:hover, section#content #page-cover #breadcrumb a:hover, #content-head #page #breadcrumb a:hover, #content-head #page-cover #breadcrumb a:hover {
  text-decoration: underline;
  color: #f28c00;
}

section#content #page #breadcrumb span.active, section#content #page-cover #breadcrumb span.active, #content-head #page #breadcrumb span.active, #content-head #page-cover #breadcrumb span.active {
  color: #f28c00;
}

section#content #page #article, section#content #page-cover #article, #content-head #page #article, #content-head #page-cover #article {
  padding-bottom: 25px;
}

section#content #page #article .blue-line, section#content #page-cover #article .blue-line, #content-head #page #article .blue-line, #content-head #page-cover #article .blue-line {
  width: 30%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  section#content #page #article .blue-line, section#content #page-cover #article .blue-line, #content-head #page #article .blue-line, #content-head #page-cover #article .blue-line {
    width: 50%;
  }
}

section#content #page #article #bulle, section#content #page-cover #article #bulle, #content-head #page #article #bulle, #content-head #page-cover #article #bulle {
  width: 203px;
  margin-right: 20px;
  float: left;
  margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  section#content #page #article #bulle, section#content #page-cover #article #bulle, #content-head #page #article #bulle, #content-head #page-cover #article #bulle {
    float: none;
    margin: 0 auto 15px auto;
  }
}

section#content #page #article #bulle #bulle_top, section#content #page-cover #article #bulle #bulle_top, #content-head #page #article #bulle #bulle_top, #content-head #page-cover #article #bulle #bulle_top {
  height: 60px;
  background: url("../img/contenu_bulle_sprite.png") left top no-repeat;
}

section#content #page #article #bulle #bulle_texte, section#content #page-cover #article #bulle #bulle_texte, #content-head #page #article #bulle #bulle_texte, #content-head #page-cover #article #bulle #bulle_texte {
  background: #aec306;
  font-size: 17px;
  color: #fff;
  line-height: 20px;
  padding: 4px 16px;
  font-family: Arial, sans-serif;
  font-weight: normal;
}

section#content #page #article #bulle #bulle_bottom, section#content #page-cover #article #bulle #bulle_bottom, #content-head #page #article #bulle #bulle_bottom, #content-head #page-cover #article #bulle #bulle_bottom {
  height: 94px;
  background: url("../img/contenu_bulle_sprite.png") left bottom no-repeat;
}

section#content #page #article #bulle.bulle_vert #bulle_top, section#content #page-cover #article #bulle.bulle_vert #bulle_top, #content-head #page #article #bulle.bulle_vert #bulle_top, #content-head #page-cover #article #bulle.bulle_vert #bulle_top {
  background-position: left top;
}

section#content #page #article #bulle.bulle_vert #bulle_texte, section#content #page-cover #article #bulle.bulle_vert #bulle_texte, #content-head #page #article #bulle.bulle_vert #bulle_texte, #content-head #page-cover #article #bulle.bulle_vert #bulle_texte {
  background: #aec306;
}

section#content #page #article #bulle.bulle_vert #bulle_bottom, section#content #page-cover #article #bulle.bulle_vert #bulle_bottom, #content-head #page #article #bulle.bulle_vert #bulle_bottom, #content-head #page-cover #article #bulle.bulle_vert #bulle_bottom {
  background-position: left bottom;
}

section#content #page #article #bulle.bulle_violet #bulle_top, section#content #page-cover #article #bulle.bulle_violet #bulle_top, #content-head #page #article #bulle.bulle_violet #bulle_top, #content-head #page-cover #article #bulle.bulle_violet #bulle_top {
  background-position: -203px top;
}

section#content #page #article #bulle.bulle_violet #bulle_texte, section#content #page-cover #article #bulle.bulle_violet #bulle_texte, #content-head #page #article #bulle.bulle_violet #bulle_texte, #content-head #page-cover #article #bulle.bulle_violet #bulle_texte {
  background: #ba61a4;
}

section#content #page #article #bulle.bulle_violet #bulle_bottom, section#content #page-cover #article #bulle.bulle_violet #bulle_bottom, #content-head #page #article #bulle.bulle_violet #bulle_bottom, #content-head #page-cover #article #bulle.bulle_violet #bulle_bottom {
  background-position: -203px bottom;
}

section#content #page #article #bulle.bulle_bleu #bulle_top, section#content #page-cover #article #bulle.bulle_bleu #bulle_top, #content-head #page #article #bulle.bulle_bleu #bulle_top, #content-head #page-cover #article #bulle.bulle_bleu #bulle_top {
  background-position: -406px top;
}

section#content #page #article #bulle.bulle_bleu #bulle_texte, section#content #page-cover #article #bulle.bulle_bleu #bulle_texte, #content-head #page #article #bulle.bulle_bleu #bulle_texte, #content-head #page-cover #article #bulle.bulle_bleu #bulle_texte {
  background: #00aeef;
}

section#content #page #article #bulle.bulle_bleu #bulle_bottom, section#content #page-cover #article #bulle.bulle_bleu #bulle_bottom, #content-head #page #article #bulle.bulle_bleu #bulle_bottom, #content-head #page-cover #article #bulle.bulle_bleu #bulle_bottom {
  background-position: -406px bottom;
}

section#content #page #article #bulle.bulle_orange #bulle_top, section#content #page-cover #article #bulle.bulle_orange #bulle_top, #content-head #page #article #bulle.bulle_orange #bulle_top, #content-head #page-cover #article #bulle.bulle_orange #bulle_top {
  background-position: -608px top;
}

section#content #page #article #bulle.bulle_orange #bulle_texte, section#content #page-cover #article #bulle.bulle_orange #bulle_texte, #content-head #page #article #bulle.bulle_orange #bulle_texte, #content-head #page-cover #article #bulle.bulle_orange #bulle_texte {
  background: #f28c00;
}

section#content #page #article #bulle.bulle_orange #bulle_bottom, section#content #page-cover #article #bulle.bulle_orange #bulle_bottom, #content-head #page #article #bulle.bulle_orange #bulle_bottom, #content-head #page-cover #article #bulle.bulle_orange #bulle_bottom {
  background-position: -608px bottom;
}

section#content #page #article #bulle.bulle_rouge #bulle_top, section#content #page-cover #article #bulle.bulle_rouge #bulle_top, #content-head #page #article #bulle.bulle_rouge #bulle_top, #content-head #page-cover #article #bulle.bulle_rouge #bulle_top {
  background-position: -812px top;
}

section#content #page #article #bulle.bulle_rouge #bulle_texte, section#content #page-cover #article #bulle.bulle_rouge #bulle_texte, #content-head #page #article #bulle.bulle_rouge #bulle_texte, #content-head #page-cover #article #bulle.bulle_rouge #bulle_texte {
  background: #b51925;
}

section#content #page #article #bulle.bulle_rouge #bulle_bottom, section#content #page-cover #article #bulle.bulle_rouge #bulle_bottom, #content-head #page #article #bulle.bulle_rouge #bulle_bottom, #content-head #page-cover #article #bulle.bulle_rouge #bulle_bottom {
  background-position: -812px bottom;
}

section#content #page #article .chapo, section#content #page-cover #article .chapo, #content-head #page #article .chapo, #content-head #page-cover #article .chapo {
  color: #000;
  font-size: 20px;
  padding: 0 0 15px 0;
  font-family: Arial, sans-serif;
  font-weight: normal;
}

section#content #page #article h2, section#content #page-cover #article h2, #content-head #page #article h2, #content-head #page-cover #article h2 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 12px;
  margin: 10px 0;
  text-transform: uppercase;
}

section#content #page #article h3, section#content #page #article h4, section#content #page #article h5, section#content #page #article h6, section#content #page-cover #article h3, section#content #page-cover #article h4, section#content #page-cover #article h5, section#content #page-cover #article h6, #content-head #page #article h3, #content-head #page #article h4, #content-head #page #article h5, #content-head #page #article h6, #content-head #page-cover #article h3, #content-head #page-cover #article h4, #content-head #page-cover #article h5, #content-head #page-cover #article h6 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 12px;
}

section#content #page #article p, section#content #page-cover #article p, #content-head #page #article p, #content-head #page-cover #article p {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  padding-bottom: 12px;
  color: #666666;
}

section#content #page #article blockquote, section#content #page #article blockquote p, section#content #page-cover #article blockquote, section#content #page-cover #article blockquote p, #content-head #page #article blockquote, #content-head #page #article blockquote p, #content-head #page-cover #article blockquote, #content-head #page-cover #article blockquote p {
  font-size: 18px;
  color: #000;
  line-height: 20px;
  quotes: none;
  font-family: Arial, sans-serif;
  font-weight: normal;
}

section#content #page #article ul, section#content #page #article ol, section#content #page-cover #article ul, section#content #page-cover #article ol, #content-head #page #article ul, #content-head #page #article ol, #content-head #page-cover #article ul, #content-head #page-cover #article ol {
  margin-left: 25px;
  padding-bottom: 15px;
}

section#content #page #article ul li, section#content #page #article ol li, section#content #page-cover #article ul li, section#content #page-cover #article ol li, #content-head #page #article ul li, #content-head #page #article ol li, #content-head #page-cover #article ul li, #content-head #page-cover #article ol li {
  font-size: 18px;
  color: #666666;
  font-family: Arial, sans-serif;
  font-weight: normal;
  padding-bottom: 6px;
}

section#content #page #article a, section#content #page-cover #article a, #content-head #page #article a, #content-head #page-cover #article a {
  color: #2080cc;
  text-decoration: none;
}

section#content #page #article a:hover, section#content #page-cover #article a:hover, #content-head #page #article a:hover, #content-head #page-cover #article a:hover {
  text-decoration: underline;
}

section#content #page #article img, section#content #page-cover #article img, #content-head #page #article img, #content-head #page-cover #article img {
  display: block;
  max-width: 100%;
  height: auto;
  clear: inherit;
}

@media screen and (max-width: 1000px) {
  section#content #page #article img, section#content #page-cover #article img, #content-head #page #article img, #content-head #page-cover #article img {
    width: 90%;
  }
}

section#content #page #article .panel-blue, section#content #page-cover #article .panel-blue, #content-head #page #article .panel-blue, #content-head #page-cover #article .panel-blue {
  padding: 15px 15px 10px 15px;
  background-color: #0097df;
  color: #fff;
}

section#content #page #article .panel-blue a, section#content #page-cover #article .panel-blue a, #content-head #page #article .panel-blue a, #content-head #page-cover #article .panel-blue a {
  color: #fff;
}

section#content #page #article .panel-blue a:hover, section#content #page-cover #article .panel-blue a:hover, #content-head #page #article .panel-blue a:hover, #content-head #page-cover #article .panel-blue a:hover {
  text-decoration: underline;
}

section#content #page article.recherche, section#content #page-cover article.recherche, #content-head #page article.recherche, #content-head #page-cover article.recherche {
  border-top: 1px solid #e9e4e4;
  padding: 25px 0;
}

section#content #page article.recherche h2, section#content #page-cover article.recherche h2, #content-head #page article.recherche h2, #content-head #page-cover article.recherche h2 {
  font-family: Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  padding: 0 0 5px 0;
  margin: 0;
  text-transform: uppercase;
}

section#content #page article.recherche h2 a, section#content #page-cover article.recherche h2 a, #content-head #page article.recherche h2 a, #content-head #page-cover article.recherche h2 a {
  color: #000;
  text-decoration: none;
}

section#content #page article.recherche h2 a:hover, section#content #page-cover article.recherche h2 a:hover, #content-head #page article.recherche h2 a:hover, #content-head #page-cover article.recherche h2 a:hover {
  text-decoration: underline;
}

section#content #page article.recherche p, section#content #page-cover article.recherche p, #content-head #page article.recherche p, #content-head #page-cover article.recherche p {
  font-size: 12px;
  line-height: 15px;
  color: #000;
  padding: 0;
  margin: 0;
}

section#content #page article.recherche .link, section#content #page-cover article.recherche .link, #content-head #page article.recherche .link, #content-head #page-cover article.recherche .link {
  padding-top: 5px;
}

section#content #page article.recherche .link a, section#content #page-cover article.recherche .link a, #content-head #page article.recherche .link a, #content-head #page-cover article.recherche .link a {
  display: block;
  padding-left: 15px;
  background: url("../img/icon_go_rouge.png") left center no-repeat;
  color: #2f5a7c;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

section#content #page #rebond, section#content #page-cover #rebond, #content-head #page #rebond, #content-head #page-cover #rebond {
  /*background:$violet;*/
  position: relative;
  color: #585858;
  margin: 80px 0px 50px 0px;
  clear: left;
  font-family: Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
  section#content #page #rebond, section#content #page-cover #rebond, #content-head #page #rebond, #content-head #page-cover #rebond {
    margin-left: 20px;
    margin-right: 20px;
  }
}

section#content #page #rebond h2, section#content #page-cover #rebond h2, #content-head #page #rebond h2, #content-head #page-cover #rebond h2 {
  padding: 30px 15px 10px 75px;
  /*background:$violet2;*/
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  display: none;
}

section#content #page #rebond #rebond_texte, section#content #page-cover #rebond #rebond_texte, #content-head #page #rebond #rebond_texte, #content-head #page-cover #rebond #rebond_texte {
  padding: 0px 10px 10px 10px;
  color: #234865;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-weight: normal;
  font-size: 20px;
  font-style: italic;
}

section#content #page #rebond #rebond_texte p, section#content #page-cover #rebond #rebond_texte p, #content-head #page #rebond #rebond_texte p, #content-head #page-cover #rebond #rebond_texte p {
  text-align: center;
}

@media screen and (max-width: 1000px) {
  section#content #page #rebond #rebond_texte, section#content #page-cover #rebond #rebond_texte, #content-head #page #rebond #rebond_texte, #content-head #page-cover #rebond #rebond_texte {
    padding: 10px 0;
  }
}

section#content #page #rebond #rebond_texte:before, section#content #page-cover #rebond #rebond_texte:before, #content-head #page #rebond #rebond_texte:before, #content-head #page-cover #rebond #rebond_texte:before {
  content: "";
  width: 69px;
  height: 67px;
  background: url("../img/ico-blocquote.png") center center no-repeat;
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
}

section#content #page #page_cousins, section#content #page-cover #page_cousins, #content-head #page #page_cousins, #content-head #page-cover #page_cousins {
  display: none;
  background: #5f9193;
  color: #fff;
  margin: 100px 58px 0 58px;
  clear: left;
}

@media screen and (max-width: 1000px) {
  section#content #page #page_cousins, section#content #page-cover #page_cousins, #content-head #page #page_cousins, #content-head #page-cover #page_cousins {
    margin-left: 20px;
    margin-right: 20px;
  }
}

section#content #page #page_cousins h2, section#content #page-cover #page_cousins h2, #content-head #page #page_cousins h2, #content-head #page-cover #page_cousins h2 {
  text-align: center;
  padding: 10px 15px 10px 15px;
  background: #5f9193;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: normal;
}

@media screen and (max-width: 1000px) {
  section#content #page #page_cousins h2, section#content #page-cover #page_cousins h2, #content-head #page #page_cousins h2, #content-head #page-cover #page_cousins h2 {
    padding: 10px 0;
  }
}

section#content #page #page_cousins ul, section#content #page-cover #page_cousins ul, #content-head #page #page_cousins ul, #content-head #page-cover #page_cousins ul {
  padding: 18px 15px 10px 75px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
}

section#content #page #page_cousins ul li, section#content #page-cover #page_cousins ul li, #content-head #page #page_cousins ul li, #content-head #page-cover #page_cousins ul li {
  padding-bottom: 7px;
  list-style-image: url("../img/puce.png");
}

section#content #page #page_cousins ul li a, section#content #page-cover #page_cousins ul li a, #content-head #page #page_cousins ul li a, #content-head #page-cover #page_cousins ul li a {
  color: #fff;
  text-decoration: none;
}

section#content #page #page_cousins ul li a:hover, section#content #page-cover #page_cousins ul li a:hover, #content-head #page #page_cousins ul li a:hover, #content-head #page-cover #page_cousins ul li a:hover {
  text-decoration: underline;
}

section#content #page form.wpcf7-form, section#content #page-cover form.wpcf7-form, #content-head #page form.wpcf7-form, #content-head #page-cover form.wpcf7-form {
  padding-top: 30px;
  margin-bottom: 40px;
}

section#content #page form.wpcf7-form .label-input, section#content #page-cover form.wpcf7-form .label-input, #content-head #page form.wpcf7-form .label-input, #content-head #page-cover form.wpcf7-form .label-input {
  margin-bottom: 12px;
  font-size: 20px;
}

section#content #page form.wpcf7-form .wpcf7-list-item-label, section#content #page-cover form.wpcf7-form .wpcf7-list-item-label, #content-head #page form.wpcf7-form .wpcf7-list-item-label, #content-head #page-cover form.wpcf7-form .wpcf7-list-item-label {
  font-size: 20px;
  color: #000;
}

section#content #page form.wpcf7-form p, section#content #page-cover form.wpcf7-form p, #content-head #page form.wpcf7-form p, #content-head #page-cover form.wpcf7-form p {
  margin: 0 !important;
  padding: 0 !important;
}

section#content #page form.wpcf7-form .item-form, section#content #page-cover form.wpcf7-form .item-form, #content-head #page form.wpcf7-form .item-form, #content-head #page-cover form.wpcf7-form .item-form {
  position: relative;
  margin-bottom: 25px;
  width: 80%;
  clear: left;
  overflow: hidden;
}

section#content #page form.wpcf7-form .item-form img.wpcf7-captchac, section#content #page-cover form.wpcf7-form .item-form img.wpcf7-captchac, #content-head #page form.wpcf7-form .item-form img.wpcf7-captchac, #content-head #page-cover form.wpcf7-form .item-form img.wpcf7-captchac {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px solid #e9e4e4;
  padding: 2px 0;
}

section#content #page form.wpcf7-form .item-form .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label, section#content #page-cover form.wpcf7-form .item-form .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label, #content-head #page form.wpcf7-form .item-form .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label, #content-head #page-cover form.wpcf7-form .item-form .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  display: block;
  height: 22px;
  line-height: 22px;
  float: left;
  margin-right: 15px;
}

section#content #page form.wpcf7-form .item-form .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item.last label, section#content #page-cover form.wpcf7-form .item-form .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item.last label, #content-head #page form.wpcf7-form .item-form .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item.last label, #content-head #page-cover form.wpcf7-form .item-form .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item.last label {
  margin-right: 0;
}

section#content #page form.wpcf7-form .item-form .wpcf7-form-control-wrap input.wpcf7-text,
section#content #page form.wpcf7-form .item-form .wpcf7-form-control-wrap input.wpcf7-captchar,
section#content #page form.wpcf7-form .item-form .wpcf7-form-control-wrap textarea, section#content #page-cover form.wpcf7-form .item-form .wpcf7-form-control-wrap input.wpcf7-text,
section#content #page-cover form.wpcf7-form .item-form .wpcf7-form-control-wrap input.wpcf7-captchar,
section#content #page-cover form.wpcf7-form .item-form .wpcf7-form-control-wrap textarea, #content-head #page form.wpcf7-form .item-form .wpcf7-form-control-wrap input.wpcf7-text,
#content-head #page form.wpcf7-form .item-form .wpcf7-form-control-wrap input.wpcf7-captchar,
#content-head #page form.wpcf7-form .item-form .wpcf7-form-control-wrap textarea, #content-head #page-cover form.wpcf7-form .item-form .wpcf7-form-control-wrap input.wpcf7-text,
#content-head #page-cover form.wpcf7-form .item-form .wpcf7-form-control-wrap input.wpcf7-captchar,
#content-head #page-cover form.wpcf7-form .item-form .wpcf7-form-control-wrap textarea {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  border: 2px solid #bebebe;
  border-radius: 0 10px 0 0;
}

@media screen and (max-width: 1000px) {
  section#content #page form.wpcf7-form .item-form .wpcf7-form-control-wrap input.wpcf7-text,
  section#content #page form.wpcf7-form .item-form .wpcf7-form-control-wrap input.wpcf7-captchar,
  section#content #page form.wpcf7-form .item-form .wpcf7-form-control-wrap textarea, section#content #page-cover form.wpcf7-form .item-form .wpcf7-form-control-wrap input.wpcf7-text,
  section#content #page-cover form.wpcf7-form .item-form .wpcf7-form-control-wrap input.wpcf7-captchar,
  section#content #page-cover form.wpcf7-form .item-form .wpcf7-form-control-wrap textarea, #content-head #page form.wpcf7-form .item-form .wpcf7-form-control-wrap input.wpcf7-text,
  #content-head #page form.wpcf7-form .item-form .wpcf7-form-control-wrap input.wpcf7-captchar,
  #content-head #page form.wpcf7-form .item-form .wpcf7-form-control-wrap textarea, #content-head #page-cover form.wpcf7-form .item-form .wpcf7-form-control-wrap input.wpcf7-text,
  #content-head #page-cover form.wpcf7-form .item-form .wpcf7-form-control-wrap input.wpcf7-captchar,
  #content-head #page-cover form.wpcf7-form .item-form .wpcf7-form-control-wrap textarea {
    width: 90%;
  }
}

section#content #page form.wpcf7-form .item-form .wpcf7-form-control-wrap input.wpcf7-captchar, section#content #page-cover form.wpcf7-form .item-form .wpcf7-form-control-wrap input.wpcf7-captchar, #content-head #page form.wpcf7-form .item-form .wpcf7-form-control-wrap input.wpcf7-captchar, #content-head #page-cover form.wpcf7-form .item-form .wpcf7-form-control-wrap input.wpcf7-captchar {
  width: auto;
  margin-left: 72px;
}

@media screen and (max-width: 1000px) {
  section#content #page form.wpcf7-form .item-form .wpcf7-form-control-wrap input.wpcf7-captchar, section#content #page-cover form.wpcf7-form .item-form .wpcf7-form-control-wrap input.wpcf7-captchar, #content-head #page form.wpcf7-form .item-form .wpcf7-form-control-wrap input.wpcf7-captchar, #content-head #page-cover form.wpcf7-form .item-form .wpcf7-form-control-wrap input.wpcf7-captchar {
    width: 120px;
  }
}

section#content #page form.wpcf7-form .item-form .wpcf7-submit, section#content #page-cover form.wpcf7-form .item-form .wpcf7-submit, #content-head #page form.wpcf7-form .item-form .wpcf7-submit, #content-head #page-cover form.wpcf7-form .item-form .wpcf7-submit {
  background: #f28c00;
  font-family: Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  display: block;
  width: 120px;
  padding: 12px 20px;
  margin: 20px 0 0;
  float: right;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

section#content #page form.wpcf7-form .item-form img.ajax-loader, section#content #page-cover form.wpcf7-form .item-form img.ajax-loader, #content-head #page form.wpcf7-form .item-form img.ajax-loader, #content-head #page-cover form.wpcf7-form .item-form img.ajax-loader {
  position: absolute;
  top: 7px;
  left: 50%;
  margin-left: 70px;
}

section#content #page form.wpcf7-form .wpcf7-response-output, section#content #page-cover form.wpcf7-form .wpcf7-response-output, #content-head #page form.wpcf7-form .wpcf7-response-output, #content-head #page-cover form.wpcf7-form .wpcf7-response-output {
  margin: 10px 0;
  padding: 10px 15px;
}

section#content #page #push_call-us, section#content #page-cover #push_call-us, #content-head #page #push_call-us, #content-head #page-cover #push_call-us {
  display: block;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  section#content #page #push_call-us, section#content #page-cover #push_call-us, #content-head #page #push_call-us, #content-head #page-cover #push_call-us {
    margin: 0 20px 30px 20px;
  }
}

section#content #page #push_call-us img, section#content #page-cover #push_call-us img, #content-head #page #push_call-us img, #content-head #page-cover #push_call-us img {
  display: block;
  width: 100%;
  height: auto;
}

section#content #page #approfondir, section#content #page-cover #approfondir, #content-head #page #approfondir, #content-head #page-cover #approfondir {
  position: relative;
  clear: left;
  margin: 15px 20px 0 20px;
  border: 2px solid #f28c00;
  border-radius: 4px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  section#content #page #approfondir, section#content #page-cover #approfondir, #content-head #page #approfondir, #content-head #page-cover #approfondir {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1000px) {
  section#content #page #approfondir, section#content #page-cover #approfondir, #content-head #page #approfondir, #content-head #page-cover #approfondir {
    /*display:none;*/
  }
}

section#content #page #approfondir h2, section#content #page-cover #approfondir h2, #content-head #page #approfondir h2, #content-head #page-cover #approfondir h2 {
  display: inline-block;
  padding: 10px 15px 0px 15px;
  background: #fff;
  color: #2f5a7c;
  text-transform: uppercase;
  font-size: 22px;
  font-family: Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
}

@media screen and (max-width: 1000px) {
  section#content #page #approfondir h2, section#content #page-cover #approfondir h2, #content-head #page #approfondir h2, #content-head #page-cover #approfondir h2 {
    padding: 10px 0;
  }
}

section#content #page #approfondir ul, section#content #page-cover #approfondir ul, #content-head #page #approfondir ul, #content-head #page-cover #approfondir ul {
  list-style-type: none;
  padding: 10px 20px 20px;
  color: #234865;
  font-family: Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
}

section#content #page #approfondir ul li, section#content #page-cover #approfondir ul li, #content-head #page #approfondir ul li, #content-head #page-cover #approfondir ul li {
  padding-bottom: 7px;
  text-align: left;
}

section#content #page #approfondir ul li a, section#content #page-cover #approfondir ul li a, #content-head #page #approfondir ul li a, #content-head #page-cover #approfondir ul li a {
  color: #000;
  text-decoration: none;
}

section#content #page #approfondir ul li a:hover, section#content #page-cover #approfondir ul li a:hover, #content-head #page #approfondir ul li a:hover, #content-head #page-cover #approfondir ul li a:hover {
  text-decoration: underline;
}

section#content #page #relation, section#content #page-cover #relation, #content-head #page #relation, #content-head #page-cover #relation {
  overflow: hidden;
}

section#content #page #relation article.relation, section#content #page-cover #relation article.relation, #content-head #page #relation article.relation, #content-head #page-cover #relation article.relation {
  position: relative;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 50px;
  float: left;
  height: 256px;
  overflow: hidden;
  color: #fff;
  border-radius: 0 20px 0 0;
}

@media screen and (max-width: 1000px) {
  section#content #page #relation article.relation, section#content #page-cover #relation article.relation, #content-head #page #relation article.relation, #content-head #page-cover #relation article.relation {
    float: none;
    height: auto;
    width: auto;
    margin-right: 0;
  }
}

section#content #page #relation article.relation .relation_img, section#content #page-cover #relation article.relation .relation_img, #content-head #page #relation article.relation .relation_img, #content-head #page-cover #relation article.relation .relation_img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

section#content #page #relation article.relation .text, section#content #page-cover #relation article.relation .text, #content-head #page #relation article.relation .text, #content-head #page-cover #relation article.relation .text {
  position: relative;
  width: 55%;
  margin-left: 45%;
  height: 216px;
  overflow: hidden;
  background-color: transparent;
  background-color: rgba(242, 140, 0, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6F28C00,endColorstr=#E6F28C00);
  zoom: 1;
  z-index: 2;
}

@media screen and (max-width: 1000px) {
  section#content #page #relation article.relation .text, section#content #page-cover #relation article.relation .text, #content-head #page #relation article.relation .text, #content-head #page-cover #relation article.relation .text {
    height: auto;
    padding-bottom: 15px;
  }
}

section#content #page #relation article.relation .text p, section#content #page #relation article.relation .text h2, section#content #page-cover #relation article.relation .text p, section#content #page-cover #relation article.relation .text h2, #content-head #page #relation article.relation .text p, #content-head #page #relation article.relation .text h2, #content-head #page-cover #relation article.relation .text p, #content-head #page-cover #relation article.relation .text h2 {
  padding: 20px 10px 0;
}

section#content #page #relation article.relation .text h2, section#content #page-cover #relation article.relation .text h2, #content-head #page #relation article.relation .text h2, #content-head #page-cover #relation article.relation .text h2 {
  position: relative;
  font-family: Arial, sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 17px;
  padding: 20px 10px 10px;
  margin-bottom: 10px;
}

section#content #page #relation article.relation .text h2 a, section#content #page-cover #relation article.relation .text h2 a, #content-head #page #relation article.relation .text h2 a, #content-head #page-cover #relation article.relation .text h2 a {
  color: #fff;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-weight: normal;
}

section#content #page #relation article.relation .text h2::after, section#content #page-cover #relation article.relation .text h2::after, #content-head #page #relation article.relation .text h2::after, #content-head #page-cover #relation article.relation .text h2::after {
  content: '';
  display: block;
  width: 70%;
  height: 2px;
  position: absolute;
  bottom: -10px;
  background: #fff;
}

section#content #page #relation article.relation .text p, section#content #page-cover #relation article.relation .text p, #content-head #page #relation article.relation .text p, #content-head #page-cover #relation article.relation .text p {
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  padding-top: 14px;
  line-height: 14px;
  height: 42px;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  section#content #page #relation article.relation .text p, section#content #page-cover #relation article.relation .text p, #content-head #page #relation article.relation .text p, #content-head #page-cover #relation article.relation .text p {
    height: auto;
  }
}

section#content #page #relation article.relation .read-more, section#content #page-cover #relation article.relation .read-more, #content-head #page #relation article.relation .read-more, #content-head #page-cover #relation article.relation .read-more {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: block;
  position: relative;
  background: #234865;
  width: 100%;
  color: #fff;
  z-index: 2;
}

section#content #page #relation article.relation .read-more a, section#content #page-cover #relation article.relation .read-more a, #content-head #page #relation article.relation .read-more a, #content-head #page-cover #relation article.relation .read-more a {
  color: #fff;
  text-decoration: none;
}

section#content #page #relation article.relation img, section#content #page-cover #relation article.relation img, #content-head #page #relation article.relation img, #content-head #page-cover #relation article.relation img {
  display: block;
  width: 100%;
  height: auto;
}

section#content #page #relation article.relation.relation_first, section#content #page-cover #relation article.relation.relation_first, #content-head #page #relation article.relation.relation_first, #content-head #page-cover #relation article.relation.relation_first {
  clear: left;
}

section#content #page #relation article.relation.relation_last, section#content #page-cover #relation article.relation.relation_last, #content-head #page #relation article.relation.relation_last, #content-head #page-cover #relation article.relation.relation_last {
  margin-right: 0;
}

#sidebar {
  /*margin-left:$content_size;*/
  width: 287px;
  float: right;
  margin-top: -50px;
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-border-radius: 0 20px 0 0;
  -moz-border-radius: 0 20px 0 0;
  border-radius: 0 20px 0 0;
}

#sidebar .wrap {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #sidebar {
    width: 100%;
    float: none;
    margin-top: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
}

#sidebar #sidebar_contact {
  height: 392px;
  position: relative;
  background: #2f5a7c;
}

@media screen and (max-width: 1000px) {
  #sidebar #sidebar_contact {
    height: auto;
    padding-bottom: 20px;
  }
}

#sidebar #sidebar_contact h2 {
  position: relative;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 15px;
  line-height: 18px;
  background-image: -webkit-linear-gradient(top, #5784aa 0%, #2f5a7c 100%);
  background-image: -o-linear-gradient(top, #5784aa 0%, #2f5a7c 100%);
  background-image: linear-gradient(to bottom, #5784aa 0%, #2f5a7c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5784AA', endColorstr='#FF2F5A7C', GradientType=0);
  height: 30px;
  width: 113px;
  margin-bottom: 15px;
  padding-top: 20px;
  width: 100%;
  font-family: Arial, sans-serif;
  font-weight: 400;
}

#sidebar #sidebar_contact h2::after {
  content: '';
  display: block;
  width: 18px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background: transparent url(../img/ico-phone.png) center center no-repeat;
}

@media screen and (max-width: 1000px) {
  #sidebar #sidebar_contact h2 {
    left: auto;
  }
}

#sidebar #sidebar_contact .contact {
  padding-left: 60px;
  padding-right: 15px;
  margin-bottom: 35px;
  position: relative;
  font-family: Arial, sans-serif;
  font-weight: normal;
}

#sidebar #sidebar_contact .contact h3 {
  color: #FFF;
  font-size: 16px;
  line-height: 12px;
  font-weight: 600;
  margin-bottom: 12px;
  margin-left: 5px;
}

#sidebar #sidebar_contact .contact .icon {
  display: block;
  height: 100px;
  width: 60px;
  background: url("../img/ico-call.png") left top no-repeat;
  position: absolute;
  top: 0px;
  left: 10px;
  margin-left: 5px;
}

#sidebar #sidebar_contact .contact .num {
  color: #FFF;
  text-transform: uppercase;
  font-size: 24px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  line-height: 30px;
  margin-left: 5px;
}

#sidebar #sidebar_contact .contact p {
  color: #FFF;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
  margin-left: 5px;
}

#sidebar #sidebar_contact .contact p small {
  font-size: 10px;
}

#sidebar #sidebar_contact .contact a {
  color: #FFF;
  text-decoration: none;
  /*margin-left: 5px;*/
}

#sidebar #sidebar_contact .contact a:hover {
  text-decoration: underline;
}

#sidebar #sidebar_contact .contact.contact_tel {
  padding: 0;
  text-align: center;
  margin-bottom: 25px;
}

#sidebar #sidebar_contact .contact.contact_tel p {
  width: 74%;
  margin: 0 auto 15px;
  font-size: 13px;
  line-height: 16px;
}

#sidebar #sidebar_contact .contact.contact_tel .num {
  top: 30px;
  height: 38px;
  text-align: right;
  padding-right: 27px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  background: transparent url(../img/contact_tel.png) center 1px no-repeat;
}

@media screen and (max-width: 1000px) {
  #sidebar #sidebar_contact .contact.contact_tel .num {
    padding-right: 0;
    padding-left: 50%;
    text-align: left;
  }
}

#sidebar #sidebar_contact .contact.contact_rap {
  position: relative;
}

#sidebar #sidebar_contact .contact.contact_rap::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  position: absolute;
  left: 60px;
  bottom: -15px;
  background: #fff;
}

#sidebar #sidebar_contact .contact.contact_rap h3 {
  font-family: Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 5px;
}

#sidebar #sidebar_contact .contact.contact_mail h3 {
  font-family: Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 5px;
}

#sidebar #sidebar_contact .contact.contact_mail .icon {
  background: url("../img/ico-mail.png") left top no-repeat;
}

#sidebar #echange {
  background: #f28c00;
  margin-top: 30px;
  position: relative;
  height: auto;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  #sidebar #echange {
    display: none;
  }
}

#sidebar #echange .bulle {
  display: block;
  width: 61px;
  height: 75px;
  background: url("../img/echange_bulle.png");
  position: absolute;
  top: -22px;
  right: 0;
}

#sidebar #echange h2 {
  padding: 20px 10px 10px;
  color: #fff;
  font-size: 14px;
  text-align: left;
  font-family: Arial, sans-serif;
  font-weight: 600;
}

#sidebar #echange p {
  color: #fff;
  padding: 0px 10px 20px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 15px;
}

#sidebar #echange .link {
  width: auto;
  position: relative;
  background: #b51925;
  padding: 5px 10px;
  text-align: right;
}

#sidebar #echange .link a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.link-arrow {
  padding-right: 20px;
  background: transparent url(../img/arrow-link.png) right center no-repeat;
}

.link-arrow-black {
  padding-left: 20px;
  background: transparent url(../img/arrow-black-link.png) left center no-repeat;
}

#home_services {
  padding: 35px 0 0;
  overflow: hidden;
  background: #fff;
}

#home_services article.service {
  width: 235px;
  float: left;
  margin-right: 20px;
  padding-top: 170px;
  text-transform: uppercase;
  height: auto;
  position: relative;
  background: transparent url(../img/article-shadow.png) center 170px no-repeat;
}

#home_services article.service:hover .text h2 a {
  color: #f28c00;
}

@media screen and (max-width: 1000px) {
  #home_services article.service {
    width: 80%;
    margin-right: auto;
    margin: 0 auto 30px;
    float: none;
    clear: left;
  }
  #home_services article.service:nth-child(odd) {
    margin-right: auto;
  }
}

#home_services article.service .bulle {
  background: url("../img/home_service_sprite.png") left top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 70px;
}

#home_services article.service .bulle span {
  display: block;
  height: 52px;
  width: 50px;
  background-position: center center;
  background-repeat: no-repeat;
}

#home_services article.service .text {
  height: auto;
  padding-top: 20px;
}

@media screen and (max-width: 1000px) {
  #home_services article.service .text {
    height: 20px;
  }
}

#home_services article.service .text h2 {
  font-size: 15px;
  font-family: Arial, sans-serif;
  font-weight: 600;
  height: 40px;
  line-height: 22px;
  color: #234865;
  position: relative;
  width: 100%;
  text-align: center;
}

#home_services article.service .text h2 a {
  text-decoration: none;
  color: #234865;
  top: 10px;
}

#home_services article.service .text .cat {
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  color: #234865;
  background: #ebebeb;
  /*position: relative;*/
  /*top: -78px;*/
  width: 40%;
  /*left: 60%;*/
  position: absolute;
  bottom: 0;
  right: 0;
}

#home_services article.service .text .cat a {
  text-decoration: none;
  color: #000;
  display: block;
  height: 28px;
  line-height: 28px;
  text-align: center;
}

#home_services article.service .text .cat a:hover {
  text-decoration: underline;
}

#home_services article.service .article_img {
  display: block;
  width: 100%;
  height: 170px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

#home_services article.service img {
  display: block;
  width: 100%;
  height: auto;
}

#home_services article.service.service_first {
  clear: left;
}

#home_services article.service.service_last {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  #home_services article.service.service_last {
    margin-right: auto;
  }
}

#home_services article.service.service_vert.service_left_center .bulle {
  background-position: 0 0;
}

#home_services article.service.service_vert.service_left_top .bulle {
  background-position: -100px 0;
}

#home_services article.service.service_vert.service_right_center .bulle {
  background-position: -230px 0;
}

#home_services article.service.service_vert.service_right_top .bulle {
  background-position: -330px 0;
}

#home_services article.service.service_violet.service_left_center .bulle {
  background-position: 0 -100px;
}

#home_services article.service.service_violet.service_left_top .bulle {
  background-position: -100px -100px;
}

#home_services article.service.service_violet.service_right_center .bulle {
  background-position: -230px -100px;
}

#home_services article.service.service_violet.service_right_top .bulle {
  background-position: -330px -100px;
}

#home_services article.service.service_bleu.service_left_center .bulle {
  background-position: 0 -200px;
}

#home_services article.service.service_bleu.service_left_top .bulle {
  background-position: -100px -200px;
}

#home_services article.service.service_bleu.service_right_center .bulle {
  background-position: -230px -200px;
}

#home_services article.service.service_bleu.service_right_top .bulle {
  background-position: -330px -200px;
}

#home_services article.service.service_orange.service_left_center .bulle {
  background-position: 0 -300px;
}

#home_services article.service.service_orange.service_left_top .bulle {
  background-position: -100px -300px;
}

#home_services article.service.service_orange.service_right_center .bulle {
  background-position: -230px -300px;
}

#home_services article.service.service_orange.service_right_top .bulle {
  background-position: -330px -300px;
}

#home_services article.service.service_rouge.service_left_center .bulle {
  background-position: 0 -400px;
}

#home_services article.service.service_rouge.service_left_top .bulle {
  background-position: -100px -400px;
}

#home_services article.service.service_rouge.service_right_center .bulle {
  background-position: -230px -400px;
}

#home_services article.service.service_rouge.service_right_top .bulle {
  background-position: -330px -400px;
}

footer#footer {
  background: #efefef;
  color: #748592;
  clear: both;
  height: 120px;
  padding-top: 30px;
  text-align: center;
  /*#footer_menu,*/
}

@media screen and (max-width: 1390px) {
  footer#footer {
    height: 200px;
  }
}

footer#footer #footer_logo {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: left;
  text-indent: -6000px;
  background: url("../img/footer_logo.png") center center no-repeat;
  width: 205px;
  height: 115px;
}

@media screen and (max-width: 1000px) {
  footer#footer #footer_logo {
    position: static;
    bottom: auto;
    right: auto;
    margin: 0 auto;
    padding: 10px 0;
  }
}

footer#footer .wrap {
  /*width: 1110px;*/
  vertical-align: top;
}

@media screen and (max-width: 1390px) {
  footer#footer .wrap {
    width: 80% !important;
  }
}

footer#footer #footer_mentions {
  margin-right: 20px;
}

@media screen and (max-width: 1000px) {
  footer#footer #footer_mentions {
    margin-right: 10px;
  }
}

footer#footer #footer-txt {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 51px;
  background: transparent url(../img/subtitle_footer.png) top center no-repeat;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
}

@media screen and (max-width: 700px) {
  footer#footer #footer-txt {
    width: 100%;
  }
}

footer#footer #footer-txt p {
  text-align: center;
  font-size: 16px;
  color: #3d4750;
}

footer#footer #footer_menu {
  margin-right: 10px;
  vertical-align: top;
  padding-right: 10px;
  padding-bottom: 17px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  display: inline-block;
}

footer#footer #footer_menu.right-menu nav ul li {
  text-align: left;
}

@media screen and (max-width: 1000px) {
  footer#footer #footer_menu.right-menu {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  footer#footer #footer_menu {
    border: none;
    display: block;
    margin: 0 auto;
  }
}

footer#footer #footer_menu nav {
  display: inline-block;
}

@media screen and (max-width: 1000px) {
  footer#footer #footer_menu nav {
    display: block;
    margin: 0 auto;
  }
}

footer#footer #footer_menu nav ul {
  list-style-type: none;
}

footer#footer #footer_menu nav ul li {
  display: block;
  text-align: right;
  line-height: 15px;
  padding-bottom: 4px;
  margin: 0 5px;
}

@media screen and (max-width: 1000px) {
  footer#footer #footer_menu nav ul li {
    display: block;
    text-align: center;
    margin: 10px 0;
  }
}

footer#footer #footer_menu nav ul li a {
  color: #748592;
  font-size: 12px;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-weight: normal;
}

footer#footer #footer_menu nav ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1390px) {
  footer#footer #footer_menu nav ul li a {
    font-size: 12px;
  }
}

footer#footer #footer_menu nav ul #menu-item-983, footer#footer #footer_menu nav ul #menu-item-995 {
  display: none;
}

footer#footer #menu_footer_logo {
  display: inline-block;
  position: relative;
  top: 20px;
}

@media screen and (max-width: 1390px) {
  footer#footer #menu_footer_logo {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 1000px) {
  footer#footer #menu_footer_logo {
    display: block;
  }
}

@media screen and (max-width: 1390px) {
  footer#footer #menu_footer_logo ul {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}

footer#footer #menu_footer_logo ul li {
  display: inline-block;
  list-style-type: none;
  text-align: center;
}

@media screen and (max-width: 1390px) {
  footer#footer #menu_footer_logo ul li {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1000px) {
  footer#footer #menu_footer_logo ul li {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

footer#footer #menu_footer_logo ul li img {
  width: 130px;
}

@media screen and (max-width: 1000px) {
  footer#footer #menu_footer_logo ul li img {
    width: 110px;
  }
}

footer#footer #footer_mentions {
  margin-left: 10px;
  padding: 0;
  font-family: Arial, sans-serif;
  font-weight: normal;
}

footer#footer #footer_mentions nav {
  height: 26px;
}

footer#footer #footer_mentions nav ul {
  list-style-type: none;
  display: block;
  height: 26px;
}

footer#footer #footer_mentions nav ul li {
  display: block;
  height: 26px;
  line-height: 26px;
  float: left;
}

footer#footer #footer_mentions nav ul li a {
  color: #828282;
  display: block;
  padding: 0 10px;
  margin: 7px 0;
  border-right: 1px solid #828282;
  font-size: 13px;
  line-height: 13px;
  text-decoration: none;
}

footer#footer #footer_mentions nav ul li a:hover {
  text-decoration: underline;
}

footer#footer #footer_mentions nav ul li:last-child a {
  border: none;
}
