@charset "UTF-8";

* {
  box-sizing: border-box; }
  *::after, *::before {
    box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

html {
  font-size: .625em;
  font-size: calc(1em * .625); }

body, pre, input, textarea, select {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 1.2rem; }

html, body, p, table, td, form, input, select, textarea, pre, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0; }

body {
  -webkit-font-smoothing: antialiased; }

html {
  font-size: .625em;
  font-size: calc(1em * .625); }

body, pre, input, textarea, select {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 1.2rem; }

html, body, p, table, td, form, input, select, textarea, pre, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0; }

a {
  color: #000;
  text-decoration: underline;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    text-decoration: none; }
  a img {
    border-width: 0; }
  a:active, a:hover {
    outline-width: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

template,
[hidden] {
  display: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

svg:not(:root) {
  overflow: hidden; }

td {
  vertical-align: top; }

ul {
  list-style-type: disc; }

.cms_bloc ol {
  list-style-position: inside; }

.cms_bloc ul {
  list-style-type: none; }

.cms_bloc li {
  padding-left: 2.3rem; }

.cms_bloc ol li {
  padding-left: .7rem; }

.cms_part {
  text-align: left;
  margin: 0 auto; }

.cms_bloc {
  padding: .5rem 0;
  clear: both; }

.cms_bloc_form .cms_bloc_form_container {
  width: 80%; }
  .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field {
    margin: .4rem 0; }
    .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field > .label {
      display: inline-block;
      vertical-align: top;
      width: 40%;
      padding-right: 2rem; }
    .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field > .value {
      display: inline-block;
      vertical-align: top;
      width: 60%; }
      .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field > .value input, .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field > .value select, .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field > .value textarea {
        width: 100%;
        max-width: 100%;
        border-radius: .2rem;
        border: 1px solid #bbb;
        border: 1px solid rgba(0, 0, 0, 0.25); }
      .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field > .value textarea {
        height: 10rem; }
    .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_file input {
      border: none; }
    .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_checkbox > p, .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_radio > p {
      width: 40%;
      display: inline-block;
      vertical-align: top; }
    .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_checkbox > .value input, .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_radio > .value input {
      width: auto; }
    .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_antispam > .label {
      text-align: right; }
      .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_antispam > .label img {
        border: 1px solid #555; }
    .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_antispam > .value input {
      width: 60%; }
    .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_submit {
      padding-left: 40%; }

.cms_bloc_form .cms_bloc_form_error {
  color: #F00;
  padding-bottom: 1rem; }

.cms_bloc_form .cms_bloc_form_message {
  font-weight: bold; }

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

.cms_bloc_media {
  text-align: center; }
  .cms_bloc_media * {
    border: 0;
    margin: 0 auto; }
  .cms_bloc_media img {
    max-width: 100%; }

.mediaImagemap {
  max-width: 100%;
  height: auto; }
  .mediaImagemap .mediaImagemap-shape {
    stroke: none;
    fill: transparent;
    transition: fill .2s linear; }
  .mediaImagemap text {
    font-size: 2vw;
    fill: white;
    font-weight: bold;
    opacity: 0;
    transition: .4s ease-out; }
  .mediaImagemap .mediaImagemap-link {
    cursor: pointer;
    text-decoration: none !important; }
    .mediaImagemap .mediaImagemap-link:hover .mediaImagemap-shape {
      fill: rgba(0, 0, 0, 0.2); }
    .mediaImagemap .mediaImagemap-link:hover text {
      opacity: 1; }

.cms_bloc_map .mm_carte {
  margin: auto; }

.cms_bloc_map .mm_carte .mm_info_photo {
  float: left;
  padding: 0 .5rem .5rem 0; }

.cms_bloc_map .mm_carte .mm_info_titre {
  font-weight: bold; }

.cms_bloc_text {
  text-align: justify; }
  .cms_bloc_text table {
    width: 100%;
    border-color: #000; }
    .cms_bloc_text table th, .cms_bloc_text table td {
      border-color: #000; }
    .cms_bloc_text table td {
      vertical-align: top; }
  .cms_bloc_text .cms_bloc_text_media_gauche .cms_bloc_media {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0;
    float: left;
    padding: 0 1.5rem 1.5rem 0; }
  .cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0;
    float: right;
    padding: 0 0 1.5rem 1.5rem; }
  .cms_bloc_text .cms_bloc_text_media_gauche .cms_bloc_media,
  .cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
    max-width: 33.333%; }
  .cms_bloc_text .cms_bloc_text_media_centre {
    text-align: center;
    padding: 1.5rem 0; }
    .cms_bloc_text .cms_bloc_text_media_centre .cms_bloc_media {
      margin: 1.5rem 0; }
  .cms_bloc_text .cms_bloc_text_two_columns > div {
    display: inline-block;
    vertical-align: top;
    width: 48%; }
    .cms_bloc_text .cms_bloc_text_two_columns > div.cms_bloc_text_gauche {
      margin-right: 2%; }
    .cms_bloc_text .cms_bloc_text_two_columns > div.cms_bloc_text_droite {
      margin-left: 2%; }

.spacer {
  clear: both;
  display: block;
  line-height: 0;
  width: 0;
  font-size: 0; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

[class*=img-txt] {
  display: block;
  overflow: hidden;
  text-indent: -999.9rem; }

.img-txt-a {
  position: absolute; }

div#breadCrumb ol {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  div#breadCrumb ol li {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: baseline; }
    div#breadCrumb ol li ~ li::before {
      display: inline-block;
      vertical-align: baseline;
      content: '>';
      margin-left: 0.4rem;
      margin-right: 0.4rem;
      line-height: 1; }
    div#breadCrumb ol li ~ li a {
      display: inline-block;
      vertical-align: baseline; }

.csCols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .csCols li {
    list-style-type: none; }
  .csCols.csCols-aifs {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .csCols.csCols-aic {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .csCols.csCols-jcsa {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .csCols.csCols-jcsb {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .csCols.csCols-rowReverse {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .csCols.csCols-columnReverse {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .csCols-col {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
    .csCols-col-3 {
      -webkit-flex-basis: 33.33%;
          -ms-flex-preferred-size: 33.33%;
              flex-basis: 33.33%;
      max-width: 33.33%; }
    .csCols-col-4 {
      -webkit-flex-basis: 25%;
          -ms-flex-preferred-size: 25%;
              flex-basis: 25%;
      max-width: 25%; }
    .csCols-col-5 {
      -webkit-flex-basis: 20%;
          -ms-flex-preferred-size: 20%;
              flex-basis: 20%;
      max-width: 20%; }
    .csCols-col-6 {
      -webkit-flex-basis: 16.667%;
          -ms-flex-preferred-size: 16.667%;
              flex-basis: 16.667%;
      max-width: 16.667%; }
    .csCols-col-7 {
      -webkit-flex-basis: 14.28%;
          -ms-flex-preferred-size: 14.28%;
              flex-basis: 14.28%;
      max-width: 14.28%; }
    .csCols-col-8 {
      -webkit-flex-basis: 12.5%;
          -ms-flex-preferred-size: 12.5%;
              flex-basis: 12.5%;
      max-width: 12.5%; }

@media screen and (max-width: 1200px) {
  .csCols-col-5 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .csCols-col-6 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .csCols-col-7 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .csCols-col-8 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%; } }

@media screen and (max-width: 900px) {
  .csCols-col-3, .csCols-col-4, .csCols-col-5, .csCols-col-6, .csCols-col-7, .csCols-col-8 {
    -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
    max-width: 33%; } }

@media screen and (max-width: 768px) {
  .csCols-col-3, .csCols-col-4, .csCols-col-5, .csCols-col-6, .csCols-col-7, .csCols-col-8 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%; } }

@media screen and (max-width: 440px) {
  .csCols-col-3, .csCols-col-4, .csCols-col-5, .csCols-col-6, .csCols-col-7, .csCols-col-8 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%; } }

.csComponent {
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */ }
  .csComponent:hover img,
  .csComponent:hover p {
    opacity: 1; }
  .csComponent:hover img,
  .csComponent:hover h2,
  .csComponent:hover p {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .csComponent:hover p {
    transition-delay: 0.05s;
    transition-duration: 0.35s; }
  .csComponent img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8; }
  .csComponent .content {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .csComponent .content::before,
  .csComponent .content::after {
    pointer-events: none; }
  .csComponent .content,
  .csComponent .content > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .csComponent .content > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0; }
  .csComponent h2 {
    word-spacing: -0.15em;
    font-size: 2.4rem;
    font-weight: 200; }
  .csComponent h2 span {
    font-weight: 800; }
  .csComponent h2, .csComponent p {
    margin: 0; }
  .csComponent p {
    letter-spacing: .1rem;
    font-size: 68.5%; }

.menu ul, .menu li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.menu-horizontal ul.niv1 {
  height: 100%; }
  .menu-horizontal ul.niv1 li.niv1 {
    position: relative; }
    .menu-horizontal ul.niv1 li.niv1 a {
      display: block;
      width: 100%; }
    .menu-horizontal ul.niv1 li.niv1 a.niv1 {
      height: 100%;
      display: block; }
      .menu-horizontal ul.niv1 li.niv1 a.niv1::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        height: 100%; }
      .menu-horizontal ul.niv1 li.niv1 a.niv1 > span {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 1px);
        padding-right: 1px; }

.menu-horizontal li.niv2, .menu-horizontal li.niv3 {
  position: relative; }

.menu-horizontal ul.niv2, .menu-horizontal ul.niv3 {
  position: absolute; }

.menu-horizontal ul.niv2 {
  top: 100%;
  left: -99999px;
  text-align: left;
  min-width: 100%; }
  .menu-horizontal ul.niv2.hover {
    left: 0; }
  .menu-horizontal ul.niv2.toLeft.hover {
    left: inherit;
    left: initial;
    right: 0; }

.menu-horizontal ul.niv3 {
  left: 100%;
  top: -99999px;
  width: 90%; }
  .menu-horizontal ul.niv3.toLeft {
    left: initial;
    right: 100%; }
  .menu-horizontal ul.niv3.hover {
    top: 0; }

.menu-horizontal.table ul.niv1 {
  display: table;
  width: 100%; }
  .menu-horizontal.table ul.niv1 li.niv1 {
    display: table-cell;
    text-align: center;
    height: 100%; }

.menu-horizontal.inline ul.niv1 li.niv1 {
  display: inline-block;
  vertical-align: top;
  height: 100%; }

.menu-vertical a {
  display: block; }

.menu-vertical.hover li {
  position: relative; }

.menu-vertical.hover.to-left ul.niv2, .menu-vertical.hover.to-left ul.niv3, .menu-vertical.hover.to-left ul.niv4 {
  right: 100%; }

.menu-vertical.hover.to-right ul.niv2, .menu-vertical.hover.to-right ul.niv3, .menu-vertical.hover.to-right ul.niv4 {
  position: absolute;
  left: 100%; }

.menu-vertical.hover ul.niv2, .menu-vertical.hover ul.niv3, .menu-vertical.hover ul.niv4 {
  position: absolute;
  top: -9999px;
  width: 90%; }
  .menu-vertical.hover ul.niv2.hover, .menu-vertical.hover ul.niv3.hover, .menu-vertical.hover ul.niv4.hover {
    top: 0; }

h2.bloc_titre {
  padding: 0;
  font-size: 3.6rem;
  font-weight: 400;
  color: #c93733;
  margin: 0.4em 0;
  margin-top: 0;
  font-family: "Roboto Condensed", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  line-height: 1.2;
  position: static; }

h3.soustitre_1 {
  font-size: 3rem;
  color: #2a5077;
  font-family: "Roboto Condensed", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 500;
  margin: .4em 0; }

h4.soustitre_2 {
  font-size: 2.4rem;
  color: #2a5077;
  font-family: "Roboto Condensed", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 500;
  margin: .4em 0; }

h5.intertitre {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6rem;
  color: #c93733;
  margin: .4em 0; }

strong.accroche {
  color: #2a5077;
  font-weight: bold;
  font-size: 1.6rem;
  display: block;
  padding-left: 2rem;
  position: relative; }

strong.mise_en_avant_1 {
  font-weight: bold;
  color: #2a5077; }

strong.mise_en_avant_2 {
  font-weight: bold;
  color: #c93733; }

span.legende {
  font-style: italic;
  font-size: 1.3rem; }

blockquote.citation {
  border-left: 0.4rem solid #37699d;
  background: rgba(0, 0, 0, 0.04);
  padding: 1em 1.4em;
  margin: 1em 0; }

span.bouton_1 {
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #2a5077;
  text-decoration: none;
  padding: 1.2rem;
  background: none;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: background .2s linear, border .2s linear, color .2s linear;
  transition: background .2s linear, border .2s linear, color .2s linear;
  border: 1px solid #2a5077;
  margin-top: 3rem;
  line-height: 1.4rem; }

span.bouton_2 {
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #c93733;
  text-decoration: none;
  padding: 1.2rem;
  background: none;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: background .2s linear, border .2s linear, color .2s linear;
  transition: background .2s linear, border .2s linear, color .2s linear;
  border: 1px solid #c93733;
  margin-top: 3rem;
  line-height: 1.4rem; }

.cs-copyright {
  /* colors */
  --copyrightColorText: #ffffff80;
  --copyrightColorLink: var(--copyrightColorText);
  --copyrightColorSeparator: var(--copyrightColorText);
  --copyrightColorSvg: var(--copyrightColorText);
  --copyrightTooltipBackground: #ffffff;
  --copyrightTooltipColor: #000000;
  /* size */
  --copyrightFontSize: 12px;
  --copyrightSizeSvg: 19px;
  --copyrightSizeSeparator: 11px;
  --copyrightSizeSeparatorIcon: 10px;
  /* position, direction */
  --copyrightAlignPosition: flex-start;
  /* flex-start, center, flex-end */
  --copyrightPosition: center;
  /* flex-start, center, flex-end, space-between */
  --copyrightDirection: column;
  /* row, column */
  /* padding */
  --copyrightTooltipPadding: 16px 0; }

body, td, pre, input[type="text"], textarea, select {
  font-family: "Roboto", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #8e8e8e; }

body {
  padding-top: 9.4rem; }

html {
  font-size: 10px; }

.cms_bloc_text table:not(.cms_bloc_text_two_column) {
  border-collapse: collapse;
  border: none; }
  .cms_bloc_text table:not(.cms_bloc_text_two_column) tr {
    border: none; }
  .cms_bloc_text table:not(.cms_bloc_text_two_column) th, .cms_bloc_text table:not(.cms_bloc_text_two_column) td {
    border: 0px solid #e4e4e4;
    line-height: 1.2; }
  .cms_bloc_text table:not(.cms_bloc_text_two_column) td {
    padding: .8rem;
    text-align: left;
    vertical-align: middle; }

.content ul, .content ol {
  position: relative;
  padding: .5rem 0; }
.content ol {
  list-style-position: inside; }
  .content ol li {
    padding-bottom: .6rem;
    padding-left: .7rem; }
.content ul {
  list-style-type: none; }
.content .cms_bloc ul.sitemap li, .content .cms_bloc.cms_bloc_form .cms_bloc_form_field_content ul li, .content .cms_bloc.cms_bloc_module .bl-product-long-description ul li, .content .cms_bloc.cms_bloc_text ul li {
  text-align: left;
  line-height: 1.4;
  padding-top: 2px;
  padding-bottom: 2px; }
  .content .cms_bloc ul.sitemap li:before, .content .cms_bloc.cms_bloc_form .cms_bloc_form_field_content ul li:before, .content .cms_bloc.cms_bloc_module .bl-product-long-description ul li:before, .content .cms_bloc.cms_bloc_text ul li:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: .4rem solid transparent;
    border-bottom: .4rem solid transparent;
    border-left: 0.4rem solid #2a5077;
    position: relative;
    left: -1.2rem;
    top: 0;
    margin: 0 -.4rem 0 0; }

a {
  color: #2a5077;
  font-weight: inherit;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

.container {
  margin: 0 auto;
  width: 990px;
  text-align: left; }

body, [id^='zone'] {
  min-width: 990px; }

.content .cms_bloc_title {
  padding: 0;
  font-size: 3.6rem;
  font-weight: 400;
  color: #c93733;
  margin: 0.4em 0;
  margin-top: 0;
  font-family: "Roboto Condensed", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  line-height: 1.2; }
  .content .cms_bloc_title h2 {
    font-weight: inherit;
    font-size: inherit; }

h2.bloc_titre ~ .cms_bloc_title h2, h2.bloc_titre ~ .bloc_titre {
  margin-top: .4em; }

.bouton_1 {
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #2a5077;
  text-decoration: none;
  padding: 1.2rem;
  background: none;
  display: inline-block;
  text-transform: uppercase;
  transition: background .2s linear, border .2s linear, color .2s linear;
  border: 1px solid #2a5077;
  margin-top: 3rem;
  line-height: 1.4rem; }
  .bouton_1:hover {
    border: 1px solid transparent;
    background-color: #2a5077;
    color: white; }

.bouton_2 {
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #c93733;
  text-decoration: none;
  padding: 1.2rem;
  background: none;
  display: inline-block;
  text-transform: uppercase;
  transition: background .2s linear, border .2s linear, color .2s linear;
  border: 1px solid #c93733;
  margin-top: 3rem;
  line-height: 1.4rem; }
  .bouton_2:hover {
    border: 1px solid transparent;
    background-color: #c93733;
    color: white; }

#preheader {
  background: #f7f7f7; }
  #preheader > .container {
    display: flex;
    align-items: flex-start; }

#topHeader {
  background: white; }
  #topHeader ul {
    text-align: right; }
  #topHeader .adresse {
    text-align: left; }
    #topHeader .adresse svg {
      float: left; }
    #topHeader .adresse p {
      display: inline-block;
      line-height: 1rem;
      vertical-align: top; }
  #topHeader .horaire {
    margin-top: 1.5rem;
    position: relative; }
    #topHeader .horaire svg {
      width: 2.6rem;
      height: 2.6rem;
      float: left; }
    #topHeader .horaire p {
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      width: 81%; }
  #topHeader #horairesSem {
    position: absolute;
    left: -9999px; }
    #topHeader #horairesSem:checked ~ #tabHorairesSemaines, #topHeader #horairesSem:not(:checked) ~ #tabHorairesSemaines {
      position: absolute;
      z-index: 7;
      padding: .7rem 0;
      left: 3.5rem;
      top: 1.8rem;
      background-color: #fff;
      border: 1px solid #2a5077;
      display: flex;
      flex-direction: column;
      width: 20.5rem;
      overflow: hidden;
      opacity: 1;
      transition: opacity .2s ease-out; }
      #topHeader #horairesSem:checked ~ #tabHorairesSemaines li, #topHeader #horairesSem:not(:checked) ~ #tabHorairesSemaines li {
        display: block;
        list-style-type: none;
        text-align: left;
        margin: 0;
        padding: 0 .5rem;
        width: 100%; }
      #topHeader #horairesSem:checked ~ #tabHorairesSemaines .week span, #topHeader #horairesSem:not(:checked) ~ #tabHorairesSemaines .week span {
        color: #c93733; }
      #topHeader #horairesSem:checked ~ #tabHorairesSemaines .active, #topHeader #horairesSem:not(:checked) ~ #tabHorairesSemaines .active {
        background-color: #c93733;
        color: white; }
    #topHeader #horairesSem:not(:checked) ~ #tabHorairesSemaines {
      height: 0;
      padding: 0;
      border: none;
      opacity: 0; }
    #topHeader #horairesSem + label {
      float: left;
      cursor: pointer;
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s; }
      #topHeader #horairesSem + label:hover {
        -webkit-transform: translateX(0.4rem);
                transform: translateX(0.4rem); }
      #topHeader #horairesSem + label::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6.1px 3.5px 0 3.5px;
        border-color: #2a5077 transparent transparent transparent;
        display: inline-block;
        margin-left: .7rem; }
  #topHeader li {
    display: inline-block;
    margin: 1.5rem 0;
    margin-top: 2.1rem;
    font-size: 1.3rem;
    color: #0f1d2c;
    text-align: center;
    width: 20rem;
    vertical-align: top; }
    #topHeader li svg {
      width: 1.7rem;
      display: inline-block;
      height: 2.5rem;
      vertical-align: middle;
      margin-right: 1rem;
      fill: #2a5077; }
    #topHeader li.phone {
      font-size: 1.9rem; }
      #topHeader li.phone svg {
        width: 1.5rem;
        height: 2.2rem;
        margin-right: 0.5rem; }

