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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  text-decoration: none;
  cursor: pointer;
}
html {
  -webkit-font-smoothing: antialiased;
}
* {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
/*-----*/
/*--/  DEV  /---------------------------------------------------------------------------------------------------------*/
/*-----*/
#log {
  color: #fff;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
/*-----------*/
/*--/  STRUCTURE  /-------------------------------------------*/
/*-----------*/
body,
html {
  width: 100%;
  height: 100%;
  font-family: 'Georgia', sans-serif;
  color: #111;
}
html {
  overflow-y: scroll;
}
#contenu {
  width: 100%;
  height: 100%;
}
.centre {
  margin: 0 auto;
}
.clear {
  width: 100%!important;
  height: 0px!important;
  clear: both!important;
  padding: 0!important;
  margin: 0!important;
}
/*--------*/
/*--/  GLOBAL  /---------------------------------------------------------------------------------------------------------*/
/*--------*/
h1 {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
}
h2 {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.2em;
}
h3 {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.2em;
}
ul,
p {
  margin-bottom: 1em;
  line-height: 1.5em;
}
ul {
  margin-left: 15px;
  list-style: url('images/list-style.jpg');
}
ul li {
  margin-top: 5px;
}
.titre_section {
  text-align: center;
}
.titre_section h2 {
  color: #ff9900;
}
.cta {
  color: #fff;
  padding: 15px 20px;
  font-family: 'Lato', sans-serif;
  font-size: 1.1em;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  vertical-align: top;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  font-weight: 700;
  background-color: #ff9900;
}
.cta img {
  margin-left: 10px;
  left: 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.cta:hover img {
  left: 3px;
}
.parallax {
  background-attachment: fixed;
  background-position: center;
}
/*---------*/
/*--/  OVERLAY  /---------------------------------------------------------------------------------------------------------*/
/*---------*/
#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
}
#overlay > div {
  display: table;
  width: 100%;
  height: 100%;
}
#overlay > div > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#overlay > div > div > div {
  background-color: #fff;
  padding: 20px;
  position: relative;
  display: inline-block;
  line-height: 1.3em;
}
#overlay > div > div > div h2 {
  font-family: 'Lato', sans-serif;
  font-size: 2em;
  line-height: 1.3em;
}
#overlay > div > div > div a {
  position: absolute;
  top: 0px;
  right: -60px;
  background: url('images/btn_close.png') no-repeat;
  width: 40px;
  height: 40px;
  display: block;
}
/*--------*/
/*--/  ENTETE  /---------------------------------------------------------------------------------------------------------*/
/*--------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3200;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
header nav {
  position: absolute;
  right: 0;
  top: 0px;
}
header nav a {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.2em;
  border-color: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  margin-left: 15px;
  display: inline-block;
}
header.actif {
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
}
header.actif nav a {
  color: #424242;
}
header nav a.actif {
  color: #ff9900;
}
header nav .spacer {
  width: 1px;
  height: 25px;
  background-color: #ff9900;
  display: inline-block;
  top: 7px;
  margin-left: 15px;
}
#btn_menu_mobile {
  display: none;
}
/*--------------*/
/*--/  SECTION HERO  /---------------------------------------------------------------------------------------------------------*/
/*--------------*/
#hero {
  background-image: url('images/bg_hero_full.jpg');
  background-size: cover;
  height: 745px;
  color: #fff;
}
#hero > div {
  display: table;
  width: 100%;
  height: 100%;
}
#hero > div > div {
  display: table-cell;
  vertical-align: middle;
}
#hero > div > div > div > div h1 {
  border-bottom: 1px #fff solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#hero > div > div > div > div p {
  font-size: 1.5em;
  font-family: 'Lato', sans-serif;
}
/*------------------*/
/*--/  SECTION A PROPOS  /---------------------------------------------------------------------------------------------------------*/
/*------------------*/
#a_propos .col > img {
  width: 100%;
}
#a_propos .col1 {
  width: 72%;
  padding-right: 20px;
  float: left;
}
#a_propos .col2 {
  width: 28%;
  float: right;
}
/*-------------------*/
/*--/  SECTION EXPERTISE  /---------------------------------------------------------------------------------------------------------*/
/*-------------------*/
#expertise {
  width: 100%;
  height: 100%;
}
#expertise .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  display: none;
}
#expertise #idSlider_expertise {
  width: 100%;
  height: 100%;
}
#expertise #idSlider_expertise .conteneurCSS > div.menu {
  width: 100%;
  height: 100%;
}
#expertise #idSlider_expertise .conteneurCSS > div.menu > * {
  width: 33.33%;
  height: 50%;
  float: left;
  display: block;
  overflow: hidden;
}
#expertise #idSlider_expertise .conteneurCSS > div.menu > div.description {
  background-color: #f0f0f0;
}
#expertise #idSlider_expertise .conteneurCSS > div.menu > div.description > div {
  display: table;
  width: 100%;
  height: 100%;
}
#expertise #idSlider_expertise .conteneurCSS > div.menu > div.description > div > div {
  display: table-cell;
  vertical-align: middle;
}
#expertise #idSlider_expertise .conteneurCSS > div.menu > div.description > div > div > p {
  font-size: 1.8em;
  text-align: center;
}
#expertise #idSlider_expertise .conteneurCSS > div.menu > a .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: rotate(0deg) scale(1.01) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1.01) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(1.01) skew(0deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1.01) skew(0deg) translate(0px);
  transform: rotate(0deg) scale(1.01) skew(0deg) translate(0px);
  background-position: center;
}
#expertise #idSlider_expertise .conteneurCSS > div.menu > a:hover .bg {
  -webkit-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
  transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
}
#expertise #idSlider_expertise .conteneurCSS > div.menu > a > div {
  display: table;
  width: 100%;
  height: 100%;
}
#expertise #idSlider_expertise .conteneurCSS > div.menu > a > div > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
}
#expertise #idSlider_expertise .conteneurCSS > div.menu > a > div > div h2 {
  color: #fff;
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
}
#expertise #idSlider_expertise .conteneurCSS > div.expertise {
  background-color: #f0f0f0;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
