
/* 
 TRANSITION
 */
/* 
 EFFETS OMBRE
 */
/* Browser Prefixes */
/* Background gradient */
/* Rotate */
/* Scale */
/* Translate */
/* Skew */
/* Transform Origin */
/* Flex box */
/*
 BOX-SIZING
 */
/* 
 Top center
 */
/* 
 TRANSITION
 */
/* 
 EFFETS OMBRE
 */
/* Browser Prefixes */
/* Background gradient */
/* Rotate */
/* Scale */
/* Translate */
/* Skew */
/* Transform Origin */
/* Flex box */
/*
 BOX-SIZING
 */
/* 
 Top center
 */
@font-face {
  font-family: 'SatoshiMedium';
  src: url('https://www.terresdegap.fr/fileadmin/templates/default/fonts/satoshi/Satoshi-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SatoshiBold';
  src: url('https://www.terresdegap.fr/fileadmin/templates/default/fonts/satoshi/Satoshi-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }
/*@font-face {
 font-family: 'dincond-bold';
 src: url('https://www.terresdegap.fr/fileadmin/templates/default/fonts/dincond/dincond-bold-webfont.woff2') format('woff2'),
 url('https://www.terresdegap.fr/fileadmin/templates/default/fonts/dincond/dincond-bold-webfont.woff') format('woff');
 font-weight: normal;
 font-style: normal;
 }*/
@font-face {
  font-family: 'SatoshiMedium';
  src: url('https://www.terresdegap.fr/fileadmin/templates/default/fonts/satoshi/Satoshi-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SatoshiRegular';
  src: url('https://www.terresdegap.fr/fileadmin/templates/default/fonts/satoshi/Satoshi-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SatoshiBlack';
  src: url('https://www.terresdegap.fr/fileadmin/templates/default/fonts/satoshi/Satoshi-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SatoshiBold';
  src: url('https://www.terresdegap.fr/fileadmin/templates/default/fonts/satoshi/Satoshi-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SatoshiLight';
  src: url('https://www.terresdegap.fr/fileadmin/templates/default/fonts/satoshi/Satoshi-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }
/**** DEBUT STYLE DE BASE ****/
* {
  padding: 0;
  margin: 0; }

div, a, p, span, td, th, caption, li, h1, h2, h3, h4, legend, input, label, textarea, section, main, aside, article, ul {
  color: #000;
  font-size: 20px;
  line-height: 1.2em;
  font-family: 'SatoshiRegular', arial;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a[href^=tel] {
  color: inherit;
  text-decoration: none; }

a, p, textarea, input[type="text"], input[type="email"], input[type="submit"], input[type="password"] {
  -webkit-appearance: none; }

img {
  vertical-align: bottom;
  border: none; }

p {
  margin: 10px 0; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

strong {
  font-weight: 400;
  font-family: 'SatoshiMedium', arial; }
/**** STYLE DES TITRES ****/
h1, h2, h3, h4 {
  margin: 10px 0;
  line-height: 1; }

h1 {
  font-size: 30px;
  margin: 0 0 20px 0;
  font-weight: 400; }

h2 {
  font-size: 26px;
  font-weight: 400;
  font-family: 'SatoshiBlack', arial;
  text-transform: uppercase; }

h3 {
  font-size: 22px;
  font-weight: 400;
  font-family: 'dincond-bold', arial; }

h4 {
  font-size: 16px; }
/**** STYLE DES LISTES ****/
ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 5px 0; }

ol li {
  list-style-type: number;
  list-style-position: inside;
  margin: 5px 0; }

nav ul li {
  list-style: none; }

table {
  border-collapse: collapse; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover, a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover, a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #e4b9b9; }

.btn {
  display: inline-block;
  text-decoration: none !important;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out; }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none; }

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333 !important;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:focus, .btn-default.focus {
  color: #333 !important;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333 !important;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #333 !important;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
  color: #333 !important;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff !important;
  background-color: #333; }

.btn-primary {
  color: #fff !important;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary:focus, .btn-primary.focus {
  color: #fff !important;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #fff !important;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff !important;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color: #fff !important;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7 !important;
  background-color: #fff; }

.btn-success {
  color: #fff !important;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:focus, .btn-success.focus {
  color: #fff !important;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #fff !important;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: #fff !important;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
  color: #fff !important;
  background-color: #398439;
  border-color: #255625; }

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c !important;
  background-color: #fff; }

.btn-info {
  color: #fff !important;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:focus, .btn-info.focus {
  color: #fff !important;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #fff !important;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #fff !important;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
  color: #fff !important;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de !important;
  background-color: #fff; }

.btn-warning {
  color: #fff !important;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:focus, .btn-warning.focus {
  color: #fff !important;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #fff !important;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #fff !important;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
  color: #fff !important;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e !important;
  background-color: #fff; }

.btn-danger {
  color: #fff !important;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:focus, .btn-danger.focus {
  color: #fff !important;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #fff !important;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  color: #fff !important;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
  color: #fff !important;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f !important;
  background-color: #fff; }

.btn-link {
  color: #337ab7 !important;
  font-weight: normal;
  border-radius: 0; }

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent; }

.btn-link:hover, .btn-link:focus {
  color: #23527c !important;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #777 !important;
  text-decoration: none; }

form fieldset {
  border: none; }
  form fieldset > div {
    margin: 0 0 10px 0;
    clear: both;
    position: relative; }
  form fieldset .input-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
  form fieldset .layout2, form fieldset .layout3, form fieldset .layout4 {
    display: inline-block;
    float: left; }
    form fieldset .layout2 .powermail_field, form fieldset .layout3 .powermail_field, form fieldset .layout4 .powermail_field {
      display: block;
      width: 100%; }
    form fieldset .layout2 label, form fieldset .layout3 label, form fieldset .layout4 label {
      display: block;
      margin: 0 0 10px 0;
      width: auto;
      float: none; }
    form fieldset .layout2 input, form fieldset .layout3 input, form fieldset .layout4 input {
      width: 100%;
      display: inline-block; }
  form fieldset .layout2 {
    width: 49.5%;
    width: -webkit-calc(50% - 2.5px);
    width: calc(50% - 2.5px);
    padding: 0 15px; }
  form fieldset .layout3 {
    width: 33.33%;
    width: -webkit-calc(33.33% - 2.5px);
    width: calc(33.33% - 2.5px);
    padding: 0 15px; }
  form fieldset .layout4 {
    width: 24.5%;
    width: -webkit-calc(25% - 2.8px);
    width: calc(25% - 2.8px);
    padding: 0 15px; }
  form fieldset .powermail_field {
    display: block;
    overflow: hidden; }
  form fieldset .powermail_fieldwrap_type_checkn .powermail_fieldwrap_type_radio label {
    display: inline-block;
    margin: 10px 10px 0 0;
    vertical-align: top; }
    form fieldset .powermail_fieldwrap_type_checkn .powermail_fieldwrap_type_radio .radio {
      display: inline-block;
      vertical-align: middle; }
      form fieldset .powermail_fieldwrap_type_checkn .powermail_fieldwrap_type_radio .radio label {
        width: auto; }
  form fieldset .powermail_fieldwrap_type_select label, form fieldset .powermail_fieldwrap_type_country label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    width: auto; }
    form fieldset .powermail_fieldwrap_type_select.layout2 .powermail_field, form fieldset .powermail_fieldwrap_type_country.layout2 .powermail_field, form fieldset .powermail_fieldwrap_type_select.layout3 .powermail_field, form fieldset .powermail_fieldwrap_type_country.layout3 .powermail_field {
      display: block;
      width: 100%;
      position: relative; }
      form fieldset .powermail_fieldwrap_type_select.layout2 .ui-selectmenu-button, form fieldset .powermail_fieldwrap_type_country.layout2 .ui-selectmenu-button, form fieldset .powermail_fieldwrap_type_select.layout3 .ui-selectmenu-button, form fieldset .powermail_fieldwrap_type_country.layout3 .ui-selectmenu-button {
        display: block;
        width: 100% !important; }
      form fieldset .powermail_fieldwrap_type_select.layout2 label, form fieldset .powermail_fieldwrap_type_country.layout2 label, form fieldset .powermail_fieldwrap_type_select.layout3 label, form fieldset .powermail_fieldwrap_type_country.layout3 label {
        display: block;
        margin: 0 0 10px 0; }
  form fieldset .powermail_fieldwrap_type_submit .powermail_field {
    display: block;
    width: 100%; }
    form fieldset .powermail_fieldwrap_type_submit .powermail_field input {
      margin-left: auto; }
  form legend {
    display: none;
    font-size: 26px;
    font-family: 'SatoshiBlack';
    margin: 0 0 20px 0; }
  form label {
    margin: 10px 20px 0 0;
    display: inline-block;
    float: left;
    min-width: 120px;
    font-size: 18px;
    color: #000;
    font-family: 'SatoshiMedium', arial; }
  form input, form textarea {
    margin: 0;
    display: block;
    width: 100%;
    padding: 11px 10px;
    border: none;
    color: #000;
    border: 1px solid #000;
    font-family: 'SatoshiMedium', arial;
    font-size: 14px;
    background-color: transparent; }
  form input.datepicker, form textarea.datepicker {
    padding-right: 50px;
    background-image: url('https://www.terresdegap.fr/fileadmin/templates/default/images/icon_datepicker.png');
    background-repeat: no-repeat;
    background-position: right 10px center; }
  form textarea {
    resize: none;
    height: 130px; }

form fieldset .mandatory {
  display: none; }

input::-webkit-inner-spin-button {
  opacity: 0;
  display: none; }

input:-moz-inner-spin-button {
  opacity: 0;
  display: none; }

input:-ms-inner-spin-button {
  opacity: 0;
  display: none; }

form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: inherit;
  font-size: inherit; }

form input:-moz-input-placeholder, form textarea:-moz-input-placeholder {
  color: inherit;
  font-size: inherit; }

form input:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  color: inherit;
  font-size: inherit; }

form input[type="radio"], form input[type="checkbox"] {
  width: auto;
  border: none;
  vertical-align: middle; }

input[type="submit"], input[type="reset"], button {
  width: auto;
  display: block;
  cursor: pointer;
  border: none;
  background-color: #000;
  color: #fff !important;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  font-family: 'SatoshiMedium', arial;
  position: relative;
  line-height: 1.3; }

input[type="submit"]:hover, input[type="reset"]:hover, button:hover, input[type="submit"]:active, input[type="reset"]:active, button:active {
  background-color: #02746f; }

.input-checkbox:after, .input-radio:after {
  clear: both;
  content: "";
  display: block; }

.icheckbox input {
  top: 0;
  left: 0; }

.icheckbox {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  background: #fff;
  position: relative;
  background-position: center center;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out; }

.input-checkbox .icheckbox, .input-radio .iradio {
  float: left;
  margin-right: 10px; }

.input-checkbox label, .input-radio label {
  overflow: hidden;
  float: none;
  display: block; }

.input-checkbox:hover .icheckbox {
  background-color: #91bc1d; }

.icheckbox.checked {
  background: url('https://www.terresdegap.fr/fileadmin/templates/default/images/icon_check.png') no-repeat center center;
  background-color: #6f9016 !important; }

.iradio {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #000;
  position: relative;
  background-color: #fff;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out; }

.iradio.checked:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 20px;
  background-color: #6f9016; }

.tx-powermail .powermail_fieldwrap_type_recaptcha label {
  display: none; }

.tx-powermail .g-recaptcha > div {
  width: 100% !important;
  max-width: 100%; }

.tx-powermail iframe {
  max-width: 100%; }

body .body-mobile {
  height: 100%; }

body .body-mobile.loading-img {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('https://www.terresdegap.fr/fileadmin/templates/default/images/loader.svg') no-repeat center center;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 100; }

body .body-mobile.loading-img:before {
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.75); }

::-moz-selection {
  background: #95c11f;
  color: #fff; }

::selection {
  background: #95c11f;
  color: #fff; }
/**** STYLE BOUTONS / TEXTE ****/
.bt-blanc, .bt-green, .bt-green2, .bt-blue, .bt-blue2, .bt-blue3, .bt-grey, .bt-pink {
  display: inline-block;
  padding: 10px 15px;
  background-color: #fff;
  color: #009a93 !important;
  font-size: 18px;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  font-family: 'SatoshiRegular', arial;
  position: relative;
  text-decoration: none !important; }

.bt-blanc:hover, .bt-blanc:active, .bt-blanc:focus {
  background-color: #01423f;
  color: #fff;
  text-decoration: none; }

.bt-blue {
  background-color: #009a93;
  color: #fff !important; }

.bt-blue:hover, .bt-blue:active, .bt-blue:focus {
  background-color: #006762; }

.bt-blue2 {
  background-color: #02746f;
  color: #fff !important; }

.bt-blue2:hover, .bt-blue2:active, .bt-blue2:focus {
  background-color: #01423f; }

.bt-blue3 {
  background-color: #0069b4;
  color: #fff !important; }

.bt-blue3:hover, .bt-blue3:active, .bt-blue3:focus {
  background-color: #004b81; }

.bt-green {
  background-color: #95c11f;
  color: #fff !important; }

.bt-green:hover, .bt-green:active, .bt-green:focus {
  background-color: #739518; }

.bt-green2 {
  background-color: #6f9016;
  color: #fff !important; }

.bt-green2:hover, .bt-green2:active, .bt-green2:focus {
  background-color: #4d640f; }

.bt-grey {
  background-color: #c1c1c1;
  color: #fff !important; }

.bt-grey:hover, .bt-grey:active, .bt-grey:focus {
  background-color: #a8a8a8; }

.bt-pink {
  background-color: #ff00a7;
  color: #fff !important; }

.bt-pink:hover, .bt-pink:active, .bt-pink:focus {
  background-color: #cc0086; }

.align-center {
  text-align: center; }

.txt-vert {
  color: #95c11f !important; }

.txt-vert2 {
  color: #6f9016 !important; }

.txt-bleu {
  color: #009a93 !important; }

.txt-bleu2 {
  color: #02746f !important; }

.txt-bleu3 {
  color: #0069b4 !important; }

.txt-gris {
  color: #c1c1c1 !important; }

.block-green {
  background-color: #95c11f;
  padding: 20px;
  color: #fff !important; }
  .block-green * {
    color: #fff !important; }

.block-blue {
  background-color: #009a93;
  padding: 20px;
  color: #fff !important; }
  .block-blue * {
    color: #fff !important; }

.block-grey {
  background-color: #c1c1c1;
  padding: 20px;
  color: #fff !important; }
  .block-grey * {
    color: #fff !important; }

.size_12 {
  font-size: 12px !important;
  vertical-align: bottom;
  line-height: 1.1 !important; }

.size_14 {
  font-size: 14px !important;
  vertical-align: bottom;
  line-height: 1.1 !important; }

.size_16 {
  font-size: 16px !important;
  vertical-align: bottom;
  line-height: 1.1 !important; }

.size_18 {
  font-size: 18px !important;
  vertical-align: bottom;
  line-height: 1.1 !important; }

.size_20 {
  font-size: 20px !important;
  vertical-align: bottom;
  line-height: 1.1 !important; }

.size_22 {
  font-size: 22px !important;
  vertical-align: bottom;
  line-height: 1.1 !important; }

.size_24 {
  font-size: 24px !important;
  vertical-align: bottom;
  line-height: 1.1 !important; }

.size_30 {
  font-size: 30px !important;
  vertical-align: bottom;
  line-height: 1.1 !important; }

.size_36 {
  font-size: 36px !important;
  vertical-align: bottom;
  line-height: 1.1 !important; }

.size_38 {
  font-size: 36px !important;
  vertical-align: bottom;
  line-height: 1.1 !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-left {
  text-align: left !important; }

.text-justify {
  text-align: justify !important; }

p.p-cadre {
  padding: 15px;
  border: 1px solid #000; }

.block-cadre {
  padding: 15px;
  border: 1px solid #000; }
/**** FIN STYLE BOUTONS / TEXTE ****/
@media screen and (min-width: 320px) {
  #acc-font {
    float: none;
    text-align: right;
    margin-top: 0; }

  div, a, p, span, td, th, caption, li, h1, h2, h3, h4, legend, input, label, textarea, section, main, aside, article, ul {
    font-size: 14px; }

  .size_18 {
    font-size: 14px !important; }

  .size_20 {
    font-size: 16px !important;
    vertical-align: bottom;
    line-height: 1.1 !important; }

  .size_22 {
    font-size: 18px !important; }

  .size_24 {
    font-size: 20px !important; }

  .size_30 {
    font-size: 22px !important; }

  .size_36 {
    font-size: 24px !important; }

  .size_38 {
    font-size: 26px !important; }

  h2 {
    font-size: 20px; }

  h3 {
    font-size: 18px; }

  #main-wrap.content-green #main .teaser-text p {
    font-size: 16px; }

  html {
    overflow-x: hidden;
    overflow-y: auto; }

  body {
    overflow: visible; }

  #logo {
    max-width: 80%;
    margin-top: 0px !important;
    padding-top: 50px !important; }
    #logo img {
      max-width: 100%;
      height: auto; }

  .body-home #wrap {
    padding: 0 0px;
    height: auto; }

  #main-wrap {
    height: auto; }

  #main-title {
    position: static;
    padding: 0 20px;
    margin-bottom: 40px; }
    #main-title h1 {
      font-size: 22px; }

  #right-wrap, #left-wrap {
    position: static;
    width: 100%; }

  #right-wrap {
    padding: 0 20px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }

  #left-wrap {
    z-index: inherit; }
    #left-wrap .mobile-menu {
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 52;
      display: block;
      margin: 0; }
      #left-wrap .mobile-menu * {
        color: #000; }
      #left-wrap .mobile-menu:after, #left-wrap .mobile-menu:before {
        background-color: #000; }
    #left-wrap .content-left-wrap {
      position: fixed !important;
      overflow-y: auto;
      z-index: 50;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.8);
      padding: 40px;
      -webkit-transition: all 0.3s 0s ease-in-out;
      -moz-transition: all 0.3s 0s ease-in-out;
      transition: all 0.3s 0s ease-in-out;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
    #left-wrap.active .content-left-wrap {
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); }
      #left-wrap.active .mobile-menu {
        z-index: 52; }
        #left-wrap.active .mobile-menu * {
          color: #000; }
        #left-wrap.active .mobile-menu:after, #left-wrap.active .mobile-menu:before {
          background-color: #000; }

  #reservation-widget #widget-panier {
    max-width: 50%;
    width: 145px; }
    #reservation-widget .OsPanier {
      width: 100%; }
      #reservation-widget .OsPanier .contenu {
        left: 40px;
        right: 40px;
        top: 75px;
        width: auto;
        z-index: 5; }
@keyframes topBar_open {
      0% {
        transform: translateY(0px) translateX(1px) rotate(0deg);
        width: 30px; }
      10% {
        transform: translateY(-8px) translateX(1px) rotate(0deg);
        width: 30px; }
      50% {
        transform: translateY(8px) translateX(1px) rotate(45deg);
        width: 38px; }
      75% {
        transform: translateY(-2px) translateX(1px) rotate(45deg);
        width: 38px; }
      100% {
        transform: translateY(0px) translateX(1px) rotate(45deg);
        width: 38px; } }
@keyframes bottomBar_open {
      0% {
        transform: translateY(0px) translateX(-1px) rotate(0deg);
        width: 30px; }
      10% {
        transform: translateY(-8px) translateX(-1px) rotate(0deg);
        width: 30px; }
      60% {
        transform: translateY(-5px) translateX(-1px) rotate(-45deg);
        width: 38px; }
      75% {
        transform: translateY(-15px) translateX(-1px) rotate(-45deg);
        width: 38px; }
      100% {
        transform: translateY(-11px) translateX(-1px) rotate(-45deg);
        width: 38px; } }
@keyframes menuLabel_open {
      0% {
        transform: translateY(0px);
        opacity: 1; }
      25% {
        transform: translateY(-18px); }
      45% {
        transform: translateY(44px);
        opacity: 1; }
      48% {
        transform: translateY(50px);
        opacity: 0; }
      100% {
        transform: translateY(30px);
        opacity: 0; } }
@keyframes topBar_close {
      0% {
        transform: translateY(0px) rotate(45deg);
        width: 38px; }
      35% {
        transform: translateY(-8px) rotate(-4deg);
        width: 30px; }
      53% {
        transform: translateY(10px) rotate(3deg);
        width: 30px; }
      70% {
        transform: translateY(-6px) rotate(0deg);
        width: 30px; }
      100% {
        transform: translateY(-2px) rotate(0deg);
        width: 30px; } }
@keyframes bottomBar_close {
      0% {
        transform: translateY(-15px) rotate(-45deg);
        width: 38px; }
      35% {
        transform: translateY(-18px) rotate(6deg);
        width: 30px; }
      53% {
        transform: translateY(0px) rotate(-3deg);
        width: 30px; }
      68% {
        transform: translateY(-7px) rotate(0deg);
        width: 30px; }
      100% {
        transform: translateY(0px) rotate(0deg);
        width: 30px; } }
@keyframes menuLabel_close {
      0% {
        transform: translateY(30px);
        opacity: 0; }
      5% {
        transform: translateY(25px);
        opacity: 1; }
      25% {
        transform: translateY(-30px);
        opacity: 1; }
      37% {
        transform: translateY(-22px);
        opacity: 1; }
      45% {
        transform: translateY(-22px);
        opacity: 1; }
      58% {
        transform: translateY(8px) rotate(-10deg);
        opacity: 1; }
      83% {
        transform: translateY(-6px) rotate(0deg);
        opacity: 1; }
      100% {
        transform: translateY(0px);
        opacity: 1; } }
  .body-inte .mobile-menu:after, .body-inte .mobile-menu:before {
    background-color: #000; }
    .body-inte .mobile-menu .text {
      color: #000; }

  .mobile-menu {
    display: inline-block;
    position: relative;
    margin: 0px auto;
    text-align: center;
    width: 30px;
    height: 40px;
    z-index: 10;
    position: absolute;
    right: 20px;
    top: 0px; }

  .mobile-menu:before, .mobile-menu:after {
    content: '';
    width: 100%;
    height: 6px;
    background-color: #fff;
    display: block;
    position: absolute;
    border-radius: 10px; }

  .mobile-menu:before {
    transform-origin: left center; }

  .mobile-menu:after {
    right: 0;
    top: 10px;
    transform-origin: right center; }

  .mobile-menu .text {
    color: #fff;
    display: block;
    position: absolute;
    bottom: 5px;
    font-size: 14px;
    text-transform: lowercase;
    letter-spacing: 2px; }

  .mobile-menu:hover {
    cursor: pointer; }

  #left-wrap.active .mobile-menu:before {
    animation: topBar_open 1s ease-in-out;
    animation-fill-mode: forwards; }

  #left-wrap.active .mobile-menu:after {
    animation: bottomBar_open 1s ease-in-out;
    animation-fill-mode: forwards; }

  #left-wrap.active .mobile-menu .text {
    animation: menuLabel_open 1s ease-in;
    animation-fill-mode: forwards; }

  .mobile-menu:before {
    animation: topBar_close 1s ease-in-out;
    animation-fill-mode: forwards; }

  .mobile-menu:after {
    animation: bottomBar_close 1s ease-in-out;
    animation-fill-mode: forwards; }

  .mobile-menu .text {
    animation: menuLabel_close 1s ease-in;
    animation-fill-mode: forwards; }

  #right-wrap .block-green {
    max-width: 335px;
    width: 100%;
    margin: 0 0px 20px 0px !important; }

  #right-wrap .block-green .list-instagram .image {
    display: block; }

  #wrap {
    padding: 0;
    height: auto; }

  #list-sitra {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }

  #main-wrap.content-green #main-content {
    float: none;
    width: 100%;
    padding: 20px;
    height: auto; }
    #main-wrap.content-green #main-content #main {
      height: auto ! important;
      padding: 0; }
    #main-wrap.content-green #main-content h1 {
      padding: 0 0 20px 0; }
    #main-wrap.content-green #main-content h2 {
      font-size: 20px; }
    #main-wrap.content-green #main-content h3 {
      font-size: 18px; }
    #main-wrap.content-green #main-content .bottom-sitra .block-bottom {
      float: none;
      width: 100%; }

  #main-wrap.content-green.columns-three #main-content, #main-wrap.content-green.columns-three #right-content {
    width: 100%; }

  #main-wrap #right-content {
    float: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background-color: transparent; }
    #main-wrap #right-content .slideshow-content {
      height: auto; }
    #main-wrap #right-content img {
      max-width: 100% !important;
      width: auto !important;
      height: auto !important;
      position: static !important;
      min-height: 0 !important;
      min-width: 0 !important;
      margin: 0 auto;
      display: block;
      transform: none !important; }
    #main-wrap #right-content #second-content {
      height: auto; }
    #main-wrap #right-content #second-content #navigation-apidae {
      float: none;
      margin: 0 0 20px 0;
      width: 100%; } }

@media screen and (min-width: 320px) and (max-width: 600px) {
  #main-content #main .list-news .news .image {
    float: none;
    width: 100%;
    margin: 0 auto; }

  #wrap main .row .tx-apidae #list-sitra .sitra {
    width: 100%; } }

@media screen and (min-width: 320px) and (max-width: 769px) {
  #tour-de-france {
    position: relative;
    left: 0;
    margin: 100px auto 20px auto !important; }

  .body-inte #main-content {
    padding: 25px 30px 25px 30px; }
    .body-inte #main-content #main h1 {
      font-size: 24px; }

  .body-inte header {
    display: block; }
    .body-inte header #logo {
      margin-top: 0px !important;
      padding-top: 50px !important;
      float: none;
      width: 100%; }
    .body-inte header #filter {
      float: none;
      width: 100%;
      padding: 20px; }
      .body-inte header #filter .bt-print {
        top: 15px; }
      .body-inte header #filter .form-std legend {
        font-size: 22px; }
      .body-inte header #filter .form-std .flex > div {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
        padding: 0; }
        .body-inte header #filter .form-std .flex > div:after {
          clear: both;
          content: "";
          display: block; }
        .body-inte header #filter .form-std .flex:after {
          clear: both;
          content: "";
          display: block; }

  #list-sitra .sitra {
    width: 100%; }
    #list-sitra .sitra .info h2 {
      font-size: 20px; }
      #list-sitra .sitra .info p {
        font-size: 14px; }
      #list-sitra .sitra .info .txt-phone {
        font-size: 16px; }
    #list-sitra .sitra .content-hover {
      padding: 40px 20px 20px 20px; }
      #list-sitra .sitra .content-hover .title {
        font-size: 20px; }
      #list-sitra .sitra .content-hover * {
        font-size: 14px; }
      #list-sitra .sitra .content-hover a.bt-blanc {
        font-size: 18px; }

  #wrap main .row {
    display: block;
    margin: 0; }
    #wrap main .row .column {
      display: block;
      border: none;
      padding: 0; }
    #wrap main .row .ce-gallery .ce-row {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; }
      #wrap main .row .ce-gallery .ce-row .ce-column {
        margin: 10px; }

  form label {
    display: block;
    margin: 0 0 10px 0;
    float: none; }

  form fieldset .input-flex {
    display: block; }

  form fieldset .layout2 {
    float: none;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0 0 10px 0; } }