#zone-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: white;
  height: 16.6rem;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  background: #2a5077;
  box-shadow: 1px 1px 30px -6px black; }
  #zone-header h1 {
    font-size: 1.1rem;
    flex: 1 1 auto;
    min-height: 3.4rem;
    font-weight: normal;
    line-height: 1.2;
    padding: 1.04rem 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 248px;
    padding-right: 14px;
    color: #b0b1b5; }
  #zone-header > .container {
    position: relative;
    height: 6rem;
    display: flex; }
  #zone-header .logo {
    flex: 0 0 auto;
    width: 234px;
    height: 172px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    z-index: 5;
    transition: width .2s ease-in-out, height .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out;
    transition: transform .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out, -webkit-transform .2s ease-in-out;
    position: relative;
    overflow: hidden;
    top: -5.7rem;
    will-change: width, height; }
    #zone-header .logo::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      transition: -webkit-transform .2s ease-in-out;
      transition: transform .2s ease-in-out;
      transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
      z-index: -1;
      height: calc(100% - 30px);
      background: white;
      -webkit-transform: skewY(-4deg);
              transform: skewY(-4deg);
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%;
      box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.6);
      transition: opacity .2s linear; }
    #zone-header .logo img {
      width: 183px;
      will-change: width, height;
      height: 93px;
      transition: opacity .2s linear, width .2s ease-in-out, height .2s ease-in-out, -webkit-transform .2s ease-in-out;
      transition: opacity .2s linear, transform .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out;
      transition: opacity .2s linear, transform .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out, -webkit-transform .2s ease-in-out;
      margin-top: 1rem; }
    #zone-header .logo:hover {
      -webkit-transform: translateY(0.4rem);
              transform: translateY(0.4rem); }
      #zone-header .logo:hover img {
        opacity: .85; }
  #zone-header #menu {
    flex: 1 1 auto; }
  #zone-header.mini {
    -webkit-transform: translateY(-10.7rem);
            transform: translateY(-10.7rem);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.4); }
    #zone-header.mini .logo {
      width: 134px;
      height: 60px;
      -webkit-transform: translateY(5.6rem);
              transform: translateY(5.6rem);
      background-color: white; }
      #zone-header.mini .logo::before {
        opacity: 0; }
      #zone-header.mini .logo img {
        width: 100%;
        height: 44px;
        margin-top: .8rem; }

