@charset "UTF-8";
@font-face {
  font-family: 'universstd';
  src: url("../fonts/univers-webfont.eot");
  src: url("../fonts/univers-webfont.svg") format("svg"), url("../fonts/univers-webfont.woff") format("woff"), url("../fonts/univers-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'universstd';
  src: url("../fonts/univers-bold-webfont.eot");
  src: url("../fonts/univers-bold-webfont.svg") format("svg"), url("../fonts/univers-bold-webfont.woff") format("woff"), url("../fonts/univers-bold-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_bxslider\.scss}line{font-family:\0000317}}
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  *zoom: 1;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_bxslider\.scss}line{font-family:\0000323}}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_bxslider\.scss}line{font-family:\0000331}}
.bx-wrapper .bx-viewport {
  /*-moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;*/
  left: -5px;
  background: #fff;
  width: 100%;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_bxslider\.scss}line{font-family:\0000349}}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_bxslider\.scss}line{font-family:\0000358}}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_bxslider\.scss}line{font-family:\0000371}}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_bxslider\.scss}line{font-family:\0000380}}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_bxslider\.scss}line{font-family:\0000387}}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_bxslider\.scss}line{font-family:\00003100}}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_bxslider\.scss}line{font-family:\00003107}}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/left2.png) no-repeat;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_bxslider\.scss}line{font-family:\00003112}}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/right2.png) no-repeat;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_bxslider\.scss}line{font-family:\00003117}}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_bxslider\.scss}line{font-family:\00003121}}
.bx-wrapper .bx-next:hover {
  background-position: 0 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_bxslider\.scss}line{font-family:\00003125}}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 50;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_bxslider\.scss}line{font-family:\00003136}}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_bxslider\.scss}line{font-family:\00003142}}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_bxslider\.scss}line{font-family:\00003146}}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_bxslider\.scss}line{font-family:\00003156}}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_bxslider\.scss}line{font-family:\00003161}}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_bxslider\.scss}line{font-family:\00003171}}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_bxslider\.scss}line{font-family:\00003178}}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_bxslider\.scss}line{font-family:\00003183}}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_bxslider\.scss}line{font-family:\00003190}}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_bxslider\.scss}line{font-family:\00003199}}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031}}
* {
  margin: 0px;
  padding: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000033}}
#breakpoints div {
  visibility: hidden;
  display: none;
}

/*GENERAL*/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\0000310}}
::selection {
  background: #787d83;
  /* WebKit/Blink Browsers */
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\0000313}}
::-moz-selection {
  background: #787d83;
  /* Gecko Browsers */
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\0000316}}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\0000322}}
*:focus {
  outline: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\0000325}}
a:focus, a:active, a:hover, a:visited {
  text-decoration: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\0000328}}
a:active, a:selected, a:visited, a:focused {
  border: none;
  outline: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\0000332}}
body {
  background: white;
  color: #3e3f3f;
  font-family: 'universstd';
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\0000337}}
button:focus, button:active {
  border: none;
  outline: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\0000341}}
select:focus {
  outline: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\0000344}}
.page-header {
  margin-bottom: 30px;
  padding-bottom: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\0000347}}
.page-header h1 {
  font-family: 'universstd';
  font-weight: bold;
  font-size: 40px;
  display: inline-block;
  width: calc(100% - 64px);
  padding-top: 0px;
  margin-top: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\0000358}}
a.btn_retour {
  background: #58ab27;
  color: white;
  font-size: 16px;
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  vertical-align: middle;
  padding-top: 8px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\0000371}}
.conteneur_lien_retour {
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\0000377}}
span.separateur_btn_retour {
  display: inline-block;
  border-right: 1px solid #787d83;
  height: 34px;
  width: 1px;
  padding-left: 7px;
  padding-right: 2px;
  vertical-align: middle;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\0000388}}
h2 {
  font-family: 'universstd';
  font-weight: bold;
  font-size: 21px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\0000393}}
h3 {
  font-family: 'universstd';
  color: white;
  font-size: 20px;
  font-weight: 100;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003103}}
button {
  border: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003108}}
ul {
  list-style-position: inside;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003110}}
ul li:hover {
  background: transparent;
}

/*HEADER*/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003119}}
header {
  background: #313437;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003122}}
.header_logo {
  height: 200px;
  position: absolute;
  margin-left: -20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003134}}
.header_logo a {
  position: absolute;
  z-index: 989;
  padding-left: 100px;
  padding-top: 20px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003144}}
._clip_path {
  /* Firefox*/
  clip-path: url(clip.svg#svgClip);
  /* IE */
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003152}}
.container-fluid {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003158}}
.row {
  height: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003161}}
.header_logo img {
  margin-left: -30px;
  padding-top: 0%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003165}}
.row_header {
  height: 141px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003168}}
.row_sub_header {
  position: relative;
  height: 380px;
  background-color: #313437;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003174}}
.sub_header {
  color: #e2e7eb;
  font-family: 'universstd';
  float: left;
  width: 100%;
  position: relative;
  z-index: 989;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003182}}
.text_sub_header {
  padding-top: 4vh;
  padding-bottom: 5vh;
  padding-left: 4vw;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003187}}
.text_sub_header p a {
  color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003190}}
.text_sub_header p a:hover {
  color: #c8c8c8;
  text-decoration: none;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003197}}
.text_sub_header p {
  font-size: 22px;
  color: #e2e7eb;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003201}}
.title_sub_header {
  font-size: 70px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003204}}