@media screen and (min-width: 320px) and (max-width: 949px) {
  #main-menu > ul > li > ul {
    display: none; }
    #main-menu > ul > li > ul > li > a {
      font-size: 18px;
      text-align: left;
      padding: 5px 20px; }
      #main-menu > ul > li > ul > li > a img {
        display: none; }
    #main-menu > ul > li > ul > li > ul {
      padding: 5px 20px;
      position: static;
      width: 100%;
      opacity: 1;
      visibility: visible;
      display: none;
      transition: none; }
      #main-menu > ul > li > ul > li > ul li {
        font-size: 16px;
        margin: 0px 0;
        padding: 5px 0; }
        #main-menu > ul > li > ul > li > ul li ul li {
          margin: 0;
          padding: 2px 0; }
          #main-menu > ul > li > ul > li > ul li ul li a {
            font-size: 14px; }

  #main-menu > ul > li > ul > li.active > a, #main-menu > ul > li > ul > li.active-focus > a {
    padding: 5px 20px; } }

@media screen and (min-width: 500px) {
  .body-inte header #filter .form-std .flex > div {
    float: left;
    width: 50%;
    padding-right: 20px; } }

@media screen and (min-width: 770px) {
  /*#main-menu >ul >li {
   >ul{
   @include gradient($vert, rgba(0, 0, 0, 0.6), top, bottom);
   }
   &:nth-child(2) >ul{
   @include gradient($vert2, rgba(0, 0, 0, 0.6), top, bottom);
   }
   &:nth-child(3) >ul{
   @include gradient($bleu, rgba(0, 0, 0, 0.6), top, bottom);
   }
   &:nth-child(4) >ul{
   @include gradient($bleu2, rgba(0, 0, 0, 0.6), top, bottom);
   }
   &:nth-child(5) >ul{
   @include gradient($bleu3, rgba(0, 0, 0, 0.6), top, bottom);
   }
   }*/
    #tour-de-france {
      left: 20px; }
    .body-home {
      overflow: hidden; }
    #left-wrap {
      position: static; }
      #left-wrap .mobile-menu {
        top: 10px;
        left: 10px; }
      #left-wrap .content-left-wrap {
        position: fixed;
        width: 450px;
        z-index: 10;
        padding: 15px 0;
        background-color: rgba(0, 0, 0, 0.8); }
    #right-wrap {
      width: 335px;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0; }
      #right-wrap .block-green {
        margin: 0 0 20px 0 !important; }
    .body-inte header #filter .bt-print {
      top: 10px;
      right: 10px; }
    #main-wrap #logo {
      text-align: left; }
    #main-title {
      position: fixed;
      left: 40px;
      bottom: 40px;
      padding: 0;
      margin: 0; }
      #main-title h1 {
        text-align: left;
        font-size: 30px; }
    #main-menu > ul > li > ul > li > ul {
      padding: 20px; }
    #main-menu > ul > li > ul > li ul li {
      margin: 10px 0; }
    #list-sitra .sitra {
      width: 50%; }
    #wrap main .row .tx-apidae #list-sitra .sitra {
      width: 100%; }
    #wrap main .row #right {
      flex: 1;
      padding: 0 20px; }
    .body-inte #main-wrap #logo {
      text-align: center; }
    .body-inte header #filter {
      padding: 20px; }
      .body-inte header #filter .form-std legend {
        font-size: 26px; }
    #main-wrap.content-green #main-content .bottom-sitra .block-bottom {
      float: left;
      width: 33.33%; }
    #main-wrap #right-content #second-content #navigation-apidae {
      float: left;
      width: 155px; } }

@media screen and (min-width: 770px) and (max-height: 880px) {
  #right-wrap {
    display: block;
    width: auto; }
    #right-wrap .block-green {
      float: right;
      margin-left: auto !important; }
    #right-wrap #agenda {
      clear: both; }
    #right-wrap #instagram {
      margin: 0px 20px 0 0 !important; } }

@media screen and (min-width: 770px) and (max-height: 720px) {
  #main-title {
    position: static;
    padding: 0 20px; } }