#zone-bandeaucontainer {
  position: relative;
  z-index: 1;
  height: 690px;
  margin-top: -30px; }
  #zone-bandeaucontainer > .car {
    position: relative; }
    #zone-bandeaucontainer > .car::before {
      content: '';
      display: block;
      position: absolute;
      right: -47px;
      bottom: -70px;
      background-image: url("https://www.carrosserie-tga.fr/default/CMS/css/common/../../images/tga/car.png");
      width: 598px;
      height: 403px;
      z-index: 70; }
  .pageType #zone-bandeaucontainer {
    height: 360px; }

#zone-bandeau {
  height: 100%;
  background: #c93733;
  -webkit-transform: skewY(1.5deg);
          transform: skewY(1.5deg); }
  #zone-bandeau .wrapper {
    overflow: hidden;
    padding-top: 30px;
    -webkit-transform: skewY(-0.5deg);
            transform: skewY(-0.5deg);
    height: calc(100% - 10px);
    width: 100%;
    background: #2a5077; }
    @media (max-width: 640px) {
      #zone-bandeau .wrapper {
        padding: 0; } }
    @media (max-width: 1024px) {
      #zone-bandeau .wrapper {
        padding: 0; } }
    #zone-bandeau .wrapper > .cms_bloc_media {
      padding: 0;
      position: absolute;
      top: 0;
      z-index: 2;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      #zone-bandeau .wrapper > .cms_bloc_media .bandeau {
        position: absolute;
        left: 0;
        width: 100%;
        top: -10%;
        -webkit-transform: skewY(-1deg);
                transform: skewY(-1deg);
        height: 120%;
        background-size: cover;
        background-position: center bottom; }
    #zone-bandeau .wrapper > .container {
      position: relative;
      z-index: 3;
      -webkit-transform: skewY(-1deg);
              transform: skewY(-1deg);
      height: 100%;
      display: flex;
      flex-direction: column;
      padding-top: 70px;
      align-items: flex-start;
      justify-content: center; }
      #zone-bandeau .wrapper > .container h2 {
        font-family: "Roboto Condensed", Arial, Tahoma, Verdana, Helvetica, sans-serif;
        text-transform: uppercase;
        font-size: 5rem;
        font-weight: normal;
        line-height: 1;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
        color: #fff; }
        #zone-bandeau .wrapper > .container h2 span {
          display: block;
          font-size: 3rem;
          font-weight: 300; }
      #zone-bandeau .wrapper > .container p {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 40px; }
        #zone-bandeau .wrapper > .container p span {
          display: block;
          font-family: "Roboto Condensed", Arial, Tahoma, Verdana, Helvetica, sans-serif;
          background: #c93733;
          color: #fff;
          padding: 2px 4px;
          text-transform: uppercase;
          font-size: 2rem;
          font-weight: 400;
          line-height: 1.1; }
          #zone-bandeau .wrapper > .container p span:first-child {
            margin-bottom: -2px; }
          #zone-bandeau .wrapper > .container p span:last-child {
            margin-top: -2px; }