.btn_sub_header {
  font-size: 15px;
  background-color: #58ab27;
  width: 121px;
  height: 35px;
  text-align: left;
  padding-left: 10px;
  z-index: 100;
  margin-top: 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003214}}
.a_sub_header {
  color: white;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003217}}
.a_sub_header:hover {
  text-decoration: none;
  color: #c8c8c8;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003221}}
.btn_arrow {
  text-align: right;
  padding-left: 15px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003225}}
.btn_arrow2 {
  text-align: right;
  padding-left: 15px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003230}}
.rectangle_header {
  background-color: #787d83;
  float: left;
  margin-left: -5vw;
  width: 50%;
  height: 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003237}}
.display {
  display: inline-block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003240}}
.no_padding {
  padding: 0px !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003243}}
.img_slider {
  text-align: right;
  position: absolute;
  overflow: hidden;
  top: -30px;
  right: 0px;
  height: 485px;
  float: left;
  width: 50%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003252}}
.img_slider .bx-wrapper {
  width: 926px;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 25% 0);
  -webkit-shape-outside: polygon(0 100%, 100% 100%, 100% 0, 25% 0);
  shape-outside: polygon(0 100%, 100% 100%, 100% 0, 25% 0);
  /* Firefox*/
  clip-path: url(clip-slider.svg#svgClip);
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003264}}
.img_slider .bx-wrapper .bx-viewport {
  background: transparent;
  margin: 0px;
  left: inherit;
  right: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003271}}
.img_slider .slide {
  height: 485px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003275}}
.right {
  float: right;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003279}}
.menu_btn {
  background: white;
  height: 36px;
  width: 122px;
  display: inline-block;
  margin-top: 2%;
  margin-right: 85px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003287}}
.menu_btn:hover {
  background: #c8c8c8;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003292}}
.menu_text p {
  color: #021833;
  font-size: 17px;
  font-weight: bold;
  font-family: 'Roboto Condensed';
  margin: 0px;
  padding-top: 3px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003302}}
.menu_icon {
  color: #032858;
  margin-left: 22%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003308}}
.menu_text, .menu_icon {
  float: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003315}}
#id_black_bg_menu {
  background: black;
  opacity: 0.7;
  z-index: 990;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003326}}
.row_slider {
  margin-top: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003328}}
.row_slider .bx-wrapper .bx-next {
  right: -45px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003331}}
.row_slider .bx-wrapper .bx-prev {
  left: -70px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003334}}
.row_slider .bx-wrapper .bx-controls-direction a {
  width: 50px;
  height: 50px;
  top: 45%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003340}}
.row_title_slider {
  margin-top: 60px;
}

/*Slider & text slider*/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003345}}
.text_img {
  position: relative;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003348}}
.text_img .img_homepage {
  -moz-box-shadow: 7px 7px 0px 1px #c8c8c8;
  -webkit-box-shadow: 7px 7px 0px 1px #c8c8c8;
  -o-box-shadow: 7px 7px 0px 1px #c8c8c8;
  box-shadow: 7px 7px 0px 1px #c8c8c8;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=$color_border_light, Direction=134, Strength=0);
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003355}}
.text_img h3 {
  position: absolute;
  bottom: 5%;
  left: 5px;
  width: 90%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003362}}
.double_row {
  top: 80%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003365}}
.img_hover {
  margin-left: auto;
  margin-right: auto;
}

/*Search*/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003371}}
.searchMain {
  margin-top: 2%;
  color: white;
  text-align: right;
  width: 220px;
  height: 36px;
  overflow: hidden;
  padding-top: 4px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003380}}
.search_Btn {
  width: 40px;
  height: 36px;
  float: right;
  z-index: 800;
  position: relative;
  text-decoration: none;
  color: white;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003389}}
.search_Btn:visited, .search_Btn:focus, .search_Btn:active {
  color: white;
  text-decoration: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003393}}
.search_Btn:hover {
  color: #c8c8c8;
  text-decoration: none;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003399}}
.searchBox {
  position: absolute;
  background: #313437;
  top: 0;
  left: 0;
  margin-top: -4px;
  margin-left: 220px;
  width: 180px;
  height: 36px;
  z-index: 10;
  padding-top: 3px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003411}}
.searchBox label {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003414}}
.searchBox input {
  height: 36px;
  font-size: 16px;
  text-align: center;
  border: none;
  font-family: 'Roboto Condensed';
  color: white;
  background: #313437;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003424}}
.searchBox_open {
  margin-left: 0px;
  padding-top: 3px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003429}}
.search {
  color: #313437;
  font-family: 'Roboto Condensed';
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003432}}
.search h2 {
  font-size: 45px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003437}}
.btn-toolbar {
  float: left;
  display: block;
  margin-top: 2vw;
  margin-bottom: 2vw;
  z-index: 100;
  position: relative;
  width: 100%;
  margin-left: -15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003446}}
.btn-toolbar button {
  height: 50px;
  width: 50px;
  border-radius: 0px;
  font-size: 15px;
  margin-top: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003453}}
.btn-toolbar input {
  margin: 10px;
  width: 300px;
  height: 50px;
  border: 2px solid #58ab27;
  text-align: center;
  font-size: 20px;
  margin-right: -5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003462}}
.btn-toolbar input[type="text"] {
  height: 50px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003466}}
.searchintro {
  position: absolute;
  float: left;
  display: block;
  margin-top: 60px;
  margin-bottom: 4vw;
  margin-left: 10px;
  z-index: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003476}}
.searchintro_open {
  margin-left: 400px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003479}}
.search-results {
  padding-bottom: 100px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003482}}