#expertise #idSlider_expertise .conteneurCSS > div.expertise h2 {
  font-size: 3em;
  color: #ff9900;
}
#expertise #idSlider_expertise .conteneurCSS > div.expertise h3 {
  text-transform: none;
  font-weight: 400;
  font-weight: 700;
  margin-top: 10px;
}
#expertise #idSlider_expertise .conteneurCSS > div.expertise .wrapper_item > * {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 25%;
  margin-right: -4px;
  font-family: 'Lato', sans-serif;
}
#expertise #idSlider_expertise .conteneurCSS > div.expertise .wrapper_item > * img {
  max-width: 100%;
}
#expertise #idSlider_expertise .conteneurCSS > div.expertise .wrapper_item > a:hover img {
  opacity: 0.7;
}
#expertise #idSlider_expertise .conteneurCSS > div.expertise .fil_ariane {
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
#expertise #idSlider_expertise .conteneurCSS > div.expertise .fil_ariane a {
  margin-right: 10px;
}
#expertise #idSlider_expertise .conteneurCSS > div.expertise .fil_ariane a img {
  margin-left: 5px;
}
#expertise #idSlider_expertise .col {
  display: inline-block;
  margin-right: -4px;
  width: 50%;
  vertical-align: top;
}
#expertise #idSlider_expertise .col:nth-child(1) {
  padding-right: 10px;
}
#expertise #idSlider_expertise .col:nth-child(2) {
  padding-left: 10px;
}
#expertise #idSlider_expertise .conteneurCSS > div.expertise .col .wrapper_item > * {
  width: 50%;
}
#expertise #idSlider_expertise .conteneurCSS > div.expertise .col .wrapper_item > * img {
  max-height: inherit;
}
/*----------------------*/
/*--/  SECTION INFO_CONTACT  /---------------------------------------------------------------------------------------------------------*/
/*----------------------*/
#info_contact > div {
  margin: 0 auto;
  width: 835px;
}
#info_contact > div > div {
  display: inline-block;
  width: 50%;
  margin-right: -4px;
  vertical-align: top;
  font-family: 'Lato', sans-serif;
}
#info_contact > div .col1 {
  padding-left: 125px;
}
#info_contact > div .col1 h3 {
  color: #ff9900;
  margin-bottom: 10px;
}
#info_contact > div .col1 p {
  font-size: 1.1em;
}
#info_contact > div .col1 a {
  color: #ff9900;
}
#info_contact > div .col1 a:hover {
  text-decoration: underline;
}
#info_contact > div .col2 {
  padding-left: 25px;
}
#info_contact > div .col2 form {
  width: 100%;
  text-align: right;
}
#info_contact > div .col2 form .cta {
  color: #fff;
  background-color: #424242;
}
#info_contact .g-recaptcha {
  margin-bottom: 20px;
  float: right;
}
textarea {
  height: 145px;
  resize: none;
}
textarea,
input[type="text"],
input[type="email"] {
  border: 2px #ff9900 solid;
  padding: 10px;
  font-family: 'Lato', sans-serif;
  font-size: 1.1em;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
}
.required {
  border-color: #c71302!important;
}
/*---------------------*/
/*--/  SECTION MAP_CONTACT  /---------------------------------------------------------------------------------------------------------*/
/*---------------------*/
#carteGM {
  height: 400px;
  width: 100%;
}
#carteGM .gmnoprint {
  display: none!important;
}
#carteGM a {
  display: none;
}
/*--------*/
/*--/  FOOTER  /---------------------------------------------------------------------------------------------------------*/
/*--------*/
footer {
  background-color: #ff9900;
  color: #fff;
  height: 95px;
  line-height: 95px;
  font-family: 'Lato', sans-serif;
}
footer > div > span.author {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 80px;
}
footer > div > span.author > a {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0;
  height: 100%;
}
footer > div > span.author > a > img {
  top: 12px;
  -ms-transform: scale(0.9);
  /* IE 9 */
  -webkit-transform: scale(0.9);
  /* Chrome, Safari, Opera */
  transform: scale(0.9);
}
footer > div > span.author > a:hover > img {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scale(1);
}
footer:hover > div {
  top: 0px;
}
/*------------------------*/
/*--/   Ajustement au écrans   /-------------------------------------------*/
/*------------------------*/
@media screen and (min-width: 1400px) {
  /* STRUCTURE */
  .centre {
    width: 1200px;
  }
  /* GLOBAL */
  html {
    font-size: 14px;
  }
  h1 {
    font-size: 80px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
  .titre_section h2 {
    margin-bottom: 50px;
    margin-top: 15px;
  }
  header {
    padding: 15px;
  }
  header nav .cta {
    padding: 20px;
  }
  header nav a {
    padding: 25px 0;
  }
  #hero {
    height: 745px;
  }
  #a_propos {
    padding: 90px 0;
  }
  #expertise #idSlider_expertise .conteneurCSS > div.menu > div.description {
    padding: 50px;
  }
  #expertise #idSlider_expertise .conteneurCSS > div.expertise {
    padding: 50px 0;
  }
  #expertise #idSlider_expertise .conteneurCSS > div.expertise h2 {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  #expertise #idSlider_expertise .conteneurCSS > div.expertise .wrapper_item {
    margin-top: 40px;
  }
  #expertise #idSlider_expertise .conteneurCSS > div.expertise .wrapper_item > * {
    padding: 20px;
    line-height: 1.6em;
  }
  #expertise #idSlider_expertise .conteneurCSS > div.expertise .wrapper_item img {
    margin-bottom: 10px;
  }
  #map_contact {
    height: 500px;
  }
  #info_contact {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1400px), screen and (max-height: 910px) {
  /* STRUCTURE */
  .centre {
    width: 960px;
  }
  /* GLOBAL */
  html {
    font-size: 11.2px;
  }
  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 16px;
  }
  .titre_section h2 {
    margin-bottom: 25px;
    margin-top: 10px;
  }
  .titre_section img {
    height: 25px;
  }
  header {
    padding: 10px;
  }
  header > div > a > img {
    width: 200px;
  }
  header nav a {
    padding: 17px 0;
  }
  #hero {
    height: 500px;
  }
  #a_propos {
    padding: 60px 0;
  }
  #expertise p {
    line-height: 1.4em;
  }
  #expertise #idSlider_expertise .conteneurCSS > div.menu > div.description {
    padding: 20px;
  }
  #expertise #idSlider_expertise .conteneurCSS > div.expertise {
    padding: 30px 0;
  }
  #expertise #idSlider_expertise .conteneurCSS > div.expertise h2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #expertise #idSlider_expertise .conteneurCSS > div.expertise .wrapper_item {
    margin-top: 20px;
  }
  #expertise #idSlider_expertise .conteneurCSS > div.expertise .wrapper_item > * {
    padding: 10px;
    line-height: 1.4em;
  }
  #expertise #idSlider_expertise .conteneurCSS > div.expertise .wrapper_item img {
    margin-bottom: 10px;
    max-height: 100px;
  }
  #map_contact {
    height: 300px;
  }
  #info_contact {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1100px) {
  .mobile_only {
    display: none!important;
  }
  #contenu {
    display: block!important;
  }
}
@media screen and (max-width: 1100px) {
  /* STRUCTURE */
  .centre {
    width: 728px;
  }
  .parallax {
    background-attachment: scroll!important;
    background-size: cover!important;
    background-position: center!important;
  }
  /* GLOBAL */
  html {
    font-size: 11.9px;
  }
  h1 {
    font-size: 57.8px;
  }
  h2 {
    font-size: 25.5px;
  }
  h3 {
    font-size: 17px;
  }
  header {
    background: #fff!important;
  }
  header nav a {
    color: #424242;
  }
  header nav a.actif {
    color: #424242;
  }
  #hero {
    height: auto;
    padding-top: 120px;
    padding-bottom: 50px;
  }
  #expertise {
    height: auto;
  }
  #expertise #idSlider_expertise {
    height: auto!important;
    width: 728px !important;
    margin: 0 auto;
    background-color: #f0f0f0;
    padding: 40px;
  }
  #expertise #idSlider_expertise .contenu {
    display: block!important;
  }
  #expertise #idSlider_expertise .contenu > div > div {
    display: none;
  }
  #expertise #idSlider_expertise .contenu > div > div.menu {
    display: block;
  }
  #expertise #idSlider_expertise .conteneurCSS {
    display: none!important;
  }
  #expertise #idSlider_expertise .conteneurCSS > div.expertise {
    padding: 50px 0;
  }
  #expertise div.description p {
    font-size: 1.3em;
    text-align: center;
  }
  #contenu_expertise_mobile .menu a,
  #expertise .menu a {
    width: 100%;
    height: 200px;
    display: block;
    padding: 20px;
    color: #fff;
    text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin-top: 20px;
  }
  #contenu_expertise_mobile .menu a > div,
  #expertise .menu a > div {
    display: table;
    height: 100%;
    width: 100%;
  }
  #contenu_expertise_mobile .menu a > div > div,
  #expertise .menu a > div > div {
    display: table-cell;
    vertical-align: middle;
  }
  #contenu_expertise_mobile .menu a > div.bg,
  #expertise .menu a > div.bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    display: block;
  }
  #contenu_expertise_mobile {
    padding: 60px 20px;
    padding-top: 107px;
    display: none;
    background-color: #f0f0f0;
  }
  #contenu_expertise_mobile.ouvert {
    display: block;
  }
  #contenu_expertise_mobile > div.expertise h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #ff9900;
  }
  #contenu_expertise_mobile > div.expertise .wrapper_item {
    margin-top: 40px;
  }
  #contenu_expertise_mobile > div.expertise .wrapper_item > * {
    padding: 20px;
    line-height: 1.6em;
  }
  #contenu_expertise_mobile > div.expertise .wrapper_item img {
    margin-bottom: 10px;
    max-width: 100%;
  }
  #contenu_expertise_mobile > div.expertise .wrapper_item > * {
    width: 50%;
    text-align: center;
    margin-right: -4px;
    display: inline-block;
  }
  .fil_ariane {
    position: fixed;
    top: 66px;
    left: 0;
    background-color: #ddd;
    width: 100%;
    padding: 10px 20px;
    z-index: 3000;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
  }
  .fil_ariane a {
    line-height: 1.3em;
    margin-right: 10px;
    text-transform: none;
  }
  .fil_ariane a img {
    margin-left: 5px;
  }
  #info_contact > div {
    width: 728px;
  }
  #info_contact {
    clear: both;
  }
  #info_contact > div .col1 {
    padding-left: 15px;
  }
  #info_contact > div .col2 {
    padding-right: 15px;
  }
  #map_contact {
    clear: both;
  }
}
@media screen and (max-width: 600px) {
  /* STRUCTURE */
  .centre {
    width: 100%;
  }
  .desktop_and_tab_only {
    display: none!important;
  }
  .col1 {
    float: none!important;
    width: 100%!important;
  }
  .col2 {
    float: none!important;
    width: 100%!important;
  }
  .col {
    padding: 0 15px;
  }
  /* GLOBAL */
  html {
    font-size: 13.6px;
  }
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 16px;
  }
  .titre_section {
    padding: 0 15px;
  }
  #btn_menu_mobile {
    font-size: 30px;
    color: #424242;
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
  }
  header nav {
    position: relative;
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  header nav.ouvert {
    max-height: 400px;
    padding-top: 10px;
  }
  header nav a {
    width: 100%;
    text-align: center;
    margin: 0;
    border-top: 1px solid #f0f0f0;
  }
  header nav a.actif {
    color: #424242;
  }
  header nav a:last-child {
    border-color: #ff9900;
  }
  header nav .spacer {
    display: none;
  }
  #btn_menu_mobile {
    display: inline-block;
  }
  #hero > div {
    padding: 0 15px;
  }
  #hero > div > div > div > div p {
    font-size: 1em;
  }
  #hero > div > div > div > div p br {
    display: none;
  }
  /* SECTION ABOUT SIMAC */
  #a_propos .col > img {
    margin-bottom: 20px;
  }
  #expertise #idSlider_expertise {
    width: 100%!important;
    padding: 60px 15px;
  }
  #contenu_expertise_mobile {
    padding: 60px 15px;
    padding-top: 127px;
  }
  #contenu_expertise_mobile > div.expertise .wrapper_item > * {
    width: 100%;
    margin-right: 0px;
  }
  .fil_ariane {
    padding: 10px 15px;
  }
  .fil_ariane a {
    display: block;
  }
  /* CONTACT */
  #info_contact > div {
    width: 100%;
  }
  #info_contact > div .col1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #info_contact > div .col2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #carteGM {
    height: 200px;
  }
  /* FOOTER */
  footer {
    padding: 0 15px;
    line-height: 50px;
    height: 50px;
  }
  footer > div > span.author > a > img {
    top: 4px;
  }
}