.social {
  flex: 0 0 auto; }
  .social ul, .social li {
    overflow: inherit;
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .social ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .social ul li ~ li::before {
      content: '';
      display: block;
      position: absolute;
      width: 1px;
      height: 40%;
      top: 30%;
      left: 0;
      background: rgba(255, 255, 255, 0.2); }
  .social svg {
    width: 18px;
    height: 17px;
    fill: white; }
  .social a {
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    text-decoration: none; }
    .social a:hover {
      background: white; }
      .social a:hover svg {
        fill: #4883bf; }
    .social a span {
      display: inline-block;
      font-size: 0;
      width: 0;
      height: 0;
      overflow: hidden; }

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes bounce {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
#services {
  padding: 12rem 0; }
  #services ul, #services li {
    overflow: inherit;
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #services .cms_bloc_media {
    transition: opacity .2s linear; }
    #services .cms_bloc_media .bandeau {
      padding-bottom: 40%;
      background-size: cover; }
  #services li {
    position: relative;
    margin-bottom: 1em;
    text-align: center;
    display: inline-block;
    width: 19%; }
    #services li a {
      text-decoration: none;
      display: block; }
      #services li a:hover svg {
        fill: #c93733;
        -webkit-animation: bounce 0.7s ease-out;
                animation: bounce 0.7s ease-out; }
      #services li a:hover span::after {
        background-color: #2a5077; }
    #services li .categorie {
      color: #2a5077; }
    #services li .text {
      color: #b0b1b5;
      font-size: 1.1rem;
      font-family: "Arial";
      padding: 0rem 2rem; }
    #services li span {
      color: #1a1a1a;
      font-weight: bold;
      text-transform: uppercase; }
      #services li span::after {
        content: "";
        display: block;
        width: 20%;
        margin: auto;
        margin-top: 2rem;
        margin-bottom: 2rem;
        height: .5rem;
        background-color: #c93733; }
    #services li svg {
      transition: ease-out .4s; }
      #services li svg.icon {
        fill: #2a5077; }
        #services li svg.icon.icon-car {
          width: 11rem; }
        #services li svg.icon.icon-painting {
          width: 8rem; }
        #services li svg.icon.icon-carmec {
          width: 10rem; }
        #services li svg.icon.icon-tires {
          width: 7rem; }
        #services li svg.icon.icon-tools {
          width: 9rem;
          height: 13.2rem; }
  #services .cms_bloc_title h2 {
    font-size: 2rem;
    text-transform: uppercase;
    font-family: "Roboto Condensed", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    transition: color .2s linear;
    color: #2a5077; }
    @media (min-width: 641px) {
      #services .cms_bloc_title h2 {
        margin: 1.2em 0 0.4em;
        text-align: center; } }
  #services .cms_bloc_text {
    font-size: 14px; }
    @media (min-width: 641px) {
      #services .cms_bloc_text {
        text-align: center;
        font-size: 12px; } }
  @media (max-width: 640px) {
    #services {
      padding: 80px 0; }
      #services ul {
        width: 100%; }
      #services li {
        width: 100% !important;
        margin-bottom: 0; } }
  @media (max-width: 1024px) {
    #services {
      padding: 80px 0; }
      #services ul {
        width: 100%; }
      #services li {
        width: 49%;
        margin-bottom: 0;
        display: inline-block; } }

#zone-contact {
  position: relative;
  background: #2a5077;
  z-index: 6;
  margin-top: -1px;
  padding-bottom: 5.5rem; }

#bloc-contact {
  padding: 60px 0 20px; }
  #bloc-contact .background {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .16;
    z-index: 1; }
    #bloc-contact .background div {
      background-image: url("https://www.carrosserie-tga.fr/default/CMS/css/common/../../images/tga/contact.jpg");
      background-size: cover;
      background-position: center center;
      content: '';
      display: block;
      position: absolute;
      height: 300%;
      bottom: 0;
      left: 0;
      width: 100%; }
  #bloc-contact::after {
    content: '';
    display: block;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 30px solid #2b537b;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  #bloc-contact .inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center; }
  #bloc-contact .bx-prev {
    height: 9.5rem;
    width: 7.5rem;
    position: absolute;
    padding-left: 3rem;
    left: -4rem;
    top: 58%;
    padding-top: 2rem; }
    @media (max-width: 1024px) {
      #bloc-contact .bx-prev {
        left: 0; } }
    #bloc-contact .bx-prev::before {
      content: "";
      height: 4.5rem;
      width: 4.5rem;
      -webkit-transform: rotate(-43deg);
              transform: rotate(-43deg);
      border-top: 1px solid #bad0e6;
      border-left: 1px solid #bad0e6;
      position: absolute; }
  #bloc-contact .mc-diaporama-slide {
    transition: ease-out .4s;
    opacity: .8;
    text-align: center;
    display: flex;
    align-items: center;
    height: 11rem;
    width: 21.5rem !important;
    justify-content: center;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
    #bloc-contact .mc-diaporama-slide:hover {
      opacity: 1;
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }
  #bloc-contact .bx-next {
    height: 9.5rem;
    width: 7.5rem;
    position: absolute;
    right: -2rem;
    top: 58%;
    padding-top: 2rem; }
    @media (max-width: 1024px) {
      #bloc-contact .bx-next {
        right: 0; } }
    #bloc-contact .bx-next::before {
      content: "";
      height: 4.5rem;
      width: 4.5rem;
      -webkit-transform: rotate(-43deg);
              transform: rotate(-43deg);
      border-top: 1px solid #bad0e6;
      border-right: 1px solid #bad0e6;
      position: absolute;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  #bloc-contact h3 {
    font-family: "Roboto Condensed", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 2.8rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 7.5rem;
    position: relative; }
    #bloc-contact h3::after {
      content: "";
      height: .5rem;
      width: 3rem;
      background-color: #c93733;
      position: absolute;
      bottom: -2rem; }
    #bloc-contact h3 strong {
      font-weight: normal; }
    #bloc-contact h3 span {
      text-transform: capitalize;
      font-size: 1.5rem;
      color: #b7cce2;
      font-weight: normal; }
  #bloc-contact a.knowmore {
    background: #c93733;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: normal;
    font-family: "Roboto Condensed", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    line-height: 2rem;
    margin-top: 2em;
    margin-bottom: 1em;
    padding: 1.2rem 5rem;
    border: 1px solid #c93733;
    transition: background .15s linear, border .15s linear; }
    #bloc-contact a.knowmore:hover {
      background: transparent;
      border-color: white; }

#zone-menu {
  position: relative;
  z-index: 40;
  background: #2a5077; }

