@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  line-height: 1;
}
a {
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.typo {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #4D4D4D;
  font-size: 15px;
  line-height: 1.5em;
}
.show {
  display: block;
}
.none {
  display: none !important;
}
.hidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.animation {
  -webkit-transition-property: background-color color background-image;
  -webkit-transition-duration: 0.3s;
  -moz-transition-property: background-color color background-image;
  -moz-transition-duration: 0.3s;
  -ms-transition-property: background-color color background-image;
  -ms-transition-duration: 0.3s;
  -o-transition-property: background-color color background-image;
  -o-transition-duration: 0.3s;
  transition-property: background-color color background-image;
  transition-duration: 0.3s;
}
input,
select,
textarea {
  border: none;
  -webkit-border-radius: 0px;
  border-radius: 0;
  outline: none;
}
input:focus,
textarea:focus,
select:focus,
button {
  outline: none;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #a19fa5;
  opacity: 1;
  font-style: italic;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a19fa5;
  opacity: 1;
  font-style: italic;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a19fa5;
  opacity: 1;
  font-style: italic;
}
input.placeholder,
textarea.placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a19fa5;
  font-style: italic;
}
textarea {
  resize: none;
}
input[type="submit"] {
  cursor: pointer;
  -webkit-transition-property: background-color color background-image;
  -webkit-transition-duration: 0.3s;
  -moz-transition-property: background-color color background-image;
  -moz-transition-duration: 0.3s;
  -ms-transition-property: background-color color background-image;
  -ms-transition-duration: 0.3s;
  -o-transition-property: background-color color background-image;
  -o-transition-duration: 0.3s;
  transition-property: background-color color background-image;
  transition-duration: 0.3s;
}
select:invalid {
  color: #a19fa5;
}
select {
  padding-left: 10px;
}
textarea,
input,
select {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #4D4D4D;
  font-size: 15px;
  line-height: 1.5em;
}
strong {
  font-weight: 600;
}
em {
  font-style: italic;
}
p,
ul {
  padding-bottom: 1em;
}
a {
  color: #E22019;
  font-weight: 400;
  -webkit-transition-property: background-color color background-image;
  -webkit-transition-duration: 0.3s;
  -moz-transition-property: background-color color background-image;
  -moz-transition-duration: 0.3s;
  -ms-transition-property: background-color color background-image;
  -ms-transition-duration: 0.3s;
  -o-transition-property: background-color color background-image;
  -o-transition-duration: 0.3s;
  transition-property: background-color color background-image;
  transition-duration: 0.3s;
}
sup {
  position: relative;
  bottom: 4px;
}
.max_width_block {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
@media all and (max-width: 420px) {
  .max_width_block {
    border-width: 10px;
  }
}
.noscript {
  display: block;
  color: #FFF;
  background-color: #B7201B;
  text-align: center;
  padding: 20px 10px 25px 10px;
  line-height: 1.2em;
}
html,
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #4D4D4D;
  font-size: 15px;
  line-height: 1.5em;
  max-width: 1600px;
  background-color: #FFF;
  margin: 0 auto;
  min-width: 320px;
}
.w100 {
  width: 100%;
  display: table;
  padding-bottom: 20px;
}
.w33 {
  width: 33.33%;
  display: table-cell;
  background-size: cover !important;
}
.w66 {
  width: 66.66%;
  display: table-cell;
}
.w12 {
  width: 12%;
  display: table-cell;
}
.w10 {
  width: 10%;
  display: table-cell;
}
.w50 {
  width: 50%;
  display: table-cell;
}
.w25 {
  width: 25%;
  display: table-cell;
}
.b_left_p {
  border-left: 20px solid #FFF;
}
.b_right_p {
  border-right: 20px solid #FFF;
}
@media all and (max-width: 880px) {
  .b_left_p,
  .b_right_p {
    border: none;
  }
}
.padding_b_none {
  padding-bottom: 0 !important;
}
.padding_t_15 {
  padding: 15px 0 30px 0;
}
.rouge {
  color: #E22019;
}
.backgound_gris {
  background-color: #EBEBEB;
}
.hr_center {
  padding-top: 45px;
  margin-bottom: 40px;
}
.hr_center span {
  margin: 0 auto;
}
form {
  width: 90%;
  position: relative;
  float: left;
}
form label {
  width: 100%;
  display: block;
  float: left;
  position: relative;
  margin-bottom: 15px;
}
form label object {
  position: absolute;
  left: 0;
  top: 0;
}
form label input {
  height: 45px;
}
form label textarea {
  padding-top: 10px;
  height: 200px;
}
form input,
form textarea,
form .label_file {
  width: 100%;
  background-color: #FFF;
  border-bottom: 1px solid #EBEBEB;
  font-weight: 400;
  padding-left: 50px;
  -webkit-transition-property: background-color color background-image;
  -webkit-transition-duration: 0.3s;
  -moz-transition-property: background-color color background-image;
  -moz-transition-duration: 0.3s;
  -ms-transition-property: background-color color background-image;
  -ms-transition-duration: 0.3s;
  -o-transition-property: background-color color background-image;
  -o-transition-duration: 0.3s;
  transition-property: background-color color background-image;
  transition-duration: 0.3s;
}
form input:focus,
form textarea:focus,
form .label_file:focus {
  background-color: #EBEBEB;
}
form input[type="submit"] {
  width: 50%;
  float: right;
  height: 45px;
  color: #FFF;
  font-weight: 400;
  padding-left: 0;
  background-color: #8ABA2B;
  background: linear-gradient(90deg,#8aba2b 0%,#5a7e27 100%);
}
form input[type="submit"]:hover {
  background: linear-gradient(90deg,#8aba2b 100%,#5a7e27 100%);
}
form .file_input {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #4D4D4D;
  font-size: 15px;
  line-height: 1.5em;
  color: #a19fa5;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  padding-top: 8px;
  height: 45px;
}
form .choisir_file {
  -webkit-transition-property: background-color color background-image;
  -webkit-transition-duration: 0.3s;
  -moz-transition-property: background-color color background-image;
  -moz-transition-duration: 0.3s;
  -ms-transition-property: background-color color background-image;
  -ms-transition-duration: 0.3s;
  -o-transition-property: background-color color background-image;
  -o-transition-duration: 0.3s;
  transition-property: background-color color background-image;
  transition-duration: 0.3s;
  float: right;
  background-color: #EBEBEB;
  padding: 7px 20px 9px 17px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  cursor: pointer;
}
form .choisir_file:hover {
  color: #E22019;
}
form .choisir_file:before {
  content: url('../images/fleche_contact.png');
  margin-right: 5px;
  position: relative;
  top: 2.4px;
}
.load {
  width: 50%;
  float: left;
  height: 45px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/loader.gif) no-repeat center center #8ABA2B;
}
.alert_input {
  border: 1px solid #E22019 !important;
}
.msginfo {
  color: #E22019;
  float: left;
  display: block;
  width: 50%;
  font-weight: 600;
  text-align: left;
  border-right: 5px solid transparent;
}
@media all and (max-width: 880px) {
  .msginfo {
    width: 100%;
    padding: 0px 0 10px 0;
    border: none;
  }
}
.msginfo span {
  display: block;
  float: left;
  padding: 0 5px 50px 0;
}
@media all and (max-width: 880px) {
  .msginfo span {
    padding: 0 5px 10px 0;
  }
}
.new_typo_input {
  color: #4D4D4D !important;
  font-style: normal !important;
}
.succes {
  text-align: left !important;
}
.succes img {
  float: left;
  padding: 0 20px 50px 0;
}
.succes a {
  cursor: pointer;
}
#header_global {
  background: url(../images/background_header.png) repeat-x;
  height: 165px;
  overflow: hidden;
}
@media all and (max-width: 880px) {
  #header_global {
    height: 60px;
  }
}
#header_global a {
  color: #4D4D4D;
  font-weight: 600;
}
#header_global a:hover {
  color: #E22019;
}
#header_global .table_header {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  display: table;
}
@media all and (max-width: 420px) {
  #header_global .table_header {
    border-width: 10px;
  }
}
@media all and (max-width: 880px) {
  #header_global .table_header {
    position: fixed;
    z-index: 4;
    background-color: #FFF;
  }
}
#header_global .table_header .cell_header {
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
@media all and (max-width: 880px) {
  #header_global .table_header .cell_header {
    height: 60px;
  }
}
#header_global .table_header .cell_header #logo {
  float: left;
  display: block;
  height: 50px;
  width: 100%;
  background: url('../images/logo.png') left center no-repeat;
  background-size: contain;
}
@media all and (max-width: 880px) {
  #header_global .table_header .cell_header #logo {
    height: 40px;
  }
}
@media all and (max-width: 420px) {
  #header_global .table_header .cell_header #logo {
    width: 40px;
    overflow: hidden;
    background-size: cover;
  }
}
#header_global .table_header .cell_header #contact,
#header_global .table_header .cell_header #menu_on,
#header_global .table_header .cell_header #menu_off {
  position: absolute;
  right: 0;
  top: 20px;
  background-color: #EBEBEB;
  padding: 7px 20px 9px 17px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