.search-results .result-title a {
  font-size: 20px;
  color: #58ab27;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003486}}
.search-results .result-title a:hover {
  text-decoration: none;
  color: #58ab27;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003491}}
.search-results .result-item {
  margin-bottom: 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003497}}
.pagination li a {
  color: #58ab27;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003500}}
.pagination li a:hover {
  color: #313437;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003503}}
.pagination li span {
  color: #313437;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003506}}
.pagination li span:hover {
  color: #313437;
}

/* Effect Tint Hover Img*/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003515}}
.tint {
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003522}}
.tint3 {
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003528}}
.tint2 {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003535}}
.tint:before, .tint2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003550}}
.tint3:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003565}}
.tint:hover:before, .tint2:hover:before {
  background: none;
}

/*Contact Form*/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003570}}
.border-top {
  border-top: 3px solid #58ab27;
  margin-top: 20px;
  padding-top: 20px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003575}}
.contact {
  font-family: 'universstd';
  font-size: 18px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003579}}
.contact .input-80 {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003582}}
.contact .form-horizontal .controls {
  margin-left: 0px;
  margin-top: 8px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003586}}
.contact .form-horizontal .control-label {
  width: 18%;
  text-align: left;
  font-family: 'universstd';
  color: #787d83;
  font-weight: 500;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003594}}
.contact .contact .form-horizontal .controls {
  margin-left: 0px;
  margin-top: 10px;
  text-align: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003599}}
.contact .help-block {
  color: #58ab27;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003603}}
.contact .help-block ul, .contact li {
  list-style-type: none;
  background: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003607}}
.contact li:hover {
  background: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003610}}
.contact .btn {
  margin-bottom: 0;
  font-size: 18px;
  margin-top-right: 10px;
  font-weight: 400;
  line-height: 1.42857143;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: white;
  float: right;
  color: #58ab27;
  margin-right: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003624}}
.contact .btn:hover {
  color: #787d83;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003629}}
.contact_component {
  font-family: 'universstd';
  font-size: 18px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003632}}
.contact_component .input-80 {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003635}}
.contact_component .input-85 {
  width: 100%;
  height: 210px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003639}}
.contact_component .form-horizontal .controls {
  margin-left: 0px;
  margin-top: 8px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003643}}
.contact_component .form-horizontal .control-label {
  width: 100%;
  max-width: 100%;
  text-align: left;
  font-family: 'universstd';
  color: #787d83;
  font-weight: 500;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003653}}
.contact_component .contact .form-horizontal .controls {
  margin-left: 0px;
  margin-top: 10px;
  text-align: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003658}}
.contact_component .help-block {
  color: #58ab27;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003662}}
.contact_component .help-block ul, .contact_component li {
  list-style-type: none;
  background: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003666}}
.contact_component li:hover {
  background: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003669}}
.contact_component .btn {
  margin-bottom: 0;
  font-size: 18px;
  margin-top-right: 10px;
  font-weight: 400;
  line-height: 1.42857143;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: white;
  float: right;
  color: #58ab27;
  margin-right: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003683}}
.contact_component .btn:hover {
  color: #787d83;
}

/*Module Societe*/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003689}}
.text_societe {
  text-align: justify;
  font-family: 'universstd';
  font-size: 15px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003694}}
.paragraphe_societe {
  padding-top: 50px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003696}}
.paragraphe_societe p {
  font-weight: normal;
  font-family: 'universstd';
  font-size: 16px !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003702}}
.adress_societe, .tel_societe, .mail_societe {
  display: inline-block;
  margin-right: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003708}}
.adress_societe p, .tel_societe p, .mail_societe p {
  font-size: 14px !important;
  font-weight: normal;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003713}}
.img_societe {
  display: inline-block;
}

/*FOOTER*/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003718}}
footer {
  width: 100%;
  background: #313437;
  padding-top: 3vh;
  font-size: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003723}}
footer .menu:hover {
  background: #313437;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003728}}
.menu_footer ul, .menu_footer li:hover {
  background-color: #313437;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003731}}
.menu_footer li {
  background-color: #313437;
  color: #787d83;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003736}}
.menu_footer a {
  color: #787d83;
  font-size: 13px;
  padding-left: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003740}}
.menu_footer a:hover {
  color: #58ab27;
  text-decoration: none;
  background-color: #313437;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003747}}
.menu_footer > .nav > li > a {
  padding-left: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003749}}
.menu_footer > .nav > li > a:focus, .menu_footer > .nav > li > a:hover {
  text-decoration: none;
  background-color: #313437;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003758}}
.left_footer {
  margin-left: 50px;
  margin-top: 30px;
  font-family: 'universstd';
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003763}}
.title_menu_footer {
  font-size: 17px;
  color: white;
  font-weight: normal;
  line-height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003769}}
.fluid_footer {
  margin: -15px;
}

/*MENU*/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003775}}
.menu_header ul, li {
  background-color: white;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003778}}
.menu_header {
  overflow: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003781}}
.menu_header ul {
  margin-left: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003787}}
.menu_header li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 90px;
  border-bottom: 4px rgba(161, 161, 161, 0.35) solid;
  margin-left: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003798}}
.menu_header li.parent a::before {
  font: normal normal normal 14px/1 FontAwesome;
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003803}}
.menu_header li:hover {
  background: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003806}}
.menu_header li a {
  font-size: 20px;
  padding-top: 15px;
  color: #444444;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003812}}
.menu_header li ul {
  z-index: 100;
  left: 0;
  top: 100%;
  display: none;
  padding-left: 6px;
  padding-bottom: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003821}}