#menu .menu {
  height: 6rem;
  width: 100%;
  position: relative; }
  #menu .menu ul.niv1 {
    height: 6rem; }
  #menu .menu ul.niv2 {
    width: 100%;
    min-width: 20rem; }
    #menu .menu ul.niv2.hover li.niv2 {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      #menu .menu ul.niv2.hover li.niv2:nth-child(1) {
        transition: opacity 0.3s ease-in-out 0.01s, -webkit-transform 0.3s ease-in-out 0.01s;
        transition: transform 0.3s ease-in-out 0.01s, opacity 0.3s ease-in-out 0.01s;
        transition: transform 0.3s ease-in-out 0.01s, opacity 0.3s ease-in-out 0.01s, -webkit-transform 0.3s ease-in-out 0.01s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(2) {
        transition: opacity 0.3s ease-in-out 0.02s, -webkit-transform 0.3s ease-in-out 0.02s;
        transition: transform 0.3s ease-in-out 0.02s, opacity 0.3s ease-in-out 0.02s;
        transition: transform 0.3s ease-in-out 0.02s, opacity 0.3s ease-in-out 0.02s, -webkit-transform 0.3s ease-in-out 0.02s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(3) {
        transition: opacity 0.3s ease-in-out 0.03s, -webkit-transform 0.3s ease-in-out 0.03s;
        transition: transform 0.3s ease-in-out 0.03s, opacity 0.3s ease-in-out 0.03s;
        transition: transform 0.3s ease-in-out 0.03s, opacity 0.3s ease-in-out 0.03s, -webkit-transform 0.3s ease-in-out 0.03s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(4) {
        transition: opacity 0.3s ease-in-out 0.04s, -webkit-transform 0.3s ease-in-out 0.04s;
        transition: transform 0.3s ease-in-out 0.04s, opacity 0.3s ease-in-out 0.04s;
        transition: transform 0.3s ease-in-out 0.04s, opacity 0.3s ease-in-out 0.04s, -webkit-transform 0.3s ease-in-out 0.04s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(5) {
        transition: opacity 0.3s ease-in-out 0.05s, -webkit-transform 0.3s ease-in-out 0.05s;
        transition: transform 0.3s ease-in-out 0.05s, opacity 0.3s ease-in-out 0.05s;
        transition: transform 0.3s ease-in-out 0.05s, opacity 0.3s ease-in-out 0.05s, -webkit-transform 0.3s ease-in-out 0.05s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(6) {
        transition: opacity 0.3s ease-in-out 0.06s, -webkit-transform 0.3s ease-in-out 0.06s;
        transition: transform 0.3s ease-in-out 0.06s, opacity 0.3s ease-in-out 0.06s;
        transition: transform 0.3s ease-in-out 0.06s, opacity 0.3s ease-in-out 0.06s, -webkit-transform 0.3s ease-in-out 0.06s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(7) {
        transition: opacity 0.3s ease-in-out 0.07s, -webkit-transform 0.3s ease-in-out 0.07s;
        transition: transform 0.3s ease-in-out 0.07s, opacity 0.3s ease-in-out 0.07s;
        transition: transform 0.3s ease-in-out 0.07s, opacity 0.3s ease-in-out 0.07s, -webkit-transform 0.3s ease-in-out 0.07s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(8) {
        transition: opacity 0.3s ease-in-out 0.08s, -webkit-transform 0.3s ease-in-out 0.08s;
        transition: transform 0.3s ease-in-out 0.08s, opacity 0.3s ease-in-out 0.08s;
        transition: transform 0.3s ease-in-out 0.08s, opacity 0.3s ease-in-out 0.08s, -webkit-transform 0.3s ease-in-out 0.08s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(9) {
        transition: opacity 0.3s ease-in-out 0.09s, -webkit-transform 0.3s ease-in-out 0.09s;
        transition: transform 0.3s ease-in-out 0.09s, opacity 0.3s ease-in-out 0.09s;
        transition: transform 0.3s ease-in-out 0.09s, opacity 0.3s ease-in-out 0.09s, -webkit-transform 0.3s ease-in-out 0.09s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(10) {
        transition: opacity 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s;
        transition: transform 0.3s ease-in-out 0.1s, opacity 0.3s ease-in-out 0.1s;
        transition: transform 0.3s ease-in-out 0.1s, opacity 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(11) {
        transition: opacity 0.3s ease-in-out 0.11s, -webkit-transform 0.3s ease-in-out 0.11s;
        transition: transform 0.3s ease-in-out 0.11s, opacity 0.3s ease-in-out 0.11s;
        transition: transform 0.3s ease-in-out 0.11s, opacity 0.3s ease-in-out 0.11s, -webkit-transform 0.3s ease-in-out 0.11s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(12) {
        transition: opacity 0.3s ease-in-out 0.12s, -webkit-transform 0.3s ease-in-out 0.12s;
        transition: transform 0.3s ease-in-out 0.12s, opacity 0.3s ease-in-out 0.12s;
        transition: transform 0.3s ease-in-out 0.12s, opacity 0.3s ease-in-out 0.12s, -webkit-transform 0.3s ease-in-out 0.12s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(13) {
        transition: opacity 0.3s ease-in-out 0.13s, -webkit-transform 0.3s ease-in-out 0.13s;
        transition: transform 0.3s ease-in-out 0.13s, opacity 0.3s ease-in-out 0.13s;
        transition: transform 0.3s ease-in-out 0.13s, opacity 0.3s ease-in-out 0.13s, -webkit-transform 0.3s ease-in-out 0.13s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(14) {
        transition: opacity 0.3s ease-in-out 0.14s, -webkit-transform 0.3s ease-in-out 0.14s;
        transition: transform 0.3s ease-in-out 0.14s, opacity 0.3s ease-in-out 0.14s;
        transition: transform 0.3s ease-in-out 0.14s, opacity 0.3s ease-in-out 0.14s, -webkit-transform 0.3s ease-in-out 0.14s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(15) {
        transition: opacity 0.3s ease-in-out 0.15s, -webkit-transform 0.3s ease-in-out 0.15s;
        transition: transform 0.3s ease-in-out 0.15s, opacity 0.3s ease-in-out 0.15s;
        transition: transform 0.3s ease-in-out 0.15s, opacity 0.3s ease-in-out 0.15s, -webkit-transform 0.3s ease-in-out 0.15s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(16) {
        transition: opacity 0.3s ease-in-out 0.16s, -webkit-transform 0.3s ease-in-out 0.16s;
        transition: transform 0.3s ease-in-out 0.16s, opacity 0.3s ease-in-out 0.16s;
        transition: transform 0.3s ease-in-out 0.16s, opacity 0.3s ease-in-out 0.16s, -webkit-transform 0.3s ease-in-out 0.16s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(17) {
        transition: opacity 0.3s ease-in-out 0.17s, -webkit-transform 0.3s ease-in-out 0.17s;
        transition: transform 0.3s ease-in-out 0.17s, opacity 0.3s ease-in-out 0.17s;
        transition: transform 0.3s ease-in-out 0.17s, opacity 0.3s ease-in-out 0.17s, -webkit-transform 0.3s ease-in-out 0.17s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(18) {
        transition: opacity 0.3s ease-in-out 0.18s, -webkit-transform 0.3s ease-in-out 0.18s;
        transition: transform 0.3s ease-in-out 0.18s, opacity 0.3s ease-in-out 0.18s;
        transition: transform 0.3s ease-in-out 0.18s, opacity 0.3s ease-in-out 0.18s, -webkit-transform 0.3s ease-in-out 0.18s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(19) {
        transition: opacity 0.3s ease-in-out 0.19s, -webkit-transform 0.3s ease-in-out 0.19s;
        transition: transform 0.3s ease-in-out 0.19s, opacity 0.3s ease-in-out 0.19s;
        transition: transform 0.3s ease-in-out 0.19s, opacity 0.3s ease-in-out 0.19s, -webkit-transform 0.3s ease-in-out 0.19s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(20) {
        transition: opacity 0.3s ease-in-out 0.2s, -webkit-transform 0.3s ease-in-out 0.2s;
        transition: transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s;
        transition: transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s, -webkit-transform 0.3s ease-in-out 0.2s; }
  #menu .menu ul.niv3 {
    width: 90%;
    min-width: 16rem; }
    #menu .menu ul.niv3.toLeft li.niv3 {
      -webkit-transform: translateX(1rem);
              transform: translateX(1rem); }
    #menu .menu ul.niv3.hover li.niv3 {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      #menu .menu ul.niv3.hover li.niv3:nth-child(1) {
        transition: opacity 0.3s ease-in-out 0.02s, -webkit-transform 0.3s ease-in-out 0.02s;
        transition: transform 0.3s ease-in-out 0.02s, opacity 0.3s ease-in-out 0.02s;
        transition: transform 0.3s ease-in-out 0.02s, opacity 0.3s ease-in-out 0.02s, -webkit-transform 0.3s ease-in-out 0.02s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(2) {
        transition: opacity 0.3s ease-in-out 0.04s, -webkit-transform 0.3s ease-in-out 0.04s;
        transition: transform 0.3s ease-in-out 0.04s, opacity 0.3s ease-in-out 0.04s;
        transition: transform 0.3s ease-in-out 0.04s, opacity 0.3s ease-in-out 0.04s, -webkit-transform 0.3s ease-in-out 0.04s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(3) {
        transition: opacity 0.3s ease-in-out 0.06s, -webkit-transform 0.3s ease-in-out 0.06s;
        transition: transform 0.3s ease-in-out 0.06s, opacity 0.3s ease-in-out 0.06s;
        transition: transform 0.3s ease-in-out 0.06s, opacity 0.3s ease-in-out 0.06s, -webkit-transform 0.3s ease-in-out 0.06s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(4) {
        transition: opacity 0.3s ease-in-out 0.08s, -webkit-transform 0.3s ease-in-out 0.08s;
        transition: transform 0.3s ease-in-out 0.08s, opacity 0.3s ease-in-out 0.08s;
        transition: transform 0.3s ease-in-out 0.08s, opacity 0.3s ease-in-out 0.08s, -webkit-transform 0.3s ease-in-out 0.08s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(5) {
        transition: opacity 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s;
        transition: transform 0.3s ease-in-out 0.1s, opacity 0.3s ease-in-out 0.1s;
        transition: transform 0.3s ease-in-out 0.1s, opacity 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(6) {
        transition: opacity 0.3s ease-in-out 0.12s, -webkit-transform 0.3s ease-in-out 0.12s;
        transition: transform 0.3s ease-in-out 0.12s, opacity 0.3s ease-in-out 0.12s;
        transition: transform 0.3s ease-in-out 0.12s, opacity 0.3s ease-in-out 0.12s, -webkit-transform 0.3s ease-in-out 0.12s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(7) {
        transition: opacity 0.3s ease-in-out 0.14s, -webkit-transform 0.3s ease-in-out 0.14s;
        transition: transform 0.3s ease-in-out 0.14s, opacity 0.3s ease-in-out 0.14s;
        transition: transform 0.3s ease-in-out 0.14s, opacity 0.3s ease-in-out 0.14s, -webkit-transform 0.3s ease-in-out 0.14s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(8) {
        transition: opacity 0.3s ease-in-out 0.16s, -webkit-transform 0.3s ease-in-out 0.16s;
        transition: transform 0.3s ease-in-out 0.16s, opacity 0.3s ease-in-out 0.16s;
        transition: transform 0.3s ease-in-out 0.16s, opacity 0.3s ease-in-out 0.16s, -webkit-transform 0.3s ease-in-out 0.16s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(9) {
        transition: opacity 0.3s ease-in-out 0.18s, -webkit-transform 0.3s ease-in-out 0.18s;
        transition: transform 0.3s ease-in-out 0.18s, opacity 0.3s ease-in-out 0.18s;
        transition: transform 0.3s ease-in-out 0.18s, opacity 0.3s ease-in-out 0.18s, -webkit-transform 0.3s ease-in-out 0.18s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(10) {
        transition: opacity 0.3s ease-in-out 0.2s, -webkit-transform 0.3s ease-in-out 0.2s;
        transition: transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s;
        transition: transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s, -webkit-transform 0.3s ease-in-out 0.2s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(11) {
        transition: opacity 0.3s ease-in-out 0.22s, -webkit-transform 0.3s ease-in-out 0.22s;
        transition: transform 0.3s ease-in-out 0.22s, opacity 0.3s ease-in-out 0.22s;
        transition: transform 0.3s ease-in-out 0.22s, opacity 0.3s ease-in-out 0.22s, -webkit-transform 0.3s ease-in-out 0.22s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(12) {
        transition: opacity 0.3s ease-in-out 0.24s, -webkit-transform 0.3s ease-in-out 0.24s;
        transition: transform 0.3s ease-in-out 0.24s, opacity 0.3s ease-in-out 0.24s;
        transition: transform 0.3s ease-in-out 0.24s, opacity 0.3s ease-in-out 0.24s, -webkit-transform 0.3s ease-in-out 0.24s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(13) {
        transition: opacity 0.3s ease-in-out 0.26s, -webkit-transform 0.3s ease-in-out 0.26s;
        transition: transform 0.3s ease-in-out 0.26s, opacity 0.3s ease-in-out 0.26s;
        transition: transform 0.3s ease-in-out 0.26s, opacity 0.3s ease-in-out 0.26s, -webkit-transform 0.3s ease-in-out 0.26s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(14) {
        transition: opacity 0.3s ease-in-out 0.28s, -webkit-transform 0.3s ease-in-out 0.28s;
        transition: transform 0.3s ease-in-out 0.28s, opacity 0.3s ease-in-out 0.28s;
        transition: transform 0.3s ease-in-out 0.28s, opacity 0.3s ease-in-out 0.28s, -webkit-transform 0.3s ease-in-out 0.28s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(15) {
        transition: opacity 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out 0.3s;
        transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.3s;
        transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out 0.3s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(16) {
        transition: opacity 0.3s ease-in-out 0.32s, -webkit-transform 0.3s ease-in-out 0.32s;
        transition: transform 0.3s ease-in-out 0.32s, opacity 0.3s ease-in-out 0.32s;
        transition: transform 0.3s ease-in-out 0.32s, opacity 0.3s ease-in-out 0.32s, -webkit-transform 0.3s ease-in-out 0.32s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(17) {
        transition: opacity 0.3s ease-in-out 0.34s, -webkit-transform 0.3s ease-in-out 0.34s;
        transition: transform 0.3s ease-in-out 0.34s, opacity 0.3s ease-in-out 0.34s;
        transition: transform 0.3s ease-in-out 0.34s, opacity 0.3s ease-in-out 0.34s, -webkit-transform 0.3s ease-in-out 0.34s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(18) {
        transition: opacity 0.3s ease-in-out 0.36s, -webkit-transform 0.3s ease-in-out 0.36s;
        transition: transform 0.3s ease-in-out 0.36s, opacity 0.3s ease-in-out 0.36s;
        transition: transform 0.3s ease-in-out 0.36s, opacity 0.3s ease-in-out 0.36s, -webkit-transform 0.3s ease-in-out 0.36s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(19) {
        transition: opacity 0.3s ease-in-out 0.38s, -webkit-transform 0.3s ease-in-out 0.38s;
        transition: transform 0.3s ease-in-out 0.38s, opacity 0.3s ease-in-out 0.38s;
        transition: transform 0.3s ease-in-out 0.38s, opacity 0.3s ease-in-out 0.38s, -webkit-transform 0.3s ease-in-out 0.38s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(20) {
        transition: opacity 0.3s ease-in-out 0.4s, -webkit-transform 0.3s ease-in-out 0.4s;
        transition: transform 0.3s ease-in-out 0.4s, opacity 0.3s ease-in-out 0.4s;
        transition: transform 0.3s ease-in-out 0.4s, opacity 0.3s ease-in-out 0.4s, -webkit-transform 0.3s ease-in-out 0.4s; }
  #menu .menu a {
    position: relative;
    text-decoration: none;
    font-family: "Roboto Condensed", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: normal; }
    #menu .menu a.niv1 {
      color: #fff;
      font-size: 1.6rem;
      padding: 0 1rem; }
    #menu .menu a.niv2 {
      color: white;
      font-size: 1.4rem;
      min-height: 3rem;
      padding: 1rem 3rem;
      padding-left: 24px; }
      #menu .menu a.niv2::before {
        content: '';
        display: inline-block;
        margin-right: -4px;
        border-top: 2px solid #c93733;
        height: .6rem;
        width: .6rem;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        border-right: 2px solid #c93733;
        position: relative;
        left: -14px; }
      #menu .menu a.niv2.on {
        padding-left: 16px; }
        #menu .menu a.niv2.on::before {
          content: none; }
    #menu .menu a.niv3 {
      color: white;
      font-size: 1.2rem;
      min-height: 3rem;
      padding: 0.7rem 1rem; }
  #menu .menu li.niv1 {
    height: 100%;
    position: relative; }
    #menu .menu li.niv1 ~ li::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 50%;
      top: 25%;
      background: rgba(42, 80, 119, 0.3); }
    #menu .menu li.niv1.on + li::before, #menu .menu li.niv1:hover + li::before {
      opacity: 0; }
  #menu .menu li.niv2 {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    opacity: 0;
    width: 100%;
    background: #254668; }
    #menu .menu li.niv2 ~ li.niv2::before {
      content: "";
      height: 1px;
      background: rgba(255, 255, 255, 0.15);
      position: absolute;
      left: 1rem;
      width: 90%; }
  #menu .menu li ~ li.niv1::before {
    content: "";
    height: 1.8rem;
    width: 1px;
    display: inline-block;
    background: #4883bf;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  #menu .menu li.niv3 {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
    opacity: 0;
    width: 100%;
    background: #b9332f; }
    #menu .menu li.niv3 ~ li.niv3 {
      border-top: 1px solid rgba(255, 255, 255, 0.15); }
  #menu .menu li:hover > a.niv1, #menu .menu li.on > a.niv1, #menu .menu li > a:hover.niv1, #menu .menu li > a.on.niv1 {
    color: #fff;
    background: #254668; }
    #menu .menu li:hover > a.niv1::after, #menu .menu li.on > a.niv1::after, #menu .menu li > a:hover.niv1::after, #menu .menu li > a.on.niv1::after {
      content: "";
      width: 100%;
      height: .3rem;
      background-color: #c93733;
      position: absolute;
      left: 0;
      top: 0; }
  #menu .menu li:hover > a.niv2, #menu .menu li.on > a.niv2, #menu .menu li > a:hover.niv2, #menu .menu li > a.on.niv2 {
    background: #b9332f; }
  #menu .menu li:hover > a.niv3, #menu .menu li.on > a.niv3, #menu .menu li > a:hover.niv3, #menu .menu li > a.on.niv3 {
    background: #cf4541; }

.pageType #zone-groupe {
  margin-top: 5rem; }
.pageType .content > .cms_bloc_text p:last-child {
  padding-bottom: 1.5rem; }
.pageType .content > .cms_bloc_text .cms_bloc_text_media_gauche,
.pageType .content > .cms_bloc_text .cms_bloc_text_media_droite {
  padding-top: 2rem; }
  .pageType .content > .cms_bloc_text .cms_bloc_text_media_gauche::after,
  .pageType .content > .cms_bloc_text .cms_bloc_text_media_droite::after {
    display: none !important; }

#zone-page {
  position: relative;
  z-index: 5;
  padding: 0;
  overflow: hidden; }
  #zone-page > .container {
    position: relative; }
    #zone-page > .container main {
      width: 100%;
      display: block; }
      #zone-page > .container main strong.accroche::before {
        width: 5px;
        height: calc(100% - 1rem);
        background-color: #2a5077;
        display: inline-block;
        content: "";
        position: absolute;
        left: 0rem;
        top: .5rem; }
      .pageType #zone-page > .container main {
        padding: 2rem 0 0; }
  .pageType #zone-page {
    padding: 2rem 0 0; }
  #zone-page .cms_bloc_text {
    padding: 0; }
    #zone-page .cms_bloc_text .cms_bloc_text_media_gauche {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      min-height: 480px; }
      #zone-page .cms_bloc_text .cms_bloc_text_media_gauche::before, #zone-page .cms_bloc_text .cms_bloc_text_media_gauche::after {
        content: '';
        display: block;
        position: absolute;
        width: 300%;
        left: -100%;
        height: 2px;
        background: #ccc;
        z-index: 10; }
      #zone-page .cms_bloc_text .cms_bloc_text_media_gauche::before {
        top: -1px; }
      #zone-page .cms_bloc_text .cms_bloc_text_media_gauche::after {
        bottom: -1px; }
      #zone-page .cms_bloc_text .cms_bloc_text_media_gauche .cms_bloc_media {
        padding: 0;
        max-width: none;
        position: absolute;
        z-index: 5;
        width: 50vw;
        min-width: 495px;
        height: 100%;
        top: 0; }
        #zone-page .cms_bloc_text .cms_bloc_text_media_gauche .cms_bloc_media .media {
          background-size: cover;
          height: 100%;
          width: 100%;
          background-position: center center; }
    #zone-page .cms_bloc_text .cms_bloc_text_media_droite {
      position: relative;
      display: block;
      min-height: 480px;
      padding-top: 3rem; }
      #zone-page .cms_bloc_text .cms_bloc_text_media_droite .content {
        display: block; }
      #zone-page .cms_bloc_text .cms_bloc_text_media_droite::before, #zone-page .cms_bloc_text .cms_bloc_text_media_droite::after {
        content: '';
        display: block;
        position: absolute;
        width: 300%;
        left: -100%;
        height: 2px;
        background: #ccc;
        z-index: 10; }
      #zone-page .cms_bloc_text .cms_bloc_text_media_droite::before {
        top: -1px; }
      #zone-page .cms_bloc_text .cms_bloc_text_media_droite::after {
        bottom: -1px; }
      #zone-page .cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
        padding: 0;
        max-width: none;
        position: absolute;
        z-index: 5;
        width: 50vw;
        min-width: 495px;
        height: 100%;
        top: 0; }
        #zone-page .cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media .media {
          background-size: cover;
          height: 100%;
          width: 100%;
          background-position: center center; }
    #zone-page .cms_bloc_text .cms_bloc_text_media_gauche {
      padding-left: calc(50% + 60px); }
      #zone-page .cms_bloc_text .cms_bloc_text_media_gauche .cms_bloc_media {
        right: 50%; }
    #zone-page .cms_bloc_text .cms_bloc_text_media_droite {
      padding-right: calc(50% + 60px); }
      #zone-page .cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
        left: 50%; }