@media all and (max-width: 880px) {
  #header_global .table_header .cell_header #contact,
  #header_global .table_header .cell_header #menu_on,
  #header_global .table_header .cell_header #menu_off {
    display: none;
  }
}
#header_global .table_header .cell_header #contact:before {
  content: url('../images/fleche_contact.png');
  margin-right: 5px;
  position: relative;
  top: 2.4px;
}
#header_global .table_header .cell_header #menu_on,
#header_global .table_header .cell_header #menu_off {
  display: none;
}
@media all and (max-width: 880px) {
  #header_global .table_header .cell_header #menu_on,
  #header_global .table_header .cell_header #menu_off {
    display: block;
    top: 10px;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
  }
  #header_global .table_header .cell_header #menu_on img,
  #header_global .table_header .cell_header #menu_off img {
    padding-top: 5px;
  }
}
#header_global .table_header .cell_header #filet_header {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#header_global nav {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  display: table;
  height: 85px;
}
@media all and (max-width: 420px) {
  #header_global nav {
    border-width: 10px;
  }
}
@media all and (max-width: 880px) {
  #header_global nav {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 00px;
    background: rgba(235,235,235,0.95);
    display: none;
  }
}
#header_global nav ul {
  display: table-cell;
  vertical-align: middle;
}
@media all and (max-width: 880px) {
  #header_global nav ul {
    padding-top: 60px;
    display: table;
    height: 100%;
    width: 100%;
  }
}
#header_global nav ul li {
  float: left;
  width: 14.28571428571429%;
  text-align: center;
}
@media all and (max-width: 880px) {
  #header_global nav ul li {
    width: 100% !important;
    height: 12.5%;
    display: table;
    text-align: center !important;
    text-transform: uppercase;
    border-bottom: 1px solid #FFF;
  }
}
@media all and (max-width: 880px) {
  #header_global nav ul li a {
    vertical-align: middle;
    display: table-cell;
  }
}
#header_global nav ul li a:before {
  content: url('../images/fleche_nav.png');
  position: relative;
  margin-right: 5px;
}
#header_global nav ul li:first-child {
  text-align: left;
}
#header_global nav ul li:last-child {
  text-align: right;
}
#header_global nav ul .li_contact {
  display: none;
}
@media all and (max-width: 880px) {
  #header_global nav ul .li_contact {
    display: table;
  }
}
#header_global .menu_actif {
  color: #E22019;
}
#footer_global {
  overflow-x: hidden;
  text-align: center;
  position: relative;
}
#footer_global #accroche_footer {
  display: block;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  color: #4D4D4D;
  font-size: 35px;
  padding: 90px 0 100px 0;
  font-weight: 400;
  line-height: 1.4em;
}
@media all and (max-width: 420px) {
  #footer_global #accroche_footer {
    border-width: 10px;
  }
}
@media all and (max-width: 585px) {
  #footer_global #accroche_footer {
    font-size: 30px;
    padding: 60px 0 70px 0;
  }
}
#footer_global #map,
#footer_global #callme {
  height: 367px;
  float: right;
}
#footer_global #map {
  width: 57%;
  background: url('../images/fond_footer.jpg') right center no-repeat;
}
@media all and (max-width: 940px) {
  #footer_global #map {
    width: 54%;
  }
}
@media all and (max-width: 880px) {
  #footer_global #map {
    width: 100%;
    background: url('../images/fond_footer3.jpg') center center no-repeat;
  }
}
#footer_global .mapnone1 {
  display: block;
}
@media all and (max-width: 880px) {
  #footer_global .mapnone1 {
    display: none;
  }
}
#footer_global .mapnone2 {
  display: none;
}
@media all and (max-width: 880px) {
  #footer_global .mapnone2 {
    display: block;
  }
}
#footer_global #callme {
  width: 43%;
  background-color: #EBEBEB;
  padding-top: 25px;
}
@media all and (max-width: 940px) {
  #footer_global #callme {
    width: 46%;
  }
}
@media all and (max-width: 880px) {
  #footer_global #callme {
    width: 100%;
    border-bottom: 4px solid #FFF;
  }
}
@media all and (max-width: 405px) {
  #footer_global #callme {
    height: 400px;
  }
}
#footer_global #callme p {
  color: #8ABA2B;
  font-size: 25px;
  padding: 0 10px 20px 10px;
  text-align: left;
  font-weight: 400;
  line-height: 1.4em;
}
@media all and (max-width: 880px) {
  #footer_global #callme p {
    text-align: center;
  }
}
@media all and (max-width: 585px) {
  #footer_global #callme p {
    font-size: 22px;
  }
}
@media all and (max-width: 880px) {
  #footer_global #callme form {
    float: none;
    margin: 0 auto;
  }
}
#footer_global #callme input[type="text"] {
  background-color: #FFF;
  border: 1px solid #EBEBEB;
}
@media all and (max-width: 880px) {
  #footer_global #callme input[type="submit"] {
    float: none;
    margin: 0 auto;
  }
}
@media all and (max-width: 420px) {
  #footer_global #callme input[type="submit"] {
    width: 100%;
  }
}
#footer_global #callme .msginfo {
  padding: 0 0 0 10px;
}
#footer_global #callme .load {
  left: 0;
}
#footer_global #container_adress {
  padding: 40px 0 40px 0;
  width: 100%;
  float: left;
}
#footer_global #container_adress span {
  font-weight: 600;
}
#footer_global #lien_footer {
  background-color: #4D4D4D;
  padding: 20px 0 20px 0;
  width: 100%;
  float: left;
}
#footer_global #lien_footer .container_lien_footer {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  color: #EBEBEB;
}
@media all and (max-width: 420px) {
  #footer_global #lien_footer .container_lien_footer {
    border-width: 10px;
  }
}
#footer_global #lien_footer .container_lien_footer a {
  font-size: 13px;
  color: #EBEBEB;
  font-weight: 400;
}
#page_standard header,
#homepage header {
  position: relative;
  overflow: hidden;
}
#page_standard header #fond_vert_header,
#page_standard header #fond_photo_header,
#page_standard header .fond_photo_header,
#page_standard header #contenu_header_page_standard,
#homepage header #fond_vert_header,
#homepage header #fond_photo_header,
#homepage header .fond_photo_header,
#homepage header #contenu_header_page_standard {
  height: 270px;
}
@media all and (max-width: 500px) {
  #page_standard header #fond_vert_header,
  #page_standard header #fond_photo_header,
  #page_standard header .fond_photo_header,
  #page_standard header #contenu_header_page_standard,
  #homepage header #fond_vert_header,
  #homepage header #fond_photo_header,
  #homepage header .fond_photo_header,
  #homepage header #contenu_header_page_standard {
    height: 300px;
  }
}
@media all and (max-width: 405px) {
  #page_standard header #fond_vert_header,
  #page_standard header #fond_photo_header,
  #page_standard header .fond_photo_header,
  #page_standard header #contenu_header_page_standard,
  #homepage header #fond_vert_header,
  #homepage header #fond_photo_header,
  #homepage header .fond_photo_header,
  #homepage header #contenu_header_page_standard {
    height: 320px;
  }
}
#page_standard header #fond_vert_header,
#homepage header #fond_vert_header {
  background: url(../images/fond_vert_header.png) right center no-repeat;
  width: 60%;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1200px) {
  #page_standard header #fond_vert_header,
  #homepage header #fond_vert_header {
    width: 62%;
  }
}
@media all and (max-width: 1130px) {
  #page_standard header #fond_vert_header,
  #homepage header #fond_vert_header {
    width: 67%;
  }
}
@media all and (max-width: 905px) {
  #page_standard header #fond_vert_header,
  #homepage header #fond_vert_header {
    width: 100%;
    background: url(../images/pixel_transparent.png) left center no-repeat rgba(0,0,0,0.35);
  }
}
#page_standard header #fond_photo_header,
#page_standard header .fond_photo_header,
#homepage header #fond_photo_header,
#homepage header .fond_photo_header {
  width: 100%;
  background-color: #e2e2e2;
  position: absolute;
  right: 0;
  top: 0;
}
#page_standard header #contenu_header_page_standard,
#homepage header #contenu_header_page_standard {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 2;
  top: 0;
  margin-top: 20px;
}
@media all and (max-width: 420px) {
  #page_standard header #contenu_header_page_standard,
  #homepage header #contenu_header_page_standard {
    border-width: 10px;
  }
}
#page_standard header #contenu_header_page_standard h1,
#page_standard header #contenu_header_page_standard li,
#homepage header #contenu_header_page_standard h1,
#homepage header #contenu_header_page_standard li {
  color: #FFF;
  font-weight: 400;
}
#page_standard header #contenu_header_page_standard h1,
#homepage header #contenu_header_page_standard h1 {
  font-size: 35px;
  line-height: 1.25em;
  padding-bottom: 15px;
}
@media all and (max-width: 1130px) {
  #page_standard header #contenu_header_page_standard h1,
  #homepage header #contenu_header_page_standard h1 {
    font-size: 30px;
    line-height: 1.4em;
  }
}
@media all and (max-width: 585px) {
  #page_standard header #contenu_header_page_standard h1,
  #homepage header #contenu_header_page_standard h1 {
    font-size: 25px;
    line-height: 1.4em;
  }
}
#page_standard header #contenu_header_page_standard .h1_big,
#homepage header #contenu_header_page_standard .h1_big {
  font-size: 45px;
  line-height: 1.1em;
}
@media all and (max-width: 1130px) {
  #page_standard header #contenu_header_page_standard .h1_big,
  #homepage header #contenu_header_page_standard .h1_big {
    font-size: 40px;
    line-height: 1.25em;
  }
}
@media all and (max-width: 585px) {
  #page_standard header #contenu_header_page_standard .h1_big,
  #homepage header #contenu_header_page_standard .h1_big {
    font-size: 30px;
    line-height: 1.4em;
  }
}
#page_standard header #contenu_header_page_standard li,
#homepage header #contenu_header_page_standard li {
  font-size: 19px;
  padding: 5px 0 0 25px;
  line-height: 1.4em;
}
@media all and (max-width: 585px) {
  #page_standard header #contenu_header_page_standard li,
  #homepage header #contenu_header_page_standard li {
    font-size: 17px;
  }
}
@media all and (max-width: 405px) {
  #page_standard header #contenu_header_page_standard li,
  #homepage header #contenu_header_page_standard li {
    font-size: 15px;
  }
}
#page_standard header #contenu_header_page_standard li:before,
#homepage header #contenu_header_page_standard li:before {
  content: url('../images/fleche_header_page_standard.png');
  position: absolute;
  left: 0;
  padding-top: 2px;
}
#page_standard header #contenu_header_page_standard .span1,
#homepage header #contenu_header_page_standard .span1 {
  font-weight: 600;
}
@media all and (max-width: 500px) {
  #page_standard header #contenu_header_page_standard .span2,
  #homepage header #contenu_header_page_standard .span2 {
    display: none;
  }
}
#page_standard article,
#homepage article {
  padding: 20px 0 80px 0;
}
@media all and (max-width: 880px) {
  #page_standard article,
  #homepage article {
    padding-bottom: 40px;
  }
}
@media all and (max-width: 420px) {
  #page_standard article,
  #homepage article {
    padding-bottom: 20px;
  }
}
#page_standard article .none1,
#homepage article .none1 {
  display: none;
}
@media all and (max-width: 880px) {
  #page_standard article .none1,
  #homepage article .none1 {
    display: table-cell;
  }
}
#page_standard article .none2,
#homepage article .none2 {
  display: table-cell;
}
@media all and (max-width: 880px) {
  #page_standard article .none2,
  #homepage article .none2 {
    display: none !important;
  }
}
@media all and (max-width: 880px) {
  #page_standard article .w33,
  #homepage article .w33 {
    width: 100%;
    display: block;
    height: 270px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 880px) {
  #page_standard article .w33special,
  #homepage article .w33special {
    height: auto !important;
  }
}
@media all and (max-width: 880px) {
  #page_standard article .w66,
  #homepage article .w66 {
    width: 100%;
    display: block;
  }
}
#page_standard article h2,
#homepage article h2 {
  color: #8ABA2B;
  font-size: 30px;
  font-weight: 400;
  padding-top: 40px;
  line-height: 1.25em;
}
@media all and (max-width: 585px) {
  #page_standard article h2,
  #homepage article h2 {
    font-size: 25px;
  }
}
#page_standard article h3,
#homepage article h3 {
  color: #E22019;
  font-size: 17px;
  padding: 0px 0 10px 0;
}
#page_standard article p,
#homepage article p {
  text-align: justify;
}
#page_standard article ul li,
#homepage article ul li {
  padding: 0 0 5px 15px;
}
#page_standard article li:before,
#homepage article li:before {
  content: "▸";
  color: #E22019;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#page_standard article #gamme .w100,