.menu_header li ul li {
  width: 100%;
  display: block;
  opacity: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003825}}
.menu_header li ul li:last-child {
  margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003828}}
.menu_header li ul li a {
  text-transform: none;
  font-size: 17px;
  font-weight: normal;
  color: #949494;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003834}}
.menu_header li ul li a:hover {
  background: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003837}}
.menu_header li ul li a:focus {
  background-color: transparent;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003846}}
.menu_header li ul li ul li a {
  text-decoration: none;
  padding-left: 0px;
  font-size: 15px;
  color: #444444;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003853}}
.menu_header li ul li ul li a::after {
  content: '';
  left: 0;
  bottom: 0;
  height: 20px;
  width: 15px;
  border-left: 4px #58ab27 solid;
  margin-left: 15px;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003865}}
.menu_header li ul li ul li a:focus {
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003871}}
.menu_header li ul li ul li ul li a {
  font-weight: normal;
  color: #949494;
  font-size: 13px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003875}}
.menu_header li ul li ul li ul li a::after {
  content: '';
  left: inherit;
  bottom: inherit;
  height: inherit;
  width: inherit;
  border-left: inherit;
  margin-left: inherit;
  float: inherit;
  margin-top: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003886}}
.menu_header li ul li ul li ul li a:last-child {
  margin-bottom: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003898}}
.nav > li > a:focus, .nav > li > a:hover {
  background-color: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003901}}
.cbp-spmenu {
  background: white;
  position: fixed;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003905}}
.cbp-spmenu a {
  font-family: 'universstd';
  display: block;
  color: #313437;
  font-size: 1.2em;
  font-weight: bold;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003912}}
.cbp-spmenu a:hover {
  background-color: white;
  text-decoration: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003919}}
.cbp-spmenu a:active {
  background: #58ab27;
  color: #021833;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003923}}
.cbp-spmenu-vertical {
  width: 400px;
  height: 100%;
  top: 0;
  z-index: 1000;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003929}}
.cbp-spmenu-vertical a {
  padding: 1em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003933}}
.cbp-spmenu-right {
  right: -400px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003936}}
.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003939}}
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003945}}
.cbp-spmenu-push-toright {
  left: 400px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003948}}
.cbp-spmenu-push-toleft {
  left: -400px;
}

/* Menu - Transitions */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\00003953}}
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Example media queries */
/*
@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}*/
/*Effect Hera Hover Img*/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031008}}
figure.effect-hera h2 {
  font-size: 158.75%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031011}}
figure.effect-hera h2,
figure.effect-hera p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031023}}
figure.effect-hera figcaption::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 210px;
  height: 210px;
  border: 0px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031039}}
figure.effect-hera p {
  width: 150px;
  text-transform: none;
  font-size: 121%;
  line-height: 2;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031045}}
figure.effect-hera p a {
  color: #fff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031052}}
figure.effect-hera p a img {
  opacity: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031061}}
figure.effect-hera:hover figcaption::before {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031066}}
figure.effect-hera:hover h2 {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031071}}
figure.effect-hera:hover p img:empty {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Article Style */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031078}}
.article ul {
  list-style-position: inside;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031079}}
.article ul li {
  list-style-type: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031081}}
.article ul li:hover {
  background: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031084}}
.article ul li:before {
  content: '•';
  color: #58ab27;
  padding-right: 10px;
}

/*Fil Ariane Style*/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031096}}
.rectangle_under_header {
  background-color: #313437;
  height: 40px;
  padding-left: 100px;
  font-family: 'universstd';
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031101}}
.rectangle_under_header a {
  color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031104}}
.rectangle_under_header a:hover {
  color: #58ab27;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031108}}
.rectangle_under_header ul {
  background-color: #313437;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031111}}
.rectangle_under_header .menu_header ul, .rectangle_under_header li {
  background-color: #313437;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031114}}
.rectangle_under_header .divider {
  background-color: blue;
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031119}}
.page-header {
  border-bottom: 4px solid #58ab27;
  margin-bottom: 50px;
  margin-top: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031124}}
.text_img_no_shadow {
  margin-top: 60px;
  margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031127}}
.text_img_no_shadow h3 {
  opacity: 0.8;
  text-transform: uppercase;
  font-size: 18px;
  top: 0%;
  color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031136}}
.text_img_no_shadow .tint h3 {
  left: 20px;
  opacity: 0.8;
  text-transform: uppercase;
  font-size: 18px;
  top: 0%;
  color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031145}}
.text_img_no_shadow .text_img_gallery {
  color: #3e3f3f;
  margin-top: 7px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031150}}
.text_img_no_shadow .menu_enfant {
  position: absolute;
  padding-left: 15px;
  margin-top: 45px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031155}}
.text_img_no_shadow .menu_enfant .liste_menu_enfant {
  background-color: transparent;
  list-style: none;
  color: white;
  font-size: 19px;
  padding-top: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031156}}
.text_img_no_shadow .menu_enfant .liste_menu_enfant a {
  color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031159}}
.text_img_no_shadow .menu_enfant .liste_menu_enfant a:hover {
  color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031169}}
.text_img_no_shadow .menu_enfant .liste_menu_enfant:hover {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  padding-left: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031173}}
.text_img_no_shadow .menu_enfant .liste_menu_enfant::before {
  content: '';
  left: 0;
  bottom: 0;
  height: 22px;
  width: 17px;
  border-left: 4px #58ab27 solid;
  margin-left: 15px;
  margin-top: 2px;
  float: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031188}}
.text_img2 {
  margin-top: 60px;
  margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031191}}