#zone-groupe {
  padding: 20px 0;
  padding-bottom: 70px;
  position: relative;
  z-index: 6; }
  #zone-groupe::before {
    content: '';
    display: block;
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 58px;
    -webkit-transform: translateZ(0) skewY(1deg);
            transform: translateZ(0) skewY(1deg);
    background: white;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15);
    z-index: 1; }
    .pageType #zone-groupe::before {
      -webkit-transform: translateZ(0) skewY(1deg);
              transform: translateZ(0) skewY(1deg); }
  #zone-groupe > .container {
    position: relative;
    z-index: 2; }
  #zone-groupe ul, #zone-groupe li {
    overflow: inherit;
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #zone-groupe ul {
    text-align: center; }
    #zone-groupe ul li {
      display: inline-block;
      padding: 0 20px; }
      #zone-groupe ul li ~ li {
        border-left: 1px solid rgba(0, 0, 0, 0.1); }
      #zone-groupe ul li a {
        height: 70px;
        padding: 0 20px;
        display: block;
        -webkit-filter: grayscale(1);
                filter: grayscale(1);
        opacity: .4;
        transition: opacity .2s linear, -webkit-filter .2s linear;
        transition: filter .2s linear, opacity .2s linear;
        transition: filter .2s linear, opacity .2s linear, -webkit-filter .2s linear; }
        #zone-groupe ul li a img {
          height: 100%; }
        #zone-groupe ul li a:hover {
          opacity: 1;
          -webkit-filter: grayscale(0);
                  filter: grayscale(0); }