#homepage article #gamme .w100 {
  padding-top: 70px;
  overflow: hidden;
}
#page_standard article #gamme .w100 .w25,
#page_standard article #gamme .w100 .w33,
#homepage article #gamme .w100 .w25,
#homepage article #gamme .w100 .w33 {
  background-color: #FFF;
  position: relative;
  padding-top: 60px;
  text-align: center;
  border-right: 10px solid;
  border-left: 10px solid;
  border-color: #EBEBEB;
}
@media all and (max-width: 420px) {
  #page_standard article #gamme .w100 .w25,
  #page_standard article #gamme .w100 .w33,
  #homepage article #gamme .w100 .w25,
  #homepage article #gamme .w100 .w33 {
    border: none;
  }
}
#page_standard article #gamme .w100 .w25 .picto,
#page_standard article #gamme .w100 .w33 .picto,
#homepage article #gamme .w100 .w25 .picto,
#homepage article #gamme .w100 .w33 .picto {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
}
#page_standard article #gamme .w100 .w25 h3,
#page_standard article #gamme .w100 .w33 h3,
#homepage article #gamme .w100 .w25 h3,
#homepage article #gamme .w100 .w33 h3 {
  color: #2B451C;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.25em;
}
#page_standard article #gamme .w100 .w25 .hr,
#page_standard article #gamme .w100 .w33 .hr,
#homepage article #gamme .w100 .w25 .hr,
#homepage article #gamme .w100 .w33 .hr {
  padding-top: 45px;
  margin-bottom: 40px;
}
#page_standard article #gamme .w100 .w25 .hr span,
#page_standard article #gamme .w100 .w33 .hr span,
#homepage article #gamme .w100 .w25 .hr span,
#homepage article #gamme .w100 .w33 .hr span {
  margin: 0 auto;
}
#page_standard article #gamme .w100 .w25 .hr,
#page_standard article #gamme .w100 .w33 .hr,
#homepage article #gamme .w100 .w25 .hr,
#homepage article #gamme .w100 .w33 .hr {
  padding-top: 15px;
  margin-bottom: 20px;
}
#page_standard article #gamme .w100 .w25 .hr span,
#page_standard article #gamme .w100 .w33 .hr span,
#homepage article #gamme .w100 .w25 .hr span,
#homepage article #gamme .w100 .w33 .hr span {
  width: 25px;
}
#page_standard article #gamme .w100 .w25 .visuel,
#page_standard article #gamme .w100 .w33 .visuel,
#homepage article #gamme .w100 .w25 .visuel,
#homepage article #gamme .w100 .w33 .visuel {
  background-size: cover !important;
}
@media all and (max-width: 880px) {
  #page_standard article #gamme .w100 .w25,
  #homepage article #gamme .w100 .w25 {
    width: 50%;
    display: block;
    float: left;
    height: 500px;
  }
}
@media all and (max-width: 580px) {
  #page_standard article #gamme .w100 .w25,
  #homepage article #gamme .w100 .w25 {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 880px) {
  #page_standard article #gamme .w100 .w25:nth-child(-n+2),
  #homepage article #gamme .w100 .w25:nth-child(-n+2) {
    margin-bottom: 80px;
  }
}
@media all and (max-width: 580px) {
  #page_standard article #gamme .w100 .w25:nth-child(-n+3),
  #homepage article #gamme .w100 .w25:nth-child(-n+3) {
    margin-bottom: 80px;
  }
}
#page_standard article #gamme .w100 .w33,
#homepage article #gamme .w100 .w33 {
  border-color: #FFF;
  display: block;
  float: left;
}
#page_standard article #gamme .w100 .w33 .picto,
#homepage article #gamme .w100 .w33 .picto {
  top: -20px;
}
#page_standard article #gamme .w100 .w33 h4,
#homepage article #gamme .w100 .w33 h4 {
  color: #8ABA2B;
  font-weight: 600;
  padding: 10px 10px 0 10px;
}
#page_standard article .gamme_hp,
#homepage article .gamme_hp {
  background-color: #EBEBEB;
  margin: 0 0 50px 0;
  padding: 50px 0 50px 0;
}
@media all and (max-width: 580px) {
  #page_standard article .gamme_hp,
  #homepage article .gamme_hp {
    padding: 50px 0 20px 0;
  }
}
#page_standard article .gamme_hp .visuel,
#homepage article .gamme_hp .visuel {
  height: 140px;
}
@media all and (max-width: 880px) {
  #page_standard article .gamme_hp .visuel,
  #homepage article .gamme_hp .visuel {
    height: 170px;
  }
}
#page_standard article .gamme_hp .hr,
#homepage article .gamme_hp .hr {
  padding-top: 45px;
  margin-bottom: 40px;
}
#page_standard article .gamme_hp .hr span,
#homepage article .gamme_hp .hr span {
  margin: 0 auto;
}
#page_standard article .gamme_hp h2,
#page_standard article .gamme_hp p,
#homepage article .gamme_hp h2,
#homepage article .gamme_hp p {
  text-align: center;
}
#page_standard article .gamme_hp .p_special,
#homepage article .gamme_hp .p_special {
  padding: 10px 10px 60px 10px;
}
#page_standard article .gamme_hp a,
#homepage article .gamme_hp a {
  color: #E22019;
  position: absolute;
  bottom: 0;
  left: 50%;
  font-weight: 600;
  transform: translateX(-50%);
  display: inline-block;
  height: 40px;
  width: 100%;
  border-top: 1px solid #E22019;
  padding-top: 7px;
}
#page_standard article .gamme_hp a:before,
#homepage article .gamme_hp a:before {
  content: url('../images/fleche_contact.png');
  margin-right: 5px;
  position: relative;
  top: 2.4px;
}
#page_standard article .gamme_hp a:hover,
#homepage article .gamme_hp a:hover {
  background-color: #E22019;
  color: #FFF;
}
#page_standard article .gamme_print .w33,
#homepage article .gamme_print .w33 {
  padding-top: 30px !important;
}
@media all and (max-width: 880px) {
  #page_standard article .gamme_print .w33,
  #homepage article .gamme_print .w33 {
    height: auto;
  }
}
#page_standard article .gamme_print .w33 p,
#homepage article .gamme_print .w33 p {
  padding: 10px 10px 0 10px;
}
@media all and (max-width: 880px) {
  #page_standard article .gamme_print .w33 p,
  #homepage article .gamme_print .w33 p {
    padding: 10px 0 40px 0;
  }
}
#page_standard article .gamme_print .w33 .visuel,
#homepage article .gamme_print .w33 .visuel {
  height: 190px;
}
@media all and (max-width: 880px) {
  #page_standard article .gamme_print .w33 .visuel,
  #homepage article .gamme_print .w33 .visuel {
    height: 270px;
  }
}
#page_standard article .gamme_print .w33:nth-child(-n+3),
#homepage article .gamme_print .w33:nth-child(-n+3) {
  height: 650px;
}
@media all and (max-width: 1000px) {
  #page_standard article .gamme_print .w33:nth-child(-n+3),
  #homepage article .gamme_print .w33:nth-child(-n+3) {
    height: 700px;
  }
}
@media all and (max-width: 940px) {
  #page_standard article .gamme_print .w33:nth-child(-n+3),
  #homepage article .gamme_print .w33:nth-child(-n+3) {
    height: 730px;
  }
}
@media all and (max-width: 880px) {
  #page_standard article .gamme_print .w33:nth-child(-n+3),
  #homepage article .gamme_print .w33:nth-child(-n+3) {
    height: auto;
  }
}
@media all and (max-width: 880px) {
  #page_standard article .gamme_print .w33:nth-child(-n+5),
  #homepage article .gamme_print .w33:nth-child(-n+5) {
    padding-bottom: 40px;
  }
}
#page_standard article .gamme_print .picto,
#homepage article .gamme_print .picto {
  top: -55px !important;
}
#page_standard article .demarche_img,
#homepage article .demarche_img {
  background: url(../images/demarche.png) center center no-repeat;
  background-size: contain;
  height: 175px;
}
@media all and (max-width: 880px) {
  #page_standard article .demarche_img,
  #homepage article .demarche_img {
    background: url(../images/demarche2.png) center top no-repeat;
    background-size: contain;
    height: 500px;
  }
}
@media all and (max-width: 420px) {
  #page_standard article .demarche_img,
  #homepage article .demarche_img {
    height: 420px;
  }
}
#page_standard article .h2_demarche,
#homepage article .h2_demarche {
  color: #4D4D4D;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  padding-top: 50px;
}
@media all and (max-width: 880px) {
  #page_standard article .h2_demarche,
  #homepage article .h2_demarche {
    padding-top: 20px;
  }
}
#page_standard article .p_actu,
#homepage article .p_actu {
  color: #4D4D4D;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media all and (max-width: 585px) {
  #page_standard article .p_actu,
  #homepage article .p_actu {
    margin-bottom: 20px;
  }
}
#page_standard footer,
#page_standard #encart_vert,
#homepage footer,
#homepage #encart_vert {
  background: url(../images/fond_bandeau_vert.jpg) center top repeat-y;
  color: #FFF;
  text-align: center;
}
#page_standard footer div,
#page_standard #encart_vert div,
#homepage footer div,
#homepage #encart_vert div {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  padding: 40px 0 0 0;
}
@media all and (max-width: 420px) {
  #page_standard footer div,
  #page_standard #encart_vert div,
  #homepage footer div,
  #homepage #encart_vert div {
    border-width: 10px;
  }
}
#page_standard footer div a,
#page_standard #encart_vert div a,
#homepage footer div a,
#homepage #encart_vert div a {
  color: #FFF;
  font-weight: 600;
}
#page_standard footer div h5,
#page_standard footer div h4,
#page_standard footer div h3,
#page_standard footer div h2,
#page_standard #encart_vert div h5,
#page_standard #encart_vert div h4,
#page_standard #encart_vert div h3,
#page_standard #encart_vert div h2,
#homepage footer div h5,
#homepage footer div h4,
#homepage footer div h3,
#homepage footer div h2,
#homepage #encart_vert div h5,
#homepage #encart_vert div h4,
#homepage #encart_vert div h3,
#homepage #encart_vert div h2 {
  color: #FFF;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 300;
}
@media all and (max-width: 585px) {
  #page_standard footer div h5,
  #page_standard footer div h4,
  #page_standard footer div h3,
  #page_standard footer div h2,
  #page_standard #encart_vert div h5,
  #page_standard #encart_vert div h4,
  #page_standard #encart_vert div h3,
  #page_standard #encart_vert div h2,
  #homepage footer div h5,
  #homepage footer div h4,
  #homepage footer div h3,
  #homepage footer div h2,
  #homepage #encart_vert div h5,
  #homepage #encart_vert div h4,
  #homepage #encart_vert div h3,
  #homepage #encart_vert div h2 {
    font-size: 25px;
  }
}
#page_standard footer div .hr,
#page_standard #encart_vert div .hr,
#homepage footer div .hr,
#homepage #encart_vert div .hr {
  padding-top: 45px;
  margin-bottom: 40px;
}
#page_standard footer div .hr span,
#page_standard #encart_vert div .hr span,
#homepage footer div .hr span,
#homepage #encart_vert div .hr span {
  margin: 0 auto;
}
#page_standard footer div .hr span,
#page_standard #encart_vert div .hr span,
#homepage footer div .hr span,
#homepage #encart_vert div .hr span {
  background-color: #FFF !important;
}
#page_standard footer div ul,
#page_standard #encart_vert div ul,
#homepage footer div ul,
#homepage #encart_vert div ul {
  font-size: 25px;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  padding-left: 50px;
}
@media all and (max-width: 585px) {
  #page_standard footer div ul,
  #page_standard #encart_vert div ul,
  #homepage footer div ul,
  #homepage #encart_vert div ul {
    font-size: 22px;
  }
}
#page_standard footer div ul li,
#page_standard #encart_vert div ul li,
#homepage footer div ul li,
#homepage #encart_vert div ul li {
  display: inline-block;
  padding-bottom: 40px;
}
@media all and (max-width: 585px) {
  #page_standard footer div ul li,
  #page_standard #encart_vert div ul li,
  #homepage footer div ul li,
  #homepage #encart_vert div ul li {
    padding-bottom: 25px;
  }
}
#page_standard footer div ul li:nth-child(n-2),
#page_standard #encart_vert div ul li:nth-child(n-2),
#homepage footer div ul li:nth-child(n-2),
#homepage #encart_vert div ul li:nth-child(n-2) {
  padding-right: 50px;
}
#page_standard footer div ul li::before,
#page_standard #encart_vert div ul li::before,
#homepage footer div ul li::before,
#homepage #encart_vert div ul li::before {
  content: "";
}
#page_standard footer div .logo_partenaire,
#page_standard #encart_vert div .logo_partenaire,
#homepage footer div .logo_partenaire,
#homepage #encart_vert div .logo_partenaire {
  padding-left: 0px;
}
#page_standard footer div .logo_partenaire img,
#page_standard #encart_vert div .logo_partenaire img,
#homepage footer div .logo_partenaire img,
#homepage #encart_vert div .logo_partenaire img {
  width: 75%;
  vertical-align: middle;
}
@media all and (max-width: 585px) {
  #page_standard footer div .logo_partenaire img,
  #page_standard #encart_vert div .logo_partenaire img,
  #homepage footer div .logo_partenaire img,
  #homepage #encart_vert div .logo_partenaire img {
    width: 60%;
  }
}
#page_standard footer div .logo_partenaire li:nth-child(n-2),
#page_standard #encart_vert div .logo_partenaire li:nth-child(n-2),
#homepage footer div .logo_partenaire li:nth-child(n-2),
#homepage #encart_vert div .logo_partenaire li:nth-child(n-2) {
  padding-right: 0px;
}
#homepage header #fond_vert_header,
#homepage header #fond_photo_header,
#homepage header .fond_photo_header,
#homepage header #contenu_header_page_standard {
  height: 367px !important;
  margin-bottom: 60px;
}
@media all and (max-width: 585px) {
  #homepage header #fond_vert_header,
  #homepage header #fond_photo_header,
  #homepage header .fond_photo_header,
  #homepage header #contenu_header_page_standard {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 405px) {
  #homepage header #fond_vert_header,
  #homepage header #fond_photo_header,
  #homepage header .fond_photo_header,
  #homepage header #contenu_header_page_standard {
    height: 415px !important;
  }
}
#homepage header #fond_vert_header {
  background: url(../images/fond_gris_header.png) right center no-repeat !important;
}
@media all and (max-width: 905px) {
  #homepage header #fond_vert_header {
    background: url(../images/pixel_transparent.png) right center no-repeat rgba(0,0,0,0.25) !important;
  }
}
#homepage header #contenu_header_page_standard h1,
#homepage header #contenu_header_page_standard li {
  color: #8ABA2B !important;
  font-weight: 400 !important;
}
@media all and (max-width: 905px) {
  #homepage header #contenu_header_page_standard h1,
  #homepage header #contenu_header_page_standard li {
    color: #FFF !important;
  }
}
@media all and (max-width: 500px) {
  #homepage header #contenu_header_page_standard h1 {
    text-align: center;
  }
}
#homepage header #contenu_header_page_standard h1 span {
  color: #2B451C;
  font-weight: 400 !important;
}
@media all and (max-width: 905px) {
  #homepage header #contenu_header_page_standard h1 span {
    font-weight: 600 !important;
    color: #FFF !important;
  }
}
#homepage header #contenu_header_page_standard .fleche {
  position: absolute;
  top: 28px;
  cursor: pointer;
}
@media all and (max-width: 905px) {
  #homepage header #contenu_header_page_standard .fleche {
    padding: 10px;
    background-color: rgba(255,255,255,0.5);
    top: 55px;
  }
}
@media all and (max-width: 500px) {
  #homepage header #contenu_header_page_standard .fleche {
    width: 20px;
    padding: 3px;
    top: 17px;
  }
}
#homepage header #contenu_header_page_standard .flecheg {
  left: 0;
}
#homepage header #contenu_header_page_standard .fleched {
  right: 0;
}
#homepage header #contenu_header_page_standard .slider_container {
  width: 41%;
  float: left;
  text-align: center;
  padding-top: 20px;
  position: relative;
}
@media all and (max-width: 1200px) {
  #homepage header #contenu_header_page_standard .slider_container {
    width: 38%;
  }
}
@media all and (max-width: 1130px) {
  #homepage header #contenu_header_page_standard .slider_container {
    width: 44%;
  }
}
@media all and (max-width: 905px) {
  #homepage header #contenu_header_page_standard .slider_container {
    width: 450px;
    background-color: rgba(255,255,255,0.75);
  }
}
@media all and (max-width: 585px) {
  #homepage header #contenu_header_page_standard .slider_container {
    width: 100%;
  }
}
#homepage header #contenu_header_page_standard .slider_container div {
  text-align: left;
  display: inline-block;
  cursor: pointer;
}
#homepage header #contenu_header_page_standard .slider_container div .encart1 {
  font-weight: 600;
  font-size: 22px;
}
@media all and (max-width: 1130px) {
  #homepage header #contenu_header_page_standard .slider_container div .encart1 {
    font-size: 21px;
  }
}
@media all and (max-width: 500px) {
  #homepage header #contenu_header_page_standard .slider_container div .encart1 {
    text-align: center;
    font-size: 19px;
    line-height: 1.5em;
  }
}
#homepage header #contenu_header_page_standard .slider_container div .encart2 {
  font-size: 17px;
  padding-left: 60px;
  position: relative;
}
@media all and (max-width: 405px) {
  #homepage header #contenu_header_page_standard .slider_container div .encart2 {
    padding-left: 0;
  }
}
#homepage header #contenu_header_page_standard .slider_container div .encart2 img {
  position: absolute;
  left: 0;
  top: 8px;
}
@media all and (max-width: 405px) {
  #homepage header #contenu_header_page_standard .slider_container div .encart2 img {
    display: none;
  }
}
#homepage article h2 {
  padding-top: 0;
}
@media all and (max-width: 880px) {
  #homepage article .noneactu1 {
    display: none;
  }
}
#homepage article .noneactu2 {
  display: none;
}
@media all and (max-width: 880px) {
  #homepage article .noneactu2 {
    display: block;
    height: 270px;
  }
}
#homepage article #encart_vert {
  margin-top: 60px;
}
#homepage article .encart_vert_special {
  margin-top: 20px !important;
}
#homepage article #president {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  text-align: center;
}
@media all and (max-width: 420px) {
  #homepage article #president {
    border-width: 10px;
  }
}
#homepage article #president .hr {
  padding-top: 45px;
  margin-bottom: 40px;
}
#homepage article #president .hr span {
  margin: 0 auto;
}
#homepage article #president h2 {
  text-align: center;
}
#homepage article #president img {
  float: left;
  width: 200px;
  padding: 0 20px 0px 0;
}
@media all and (max-width: 580px) {
  #homepage article #president img {
    width: 150px;
  }
}
@media all and (max-width: 420px) {
  #homepage article #president p {
    text-align: left;
  }
}
#homepage article #president .signature {
  text-align: right;
  font-weight: 600;
}
@media all and (max-width: 880px) {
  .page_formulaire .w66 {
    width: 100%;
    display: block;
    float: left;
    padding-bottom: 60px;
  }
}
@media all and (max-width: 880px) {
  .page_formulaire .w66 form {
    width: 100%;
  }
}
@media all and (max-width: 420px) {
  .page_formulaire .w66 form input[type="submit"] {
    width: 100%;
  }
}
@media all and (max-width: 420px) {
  .page_formulaire .w66 form .msginfo {
    width: 100%;
  }
}
@media all and (max-width: 420px) {
  .page_formulaire .w66 form .msginfo span {
    padding-bottom: 20px;
  }
}
.page_formulaire .w33 {
  background-color: #FFF;
  vertical-align: top;
  position: relative;
}
@media all and (max-width: 880px) {
  .page_formulaire .w33 {
    width: 100%;
    height: 220px !important;
    display: block;
    text-align: center;
    float: left;
  }
}
.page_formulaire .w33 img {
  padding-bottom: 20px;
}
@media all and (max-width: 420px) {
  .page_formulaire .w33 img {
    width: 90%;
  }
}
.page_formulaire .w33 span {
  font-weight: 600;
}
.page_formulaire .w33 iframe {
  position: absolute;
  bottom: 60px;
  height: 260px;
  width: 100%;
}
.hr {
  width: 100%;
  margin-bottom: 30px;
  display: inline-block;
}
.hr span {
  height: 1px;
  background-color: #E22019;
  width: 100px;
  display: block;
  margin-top: 35px;
}