.text_img2 img {
  -moz-box-shadow: 5px 5px 0px 1px #c8c8c8;
  -webkit-box-shadow: 5px 5px 0px 1px #c8c8c8;
  -o-box-shadow: 5px 5px 0px 1px #c8c8c8;
  box-shadow: 5px 5px 0px 1px #c8c8c8;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=$color_border_light, Direction=134, Strength=0);
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031198}}
.text_img2 h3 {
  position: absolute;
  left: 20px;
  opacity: 0.8;
  text-transform: uppercase;
  font-size: 18px;
  top: 0%;
  color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031208}}
.text_img2 .tint h3 {
  left: 20px;
  opacity: 0.8;
  text-transform: uppercase;
  font-size: 18px;
  padding-right: 20px;
  top: 0%;
  color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031218}}
.text_img2 .text_img_gallery {
  color: #3e3f3f;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031222}}
.text_img2 .menu_enfant {
  position: absolute;
  padding-left: 15px;
  margin-top: 45px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031227}}
.text_img2 .menu_enfant .liste_menu_enfant {
  background-color: transparent;
  list-style: none;
  color: white;
  font-size: 19px;
  padding-top: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031228}}
.text_img2 .menu_enfant .liste_menu_enfant a {
  color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031231}}
.text_img2 .menu_enfant .liste_menu_enfant a:hover {
  color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031241}}
.text_img2 .menu_enfant .liste_menu_enfant:hover {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  padding-left: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031245}}
.text_img2 .menu_enfant .liste_menu_enfant::before {
  content: '';
  left: 0;
  bottom: 0;
  height: 22px;
  width: 17px;
  border-left: 4px #58ab27 solid;
  margin-left: 15px;
  margin-top: 2px;
  float: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031260}}
.header2 {
  font-size: 25px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031263}}
.img_article {
  margin-left: 70px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031267}}
.text_img_listing {
  color: #313437;
  top: 340px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031271}}
.moduletable {
  padding-bottom: 30px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031274}}
.item-page {
  padding-top: 25px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031276}}
.item-page table {
  width: 60%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031280}}
.full_width_table {
  width: 100% !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031285}}
body #jcemediabox-popup-content {
  height: auto;
  width: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031290}}
.gallery-img {
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031303}}
#osmap .level_0 {
  list-style-type: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031305}}
#osmap .level_0 li {
  color: #313437;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031306}}
#osmap .level_0 li:before {
  content: '';
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031311}}
#osmap .level_0 li a {
  color: #313437;
  font-size: 22px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031320}}
#osmap .level_0 li:hover {
  background-color: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031325}}
#osmap .level_1 {
  list-style-type: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031327}}
#osmap .level_1 li {
  padding-left: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031329}}
#osmap .level_1 li a {
  color: #58ab27;
  font-size: 17px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031335}}
#osmap .level_2 {
  list-style-type: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031337}}
#osmap .level_2 li {
  padding-left: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031339}}
#osmap .level_2 li a {
  color: #021833;
  font-size: 14px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031345}}
#osmap .level_3 {
  list-style-type: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031347}}
#osmap .level_3 li {
  padding-left: 30px;
  color: #313437;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031350}}
#osmap .level_3 li a {
  color: #021833;
  font-size: 11px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031358}}
h2.menutitle {
  margin-top: 80px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031364}}
.page_404_home a {
  font-weight: bold;
  font-size: 25px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031370}}
.ligneclass {
  border-top: 1px solid #61676d;
  margin-top: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031374}}
.ligneclass .nav.menu {
  padding-left: 1em;
  padding-right: 1em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_global\.scss}line{font-family:\000031382}}