#zone-footer {
  background: url("https://www.carrosserie-tga.fr/default/CMS/css/common/../../images/tga/footer_pattern.png"), #234364;
  background-repeat: repeat-x;
  background-position: center bottom;
  min-height: 160px;
  position: relative;
  z-index: 5;
  padding: 20px 0 0; }
  #zone-footer::before, #zone-footer::after {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 40px; }
  #zone-footer::before {
    z-index: 2;
    background: #234364;
    -webkit-transform: translateZ(0) skewY(-0.4deg);
            transform: translateZ(0) skewY(-0.4deg); }
  #zone-footer::after {
    top: -32px;
    height: 30px;
    z-index: 1;
    background: #c93733;
    -webkit-transform: translateZ(0) skewY(-0.8deg);
            transform: translateZ(0) skewY(-0.8deg); }
  #zone-footer .col {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 25px; }
  #zone-footer .logocontainer {
    width: 210px;
    margin-right: 16px; }
    #zone-footer .logocontainer > .logo img {
      display: block;
      width: 180px;
      margin: 0 auto;
      height: 90px; }
    #zone-footer .logocontainer p {
      margin-top: 20px;
      text-align: left;
      font-weight: 300;
      font-size: 1.1rem;
      color: rgba(255, 255, 255, 0.4); }
  #zone-footer h4 {
    color: #fff;
    font-size: 2rem;
    font-family: "Roboto Condensed", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: 400;
    margin-bottom: 14px; }
  #zone-footer .nav {
    width: 320px;
    margin: 0 16px;
    padding-top: 24px; }
    #zone-footer .nav ul {
      -webkit-columns: 2;
              columns: 2; }
    #zone-footer .nav li {
      width: 100%;
      display: inline-block; }
      #zone-footer .nav li a {
        display: block;
        padding: 4px 8px;
        line-height: 1.4;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 1.4rem;
        font-family: "Roboto Condensed", Arial, Tahoma, Verdana, Helvetica, sans-serif;
        padding-left: 16px; }
        #zone-footer .nav li a::before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          height: 0;
          margin-right: -4px;
          border-top: 4px solid transparent;
          border-bottom: 4px solid transparent;
          border-left: 4px solid #c93733;
          position: relative;
          left: -14px; }
        #zone-footer .nav li a:hover {
          opacity: .6; }
  #zone-footer .label {
    width: 210px;
    background: #c93733;
    background: linear-gradient(to bottom, #c93733 0%, #c93733 70%, #8c2624 100%);
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    text-align: center;
    padding-bottom: 40px;
    font-size: 1.6rem;
    font-weight: normal;
    font-family: "Roboto Condensed", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    line-height: 1.15; }
    #zone-footer .label::before {
      content: '';
      display: block;
      position: absolute;
      bottom: 100%;
      left: 0;
      width: 0;
      border-left: 105px solid transparent;
      border-right: 105px solid transparent;
      border-bottom: 20px solid #c93733; }
    #zone-footer .label .logo {
      display: block; }
      #zone-footer .label .logo:hover img {
        opacity: .8; }
    #zone-footer .label img {
      transition: opacity .2s linear;
      margin-top: 20px;
      width: 80%;
      opacity: .4; }
  #zone-footer .sociallinks {
    margin-left: 16px;
    width: 186px;
    padding-top: 24px; }
    #zone-footer .sociallinks ul, #zone-footer .sociallinks li {
      overflow: inherit;
      margin: 0;
      padding: 0;
      list-style-type: none; }
    #zone-footer .sociallinks li {
      width: 44px;
      height: 38px;
      display: inline-block;
      vertical-align: top;
      margin-right: 10px; }
    #zone-footer .sociallinks a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      text-align: center;
      overflow: hidden;
      font-size: 0;
      color: inherit;
      border-radius: 3px;
      background: #2d557f;
      text-decoration: none; }
      #zone-footer .sociallinks a svg {
        fill: white; }
      #zone-footer .sociallinks a.facebookLink svg {
        width: 12px;
        height: 21px; }
      #zone-footer .sociallinks a.twitterLink svg {
        width: 22px;
        height: 19px; }
      #zone-footer .sociallinks a.googleLink svg {
        width: 24px;
        height: 24px; }
      #zone-footer .sociallinks a.youtubeLink svg {
        width: 30px;
        height: 30px; }
      #zone-footer .sociallinks a.pinterestLink svg {
        width: 30px;
        height: 30px; }
      #zone-footer .sociallinks a.viadeoLink svg {
        width: 30px;
        height: 30px; }
      #zone-footer .sociallinks a.linkedinLink svg {
        width: 30px;
        height: 30px; }
      #zone-footer .sociallinks a.facebookLink:hover {
        background: #3c5a99; }
      #zone-footer .sociallinks a.twitterLink:hover {
        background: #5ea9dd; }
      #zone-footer .sociallinks a.googleLink:hover {
        background: #d74536; }
      #zone-footer .sociallinks a.youtubeLink:hover {
        background: #e62117; }
      #zone-footer .sociallinks a.pinterestLink:hover {
        background: #cb2026; }
      #zone-footer .sociallinks a.viadeoLink:hover {
        background: #f4982b; }
      #zone-footer .sociallinks a.linkedinLink:hover {
        background: #1a85bc; }
  #zone-footer > .container {
    color: white;
    position: relative; }
  #zone-footer .cs-copyright {
    border-top: 1px solid rgba(0, 0, 0, 0.9);
    width: 764px;
    position: relative; }
    #zone-footer .cs-copyright::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: rgba(255, 255, 255, 0.3); }
    #zone-footer .cs-copyright a:hover {
      color: #fff; }

.ct-neutralite-carbone {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 2rem 0; }
  .ct-neutralite-carbone img {
    width: 15rem;
    height: auto; }

#zone-actualites {
  background-image: url("https://www.carrosserie-tga.fr/default/CMS/css/common/../../images/tga/pattern.gif");
  background-position: center center;
  padding: 50px 0;
  padding-bottom: 70px; }
  #zone-actualites > h3 {
    line-height: 1.6;
    font-size: 3.4rem;
    font-weight: normal;
    font-family: "Roboto Condensed", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #2a5077;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    letter-spacing: -0.015em;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    #zone-actualites > h3::after {
      content: '';
      display: block;
      height: 4px;
      width: 42px;
      background: #c93733; }
  #zone-actualites .ma-know-more-link {
    font-size: 0;
    height: 5rem;
    width: 3.5rem;
    background-color: #2a5077;
    position: absolute;
    left: -7rem;
    top: 25%; }

.ma-container.ma-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  .ma-container.ma-main .bx-controls {
    width: 990px;
    margin: 0 auto;
    position: relative; }
  .ma-container.ma-main .bx-pager {
    text-align: center; }
    .ma-container.ma-main .bx-pager > div {
      vertical-align: top;
      display: inline-block; }
  .ma-container.ma-main a.bx-pager-link {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: rgba(42, 80, 119, 0.4);
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    border: 4px solid transparent;
    background-clip: content-box; }
    .ma-container.ma-main a.bx-pager-link.active {
      background-color: #c93733; }
  .ma-container.ma-main .bx-controls-direction > a {
    position: absolute;
    top: 50%;
    height: 40px;
    width: 40px;
    display: block;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-indent: -9999px; }
    .ma-container.ma-main .bx-controls-direction > a::before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      width: 10px;
      height: 10px; }
    .ma-container.ma-main .bx-controls-direction > a.bx-prev {
      left: 0; }
      .ma-container.ma-main .bx-controls-direction > a.bx-prev::before {
        border-top: 2px solid #2a5077;
        border-left: 2px solid #2a5077;
        -webkit-transform: translateY(-50%) rotate(-45deg);
            -ms-transform: translateY(-50%) rotate(-45deg);
                transform: translateY(-50%) rotate(-45deg);
        left: 10%; }
    .ma-container.ma-main .bx-controls-direction > a.bx-next {
      right: 0; }
      .ma-container.ma-main .bx-controls-direction > a.bx-next::before {
        border-top: 2px solid #2a5077;
        border-right: 2px solid #2a5077;
        -webkit-transform: translateY(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg);
        right: 10%; }
    .ma-container.ma-main .bx-controls-direction > a:hover:not(.disabled)::before {
      border-color: #c93733; }
    .ma-container.ma-main .bx-controls-direction > a.disabled {
      opacity: .2;
      cursor: default; }
  .ma-container.ma-main .ma-news-image {
    background: white;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 320px;
    height: 200px;
    margin-right: 50px; }
    .ma-container.ma-main .ma-news-image.default {
      box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.2);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .ma-container.ma-main .ma-news-image svg {
      height: 90px;
      width: 190px;
      fill: #ccc; }
    .ma-container.ma-main .ma-news-image img, .ma-container.ma-main .ma-news-image svg {
      display: block; }
    .ma-container.ma-main .ma-news-image a {
      display: block; }
    .ma-container.ma-main .ma-news-image a:hover {
      opacity: .85; }
  .ma-container.ma-main .ma-news-date {
    font-size: 1.4rem;
    color: #c93733;
    font-weight: 500; }
  .ma-container.ma-main .ma-news-resume {
    line-height: 1.5; }
  .ma-container.ma-main .ma-news-know-more-link a {
    display: inline-block;
    font-weight: 500;
    font-size: 1.2rem;
    margin-top: .8em;
    text-decoration: none;
    background-repeat: repeat-x;
    background-size: 2px 2px;
    background-position: 0 1.3rem;
    -webkit-transition: ease-out .4s;
    transition: ease-out .4s;
    border-radius: 4px; }
    .ma-container.ma-main .ma-news-know-more-link a::before {
      display: block;
      height: 2rem;
      width: 2rem;
      border-top: 1px solid white;
      border-right: 1px solid white;
      content: "";
      left: 35%;
      position: relative;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
      top: 50%;
      opacity: .6; }
    .ma-container.ma-main .ma-news-know-more-link a:hover {
      background-image: none;
      color: #c93733;
      background-color: #c93733 !important; }
  .ma-container.ma-main .ma-news-title {
    font-family: "Roboto Condensed", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.2;
    color: #2a5077;
    margin: 0.4em 0; }
    .ma-container.ma-main .ma-news-title a {
      line-height: inherit;
      font-size: inherit;
      font-weight: inherit;
      text-decoration: none;
      background-image: -webkit-linear-gradient(top, rgba(42, 80, 119, 0) 50%, rgba(42, 80, 119, 0.5) 50%);
      background-image: linear-gradient(to bottom, rgba(42, 80, 119, 0) 50%, rgba(42, 80, 119, 0.5) 50%);
      background-repeat: repeat-x;
      background-size: 2px 2px;
      background-position: 0 2rem; }
      .ma-container.ma-main .ma-news-title a:hover {
        color: #c93733;
        background-image: -webkit-linear-gradient(top, rgba(201, 55, 51, 0) 50%, rgba(201, 55, 51, 0.5) 50%);
        background-image: linear-gradient(to bottom, rgba(201, 55, 51, 0) 50%, rgba(201, 55, 51, 0.5) 50%); }
  .ma-container.ma-main .content-news {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    position: relative; }
  .ma-container.ma-main .ma-news .ma-news-content {
    padding: 42px 0;
    -webkit-transform: translateX(-6rem);
        -ms-transform: translateX(-6rem);
            transform: translateX(-6rem);
    opacity: 0;
    width: 990px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: opacity .6s linear, -webkit-transform .6s ease-in-out .6s;
    transition: opacity .6s linear, -webkit-transform .6s ease-in-out .6s;
    transition: opacity .6s linear, transform .6s ease-in-out .6s;
    transition: opacity .6s linear, transform .6s ease-in-out .6s, -webkit-transform .6s ease-in-out .6s; }
  .ma-container.ma-main .ma-news.even .ma-news-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-transform: translateX(6rem);
        -ms-transform: translateX(6rem);
            transform: translateX(6rem);
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .ma-container.ma-main .ma-news.on .ma-news-content {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity .6s linear .3s, -webkit-transform .6s ease-in-out .3s;
    transition: opacity .6s linear .3s, -webkit-transform .6s ease-in-out .3s;
    transition: opacity .6s linear .3s, transform .6s ease-in-out .3s;
    transition: opacity .6s linear .3s, transform .6s ease-in-out .3s, -webkit-transform .6s ease-in-out .3s; }
  .ma-container.ma-main .ma-news.even .ma-news-image {
    margin-right: 0;
    margin-left: 50px; }
  .ma-container.ma-main .ma-news.even .ma-know-more-link {
    right: -7rem;
    left: auto !important; }
    .ma-container.ma-main .ma-news.even .ma-know-more-link::before {
      border-bottom: 1px solid white;
      border-left: 1px solid white;
      border-right: none;
      border-top: none;
      content: "";
      left: 66%; }
  .ma-container.ma-main .ma-all-news-link {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: .8em; }
    .ma-container.ma-main .ma-all-news-link a {
      text-decoration: none;
      background-image: -webkit-linear-gradient(top, rgba(42, 80, 119, 0) 50%, rgba(42, 80, 119, 0.4) 50%);
      background-image: linear-gradient(to bottom, rgba(42, 80, 119, 0) 50%, rgba(42, 80, 119, 0.4) 50%);
      background-repeat: repeat-x;
      background-size: 2px 2px;
      background-position: 0 1.2rem; }
      .ma-container.ma-main .ma-all-news-link a:hover {
        color: #c93733;
        background-image: -webkit-linear-gradient(top, rgba(201, 55, 51, 0) 50%, rgba(201, 55, 51, 0.4) 50%);
        background-image: linear-gradient(to bottom, rgba(201, 55, 51, 0) 50%, rgba(201, 55, 51, 0.4) 50%); }
.ma-container.ma-allNews {
  font-size: 1.4rem; }
  .ma-container.ma-allNews ul {
    padding: 1rem 0; }
  .ma-container.ma-allNews li.news {
    *zoom: 1;
    padding-left: 0;
    padding: 1rem 0;
    border-bottom: 1px solid #eee; }
    .ma-container.ma-allNews li.news:before, .ma-container.ma-allNews li.news:after {
      content: ' ';
      display: table; }
    .ma-container.ma-allNews li.news:after {
      clear: both; }
    .ma-container.ma-allNews li.news .ma-news-image {
      display: inline-block;
      vertical-align: top;
      margin: .5rem 2rem 0 0; }
      .ma-container.ma-allNews li.news .ma-news-image a {
        display: block; }
      .ma-container.ma-allNews li.news .ma-news-image img {
        border: .6rem solid white;
        max-width: 100%;
        box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2); }
    .ma-container.ma-allNews li.news div.ma-news-right {
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 21.2rem); }
    .ma-container.ma-allNews li.news .ma-news-date {
      font-size: 1.2rem;
      text-transform: uppercase;
      font-weight: normal;
      margin: .4rem 0; }
    .ma-container.ma-allNews li.news .ma-news-title {
      font-size: 1.8rem;
      margin-bottom: 0.4rem;
      line-height: 1.3; }
      .ma-container.ma-allNews li.news .ma-news-title, .ma-container.ma-allNews li.news .ma-news-title a {
        font-weight: 400;
        text-decoration: none; }
    .ma-container.ma-allNews li.news .ma-news-resume {
      font-size: 1.3rem;
      font-weight: normal;
      line-height: 1.4; }
    .ma-container.ma-allNews li.news .ma-know-more-link {
      display: inline-block;
      margin: 0.5rem 0;
      font-size: 1.3rem;
      font-weight: 600; }
  .ma-container.ma-allNews div.ma-all-news-pagination {
    *zoom: 1;
    text-align: center;
    padding: 1rem 0 0; }
    .ma-container.ma-allNews div.ma-all-news-pagination:before, .ma-container.ma-allNews div.ma-all-news-pagination:after {
      content: ' ';
      display: table; }
    .ma-container.ma-allNews div.ma-all-news-pagination:after {
      clear: both; }
    .ma-container.ma-allNews div.ma-all-news-pagination > span {
      display: inline-block;
      vertical-align: top;
      padding: 0 .4rem; }
      .ma-container.ma-allNews div.ma-all-news-pagination > span span, .ma-container.ma-allNews div.ma-all-news-pagination > span a {
        display: inline-block;
        vertical-align: top;
        padding: 0 .2rem; }
.ma-container.ma-detail .ma-news-date {
  margin: .4rem 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: normal; }
.ma-container.ma-detail .ma-news-resume {
  margin: .6rem 0;
  font-weight: 600; }
.ma-container.ma-detail .ma-news-image {
  margin: 1.4rem 0; }
  .ma-container.ma-detail .ma-news-image img {
    border: .6rem solid white;
    max-width: 100%;
    box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2); }