.adresse_societes p {
  text-align: left;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\000031}}
  * {
    margin: 0px;
    padding: 0px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\0000313}}
  #breakpoints div.breakpoint-extra-small {
    visibility: visible;
    display: block;
  }

  /*General*/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\0000318}}
  h2 {
    font-weight: 700;
    font-size: 25px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\0000321}}
  h2.h2_slider {
    font-size: 21px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\0000326}}
  .row_title_slider h2.h2_slider {
    font-size: 21px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\0000330}}
  h3 {
    font-size: 15px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\0000335}}
  .item-page table {
    width: 100%;
  }

  /*ACCUEIL */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\0000342}}
  .accueil .slide.text_img h3 {
    color: white;
    font-size: 14px;
    margin-left: 5px;
    width: 84%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\0000349}}
  .accueil .row_slider {
    margin-top: 15px;
    padding-left: 0px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\0000352}}
  .accueil .row_slider .bx-wrapper .bx-next {
    right: -33px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\0000357}}
  .accueil .row_title_slider {
    margin-top: 15px;
  }

  /* HEADER */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\0000364}}
  header {
    background: white;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\0000367}}
  .row_header {
    height: 50px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\0000370}}
  .header_logo img {
    padding-left: 30px;
    padding-top: 5px;
    width: 50%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\0000375}}
  .header_logo {
    background-color: white;
    height: 50px;
    position: absolute;
    margin-left: -20px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\0000383}}
  .header_logo a {
    position: relative;
    z-index: 999;
    padding-left: 0px;
    padding-top: 0px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\0000389}}
  .header_logo .svg_clip {
    display: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\0000393}}
  .searchMain {
    display: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\0000396}}
  .searchintro {
    display: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003101}}
  .btn-toolbar input {
    width: 350px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003105}}
  .menu_btn {
    margin-top: 6px;
    margin-right: 0px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003109}}
  .menu_btn:focus, .menu_btn:active {
    background: white;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003114}}
  .menu_header {
    overflow: auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003117}}
  .menu_header ul {
    margin-left: 5px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003120}}
  .menu_header li {
    width: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003122}}
  .menu_header li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 90px;
    border-bottom: 4px rgba(161, 161, 161, 0.35) solid;
    margin-left: 8px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003133}}
  .menu_header li.parent a::before {
    font: normal normal normal 14px/1 FontAwesome;
    float: right;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003138}}
  .menu_header li:hover {
    background: white;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003141}}
  .menu_header li a {
    font-weight: normal;
    font-size: 14px;
    padding-top: 15px;
    padding-left: 7px;
    padding-right: 7px;
    color: #444444;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003152}}
  .menu_header li ul {
    z-index: 100;
    left: 0;
    top: 100%;
    display: none;
    padding-left: 5px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003160}}
  .menu_header li ul li {
    width: 100%;
    display: block;
    opacity: 1;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003164}}
  .menu_header li ul li:last-child {
    margin-bottom: 20px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003167}}
  .menu_header li ul li a {
    text-transform: none;
    font-size: 13px;
    font-weight: normal;
    color: #949494;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003173}}
  .menu_header li ul li a:hover {
    background: transparent;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003176}}
  .menu_header li ul li a:focus {
    background-color: transparent;
    text-decoration: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003184}}
  .menu_header li ul li ul li a {
    text-decoration: none;
    padding-left: 0px;
    font-size: 12px;
    color: #444444;
    font-weight: bold;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003191}}
  .menu_header li ul li ul li a::after {
    content: '';
    left: 0;
    bottom: 0;
    height: 15px;
    width: 9px;
    border-left: 4px #e3001b solid;
    margin-left: 0px;
    float: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003203}}
  .menu_header li ul li ul li a:focus {
    text-decoration: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003209}}
  .menu_header li ul li ul li ul li a {
    font-weight: normal;
    color: #949494;
    font-size: 11px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003213}}
  .menu_header li ul li ul li ul li a::after {
    content: '';
    left: inherit;
    bottom: inherit;
    height: inherit;
    width: inherit;
    border-left: none;
    margin-left: inherit;
    float: inherit;
    margin-top: inherit;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003224}}
  .menu_header li ul li ul li ul li a:last-child {
    margin-bottom: 0px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003236}}
  .cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003242}}
  .cbp-spmenu-right {
    right: -240px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003245}}
  .cbp-spmenu-push-toright {
    left: 240px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003248}}
  .cbp-spmenu-push-toleft {
    left: -240px;
  }

  /* SUB HEADER */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003254}}
  .row_sub_header {
    height: 200px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003257}}
  .sub_header {
    width: 90%;
    margin-top: -20px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003261}}
  .rectangle_header {
    background-color: #787d83;
    float: left;
    margin-left: -5vw;
    width: 275px;
    height: 5px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003268}}
  .text_sub_header {
    padding-top: 2vh;
    padding-left: 3vw;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003271}}
  .text_sub_header p {
    font-size: 11px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003275}}
  .title_sub_header {
    font-size: 25px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003278}}
  .img_slider {
    height: 180px;
    top: 50px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003282}}
  .btn_sub_header {
    margin-top: -10px;
  }

  /*Img homepage/Img Component*/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003288}}
  .bx-wrapper .bx-viewport {
    margin-left: 0px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003291}}
  .row_slider {
    padding-left: 25px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003293}}
  .row_slider .bx-wrapper .bx-next {
    right: 25px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003297}}
  .row_title_slider {
    margin-top: 50px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003300}}
  .h2_slider {
    margin-left: 10px;
    font-size: 25px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003304}}
  .tint:before {
    background: rgba(0, 0, 0, 0.4);
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003307}}
  .tint {
    background: rgba(0, 0, 0, 0.4);
    margin-left: 0px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003311}}
  .tint:hover:before {
    background: rgba(0, 0, 0, 0.4);
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003314}}
  figure.effect-hera figcaption::before {
    width: 0px;
    height: 0px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003318}}
  figure.effect-hera:hover figcaption::before {
    opacity: 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003321}}
  figure.effect-hera:hover p img:empty {
    opacity: 0;
  }

  /*Contact */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003326}}
  .contact h2 {
    font-size: 25px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003330}}
  .contact .form-horizontal .control-label {
    width: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003334}}
  .contact .input-80 {
    max-width: 100%;
  }

  /*Module Societe*/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003339}}
  .img_societe {
    display: inline;
    float: right;
    padding-bottom: 20px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003344}}
  .text_societe {
    font-size: 14px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003346}}
  .text_societe h2 {
    font-size: 25px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003350}}
  .adress_societe, .tel_societe, .mail_societe {
    display: inline;
    font-size: 14px;
    margin-right: 0px;
    margin-top: 0px;
    font-weight: bold;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003356}}
  .adress_societe p, .tel_societe p, .mail_societe p {
    padding-bottom: 20px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003360}}
  .contact_component {
    padding-top: 100px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003363}}
  .contact_component .form-horizontal .control-label {
    width: 100%;
  }

  /*FOOTER*/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003370}}
  footer {
    width: 100%;
    height: 40vh;
    background: #313437;
    padding-top: 3vh;
    font-size: 20px;
    font-weight: bold;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003378}}
  .fluid_footer {
    padding: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003381}}
  .container-fluid.classadieu,
  .menu_article_footer {
    display: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003385}}
  .container-fluid.ligneclass {
    border: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003388}}
  .container-fluid.ligneclass .menu_article_footer {
    display: block;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003393}}
  .left_footer {
    margin-left: 30px;
    margin-top: 20px;
  }

  /*Fil Ariane*/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003399}}
  .rectangle_under_header {
    display: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003404}}
  .fil_ariane_mobile .divider {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003407}}
  .fil_ariane_mobile .breadcrumb {
    background: none;
    padding-left: 0px;
    padding-right: 0px;
  }

  /*Article*/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003418}}
  .text_img_listing {
    padding-left: 25px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003421}}
  .article {
    margin-top: 0px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003423}}
  .article .page-header {
    margin-top: 0px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003431}}
  .tint h3 {
    left: 0px;
    font-size: 10px;
    color: #313437;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003441}}
  .text_img_listing {
    bottom: -5px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003444}}
  .text_img2, .text_img_no_shadow {
    margin-top: 10px;
    width: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003447}}
  .text_img2 h3, .text_img_no_shadow h3 {
    font-size: 16px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003450}}
  .text_img2 .text_img_gallery, .text_img_no_shadow .text_img_gallery {
    font-size: 15px;
    padding-top: 5px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003456}}
  .text_img2 .menu_enfant .liste_menu_enfant, .text_img_no_shadow .menu_enfant .liste_menu_enfant {
    font-size: 14px;
    padding-top: 15px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003459}}
  .text_img2 .menu_enfant .liste_menu_enfant::before, .text_img_no_shadow .menu_enfant .liste_menu_enfant::before {
    margin-top: -2px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003465}}
  .text_img2 .tint h3, .text_img_no_shadow .tint h3 {
    font-size: 16px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003469}}
  .text_img2 figure, .text_img_no_shadow figure {
    width: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003471}}
  .text_img2 figure img, .text_img_no_shadow figure img {
    width: 100%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003484}}
  .responsive_gallery h3 {
    font-size: 10px;
    left: 0px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003491}}
  .contact_component {
    padding-top: 60px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003497}}
  .effect-hera img {
    width: 230px;
    height: 268px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003501}}
  .effect-hera .img_hover {
    width: 50%;
    height: 50%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003506}}
  .row_slider {
    margin-top: 40px;
    margin-left: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003509}}
  .row_slider .bx-wrapper .bx-next {
    right: -30px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003512}}
  .row_slider .bx-wrapper .bx-prev {
    left: -55px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003517}}
  .text_img h3 {
    top: 75%;
    font-size: 12px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs\.scss}line{font-family:\00003525}}
  .paragraphe_societe {
    padding-top: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\0000310}}
  #breakpoints div.breakpoint-small {
    visibility: visible;
    display: block;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\0000315}}
  h2 {
    font-weight: 800;
    font-size: 27px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\0000321}}
  .item-page table {
    width: 100%;
  }

  /* HEADER */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\0000327}}
  header {
    background: white;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\0000330}}
  .row_header {
    height: 50px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\0000333}}
  .header_logo img {
    padding-left: 15%;
    padding-top: 5px;
    width: 50%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\0000338}}
  .header_logo {
    height: 38%;
    position: absolute;
    margin-left: -20px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\0000346}}
  .header_logo .svg_clip {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\0000349}}
  .header_logo a {
    position: relative;
    z-index: 999;
    padding-left: 0px;
    padding-top: 0px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\0000356}}
  .searchMain {
    display: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\0000360}}
  .menu_btn {
    margin-top: 1%;
    margin-right: 0px;
  }

  /* SUB HEADER */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\0000366}}
  .row_sub_header {
    height: 230px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\0000369}}
  .sub_header {
    width: 75%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\0000372}}
  .sub_header .text_sub_header .title_sub_header {
    font-size: 30px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\0000377}}
  .rectangle_header {
    background-color: #787d83;
    float: left;
    margin-left: -5vw;
    width: 400px;
    height: 5px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\0000384}}
  .text_sub_header {
    padding-top: 2vh;
    padding-left: 3vw;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\0000387}}
  .text_sub_header p {
    font-size: 16px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\0000391}}
  .title_sub_header {
    font-size: 20px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\0000394}}
  .img_slider {
    top: 40px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\0000398}}
  .img_societe {
    display: inline;
    float: right;
    padding-bottom: 20px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003103}}
  .container-fluid.classadieu,
  .menu_article_footer {
    display: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003108}}
  .container-fluid.ligneclass {
    border: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003111}}
  .container-fluid.ligneclass .menu_article_footer {
    display: block;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003116}}
  .left_footer {
    width: 200px;
  }

  /*Fil Ariane*/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003120}}
  .rectangle_under_header {
    display: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003126}}
  .text_img2, .text_img_no_shadow {
    margin-top: 10px;
    width: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003129}}
  .text_img2 h3, .text_img_no_shadow h3 {
    font-size: 13px;
    top: 0%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003133}}
  .text_img2 .text_img_gallery, .text_img_no_shadow .text_img_gallery {
    color: #3e3f3f;
    top: 90%;
    font-size: 15px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003138}}
  .text_img2 .menu_enfant, .text_img_no_shadow .menu_enfant {
    padding-left: 0px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003140}}
  .text_img2 .menu_enfant .liste_menu_enfant, .text_img_no_shadow .menu_enfant .liste_menu_enfant {
    padding-top: 10px;
    font-size: 12px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003146}}
  .text_img2 .tint h3, .text_img_no_shadow .tint h3 {
    font-size: 13px;
    top: 0%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003150}}
  .text_img2 .tint figure, .text_img_no_shadow .tint figure {
    height: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003154}}
  .text_img2 figure, .text_img_no_shadow figure {
    width: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003156}}
  .text_img2 figure img, .text_img_no_shadow figure img {
    width: 100%;
    height: 100%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003162}}
  .text_img_listing {
    top: inherit;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003166}}
  .article {
    margin-top: 0px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003170}}
  #osmap {
    padding-top: 30px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003178}}
  .tint h3 {
    left: 15px;
    font-size: 15px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003182}}
  .tint img {
    width: 200px;
    height: 200px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003187}}
  .text_img_listing {
    bottom: -5px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003195}}
  .responsive_gallery .jcemediabox-zoom-span img {
    height: auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003201}}
  .responsive_gallery h3 {
    font-size: 17px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003207}}
  .contact_component {
    padding-top: 60px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003213}}
  .effect-hera img {
    width: 230px;
    height: 268px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003217}}
  .effect-hera .img_hover {
    width: 60%;
    height: 60%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003222}}
  .row_slider {
    margin-top: 40px;
    margin-left: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003225}}
  .row_slider .bx-wrapper .bx-next {
    right: -30px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003228}}
  .row_slider .bx-wrapper .bx-prev {
    left: -55px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_sm\.scss}line{font-family:\00003233}}
  .text_img h3 {
    top: 73%;
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs_and_sm\.scss}line{font-family:\000031}}
  a.btn_retour {
    width: 30px;
    height: 30px;
    padding-top: 5px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs_and_sm\.scss}line{font-family:\000038}}
  .conteneur_lien_retour {
    vertical-align: top;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs_and_sm\.scss}line{font-family:\0000312}}
  .page-header {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs_and_sm\.scss}line{font-family:\0000315}}
  .page-header h1 {
    font-size: 25px;
    width: calc(100% - 50px);
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs_and_sm\.scss}line{font-family:\0000321}}
  span.separateur_btn_retour {
    height: 30px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_xs_and_sm\.scss}line{font-family:\0000325}}
  input.input-80 {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_md_and_lg\.scss}line{font-family:\000031}}
  .page-header {
    margin-top: 50px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\000031}}
  #breakpoints div.breakpoint-middle {
    visibility: visible;
    display: block;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\000036}}
  .item-page table {
    width: 70%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\0000312}}
  .header_logo {
    position: absolute;
    margin-left: -20px;
  }

  /* SUB HEADER */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\0000317}}
  .row_sub_header {
    height: 230px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\0000320}}
  .sub_header {
    width: 80%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\0000323}}
  .rectangle_header {
    background-color: #787d83;
    float: left;
    margin-left: -5vw;
    width: 600px;
    height: 5px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\0000330}}
  .text_sub_header {
    padding-top: 2vh;
    padding-left: 3vw;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\0000333}}
  .text_sub_header p {
    font-size: 14px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\0000337}}
  .title_sub_header {
    font-size: 40px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\0000340}}
  .img_slider {
    top: -10px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\0000344}}
  .container-fluid.classadieu,
  .menu_article_footer {
    display: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\0000349}}
  .container-fluid.ligneclass {
    border: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\0000352}}
  .container-fluid.ligneclass .menu_article_footer {
    display: block;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\0000358}}
  .left_footer {
    width: 200px;
  }

  /*Article*/
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\0000363}}
  .article {
    margin-top: 0px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\0000366}}
  .responsive_gallery {
    /*width: auto;
    padding-left: 50px;
    */
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\0000372}}
  .text_img2, .text_img_no_shadow {
    margin-top: 10px;
    width: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\0000375}}
  .text_img2 h3, .text_img_no_shadow h3 {
    font-size: 14px;
    top: 0%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\0000379}}
  .text_img2 .menu_enfant, .text_img_no_shadow .menu_enfant {
    padding-left: 0px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\0000381}}
  .text_img2 .menu_enfant .liste_menu_enfant, .text_img_no_shadow .menu_enfant .liste_menu_enfant {
    font-size: 16px;
    padding-top: 15px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\0000388}}
  .text_img2 .tint h3, .text_img_no_shadow .tint h3 {
    font-size: 14px;
    top: 0%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\0000393}}
  .text_img2 figure, .text_img_no_shadow figure {
    width: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\0000395}}
  .text_img2 figure img, .text_img_no_shadow figure img {
    width: 100%;
    height: 100%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\00003102}}
  #osmap {
    padding-left: 150px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\00003109}}
  .tint h3 {
    left: 15px;
    font-size: 18px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\00003113}}
  .tint img {
    width: 300px;
    height: 300px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\00003119}}
  .effect-hera .img_homepage {
    width: 290px;
    height: 337px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\00003123}}
  .effect-hera .img_hover {
    width: 75%;
    height: 75%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\00003128}}
  .row_slider {
    margin-top: 40px;
    margin-left: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\00003131}}
  .row_slider .bx-wrapper .bx-next {
    right: -30px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\00003134}}
  .row_slider .bx-wrapper .bx-prev {
    left: -55px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\00003139}}
  .text_img h3 {
    font-weight: normal;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\00003144}}
  .text_img_listing {
    margin-top: -65px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\00003157}}
  .responsive_gallery .jcemediabox-zoom-span img {
    height: auto;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_only_md\.scss}line{font-family:\00003166}}
  .contact_component {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/xampp\/htdocs\/sobemo\/www\/templates\/ggi\/scss\/_lg\.scss}line{font-family:\000031}}
  #breakpoints div.breakpoint-large {
    visibility: visible;
    display: block;
  }
}

/*# sourceMappingURL=template.css.map */
