@import "../../plugins/opn_inlineeditor/opn_menu/opn_menu_front.css";
#contenair .radio-line {
  padding: 10px 20px 10px 0;
  float: left;
}
#contenair [type="radio"]:not(:checked),
#contenair [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
#contenair [type="radio"]:not(:checked) + label,
#contenair [type="radio"]:checked + label {
  position: relative;
  padding: 0px 5px 0px 26px;
  margin-left: 0;
  display: inline-block;
  cursor: pointer;
  line-height: 24px;
  height: 24px;
}
#contenair [type="radio"]:not(:checked) + label:before,
#contenair [type="radio"]:checked + label:before {
  content: "\f1db";
  font-family: fontawesome;
  position: absolute;
  left: 1px;
  top: 0px;
  font-size: 24px;
  color: #c6c6c6;
}
#contenair [type="radio"]:not(:checked) + label:after,
#contenair [type="radio"]:checked + label:after {
  content: "\f111 ";
  font-family: fontawesome;
  position: absolute;
  top: 0px;
  left: 5px;
  line-height: 24px;
  font-size: 14px;
  color: #222;
  transition: transform 0.2s, opacity 0s;
}
#contenair [type="radio"]:not(:checked) + label:after {
  transition: transform 0.5s, opacity 1s;
}
#contenair [type="radio"]:not(:checked) + label:after {
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  opacity: 0;
  transform: scale(0);
}
#contenair [type="radio"]:checked + label:after {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  opacity: 1;
  transform: scale(1);
}
#contenair [type="radio"]:disabled:not(:checked) + label:before,
#contenair [type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
#contenair [type="radio"]:disabled:checked + label:after {
  color: #999;
}
#contenair [type="radio"]:disabled + label {
  color: #aaa;
}
#contenair [type="radio"]:disabled:not(:checked) + label:before,
#contenair [type="radio"]:disabled:checked + label:before {
  color: #eee;
}
#contenair [type="radio"]:disabled:checked + label:after {
  color: #eee;
}
#contenair [type="radio"]:disabled + label {
  color: #aaa;
}
#contenair [type="radio"]:hover:not(:disabled) + label:before {
  color: #222;
}
#contenair [type="radio"]:checked:not(:disabled):hover + label:after {
  color: #222;
}
#contenair .checkbox-line {
  padding: 10px 0;
}
#contenair [type="checkbox"]:not(:checked),
#contenair [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
#contenair [type="checkbox"]:not(:checked) + label,
#contenair [type="checkbox"]:checked + label {
  position: relative;
  padding: 7px 5px 7px 26px;
  padding-right: 30px;
  cursor: pointer;
  display: block;
}
#contenair [type="checkbox"]:not(:checked) + label:before,
#contenair [type="checkbox"]:checked + label:before {
  box-shadow: inset 0 0 0 2px #c6c6c6;
  position: absolute;
  left: 0px;
  top: 4px;
  content: '';
  width: 20px;
  height: 20px;
  transition: transform 0.2s, opacity 0.2s;
}
#contenair [type="checkbox"]:not(:checked) + label:after,
#contenair [type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  box-shadow: inset 0 0 0 6px #222;
  top: 8px;
  left: 4px;
  font-size: 14px;
  color: #222;
  transition: transform 0.2s, opacity 0s;
  line-height: 20px;
  width: 12px;
  height: 12px;
}
#contenair [type="checkbox"]:not(:checked) + label:after {
  transition: transform 0.5s, opacity 1s;
}
#contenair [type="checkbox"]:not(:checked) + label:after {
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  opacity: 0;
  transform: scale(0);
}
#contenair [type="checkbox"]:checked + label:after {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  opacity: 1;
  transform: scale(1);
}
#contenair [type="checkbox"]:disabled:not(:checked) + label:before,
#contenair [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
#contenair [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
#contenair [type="checkbox"]:disabled + label {
  color: #aaa;
}
#contenair [type="checkbox"]:disabled:checked + label:after {
  box-shadow: inset 0 0 0 2px #eee;
}
#contenair [type="checkbox"]:disabled:not(:checked) + label:before,
#contenair [type="checkbox"]:disabled:checked + label:before {
  box-shadow: inset 0 0 0 2px #eee;
}
#contenair [type="checkbox"]:disabled:checked + label:after {
  box-shadow: inset 0 0 0 2px #eee;
}
#contenair [type="checkbox"]:disabled + label {
  color: #aaa;
}
#contenair [type="checkbox"]:not(:disabled):hover + label:before {
  box-shadow: inset 0 0 0 2px #222;
}
#contenair .required-asterisk {
  font-size: 140%;
  color: #f00;
  vertical-align: middle;
  line-height: 100%;
}
#contenair .required-fields-label {
  float: right;
  position: relative;
  top: 60px;
}
#contenair .selectedItems {
  display: none;
}
#contenair .div-field-date {
  position: relative;
}
#contenair .div-field-date .dashicons {
  display: initial;
}
#contenair .div-field-date .dashicons:before {
  position: absolute;
  right: 17px;
  top: 34px;
  color: #aaa;
}
#contenair .formulaire-eudonet .label,
#contenair .search-dbview .label {
  color: #aaa;
  font-family: Helvetica, Arial;
  font-size: 17px;
}
#contenair .submit-formulaire {
  padding: 10px 40px;
  float: right;
  font-family: Helvetica, Arial;
  font-size: 16px;
}
#contenair .submit-formulaire:hover {
  background: #222;
  transition: all 1s;
}
#contenair .div-field-memo {
  width: 99%;
}
#contenair form input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 100px #FFF !important;
  -webkit-text-fill-color: #555 !important;
}
#contenair form input:-webkit-autofill.errorfield {
  border: 2px solid #D20000;
  -webkit-text-fill-color: #f00 !important;
}
#contenair ::-webkit-input-placeholder {
  color: #D3D3D3;
  font-size: 18px;
  line-height: 22px;
}
#contenair :-moz-placeholder {
  color: #D3D3D3;
  font-size: 16px;
  line-height: 22px;
}
#contenair ::-moz-placeholder {
  color: #D3D3D3;
  font-size: 16px;
  line-height: 22px;
}
#contenair :-ms-input-placeholder {
  color: #D3D3D3;
  font-size: 16px;
  line-height: 22px;
}
#contenair .label.poslibleft {
  float: left;
  width: 20%;
  line-height: 28px;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#contenair input.poslibleft {
  float: left;
}
#contenair .label.poslibright {
  float: right;
  width: 18%;
  line-height: 28px;
}
#contenair [type="text"],
#contenair [type="password"],
#contenair textarea {
  background: #fff;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #aaa;
  padding: 10px 20px 10px 5px;
  line-height: 20px;
  border-radius: 0;
  font-weight: 300;
  width: 100%;
  font-family: Helvetica, Arial;
  font-size: 15px;
  color: #aaa;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#contenair [type="text"]:focus,
#contenair [type="password"]:focus,
#contenair textarea:focus {
  color: #222;
}
#contenair textarea {
  padding-left: 3px;
  width: 100%;
  resize: vertical;
}
button.button_opn,
[type="submit"] {
  background: #aaa;
  color: #FFF !important;
  padding: 10px 10px;
  border: none;
  position: relative;
  cursor: pointer;
  transition: all .2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  transition: all 0.5s;
}
[type="submit"]:disabled {
  background: rgba(120,184,46,0.29) !important;
  color: #A1A1A1 !important;
  cursor: not-allowed;
}
button.button_opn:hover,
[type="submit"]:not(:disabled):hover {
  background-color: #222;
  transition: all 1s;
}
.styled-select {
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  margin-bottom: -5px;
  position: relative;
  width: 100%;
}
.styled-select:after {
  content: "\f078";
  color: #aaa;
  position: absolute;
  right: 0;
  line-height: 38px;
  right: 20px;
  font-size: 20px;
  font-family: fontawesome;
  z-index: -1;
}
#ie9 .styled-select {
  background: none;
}
.styled-select:hover:after {
  color: #222;
}
.styled-select select {
  background: transparent;
  line-height: 1;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0 !important;
  height: 38px;
  width: 100%;
  font-family: Helvetica, Arial;
  font-size: 15px;
  color: #aaa;
  border-radius: 0px !important;
}
.styled-select select[multiple="multiple"] {
  height: auto;
}
.degrad {
  background: url("/wp-content/themes/opntemplate/images/new_arrow_degrad.png") repeat scroll 0 0 rgba(0,0,0,0);
  height: 30px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 36px;
  pointer-events: none;
}
.input-croix {
  position: relative;
  overflow: hidden;
}
.clear-input {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -30px;
  background-image: none;
  cursor: pointer;
}
.clear-input:after {
  content: "\f158";
  font-family: "dashicons";
  font-size: 15px;
  line-height: 32px;
  color: #aaa;
}
.clear-input:hover:after {
  color: #222;
}
.div-field .error:before {
  border-bottom: 1px solid #f00;
}
.pods-validate-error,
.champ-incorrect input,
.champ-incorrect textarea,
.error-field-formulaire,
.formulaire-eudonet .error {
  border: 1px solid #F00 !important;
}
.div-field label.error {
  border: none !important;
}
.div-field #containerupload {
  margin: 10px 0;
}
.div-field a.application:hover {
  color: #333;
}
.div-field a.application:hover:after {
  content: "";
}
.div-field #pickfiles {
  color: #fff;
  background-color: #aaa;
  padding: 10px 20px;
  font-family: Helvetica, Arial;
  font-size: 16px;
  text-decoration: none;
}
.div-field #pickfiles:hover {
  background: #222;
  transition: all 1s;
}
.div-field #filelist {
  border: 1px solid #aaa;
  padding: 10px;
  min-height: 20px;
}
.div-field-titre,
.div-field-titrebloc {
  font-family: Helvetica, Arial;
  font-size: 25px;
  color: #D3D3D3;
  margin: 20px 0 0 0;
}
.div-field-texte {
  font-family: arial;
  font-size: 15px;
  color: #333;
}
.div-field-commentaire {
  font-family: arial;
  font-size: 15px;
  color: #D3D3D3;
  font-style: italic;
}
.div-field .label-captcha-question {
  float: left;
  font-size: 20px;
  font-family: Helvetica, Arial;
  color: #D3D3D3;
  margin: 0 10px 0 0;
}
.div-field .detail-captcha input {
  height: 38px;
  width: 70%;
}
.alert {
  font-weight: bold;
  padding: 10px;
  margin: 5px 0px;
  border: none;
  display: none;
}
.alert .message {
  font-weight: normal;
}
.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.alert-success {
  display: none;
  font-family: Helvetica, Arial;
  font-size: 20px;
  color: #FFF;
  background-color: #aaa;
  border: 1px solid #aaa;
  padding: 10px;
}
.alert.alert-visible {
  display: block;
}
.div-field .captcha-question {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background-color: #F2F2F2;
  float: left;
  padding: 3px 0 3px 10px;
}
.div-field#containerfiles {
  width: 97% !important;
}
.champ-incorrect .error-message {
  color: #F00 !important;
  font-weight: bold;
}
.pods-validate-error-message {
  display: none !important;
}
a[href^=tel],
a[href^=tel]:visited,
a[href^=tel]:focus,
a[href^=tel]:hover {
  color: inherit;
  text-decoration: none;
}
::-ms-clear {
  display: none;
}
.opn_container ul.pods-dfv-list-queue {
  margin: 10px 0 5px !important;
  top: 9px;
  position: absolute;
  left: 35px;
  width: 67%;
  background: transparent !important;
  border: none !important;
}
.opn_container ul.pods-dfv-list-queue li.pods-dfv-list-item li.pods-progress,
.opn_container ul.pods-dfv-list-queue li.pods-dfv-list-item li.pods-progress div.progress-bar {
  border-radius: 10px;
  height: 10px !important;
  top: 10px;
  background-color: #aaa;
}
.opn_container .pods-dfv-list-queue .error {
  color: red;
  bottom: -5px;
  right: 0;
  position: fixed;
}
.pods-field-template-rows ul,
.pods-field-template-rows li {
  margin: 0px !important;
}
ul.pods-dfv-list-meta.media-item {
  margin: 10px 20px !important;
}
.opn_container .pods-ui-file-list.pods-field-template-rows {
  min-height: 42px;
  border: 1px solid #aaa;
  margin-top: 38px;
}
.opn_container .pods-dfv-list-name input {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}
ul.pods-dfv-list li.pods-dfv-list-handle span:before {
  content: "\f333" !important;
}
li.pods-dfv-list-item:hover {
  background: none !important;
}
.opn_container .pods-dfv-field .pods-ui-form {
  position: absolute;
  top: 20px;
}
.opn_container .button.pods-dfv-list-add {
  display: none;
}
.opn_container .moxie-shim-html5 {
  color: #ffffff;
  background-color: #aaa;
  padding: 10px 15px;
  font-family: Helvetica, Arial;
  font-size: 20px;
  height: 15px !important;
  width: 20px !important;
  text-decoration: none;
  cursor: pointer;
}
.opn_container .moxie-shim-html5:hover {
  background-color: #222;
}
ul.pods-dfv-list,
.pods-dfv-field .pods-pick-values>ul {
  border: none;
}
input[type="file"] {
  cursor: pointer !important;
}
ul.pods-dfv-list.ui-sortable {
  margin: 0;
  border: none !important;
}
.pods-form-front ul.pods-dfv-list li.pods-dfv-list-icon img {
  width: initial !important;
}
.pods-form-front ul.pods-dfv-list li.pods-dfv-list-icon {
  width: 80px;
  height: 20px;
  line-height: 30px;
  display: none;
}
.opn_container .moxie-shim-html5:after {
  content: "\f316";
  font-family: dashicons;
}
li.pods-field.pods-field-html-class {
  list-style-type: none;
}
.dashicons-calendar-alt:before {
  position: absolute;
  right: 25px;
  top: 11px;
  color: #aaa;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  display: none;
}
.ui-datepicker {
  border: 1px solid #aaa !important;
  border-radius: 0px !important;
  box-shadow: none ! important;
}
.ui-datepicker-header {
  background: #fff !important;
  border-radius: 0px !important;
  border: 0px !important;
  padding: 0em !important;
}
.ui-datepicker-calendar .ui-state-default.ui-state-hover {
  font-weight: normal !important;
  border-radius: 0px !important;
  text-shadow: 0 0 0 !important;
  color: #222 !important;
}
.ui-datepicker-calendar .ui-state-default.ui-state-active {
  font-weight: normal !important;
  background: #aaa !important;
  border-radius: 0px !important;
  text-shadow: 0 0 0 !important;
  color: #fff !important;
}
.ui-datepicker-calendar .ui-datepicker-today .ui-state-default {
  border: 1px solid #aaa !important;
  border-radius: 0px !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: none !important;
  color: #222 !important;
  text-align: center;
  border: 1px solid #fff !important;
  transition: all 0s;
}
.ui-datepicker-calendar .ui-state-default:hover {
  background-color: #aaa !important;
  border-radius: 0px !important;
  color: #fff !important;
  transition: all 0s;
}
.ui-datepicker-calendar th {
  color: #aaa;
}
.ui-datepicker-buttonpane {
  border: 0px !important;
}
button.ui-datepicker-current {
  display: none;
}
button.ui-datepicker-close {
  background: #fff !important;
  border-radius: 0px !important;
  color: #aaa !important;
  font-family: Helvetica, Arial !important;
  font-weight: 400 !important;
}
button.ui-datepicker-close:hover {
  background: #222 !important;
  border-radius: 0px !important;
  color: #fff !important;
  font-family: Helvetica, Arial !important;
  font-weight: 400 !important;
}
.ui-datepicker .ui-datepicker-title {
  font-size: 15px !important;
  margin: 0 !important;
  font-family: Helvetica, Arial !important;
  color: #aaa;
  text-shadow: none !important;
  background: #fff !important;
}
.ui-datepicker-year,
.ui-datepicker-month {
  width: 100% !important;
  background-color: #aaa;
  color: #fff;
  font-family: Helvetica, Arial !important;
  cursor: pointer;
}
.ui-datepicker option {
  background-color: #fff;
  color: #aaa;
}
dt.ui_tpicker_time_label {
  display: none;
}
.ui_tpicker_time_input {
  border-bottom: 0px !important;
}
.ui-timepicker-div dl {
  margin: 0;
  font-family: Helvetica, Arial;
}
.ui-timepicker-div dl dt {
  font-weight: 400 !important;
  padding: 0 0 0 10px;
}
.ui-timepicker-div .ui-widget-header {
  border: 0px !important;
}
.ui-timepicker-div dl dd {
  margin: 0px 10px 20px 130px !important;
}
.ui-timepicker-div dl dt {
  position: relative;
  top: -12px;
}
.ui-datepicker  .ui-slider-horizontal {
  height: 1px !important;
  border: none !important;
  border-bottom: 2px solid #ddd !important;
  background: #ddd !important;
  width: 100%;
}
.pods-compat-container .ui-timepicker-div dl {
  margin: 0 10px;
}
.ui_tpicker_hour_slider span.ui-slider-handle,
.ui_tpicker_minute_slider span.ui-slider-handle,
.ui_tpicker_second_slider span.ui-slider-handle,
.ui_tpicker_millisec_slider span.ui-slider-handle,
.ui_tpicker_microsec_slider span.ui-slider-handle {
  width: 10px !important;
  height: 10px !important;
  padding: 2px;
  border-radius: 100%;
  top: -7px !important;
  cursor: pointer !important;
}
.opn_container .wp-color-result {
  background-color: #000;
  cursor: pointer;
  border: 1px solid #ddd;
  border: none;
  border-radius: 0;
  -moz-box-shadow: 0px 0px 0px 1px #ddd;
  -webkit-box-shadow: 0px 0px 0px 1px #ddd;
  -o-box-shadow: 0px 0px 0px 1px #ddd;
  box-shadow: 0px 0px 0px 1px #ddd;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#ddd,Direction=NaN,Strength=0);
  height: 38px !important;
  margin: 0 0px 5px 0 !important;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: bottom;
  display: inline-block;
  padding-left: 36px !important;
  top: 0;
  font-size: 13px !important;
  width: calc(100% - 1px);
}
.opn_container .iris-picker .iris-strip {
  width: 17px !important;
}
.opn_container .wp-color-result .wp-color-result-text {
  background: #f7f7f7 !important;
  line-height: 39px !important;
  text-align: left !important;
  font-family: "open sans";
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.opn_container .wp-picker-open .wp-color-result-text {
  display: none !important;
}
.opn_container .wp-color-result .color-alpha {
  height: 38px !important;
  width: 38px !important;
  border-radius: 0px !important;
}
.opn_container .wp-color-result:focus:after,
.wp-color-result:hover:after {
  color: #fff !important;
  background-color: #4c5866 !important;
  border-left: 0 !important;
  transition: all 0.3s ease-in-out;
}
.opn_container .wp-color-result:after {
  background-color: #f4f4f4;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: bottom;
  display: inline-block;
  padding: 0 20px;
  top: 0;
  width: auto;
  transition: all 0.3s ease-in-out;
}
.opn_container .wp-color-result.wp-picker-open {
  width: 0;
}
.opn_container .wp-color-result.wp-picker-open:after {
  padding: 0;
  content: " ";
}
.opn_container .wp-picker-clear {
  display: none;
}
.opn_container .wp-picker-container input[type=text].wp-color-picker {
  width: 202px !important;
  border-radius: 0;
  height: 40px;
  box-shadow: none;
}
.pods-pick-values li:hover {
  background: none !important;
}
.pods-pick-values li:nth-child(even) {
  background: none !important;
}
.pods-pick-values li {
  border: none !important;
  float: left;
  width: 25%;
  list-style: none;
}
.pods-form-front .pods-field-input {
  width: 100% !important;
}
.form-field .pods-boolean input,
.pods-boolean input {
  top: 0 !important;
}
.opn_container .pods-ui-field-tinymce .wp-editor-tools {
  display: none;
}
.mce-ico {
  font-style: normal !important;
}
body.body-editor.body-list-editor {
  margin-top: 0px !important;
}
.div-list a {
  text-decoration: none;
}
.div-list .title:not([href]).no-sub,
.div-list .title[href=""].no-sub {
  color: #D3D3D3 !important;
  cursor: default;
}
.div-list .title:not([href]).no-sub:hover,
.div-list .title[href=""].no-sub:hover {
  color: #D3D3D3 !important;
}
.opn-div {
  visiblity: hidden;
  overflow: auto;
}
.opn-div .div-list {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.opn-div .params {
  float: left;
  width: 30%;
  background: #F9F9F9;
  text-align: center;
  padding: 20px 0px;
  display: none;
}
.opn-div .div {
  margin: 0px 0px 0px 0px;
  cursor: pointer;
  position: relative;
}
.sub-level-0 {
  display: none;
}
.opn-div .div .title {
  display: block;
}
.opn-div .content-title {
  padding: 10px;
  cursor: default;
}
.opn-div .title.edit {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
body:not(.body-editor) .edit-div {
  display: none;
}
.opn-div .title.edit input,
.opn-div .title.title-edit input {
  border: none !important;
  color: #000 !important;
  width: 96% !important;
  border: 1px solid #bbb !important;
  padding: 0 !important;
}
.opn-div .dashicons-div {
  color: #000;
  box-sizing: border-box;
}
.opn-div .dashicons-div.disabled {
  color: #d2d2d2;
}
.opn-div .dashicons-div:not(.disabled):hover {
  cursor: pointer;
}
.opn-div .add-div:not(.disabled):hover {
  color: #fff;
  background-color: #76BC28;
}
.opn-div .delete-div:not(.disabled):hover {
  color: #fff;
  background-color: #cc0000;
}
.div-list .level-0 a.title {
  font-family: ;
  font-size: 18px;
  padding: 10px 10px;
  text-transform: uppercase;
  color: #333;
}
.div-list .level-1 .title {
  font-family: ;
  font-size: 15px;
  padding: 10px 10px;
  text-transform: uppercase;
  color: #333;
}
.div-list .level-2 .title {
  font-family: arial;
  font-size: 15px;
  padding: 10px 10px;
  color: #333;
}
.div-list .level-3 .title {
  font-family: arial;
  font-size: 15px;
  padding: 10px 10px;
  color: #333;
}
.div-list .level-4 .title,
.div-list .level-5 .title,
.div-list .level-6 .title,
.div-list .level-7 .title,
.div-list .level-8 .title,
.div-list .level-9 .title {
  font-family: arial;
  font-size: 15px;
  padding: 10px 10px;
  color: #333;
}
.opn-div .div.level-1 {
  padding-left: 25px;
}
.level-1 .display-div {
  left: 25px;
}
.opn-div .div.level-2 {
  padding-left: 50px;
}
.level-2 .display-div {
  left: 50px;
}
.opn-div .div.level-3 {
  padding-left: 75px;
}
.level-3 .display-div {
  left: 75px;
}
.opn-div .div.level-4 {
  padding-left: 100px;
}
.level-4 .display-div {
  left: 100px;
}
.opn-div .div.level-5 {
  padding-left: 125px;
}
.level-5 .display-div {
  left: 125px;
}
.opn-div .div.level-6 {
  padding-left: 150px;
}
.level-6 .display-div {
  left: 150px;
}
.opn-div .div.level-7 {
  padding-left: 175px;
}
.level-7 .display-div {
  left: 175px;
}
.opn-div .div.level-8 {
  padding-left: 200px;
}
.level-8 .display-div {
  left: 200px;
}
.opn-div .div.level-9 {
  padding-left: 225px;
}
.level-9 .display-div {
  left: 225px;
}
.opn-div .up-div:not(.disabled),
.opn-div .down-div:not(.disabled),
.opn-div .left-div:not(.disabled),
.opn-div .right-div:not(.disabled) {
  color: #000;
}
.opn-div .up-div:not(.disabled):hover,
.opn-div .down-div:not(.disabled):hover,
.opn-div .left-div:not(.disabled):hover,
.opn-div .right-div:not(.disabled):hover {
  color: #fff;
  background-color: #0000cc;
}
.opn-div .ui-add-link:not(.disabled):hover {
  color: #fff;
  background-color: #555;
}
.opn-div .ui-settings:not(.disabled):hover {
  color: #fff;
  background-color: #555;
}
.opn-div .edit-div {
  float: left;
  position: absolute;
  right: 3px;
  top: 0;
  height: 100%;
}
.opn-div .edit-div div {
  float: left;
  padding: 0px 5px 0px 5px;
  line-height: 100%;
  height: 100%;
}
.opn-div .dashicons:before {
  vertical-align: middle;
}
.div-list .title.edit {
  background-color: #f1f1f1;
}
.div-edit + .sub-level {
  margin-left: 10px;
}
body:not(.body-list-editor) .opn-div .div .title:not(.no-sub):before {
  content: "+";
  position: relative;
  top: 0px;
  color: #FF7200;
  font-weight: bold;
  font-family: dashicons;
  margin-right: 10px;
}
body:not(.body-list-editor) .opn-div .div.open .title:not(.no-sub):before {
  content: "-";
  margin-right: 14px;
  top: 0px;
}
body:not(.body-list-editor) .opn-div .level-1 .title:not(.no-sub):before,
body:not(.body-list-editor) .opn-div .level-1.open .title:not(.no-sub):before {
  top: -3px;
}
body:not(.body-list-editor) .opn-div .level-0 .title:not(.no-sub):before,
body:not(.body-list-editor) .opn-div .level-0.open .title:not(.no-sub):before {
  font-size: 18px;
  line-height: 18px;
  top: -3px;
}
body:not(.body-list-editor) .opn-div .content-block .content-title {
  display: block;
}
body:not(.body-list-editor) .opn-div .content-block.notvisible .content-title {
  display: none;
}
.div-listonglet .title {
  border: 1px solid #5f00a6;
  color: #5f00a6;
  width: 10px;
  height: 30px;
  padding: 5px 10px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  margin: 1px;
}
.div-list[data-type="onglet"] {
  display: none;
}
.div-listonglet {
  opacity: 0;
  display: none;
}
@font-face {
  font-family: Roboto-condensed-light;
  src: url("http://www.vendee-utilitaires.com/wp-content/themes/opntemplate/fonts/RobotoCondensed-Light.ttf");
}
@font-face {
  font-family: Roboto-condensed-regular;
  src: url("http://www.vendee-utilitaires.com/wp-content/themes/opntemplate/fonts/RobotoCondensed-Regular.ttf");
}
@font-face {
  font-family: Roboto-condensed-bold;
  src: url("http://www.vendee-utilitaires.com/wp-content/themes/opntemplate/fonts/RobotoCondensed-Bold.ttf");
}
@font-face {
  font-family: Roboto-black;
  src: url("http://www.vendee-utilitaires.com/wp-content/themes/opntemplate/fonts/Roboto-Black.ttf");
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
}
body:not(.opn-ui) {
  overflow-y: scroll;
  color: #333;
  font-size: 18px;
  font-family: Roboto-condensed-regular;
  font-weight: 300;
  background: #ffffff;
}
body:not(.opn-ui) :focus {
  outline: 0;
}
body:not(.opn-ui) ol,
body:not(.opn-ui) ul {
  list-style: none;
}
body:not(.opn-ui) table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0 0px 0px;
}
body:not(.opn-ui) table ul {
  margin: 0 0 0px 20px;
}
body:not(.opn-ui) caption,
body:not(.opn-ui) th,
body:not(.opn-ui) td {
  font-weight: normal;
}
body:not(.opn-ui) blockquote:before,
body:not(.opn-ui) blockquote:after,
body:not(.opn-ui) q:before,
body:not(.opn-ui) q:after {
  content: "";
}
body:not(.opn-ui) blockquote,
body:not(.opn-ui) q {
  quotes: "" "";
}
body:not(.opn-ui) a {
  color: #C00003;
}
body:not(.opn-ui) a:hover {
  color: #000;
}
body:not(.opn-ui) article,
body:not(.opn-ui) aside,
body:not(.opn-ui) details,
body:not(.opn-ui) figcaption,
body:not(.opn-ui) figure,
body:not(.opn-ui) footer,
body:not(.opn-ui) header,
body:not(.opn-ui) hgroup,
body:not(.opn-ui) menu,
body:not(.opn-ui) nav,
body:not(.opn-ui) section {
  display: block;
}
body:not(.opn-ui) ul,
body:not(.opn-ui) ol {
  margin: 0 0 10px 20px;
}
body:not(.opn-ui) ul {
  list-style: none;
}
body:not(.opn-ui) ol {
  list-style-type: decimal;
}
body:not(.opn-ui) ol ol {
  list-style: upper-alpha;
}
body:not(.opn-ui) ol ol ol {
  list-style: lower-roman;
}
body:not(.opn-ui) ol ol ol ol {
  list-style: lower-alpha;
}
body:not(.opn-ui) ul ul,
body:not(.opn-ui) ol ol,
body:not(.opn-ui) ul ol,
body:not(.opn-ui) ol ul {
  margin-bottom: 0;
}
body:not(.opn-ui) dl {
  margin: 0 1.625em;
}
body:not(.opn-ui) dt {
  font-weight: bold;
}
body:not(.opn-ui) dd {
  margin-bottom: 1.625em;
}
body:not(.opn-ui) strong {
  font-weight: bold;
}
body:not(.opn-ui) cite,
body:not(.opn-ui) em,
body:not(.opn-ui) i {
  font-style: italic;
}
body:not(.opn-ui) blockquote {
  color: #484848;
  font-size: 20px;
}
body:not(.opn-ui) blockquote em,
body:not(.opn-ui) blockquote i,
body:not(.opn-ui) blockquote cite {
  font-style: normal;
}
body:not(.opn-ui) blockquote cite {
  color: #666;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
body:not(.opn-ui) pre {
  background: #f4f4f4;
  font: 13px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.625em;
  overflow: auto;
  padding: 0.75em 1.625em;
}
body:not(.opn-ui) code,
body:not(.opn-ui) kbd {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
body:not(.opn-ui) abbr,
body:not(.opn-ui) acronym,
body:not(.opn-ui) dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}
body:not(.opn-ui) address {
  display: block;
  margin: 0 0 1.625em;
}
body:not(.opn-ui) ins {
  background: #fff9c0;
  text-decoration: none;
}
body:not(.opn-ui) sup,
body:not(.opn-ui) sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
body:not(.opn-ui) sup {
  bottom: 1ex;
}
body:not(.opn-ui) sub {
  top: .5ex;
}
body.opn_ie {
  background: #fff !important;
  overflow: hidden;
}
.opntiny {
  background: #fff;
}
.full #content {
  float: none;
  width: 100%;
}
#content {
  min-height: 650px;
}
input#searchsubmit {
  display: none;
}
input#s {
  border-radius: 25px !important;
  font-size: 16px;
  height: 22px;
  line-height: 0;
  padding: 5px 15px !important;
  border: 2px solid #666;
}
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
}
.mceentry-content {
  background: #fff !important;
}
.post-password-required .entry-header .comments-link {
  margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
  margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
  background: #f7f7f7;
}
.entry-header .entry-format {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  position: absolute;
  text-transform: uppercase;
  top: -5px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
  padding: 20px 0 0;
}
.recent-posts .entry-header .entry-format {
  display: none;
}
.recent-posts .entry-header hgroup .entry-title {
  padding-top: 0;
}
.texte_slide {
  font-size: 30px;
  line-height: 100%;
  color: #C7D3E9;
  text-transform: uppercase;
  height: 250px;
  width: 960px;
  margin: 0 auto;
  text-shadow: 0px 0px 9px #777;
}
blockquote.pull {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6125em;
  margin: 0 0 1.625em;
  text-align: center;
}
.pull.alignleft {
  margin: 0 1.625em 0 0;
  text-align: right;
  width: 33%;
}
.pull.alignright {
  margin: 0 0 0 1.625em;
  text-align: left;
  width: 33%;
}
.error404 #contenair #content {
  margin: 0 7.6%;
  width: auto;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 10px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 10px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.error404 #contenair {
  float: none;
  margin: 0;
}
.error404 #main #searchform {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-width: 1px 0;
  margin: 0 -8.9% 1.625em;
  overflow: hidden;
  padding: 1.625em 8.9%;
}
.error404 #main #s {
  width: 95%;
}
.error404 #main .widget {
  clear: none;
  float: left;
  margin-right: 3.7%;
  width: 30.85%;
}
.error404 #main .widget_archive {
  margin-right: 0;
}
.error404 #main .widget_tag_cloud {
  float: none;
  margin-right: 0;
  width: 100%;
}
.error404 .widgettitle {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
}
.image-attachment div.attachment {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-width: 1px 0;
  margin: 0 -8.9% 1.625em;
  overflow: hidden;
  padding: 1.625em 1.625em 0;
  text-align: center;
}
.image-attachment div.attachment img {
  display: block;
  height: auto;
  margin: 0 auto 1.625em;
  max-width: 100%;
}
.image-attachment div.attachment a img {
  border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
  border-color: #ddd;
  background: #fff;
}
.image-attachment .entry-caption p {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  margin: 0 0 2.6em;
  text-transform: uppercase;
}
#ie7 article.intro {
  margin-left: -7.6%;
  margin-right: -7.6%;
  padding-left: -7.6%;
  padding-right: -7.6%;
  max-width: 1000px;
}
#ie7 section.featured-post {
  margin-left: -7.6%;
  margin-right: -7.6%;
  max-width: 850px;
}
#ie7 section.recent-posts {
  margin-right: 7.6%;
}
#ie {
  width: 100%;
  height: 100%;
}
.opn_textContent.opn_contenuContent {
  margin: 0;
}
.arrow-left,
.arrow-right {
  background: #000;
  cursor: pointer;
  padding: 10px;
  color: #ffffff;
}
.arrow-left {
  left: 0px;
}
.arrow-right {
  right: 0px;
}
.opn_dbviewer_innerMAP,
.opn_dbviewer_innerCH {
  width: 100%;
  height: 150px;
  text-align: center;
  overflow: hidden;
}
.swiper {
  position: relative;
  z-index: 0;
}
.swiper-image {
  text-align: center;
}
.swiper-image img {
  max-width: 100%;
}
.swiper-titre {
  text-align: center;
}
.swiper-description {
  text-align: center;
  font-style: italic;
  margin: 0 0 10px 0;
}
.swiper-slide {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 20px;
  height: 8px;
  border-radius: 8px;
  background: #bababa;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-visible-switch {
  background: transparent;
  border: 1px dotted #aaa;
}
.swiper-active-switch {
  background: #555;
}
.swiper #prevHorizontal {
  float: left;
  margin: 0 5px;
  width: 20px;
  height: 125px;
  background-image: url(http://www.vendee-utilitaires.com/wp-content/themes/opntemplate/images/arrow-left.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.5;
}
.swiper #nextHorizontal {
  float: right;
  margin: 0 5px;
  width: 20px;
  height: 125px;
  background-image: url(http://www.vendee-utilitaires.com/wp-content/themes/opntemplate/images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.5;
}
.swiper #prevVertical {
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0 5px;
  width: 20px;
  height: 25px;
  background-image: url(http://www.vendee-utilitaires.com/wp-content/themes/opntemplate/images/arrow-up.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.5;
  z-index: 999;
}
.swiper #nextVertical {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 5px;
  width: 20px;
  height: 25px;
  background-image: url(http://www.vendee-utilitaires.com/wp-content/themes/opntemplate/images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.5;
  z-index: 999;
}
.swiper #prev:hover,
.swiper #next:hover {
  opacity: 1;
}
.swiper .pagination {
  text-align: center;
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px ! important;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  margin: 5px;
  opacity: 0.2;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #333 !important;
}
@media (min-width: 1024px) {
  #slider li:not(.flex-nav-prev):not(.flex-nav-next) {
    height: 440px !important;
  }
}
@media (max-width: 800px) {
  #slider li:not(.flex-nav-prev):not(.flex-nav-next) {
    height: 240px !important;
  }
}
.opn_dbviewer_line {
  background: #fff;
  border: 1px solid #000;
  margin: 10px;
  padding: 5px;
  box-sizing: border-box;
}
.opn_dbviewer_browser {
  margin: 0;
  float: right;
  font-size: 20px;
  height: 40px;
  clear: both;
}
#opn_dbviewer_browser_before {
  display: none ! important;
}
.opn_dbviewer_browser #current {
  background: #aaa;
  color: #FFF;
  transition: all 0.5s;
  float: left;
  cursor: pointer;
  border: 1px solid #aaa;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin-left: -1px;
}
.opn_dbviewer_browser #page,
.opn_dbviewer_browser #next,
.opn_dbviewer_browser #prev,
.opn_dbviewer_browser #first,
.opn_dbviewer_browser #last {
  float: left;
  cursor: pointer;
  border: 1px solid #aaa;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #D3D3D3;
  line-height: 35px;
  margin-left: -1px;
}
.opn_dbviewer_browser #page:hover,
.opn_dbviewer_browser #next:hover,
.opn_dbviewer_browser #prev:hover,
.opn_dbviewer_browser #first:hover,
.opn_dbviewer_browser #last:hover {
  background: #222;
  color: #FFF;
  transition: all 0.5s;
}
.search .page-title {
  margin: 0;
  background: none;
  padding: 0;
  font-size: 30px;
}
.search .entry-title {
  margin: 0;
  padding: 0;
}
.search .entry-title a {
  display: block;
  color: #333;
  padding: 0 10px;
  text-decoration: none;
  font-weight: normal;
}
.search .entry-title a:hover {
  text-decoration: underline;
}
.opn_visual_default {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}
.opn_fencontent.opn_visual_default {
  padding: 0px;
}
.opn_container_hr .hr1,
.opn_container_hr .hr2,
.opn_container_hr .hr3 {
  position: relative;
  top: 20px;
}
.att-id,
.att-sub,
.att-url,
.att-image,
.att-src,
.att-size,
.att-caption {
  display: none;
}
.att-icon {
  float: left;
  margin: 0 10px 2px 0;
}
.att-icon img {
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
}
.att-title a {
  float: left;
  text-decoration: none;
}
.att-title a:hover {
  float: left;
  text-decoration: underline;
}
#tinymce.mceContentBody.opntiny {
  overflow-x: hidden;
  overflow-y: auto;
}
.ngg-gallery-thumbnail img {
  vertical-align: middle;
  display: inline-block !important;
}
a.cboxElement span.bigLoupe {
  top: 0px;
  right: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('http://www.vendee-utilitaires.com/wp-content/themes/opntemplate/images/mag.png') no-repeat center center #222;
  -webkit-box-shadow: 0px 0px 5px #000;
  -moz-box-shadow: 0px 0px 5px #000;
  box-shadow: 0px 0px 5px #000;
  z-index: 10;
}
.loupe {
  border: 1px solid #C5D600;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  bottom: 12px;
  right: 10px;
  height: 20px;
  width: 20px;
  background: url('http://www.vendee-utilitaires.com/wp-content/themes/opntemplate/images/ptloupe.png') no-repeat center center #fff;
}
.ngg-gallery-thumbnail .loupe {
  border: 1px solid #C5D600;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 10;
  position: absolute;
  top: 160px;
  left: 220px;
  height: 20px;
  width: 20px;
  background: url('http://www.vendee-utilitaires.com/wp-content/themes/opntemplate/images/ptloupe.png') no-repeat center center #fff;
}
.ngg-galleryoverview>#loading {
  background: url("/wp-admin/images/loading.gif");
  height: 16px;
  width: 16px;
  margin: 0 330px;
}
.ngg-gallery-thumbnail span {
  padding: 0 !important;
}
.gallery-content {
  float: left;
  width: 750px;
}
.body-editor .share {
  display: none;
}
.share {
  position: fixed;
  z-index: 999999;
  top: 60%;
}
.share-f,
.share-t,
.share-g {
  position: relative;
  left: -20px;
  height: 20px;
  padding: 12px 0;
  background-color: #000;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.share-f:hover,
.share-t:hover,
.share-g:hover {
  left: 0px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.share-f img,
.share-t img,
.share-g img {
  display: block;
}
#editDialog .share {
  display: none !important;
}
.admin-bar .isStuck {
  top: 32px !important;
}
.admin-bar #bloc-highlight.isStuck {
  top: 92px !important;
}
#branding {
  height: ;
  clear: both;
  line-height: 30px;
  background: #ffffff;
  background-image: -ms-linear-gradient(top,#ffffff 0%,#ffffff 100%);
  background-image: -moz-linear-gradient(top,#ffffff 0%,#ffffff 100%);
  background-image: -o-linear-gradient(top,#ffffff 0%,#ffffff 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(1,#ffffff));
  background-image: -webkit-linear-gradient(top,#ffffff 0%,#ffffff 100%);
  background-image: linear-gradient(top,#ffffff 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#ffffff,endColorstr=#ffffff);
}
.branding-inner {
  background: linear-gradient(90deg,#fff,#F1F1F1);
  position: fixed;
  padding: 10px 30px 0px 15px;
  margin: 0 auto;
  width: 100%;
  top: 40px;
  z-index: 15;
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.logo-block {
  width: auto;
  float: left;
}
#site-logo {
  height: auto;
  z-index: 6;
}
#branding img {
  max-height: 40px;
  width: auto;
}
.logo-cci {
  width: 16%;
  float: left;
  margin: 0;
}
.logo-cci img {
  width: 105px !important;
  margin: 0 0 0 50%;
  display: block;
}
.site-contact {
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 5px 10px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  background: #fff;
  box-sizing: border-box;
}
.site-contact a {
  transition: .3s ease-in-out;
  color: #333 !important;
  text-decoration: none !important;
}
.site-contact a:hover {
  color: #01a0c7 !important;
}
.site-contact .fa,
.site-contact .fas {
  font-style: normal;
  font-size: 22px;
}
.contact-item {
  font-size: 18px;
  margin: 0 30px 0 5px;
  text-transform: uppercase;
}
.contact-item .fa,
.contact-item .fas {
  margin-right: 5px;
}
.phone-item {
  margin-right: 10px;
  transition: .3s ease-in-out;
}
.phone-item .fa {
  margin-right: 0;
  transition: .3s ease-in-out;
}
.phone-item span {
  font-family: Roboto-black;
  margin-right: 10px;
  display: none;
  transition: .3s ease-in-out;
}
.phone-item:hover span {
  display: inline;
}
.mail-item {
  margin-left: 0;
}
.map-item {
  font-style: normal;
}
#site-title a {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
  color: #ffa100;
}
#site-description {
  color: #7a7a7a;
  font-size: 14px;
  margin: 0;
}
#branding img {
  margin-bottom: -7px;
}
.home .metaslider {
  margin: 0 auto;
}
.home-slider {
  margin-top: 100px;
  position: relative;
}
.home .slogan-01 {
  display: inline;
  font-size: 23px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  padding-right: 0;
  right: 40px;
}
.slogan-01 {
  float: right;
  padding-right: 20px;
}
.slogan-01 .fas {
  font-style: normal;
  font-size: 30px;
  margin-right: 5px;
}
.slogan-01 span {
  margin-left: 20px;
}
.home h1 i {
  font-style: normal;
}
.conseil {
  color: #00A0C7;
}
.experience {
  color: #DB1606;
}
.choix {
  color: #FDDB01;
}
:root {
  --width: 100%;
  --height: 70px;
  --top-color: transparent;
  --bottom-color: #fff;
}
.separator {
  position: absolute;
  width: var(--width);
  height: var(--height);
  bottom: 0;
}
.separator::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--top-color);
  clip-path: polygon(100% 0,0 0,0 100%);
}
.separator::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--bottom-color);
  clip-path: polygon(100% 0,0 100%,100% 100%);
}
.separator.reverse {
  transform: rotateY(180deg);
}
.vertical .separator.reverse {
  transform: rotateX(180deg);
}
#access {
  display: flex;
  font-family: Roboto-condensed-bold, sans-serif;
  position: relative;
  z-index: 10;
}
#ie9 #access {
  filter: none !important;
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
  background: #eee;
  border-bottom: 1px solid #ddd;
  color: #ffa100;
  clip: auto !important;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%;
}
.access-inner {
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
}
#opn-menu {
  width: 100%;
  text-align: center;
}
#opn-menu ul.menu {
  display: inline-block;
}
#opn-menu ul ul li {
  margin: 2px 0;
}
#opn-menu ul ul {
  border-radius: 20px;
  padding: 5px;
  width: 150px !important;
}
#opn-menu ul ul li a {
  padding: 10px !important;
}
#opn-menu .menu-item a:hover {
  background: #fddb03 !important;
  position: relative;
  color: #333 !important;
}
#opn-menu .menu-item span.fa,
#opn-menu .menu-item span.fab,
#opn-menu .menu-item span.far,
#opn-menu .menu-item span.fas {
  font-size: 40px;
  line-height: 80px;
  color: #333;
  vertical-align: middle;
}
#opn-menu .menu-item span.opn-menu-item-a {
  line-height: 40px;
  vertical-align: middle;
}
.sub-menu .menu-item span.opn-menu-item-a {
  padding: 10px !important;
}
#mobile-menu #mobile-menu-content {
  width: 100%;
}
#mobile-menu #mobile-menu-content #menu-principal {
  margin: 0;
  background-image: linear-gradient(#eeeeee,#ffffff 80%);
}
#mobile-menu #mobile-menu-content #menu-principal .menu-item a {
  transition-duration: .3s;
  padding-left: 50px;
}
#mobile-menu #mobile-menu-content #menu-principal .menu-item a:hover {
  background: #fddb03 !important;
  padding-left: 60px !important;
}
#mobile-menu #mobile-menu-content #menu-principal .menu-item a span {
  width: auto;
  float: left;
  text-align: center;
}
#mobile-menu #mobile-menu-content #menu-principal .menu-item span.fa {
  font-size: 40px;
  line-height: 60px;
  color: #333;
  vertical-align: middle;
}
#mobile-menu #mobile-menu-content #menu-principal .menu-item span.opn-menu-item-a {
  line-height: 60px;
  vertical-align: middle;
  margin-left: 20px;
}
#content nav {
  clear: both;
  overflow: hidden;
}
#content nav a {
  font-size: 12px;
  font-weight: bold;
  line-height: 2.2em;
}
#nav-above {
  padding: 0 0 1.625em;
}
#nav-above {
  display: none;
}
.paged #nav-above {
  display: block;
}
.nav-previous {
  margin: 50px 0 0 0;
  float: left;
  width: 30%;
}
.nav-previous a {
  vertical-align: top;
  border-radius: 7px;
  text-align: left;
  padding: 10px;
}
.nav-previous a:hover {
  background: #fff;
}
.nav-next {
  margin: 50px 0 0 0;
  float: right;
  text-align: right;
  width: 30%;
}
.nav-next a {
  vertical-align: top;
  border-radius: 7px;
  text-align: right;
  padding: 10px;
}
.nav-next a:hover {
  background: #fff;
}
#content nav .meta-nav {
  font-weight: normal;
}
#nav-single {
  position: relative;
  top: -0.3em;
  text-align: right;
  width: 100%;
  z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
  float: none;
  width: auto;
}
#nav-single .nav-next {
  padding-left: .5em;
}
.breadcrumbs {
  display: none;
}
.breadcrumbs-inner {
  font-size: 0.8em;
  color: #333;
  background: transparent;
  margin: 0 auto;
  width: 100%;
}
.breadcrumbs_last {
  font-weight: normal;
}
.breadcrumbs-inner a {
  color: #000;
}
#bloc-highlight {
  clear: both;
  background: #dadada;
  height: 170px;
  border-bottom: 1px solid #fff;
}
#bloc-highlight-inner {
  width: 100%;
  height: inherit;
  margin: 0 auto;
  padding: 5px 0 0 0;
}
#bloc-highlight-inner .widget-title {
  color: #B0A754;
  font-size: 13px !important;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 1px 0 -1px 5px !important;
}
#sidebar {
  margin: 0;
  float: right;
  width: 20%;
}
.sidebar-inner {
  margin: 0 auto;
  background: transparent;
}
#sidebar .current_page_item > a,
#sidebar .current_page_ancestor > a {
  color: #333 !important;
  background-color: #fddb03;
  text-decoration: none;
  padding: 10px;
}
.bloc-header-inner {
  margin: 20px 0 0 0;
  float: right;
}
#bloc-header {
  height: ;
  width: 100%;
  margin: 0 auto;
}
.widget-area {
  font-size: 12px;
}
.widget {
  clear: both;
}
.widget-title {
  color: #666;
  font-size: 13px !important;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 10px 0 !important;
}
.widget ul {
  margin: 0;
}
.widget ul ul {
  margin-left: 1.5em;
}
.widget ul li {
  color: #777;
  list-style: none;
}
#searchsubmit {
  background: #ddd;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0px -1px 1px rgba(0,0,0,0.09);
  -moz-box-shadow: inset 0px -1px 1px rgba(0,0,0,0.09);
  box-shadow: inset 0px -1px 1px rgba(0,0,0,0.09);
  color: #888;
  font-size: 13px;
  line-height: 25px;
  position: relative;
  top: -2px;
}
.opn_finalContent .menu-item-object-page {
  clear: both;
}
.gksm-custom-menu-widget .menu {
  background: transparent;
}
.gksm-custom-menu-widget .menu a {
  color: #333;
  font-size: 20px;
  text-decoration: none;
  padding: 10px;
}
.gksm-custom-menu-widget .current_page_item > a,
.gksm-custom-menu-widget .current_page_ancestor > a {
  color: #333 !important;
  background-color: #fddb03;
  text-decoration: none;
  padding: 10px;
}
.opn_finalContent  .widget ul ul {
  margin: 0;
}
.gksm-custom-menu-widget .menu a[href^="http"]:hover {
  color: #333 !important;
}
#contenair {
  height: inherit;
  z-index: 1000;
  clear: both;
  background: #fff;
  background-image: -ms-linear-gradient(top,#fff 0%,#fff 100%);
  background-image: -moz-linear-gradient(top,#fff 0%,#fff 100%);
  background-image: -o-linear-gradient(top,#fff 0%,#fff 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(1,#fff));
  background-image: -webkit-linear-gradient(top,#fff 0%,#fff 100%);
  background-image: linear-gradient(top,#fff 0%,#fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#fff,endColorstr=#fff);
}
.contenair-inner {
  width: 100%;
  margin: 0 auto;
}
#content {
  float: left;
  width: 75%;
}
#main {
  clear: both;
  padding: 1.625em 0 0;
}
.page-title {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  margin: 0 0 2.6em;
  text-transform: uppercase;
}
.page-title a {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: none;
}
.hentry,
.no-results {
  position: relative;
}
.blog .sticky .entry-header .entry-meta {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
  position: absolute !important;
}
.single-author .entry-meta .by-author {
  display: none;
}
.entry-meta .by-author {
  display: none;
}
.entry-content li {
  padding: 0 0 0 0;
}
article {
  padding: 10px !important;
  background: transparent;
  overflow: hidden;
}
.entry-summary {
  padding: 10px !important;
  background: #fff;
}
.opn-podsitem-content .entry-title a,
.opn-podsitem-content h1,
.opn-podsitem-content .entry-content h1,
.opn-podsitem-content .comment-content h1 {
  margin-top: 0;
}
.home h1 span {
  color: #666;
}
.entry-title a,
h1,
.entry-content h1,
.comment-content h1 {
  background: transparent;
  color: #333;
  font-size: 28px;
  margin-top: 20px;
  text-decoration: none;
  font-family: 'Roboto-condensed-bold', sans-serif;
  font-weight: 100;
}
h2 a {
  line-height: 23px;
  color: #333;
  font-size: 22px;
  margin: 0.5em 0 0.5em 0;
  font-weight: bold;
  text-decoration: none;
}
h2,
.entry-content h2,
.comment-content h2 {
  line-height: 23px;
  color: #333;
  font-size: 22px;
  margin: 0.5em 0 0.5em 0;
  font-weight: bold;
}
h3,
.entry-content h3,
.comment-content h3 {
  color: #333;
  font-size: 17px;
  margin: 0.5em 0 0.5em 0;
  font-weight: bold;
}
h4,
.entry-content h4,
.comment-content h4 {
  color: #333;
  font-size: 15px;
  margin: 1em 0 0 0;
  text-transform: uppercase;
  font-weight: bold;
}
.entry-content table,
.comment-content table {
  width: 100%;
}
.entry-content th,
.comment-content th {
  padding: 6px 10px;
  color: #fff;
  background: #ddd;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
col:first-child {
  background: #FF0;
}
.entry-content td,
.comment-content td {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #DFDDC8;
  padding: 6px 10px;
}
.entry-content #s {
  width: 75%;
}
dl.gallery-item {
  margin: 0;
}
.page-link {
  clear: both;
  display: block;
  margin: 0 0 1.625em;
}
.page-link a {
  background: #eee;
  color: #373737;
  margin: 0;
  padding: 2px 3px;
  text-decoration: none;
}
.page-link a:hover {
  background: #888;
  color: #fff;
  font-weight: bold;
}
.page-link span {
  margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
  bottom: auto;
  left: 90%;
  position: absolute;
  right: auto;
  top: 30px;
  background: #eee;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  float: right;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 300;
  text-decoration: none;
  padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
  background: #888;
  color: #fff;
}
.entry-content .edit-link {
  clear: both;
  display: block;
}
.entry-content a img:not(.mceIcon,
.wp-media-buttons) {
  border: 2px solid #ddd;
  padding: 5px;
}
.entry-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  background: #eee;
  margin-bottom: 1.625em;
  max-width: 96%;
  padding: 9px;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  color: #666;
  font-family: Georgia, serif;
  font-size: 12px;
}
.wp-caption .wp-caption-text {
  margin-bottom: 0.6em;
  padding: 10px 0 5px 40px;
  position: relative;
}
.wp-caption .wp-caption-text:before {
  color: #666;
  content: '\2014';
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 7px;
}
#content .gallery a img {
  border: none;
}
img#wpstats {
  display: block;
  margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
  width: 23%;
  padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
  width: 100%;
  height: auto;
}
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
  background-color: #FFFFFF;
  border-color: #B9B9B9;
  border-style: solid;
  padding: 10px 10px 10px 10px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.wp-caption img {
  border-color: #eee;
}
.post-edit-link {
  display: none;
}
#footer-top {
  clear: both;
  background: #F1F1F1;
  color: #333;
}
#footer-top table {
  color: #333 !important;
  text-align: left;
}
#footer-top .footer-top-inner {
  overflow: auto;
  padding: 50px 0;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
#footer-top .footer-top-inner .menu-item a {
  display: inline;
  line-height: 20px;
  color: #333 !important;
  text-decoration: none !important;
}
#footer-top .footer-top-inner #third {
  width: 33%;
}
#footer-top .footer-top-inner .widget-area {
  font-size: 16px !important;
  text-align: center;
}
#footer-top .footer-top-inner .widget-area img {
  margin: 0 auto;
  border: none;
  padding: 0;
}
#footer-bottom {
  clear: both;
  font-size: 12px;
  height: auto;
  padding: 10px 0;
  color: #ffffff;
  background: #333;
  border-top: 1px solid #666666;
}
#footer-bottom a {
  text-decoration: none;
  color: #ffffff;
}
#footer-bottom a:hover {
  text-decoration: underline;
}
#footer-bottom .footer-bottom-inner {
  margin: auto auto;
  max-width: 100%;
}
#supplementary {
  padding: 0;
}
#supplementary a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
}
#supplementary #first {
  float: left;
  width: 33%;
}
#supplementary #second {
  float: left;
  width: 33%;
}
#supplementary #third {
  float: left;
}
#supplementary #four {
  float: right;
}
#media_image-3 img,
#media_image-4 img {
  height: 34px;
  width: 34px;
}
footer-top {
  background: #F1F1F1;
}
footer #supplementary a {
  color: #000;
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
  transition: .3s ease-in-out;
}
footer #supplementary:hover a {
  transform: scale(1.1);
}
footer #text-3 img {
  max-width: 200px;
  height: auto;
  margin-bottom: 20px !important;
}
#footer-bottom {
  background: #fff;
  border-top: none;
}
#footer-bottom p {
  text-align: center;
  font-size: 16px;
  color: #000;
  font-family: 'Roboto', sans-serif;
}
#footer-bottom a {
  color: #000;
}
body ::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: transparent;
}
body #access ::-webkit-scrollbar {
  width: 0px;
}
body ::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 5px;
}
body ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #aaa;
}
.ui-autocomplete .ui-bold {
  color: #aaa;
  font-weight: bold;
}
.ui-autocomplete.ui-menu {
  cursor: pointer;
  max-height: 300px;
  font-size: 20px;
  height: auto;
  overflow: auto;
  z-index: 999;
}
.ui-autocomplete.ui-menu .ui-menu-item {
  padding: 7px 0 !important;
}
.ui-autocomplete .ui-state-focus {
  border: none !important;
  background: #eee;
}
.google-map-placeholder {
  border: none !important;
}
.mix {
  display: none;
}
.mix.swiper-slide {
  display: none;
}
.list .mix {
  width: 100%;
}
.mix-pagination,
.opn-pagination {
  float: left;
  cursor: pointer;
  border: 1px solid #555;
  padding: 10px;
  margin: 5px;
}
.mix-pagination.active,
.mix-pagination:hover,
.opn-pagination.active:not(.disabled),
.opn-pagination:hover:not(.disabled) {
  background: #000;
  color: #FFF;
}
@media (max-width: 1200px) {
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  #mobile-menu {
    display: none;
  }
  .access-inner {
    width: 100%;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  #mobile-menu {
    display: none;
  }
  .access-inner {
    width: 100%;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  .branding-inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  #content {
    clear: both;
    width: 100%;
  }
  #sidebar {
    clear: both;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  .contenair-inner {
    width: 100%;
  }
  #site-logo {
    width: 100%;
    height: 100%;
    z-index: 6;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .access-inner {
    width: 100%;
  }
  #bloc-highlight {
    width: 100%;
  }
  .breadcrumbs {
    display: none;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .footer-top-inner>#supplementary>#first {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-top-inner>#supplementary>#second {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-top-inner>#supplementary>#third {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-top-inner>#supplementary>#four {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  #no-responsive {
    display: none;
  }
  body > .filtres_de_recherche {
    display: none;
  }
  .filtres_de_recherche_100,
  .opn_webContent .filtres_de_recherche {
    opacity: 1 !important;
  }
  .ncol2:first-child.filtres_de_recherche_100 {
    width: 100% !important;
  }
  .ncol2:first-child.filtres_de_recherche_100 .filtres_de_recherche {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  .ncol2:first-child.filtres_de_recherche_100 .filtres_de_recherche > div {
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
    box-sizing: border-box;
  }
  .ncol2:first-child + .ncol2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  font-size: 13px;
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  #mobile-menu {
    display: none;
  }
  .access-inner {
    width: 100%;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  #mobile-menu {
    display: none;
  }
  .access-inner {
    width: 100%;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  .branding-inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  #content {
    clear: both;
    width: 100%;
  }
  #sidebar {
    clear: both;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  .contenair-inner {
    width: 100%;
  }
  #site-logo {
    width: 100%;
    height: 100%;
    z-index: 6;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .access-inner {
    width: 100%;
  }
  #bloc-highlight {
    width: 100%;
  }
  .breadcrumbs {
    display: none;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .footer-top-inner>#supplementary>#first {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-top-inner>#supplementary>#second {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-top-inner>#supplementary>#third {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-top-inner>#supplementary>#four {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  #no-responsive {
    display: none;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  input,
  textarea {
    font-size: 13px;
  }
  #site-title a {
    font-size: 24px;
  }
  #site-description {
    font-size: 12px;
  }
  .entry-title {
    font-size: 21px;
  }
  .entry-meta {
    font-size: 12px;
  }
  blockquote {
    margin: 0;
  }
  blockquote.pull {
    font-size: 17px;
  }
  .alignleft,
  .alignright {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  #nav-single {
    display: block;
    position: static;
  }
}
@media (max-width: 480px) {
  font-size: 13px;
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  #mobile-menu {
    display: none;
  }
  .access-inner {
    width: 100%;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  #mobile-menu {
    display: none;
  }
  .access-inner {
    width: 100%;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  .branding-inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  #content {
    clear: both;
    width: 100%;
  }
  #sidebar {
    clear: both;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  .contenair-inner {
    width: 100%;
  }
  #site-logo {
    width: 100%;
    height: 100%;
    z-index: 6;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .access-inner {
    width: 100%;
  }
  #bloc-highlight {
    width: 100%;
  }
  .breadcrumbs {
    display: none;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .footer-top-inner>#supplementary>#first {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-top-inner>#supplementary>#second {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-top-inner>#supplementary>#third {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-top-inner>#supplementary>#four {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  #no-responsive {
    display: none;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  #mobile-menu {
    display: none;
  }
  .access-inner {
    width: 100%;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  #mobile-menu {
    display: none;
  }
  .access-inner {
    width: 100%;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  .branding-inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  #content {
    clear: both;
    width: 100%;
  }
  #sidebar {
    clear: both;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  .contenair-inner {
    width: 100%;
  }
  #site-logo {
    width: 100%;
    height: 100%;
    z-index: 6;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .access-inner {
    width: 100%;
  }
  #bloc-highlight {
    width: 100%;
  }
  .breadcrumbs {
    display: none;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .footer-top-inner>#supplementary>#first {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-top-inner>#supplementary>#second {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-top-inner>#supplementary>#third {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-top-inner>#supplementary>#four {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  #no-responsive {
    display: none;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  input,
  textarea {
    font-size: 13px;
  }
  #site-title a {
    font-size: 24px;
  }
  #site-description {
    font-size: 12px;
  }
  .entry-title {
    font-size: 21px;
  }
  .entry-meta {
    font-size: 12px;
  }
  blockquote {
    margin: 0;
  }
  blockquote.pull {
    font-size: 17px;
  }
  .alignleft,
  .alignright {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  #nav-single {
    display: block;
    position: static;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 100% !important;
  }
  .ncol3 {
    width: 100% !important;
  }
  .ncol4 {
    width: 100% !important;
  }
  .ncol5 {
    width: 100% !important;
  }
  .ncol6 {
    width: 100% !important;
  }
  article {
    margin: 0;
    padding: 10px;
  }
  .logged-in .isStuck {
    top: 0px !important;
  }
}
@media (max-width: 320px) {
  font-size: 13px;
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  #mobile-menu {
    display: none;
  }
  .access-inner {
    width: 100%;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  #mobile-menu {
    display: none;
  }
  .access-inner {
    width: 100%;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  .branding-inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  #content {
    clear: both;
    width: 100%;
  }
  #sidebar {
    clear: both;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  .contenair-inner {
    width: 100%;
  }
  #site-logo {
    width: 100%;
    height: 100%;
    z-index: 6;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .access-inner {
    width: 100%;
  }
  #bloc-highlight {
    width: 100%;
  }
  .breadcrumbs {
    display: none;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .footer-top-inner>#supplementary>#first {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-top-inner>#supplementary>#second {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-top-inner>#supplementary>#third {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-top-inner>#supplementary>#four {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  #no-responsive {
    display: none;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  #mobile-menu {
    display: none;
  }
  .access-inner {
    width: 100%;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  #mobile-menu {
    display: none;
  }
  .access-inner {
    width: 100%;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  .branding-inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  #content {
    clear: both;
    width: 100%;
  }
  #sidebar {
    clear: both;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  .contenair-inner {
    width: 100%;
  }
  #site-logo {
    width: 100%;
    height: 100%;
    z-index: 6;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .access-inner {
    width: 100%;
  }
  #bloc-highlight {
    width: 100%;
  }
  .breadcrumbs {
    display: none;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .footer-top-inner>#supplementary>#first {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-top-inner>#supplementary>#second {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-top-inner>#supplementary>#third {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-top-inner>#supplementary>#four {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  #no-responsive {
    display: none;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  input,
  textarea {
    font-size: 13px;
  }
  #site-title a {
    font-size: 24px;
  }
  #site-description {
    font-size: 12px;
  }
  .entry-title {
    font-size: 21px;
  }
  .entry-meta {
    font-size: 12px;
  }
  blockquote {
    margin: 0;
  }
  blockquote.pull {
    font-size: 17px;
  }
  .alignleft,
  .alignright {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  #nav-single {
    display: block;
    position: static;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  #mobile-menu {
    display: none;
  }
  .access-inner {
    width: 100%;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  #mobile-menu {
    display: none;
  }
  .access-inner {
    width: 100%;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  .branding-inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  #content {
    clear: both;
    width: 100%;
  }
  #sidebar {
    clear: both;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  .contenair-inner {
    width: 100%;
  }
  #site-logo {
    width: 100%;
    height: 100%;
    z-index: 6;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .access-inner {
    width: 100%;
  }
  #bloc-highlight {
    width: 100%;
  }
  .breadcrumbs {
    display: none;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .footer-top-inner>#supplementary>#first {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-top-inner>#supplementary>#second {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-top-inner>#supplementary>#third {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-top-inner>#supplementary>#four {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  #no-responsive {
    display: none;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  #mobile-menu {
    display: none;
  }
  .access-inner {
    width: 100%;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 33.3% !important;
  }
  .ncol4 {
    width: 25% !important;
  }
  .ncol5 {
    width: 20% !important;
  }
  .ncol6 {
    width: 16.6666% !important;
  }
  #mobile-menu {
    display: none;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  #mobile-menu {
    display: none;
  }
  .access-inner {
    width: 100%;
  }
  .contenair-inner {
    width: 100%;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  .breadcrumbs-inner {
    width: 100%;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  .branding-inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  #content {
    clear: both;
    width: 100%;
  }
  #sidebar {
    clear: both;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  .contenair-inner {
    width: 100%;
  }
  #site-logo {
    width: 100%;
    height: 100%;
    z-index: 6;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .access-inner {
    width: 100%;
  }
  #bloc-highlight {
    width: 100%;
  }
  .breadcrumbs {
    display: none;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .footer-top-inner>#supplementary>#first {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-top-inner>#supplementary>#second {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-top-inner>#supplementary>#third {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-top-inner>#supplementary>#four {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  #no-responsive {
    display: none;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 50% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  input,
  textarea {
    font-size: 13px;
  }
  #site-title a {
    font-size: 24px;
  }
  #site-description {
    font-size: 12px;
  }
  .entry-title {
    font-size: 21px;
  }
  .entry-meta {
    font-size: 12px;
  }
  blockquote {
    margin: 0;
  }
  blockquote.pull {
    font-size: 17px;
  }
  .alignleft,
  .alignright {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  #nav-single {
    display: block;
    position: static;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 100% !important;
  }
  .ncol3 {
    width: 100% !important;
  }
  .ncol4 {
    width: 100% !important;
  }
  .ncol5 {
    width: 100% !important;
  }
  .ncol6 {
    width: 100% !important;
  }
  article {
    margin: 0;
    padding: 10px;
  }
  .logged-in .isStuck {
    top: 0px !important;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 100% !important;
  }
  .ncol3 {
    width: 100% !important;
  }
  .ncol4 {
    width: 100% !important;
  }
  .ncol5 {
    width: 100% !important;
  }
  .ncol6 {
    width: 100% !important;
  }
  .logged-in .isStuck {
    top: 0px !important;
  }
}
.opn-res-1 {
  max-width: 1200px;
  margin: 0 auto;
}
.opn-res-1 .ncol1 {
  width: 100% !important;
}
.opn-res-1 .ncol2 {
  width: 50% !important;
}
.opn-res-1 .ncol3 {
  width: 33.3% !important;
}
.opn-res-1 .ncol4 {
  width: 25% !important;
}
.opn-res-1 .ncol5 {
  width: 20% !important;
}
.opn-res-1 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-1 #mobile-menu {
  display: none;
}
.opn-res-1 .contenair-inner {
  width: 100%;
}
.opn-res-1 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-1 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-1 .footer-top-inner {
  width: 100%;
}
.opn-res-1 .footer-bottom-inner {
  width: 100%;
}
.opn-res-1 .access-inner {
  width: 100%;
}
.opn-res-1 .ui-resizable-handle,
.opn-res-1 #opn-btn-move,
.opn-res-1 #opn-btn-dplus,
.opn-res-1 #opn-btn-lplus,
.opn-res-1 #opn-btn-rplus,
.opn-res-1 #opn-btn-uplus,
.opn-res-1 #opn-btn-in-uplus,
.opn-res-1 #opn-btn-in-dplus,
.opn-res-1 #opn-btn-in-lplus,
.opn-res-1 #opn-btn-in-rplus,
.opn-res-1 #opn-btn-in-uplus {
  display: none !important;
}
.opn-res-2 {
  max-width: 1024px;
  margin: 0 auto;
}
.opn-res-2 .ncol1 {
  width: 100% !important;
}
.opn-res-2 .ncol2 {
  width: 50% !important;
}
.opn-res-2 .ncol3 {
  width: 33.3% !important;
}
.opn-res-2 .ncol4 {
  width: 25% !important;
}
.opn-res-2 .ncol5 {
  width: 20% !important;
}
.opn-res-2 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-2 #mobile-menu {
  display: none;
}
.opn-res-2 .contenair-inner {
  width: 100%;
}
.opn-res-2 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-2 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-2 .footer-top-inner {
  width: 100%;
}
.opn-res-2 .footer-bottom-inner {
  width: 100%;
}
.opn-res-2 .access-inner {
  width: 100%;
}
.opn-res-2 .ncol1 {
  width: 100% !important;
}
.opn-res-2 .ncol2 {
  width: 50% !important;
}
.opn-res-2 .ncol3 {
  width: 50% !important;
}
.opn-res-2 .ncol4 {
  width: 50% !important;
}
.opn-res-2 .ncol5 {
  width: 33.3% !important;
}
.opn-res-2 .ncol6 {
  width: 33.3% !important;
}
.opn-res-2 #mobile-menu {
  display: none;
}
.opn-res-2 .access-inner {
  width: 100%;
}
.opn-res-2 .contenair-inner {
  width: 100%;
}
.opn-res-2 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-2 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-2 .footer-top-inner {
  width: 100%;
}
.opn-res-2 .footer-bottom-inner {
  width: 100%;
}
.opn-res-2 .ui-resizable-handle,
.opn-res-2 #opn-btn-move,
.opn-res-2 #opn-btn-dplus,
.opn-res-2 #opn-btn-lplus,
.opn-res-2 #opn-btn-rplus,
.opn-res-2 #opn-btn-uplus,
.opn-res-2 #opn-btn-in-uplus,
.opn-res-2 #opn-btn-in-dplus,
.opn-res-2 #opn-btn-in-lplus,
.opn-res-2 #opn-btn-in-rplus,
.opn-res-2 #opn-btn-in-uplus {
  display: none !important;
}
.opn-res-3 {
  max-width: 980px;
  margin: 0 auto;
}
.opn-res-3 .ncol1 {
  width: 100% !important;
}
.opn-res-3 .ncol2 {
  width: 50% !important;
}
.opn-res-3 .ncol3 {
  width: 33.3% !important;
}
.opn-res-3 .ncol4 {
  width: 25% !important;
}
.opn-res-3 .ncol5 {
  width: 20% !important;
}
.opn-res-3 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-3 #mobile-menu {
  display: none;
}
.opn-res-3 .contenair-inner {
  width: 100%;
}
.opn-res-3 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-3 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-3 .footer-top-inner {
  width: 100%;
}
.opn-res-3 .footer-bottom-inner {
  width: 100%;
}
.opn-res-3 .access-inner {
  width: 100%;
}
.opn-res-3 .ncol1 {
  width: 100% !important;
}
.opn-res-3 .ncol2 {
  width: 50% !important;
}
.opn-res-3 .ncol3 {
  width: 33.3% !important;
}
.opn-res-3 .ncol4 {
  width: 25% !important;
}
.opn-res-3 .ncol5 {
  width: 20% !important;
}
.opn-res-3 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-3 #mobile-menu {
  display: none;
}
.opn-res-3 .contenair-inner {
  width: 100%;
}
.opn-res-3 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-3 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-3 .footer-top-inner {
  width: 100%;
}
.opn-res-3 .footer-bottom-inner {
  width: 100%;
}
.opn-res-3 .access-inner {
  width: 100%;
}
.opn-res-3 .ncol1 {
  width: 100% !important;
}
.opn-res-3 .ncol2 {
  width: 50% !important;
}
.opn-res-3 .ncol3 {
  width: 50% !important;
}
.opn-res-3 .ncol4 {
  width: 50% !important;
}
.opn-res-3 .ncol5 {
  width: 33.3% !important;
}
.opn-res-3 .ncol6 {
  width: 33.3% !important;
}
.opn-res-3 #mobile-menu {
  display: none;
}
.opn-res-3 .access-inner {
  width: 100%;
}
.opn-res-3 .contenair-inner {
  width: 100%;
}
.opn-res-3 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-3 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-3 .footer-top-inner {
  width: 100%;
}
.opn-res-3 .footer-bottom-inner {
  width: 100%;
}
.opn-res-3 .ncol1 {
  width: 100% !important;
}
.opn-res-3 .ncol2 {
  width: 50% !important;
}
.opn-res-3 .ncol3 {
  width: 50% !important;
}
.opn-res-3 .ncol4 {
  width: 50% !important;
}
.opn-res-3 .ncol5 {
  width: 33.3% !important;
}
.opn-res-3 .ncol6 {
  width: 33.3% !important;
}
.opn-res-3 .branding-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.opn-res-3 #content {
  clear: both;
  width: 100%;
}
.opn-res-3 #sidebar {
  clear: both;
}
.opn-res-3 #opn-menu {
  display: none !important;
}
.opn-res-3 #mobile-menu {
  display: block !important;
}
.opn-res-3 .contenair-inner {
  width: 100%;
}
.opn-res-3 #site-logo {
  width: 100%;
  height: 100%;
  z-index: 6;
  position: absolute;
  top: 0px;
  left: 0px;
}
.opn-res-3 .access-inner {
  width: 100%;
}
.opn-res-3 #bloc-highlight {
  width: 100%;
}
.opn-res-3 .breadcrumbs {
  display: none;
}
.opn-res-3 .footer-top-inner {
  width: 100%;
}
.opn-res-3 .footer-bottom-inner {
  width: 100%;
}
.opn-res-3 .footer-top-inner>#supplementary>#first {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-3 .footer-top-inner>#supplementary>#second {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-3 .footer-top-inner>#supplementary>#third {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-3 .footer-top-inner>#supplementary>#four {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-3 #no-responsive {
  display: none;
}
.opn-res-3 .ui-resizable-handle,
.opn-res-3 #opn-btn-move,
.opn-res-3 #opn-btn-dplus,
.opn-res-3 #opn-btn-lplus,
.opn-res-3 #opn-btn-rplus,
.opn-res-3 #opn-btn-uplus,
.opn-res-3 #opn-btn-in-uplus,
.opn-res-3 #opn-btn-in-dplus,
.opn-res-3 #opn-btn-in-lplus,
.opn-res-3 #opn-btn-in-rplus,
.opn-res-3 #opn-btn-in-uplus {
  display: none !important;
}
.opn-res-4 {
  max-width: 768px;
  margin: 0 auto;
  font-size: 13px;
}
.opn-res-4 .ncol1 {
  width: 100% !important;
}
.opn-res-4 .ncol2 {
  width: 50% !important;
}
.opn-res-4 .ncol3 {
  width: 33.3% !important;
}
.opn-res-4 .ncol4 {
  width: 25% !important;
}
.opn-res-4 .ncol5 {
  width: 20% !important;
}
.opn-res-4 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-4 #mobile-menu {
  display: none;
}
.opn-res-4 .contenair-inner {
  width: 100%;
}
.opn-res-4 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-4 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-4 .footer-top-inner {
  width: 100%;
}
.opn-res-4 .footer-bottom-inner {
  width: 100%;
}
.opn-res-4 .access-inner {
  width: 100%;
}
.opn-res-4 .ncol1 {
  width: 100% !important;
}
.opn-res-4 .ncol2 {
  width: 50% !important;
}
.opn-res-4 .ncol3 {
  width: 33.3% !important;
}
.opn-res-4 .ncol4 {
  width: 25% !important;
}
.opn-res-4 .ncol5 {
  width: 20% !important;
}
.opn-res-4 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-4 #mobile-menu {
  display: none;
}
.opn-res-4 .contenair-inner {
  width: 100%;
}
.opn-res-4 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-4 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-4 .footer-top-inner {
  width: 100%;
}
.opn-res-4 .footer-bottom-inner {
  width: 100%;
}
.opn-res-4 .access-inner {
  width: 100%;
}
.opn-res-4 .ncol1 {
  width: 100% !important;
}
.opn-res-4 .ncol2 {
  width: 50% !important;
}
.opn-res-4 .ncol3 {
  width: 50% !important;
}
.opn-res-4 .ncol4 {
  width: 50% !important;
}
.opn-res-4 .ncol5 {
  width: 33.3% !important;
}
.opn-res-4 .ncol6 {
  width: 33.3% !important;
}
.opn-res-4 #mobile-menu {
  display: none;
}
.opn-res-4 .access-inner {
  width: 100%;
}
.opn-res-4 .contenair-inner {
  width: 100%;
}
.opn-res-4 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-4 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-4 .footer-top-inner {
  width: 100%;
}
.opn-res-4 .footer-bottom-inner {
  width: 100%;
}
.opn-res-4 .ncol1 {
  width: 100% !important;
}
.opn-res-4 .ncol2 {
  width: 50% !important;
}
.opn-res-4 .ncol3 {
  width: 33.3% !important;
}
.opn-res-4 .ncol4 {
  width: 25% !important;
}
.opn-res-4 .ncol5 {
  width: 20% !important;
}
.opn-res-4 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-4 #mobile-menu {
  display: none;
}
.opn-res-4 .contenair-inner {
  width: 100%;
}
.opn-res-4 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-4 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-4 .footer-top-inner {
  width: 100%;
}
.opn-res-4 .footer-bottom-inner {
  width: 100%;
}
.opn-res-4 .access-inner {
  width: 100%;
}
.opn-res-4 .ncol1 {
  width: 100% !important;
}
.opn-res-4 .ncol2 {
  width: 50% !important;
}
.opn-res-4 .ncol3 {
  width: 33.3% !important;
}
.opn-res-4 .ncol4 {
  width: 25% !important;
}
.opn-res-4 .ncol5 {
  width: 20% !important;
}
.opn-res-4 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-4 #mobile-menu {
  display: none;
}
.opn-res-4 .contenair-inner {
  width: 100%;
}
.opn-res-4 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-4 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-4 .footer-top-inner {
  width: 100%;
}
.opn-res-4 .footer-bottom-inner {
  width: 100%;
}
.opn-res-4 .access-inner {
  width: 100%;
}
.opn-res-4 .ncol1 {
  width: 100% !important;
}
.opn-res-4 .ncol2 {
  width: 50% !important;
}
.opn-res-4 .ncol3 {
  width: 50% !important;
}
.opn-res-4 .ncol4 {
  width: 50% !important;
}
.opn-res-4 .ncol5 {
  width: 33.3% !important;
}
.opn-res-4 .ncol6 {
  width: 33.3% !important;
}
.opn-res-4 #mobile-menu {
  display: none;
}
.opn-res-4 .access-inner {
  width: 100%;
}
.opn-res-4 .contenair-inner {
  width: 100%;
}
.opn-res-4 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-4 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-4 .footer-top-inner {
  width: 100%;
}
.opn-res-4 .footer-bottom-inner {
  width: 100%;
}
.opn-res-4 .ncol1 {
  width: 100% !important;
}
.opn-res-4 .ncol2 {
  width: 50% !important;
}
.opn-res-4 .ncol3 {
  width: 50% !important;
}
.opn-res-4 .ncol4 {
  width: 50% !important;
}
.opn-res-4 .ncol5 {
  width: 33.3% !important;
}
.opn-res-4 .ncol6 {
  width: 33.3% !important;
}
.opn-res-4 .branding-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.opn-res-4 #content {
  clear: both;
  width: 100%;
}
.opn-res-4 #sidebar {
  clear: both;
}
.opn-res-4 #opn-menu {
  display: none !important;
}
.opn-res-4 #mobile-menu {
  display: block !important;
}
.opn-res-4 .contenair-inner {
  width: 100%;
}
.opn-res-4 #site-logo {
  width: 100%;
  height: 100%;
  z-index: 6;
  position: absolute;
  top: 0px;
  left: 0px;
}
.opn-res-4 .access-inner {
  width: 100%;
}
.opn-res-4 #bloc-highlight {
  width: 100%;
}
.opn-res-4 .breadcrumbs {
  display: none;
}
.opn-res-4 .footer-top-inner {
  width: 100%;
}
.opn-res-4 .footer-bottom-inner {
  width: 100%;
}
.opn-res-4 .footer-top-inner>#supplementary>#first {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-4 .footer-top-inner>#supplementary>#second {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-4 .footer-top-inner>#supplementary>#third {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-4 .footer-top-inner>#supplementary>#four {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-4 #no-responsive {
  display: none;
}
.opn-res-4 .ncol1 {
  width: 100% !important;
}
.opn-res-4 .ncol2 {
  width: 50% !important;
}
.opn-res-4 .ncol3 {
  width: 50% !important;
}
.opn-res-4 .ncol4 {
  width: 50% !important;
}
.opn-res-4 .ncol5 {
  width: 33.3% !important;
}
.opn-res-4 .ncol6 {
  width: 33.3% !important;
}
.opn-res-4 input,
.opn-res-4 textarea {
  font-size: 13px;
}
.opn-res-4 #site-title a {
  font-size: 24px;
}
.opn-res-4 #site-description {
  font-size: 12px;
}
.opn-res-4 .entry-title {
  font-size: 21px;
}
.opn-res-4 .entry-meta {
  font-size: 12px;
}
.opn-res-4 blockquote {
  margin: 0;
}
.opn-res-4 blockquote.pull {
  font-size: 17px;
}
.opn-res-4 .alignleft,
.opn-res-4 .alignright {
  float: none;
  margin-left: 0;
  margin-right: 0;
}
.opn-res-4 #nav-single {
  display: block;
  position: static;
}
.opn-res-4 .ui-resizable-handle,
.opn-res-4 #opn-btn-move,
.opn-res-4 #opn-btn-dplus,
.opn-res-4 #opn-btn-lplus,
.opn-res-4 #opn-btn-rplus,
.opn-res-4 #opn-btn-uplus,
.opn-res-4 #opn-btn-in-uplus,
.opn-res-4 #opn-btn-in-dplus,
.opn-res-4 #opn-btn-in-lplus,
.opn-res-4 #opn-btn-in-rplus,
.opn-res-4 #opn-btn-in-uplus {
  display: none !important;
}
.opn-res-5 {
  max-width: 480px;
  margin: 0 auto;
  font-size: 13px;
}
.opn-res-5 .ncol1 {
  width: 100% !important;
}
.opn-res-5 .ncol2 {
  width: 50% !important;
}
.opn-res-5 .ncol3 {
  width: 33.3% !important;
}
.opn-res-5 .ncol4 {
  width: 25% !important;
}
.opn-res-5 .ncol5 {
  width: 20% !important;
}
.opn-res-5 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-5 #mobile-menu {
  display: none;
}
.opn-res-5 .contenair-inner {
  width: 100%;
}
.opn-res-5 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-5 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-5 .footer-top-inner {
  width: 100%;
}
.opn-res-5 .footer-bottom-inner {
  width: 100%;
}
.opn-res-5 .access-inner {
  width: 100%;
}
.opn-res-5 .ncol1 {
  width: 100% !important;
}
.opn-res-5 .ncol2 {
  width: 50% !important;
}
.opn-res-5 .ncol3 {
  width: 33.3% !important;
}
.opn-res-5 .ncol4 {
  width: 25% !important;
}
.opn-res-5 .ncol5 {
  width: 20% !important;
}
.opn-res-5 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-5 #mobile-menu {
  display: none;
}
.opn-res-5 .contenair-inner {
  width: 100%;
}
.opn-res-5 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-5 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-5 .footer-top-inner {
  width: 100%;
}
.opn-res-5 .footer-bottom-inner {
  width: 100%;
}
.opn-res-5 .access-inner {
  width: 100%;
}
.opn-res-5 .ncol1 {
  width: 100% !important;
}
.opn-res-5 .ncol2 {
  width: 50% !important;
}
.opn-res-5 .ncol3 {
  width: 50% !important;
}
.opn-res-5 .ncol4 {
  width: 50% !important;
}
.opn-res-5 .ncol5 {
  width: 33.3% !important;
}
.opn-res-5 .ncol6 {
  width: 33.3% !important;
}
.opn-res-5 #mobile-menu {
  display: none;
}
.opn-res-5 .access-inner {
  width: 100%;
}
.opn-res-5 .contenair-inner {
  width: 100%;
}
.opn-res-5 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-5 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-5 .footer-top-inner {
  width: 100%;
}
.opn-res-5 .footer-bottom-inner {
  width: 100%;
}
.opn-res-5 .ncol1 {
  width: 100% !important;
}
.opn-res-5 .ncol2 {
  width: 50% !important;
}
.opn-res-5 .ncol3 {
  width: 33.3% !important;
}
.opn-res-5 .ncol4 {
  width: 25% !important;
}
.opn-res-5 .ncol5 {
  width: 20% !important;
}
.opn-res-5 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-5 #mobile-menu {
  display: none;
}
.opn-res-5 .contenair-inner {
  width: 100%;
}
.opn-res-5 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-5 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-5 .footer-top-inner {
  width: 100%;
}
.opn-res-5 .footer-bottom-inner {
  width: 100%;
}
.opn-res-5 .access-inner {
  width: 100%;
}
.opn-res-5 .ncol1 {
  width: 100% !important;
}
.opn-res-5 .ncol2 {
  width: 50% !important;
}
.opn-res-5 .ncol3 {
  width: 33.3% !important;
}
.opn-res-5 .ncol4 {
  width: 25% !important;
}
.opn-res-5 .ncol5 {
  width: 20% !important;
}
.opn-res-5 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-5 #mobile-menu {
  display: none;
}
.opn-res-5 .contenair-inner {
  width: 100%;
}
.opn-res-5 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-5 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-5 .footer-top-inner {
  width: 100%;
}
.opn-res-5 .footer-bottom-inner {
  width: 100%;
}
.opn-res-5 .access-inner {
  width: 100%;
}
.opn-res-5 .ncol1 {
  width: 100% !important;
}
.opn-res-5 .ncol2 {
  width: 50% !important;
}
.opn-res-5 .ncol3 {
  width: 50% !important;
}
.opn-res-5 .ncol4 {
  width: 50% !important;
}
.opn-res-5 .ncol5 {
  width: 33.3% !important;
}
.opn-res-5 .ncol6 {
  width: 33.3% !important;
}
.opn-res-5 #mobile-menu {
  display: none;
}
.opn-res-5 .access-inner {
  width: 100%;
}
.opn-res-5 .contenair-inner {
  width: 100%;
}
.opn-res-5 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-5 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-5 .footer-top-inner {
  width: 100%;
}
.opn-res-5 .footer-bottom-inner {
  width: 100%;
}
.opn-res-5 .ncol1 {
  width: 100% !important;
}
.opn-res-5 .ncol2 {
  width: 50% !important;
}
.opn-res-5 .ncol3 {
  width: 50% !important;
}
.opn-res-5 .ncol4 {
  width: 50% !important;
}
.opn-res-5 .ncol5 {
  width: 33.3% !important;
}
.opn-res-5 .ncol6 {
  width: 33.3% !important;
}
.opn-res-5 .branding-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.opn-res-5 #content {
  clear: both;
  width: 100%;
}
.opn-res-5 #sidebar {
  clear: both;
}
.opn-res-5 #opn-menu {
  display: none !important;
}
.opn-res-5 #mobile-menu {
  display: block !important;
}
.opn-res-5 .contenair-inner {
  width: 100%;
}
.opn-res-5 #site-logo {
  width: 100%;
  height: 100%;
  z-index: 6;
  position: absolute;
  top: 0px;
  left: 0px;
}
.opn-res-5 .access-inner {
  width: 100%;
}
.opn-res-5 #bloc-highlight {
  width: 100%;
}
.opn-res-5 .breadcrumbs {
  display: none;
}
.opn-res-5 .footer-top-inner {
  width: 100%;
}
.opn-res-5 .footer-bottom-inner {
  width: 100%;
}
.opn-res-5 .footer-top-inner>#supplementary>#first {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-5 .footer-top-inner>#supplementary>#second {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-5 .footer-top-inner>#supplementary>#third {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-5 .footer-top-inner>#supplementary>#four {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-5 #no-responsive {
  display: none;
}
.opn-res-5 .ncol1 {
  width: 100% !important;
}
.opn-res-5 .ncol2 {
  width: 50% !important;
}
.opn-res-5 .ncol3 {
  width: 33.3% !important;
}
.opn-res-5 .ncol4 {
  width: 25% !important;
}
.opn-res-5 .ncol5 {
  width: 20% !important;
}
.opn-res-5 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-5 #mobile-menu {
  display: none;
}
.opn-res-5 .contenair-inner {
  width: 100%;
}
.opn-res-5 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-5 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-5 .footer-top-inner {
  width: 100%;
}
.opn-res-5 .footer-bottom-inner {
  width: 100%;
}
.opn-res-5 .access-inner {
  width: 100%;
}
.opn-res-5 .ncol1 {
  width: 100% !important;
}
.opn-res-5 .ncol2 {
  width: 50% !important;
}
.opn-res-5 .ncol3 {
  width: 33.3% !important;
}
.opn-res-5 .ncol4 {
  width: 25% !important;
}
.opn-res-5 .ncol5 {
  width: 20% !important;
}
.opn-res-5 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-5 #mobile-menu {
  display: none;
}
.opn-res-5 .contenair-inner {
  width: 100%;
}
.opn-res-5 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-5 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-5 .footer-top-inner {
  width: 100%;
}
.opn-res-5 .footer-bottom-inner {
  width: 100%;
}
.opn-res-5 .access-inner {
  width: 100%;
}
.opn-res-5 .ncol1 {
  width: 100% !important;
}
.opn-res-5 .ncol2 {
  width: 50% !important;
}
.opn-res-5 .ncol3 {
  width: 50% !important;
}
.opn-res-5 .ncol4 {
  width: 50% !important;
}
.opn-res-5 .ncol5 {
  width: 33.3% !important;
}
.opn-res-5 .ncol6 {
  width: 33.3% !important;
}
.opn-res-5 #mobile-menu {
  display: none;
}
.opn-res-5 .access-inner {
  width: 100%;
}
.opn-res-5 .contenair-inner {
  width: 100%;
}
.opn-res-5 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-5 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-5 .footer-top-inner {
  width: 100%;
}
.opn-res-5 .footer-bottom-inner {
  width: 100%;
}
.opn-res-5 .ncol1 {
  width: 100% !important;
}
.opn-res-5 .ncol2 {
  width: 50% !important;
}
.opn-res-5 .ncol3 {
  width: 33.3% !important;
}
.opn-res-5 .ncol4 {
  width: 25% !important;
}
.opn-res-5 .ncol5 {
  width: 20% !important;
}
.opn-res-5 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-5 #mobile-menu {
  display: none;
}
.opn-res-5 .contenair-inner {
  width: 100%;
}
.opn-res-5 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-5 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-5 .footer-top-inner {
  width: 100%;
}
.opn-res-5 .footer-bottom-inner {
  width: 100%;
}
.opn-res-5 .access-inner {
  width: 100%;
}
.opn-res-5 .ncol1 {
  width: 100% !important;
}
.opn-res-5 .ncol2 {
  width: 50% !important;
}
.opn-res-5 .ncol3 {
  width: 33.3% !important;
}
.opn-res-5 .ncol4 {
  width: 25% !important;
}
.opn-res-5 .ncol5 {
  width: 20% !important;
}
.opn-res-5 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-5 #mobile-menu {
  display: none;
}
.opn-res-5 .contenair-inner {
  width: 100%;
}
.opn-res-5 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-5 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-5 .footer-top-inner {
  width: 100%;
}
.opn-res-5 .footer-bottom-inner {
  width: 100%;
}
.opn-res-5 .access-inner {
  width: 100%;
}
.opn-res-5 .ncol1 {
  width: 100% !important;
}
.opn-res-5 .ncol2 {
  width: 50% !important;
}
.opn-res-5 .ncol3 {
  width: 50% !important;
}
.opn-res-5 .ncol4 {
  width: 50% !important;
}
.opn-res-5 .ncol5 {
  width: 33.3% !important;
}
.opn-res-5 .ncol6 {
  width: 33.3% !important;
}
.opn-res-5 #mobile-menu {
  display: none;
}
.opn-res-5 .access-inner {
  width: 100%;
}
.opn-res-5 .contenair-inner {
  width: 100%;
}
.opn-res-5 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-5 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-5 .footer-top-inner {
  width: 100%;
}
.opn-res-5 .footer-bottom-inner {
  width: 100%;
}
.opn-res-5 .ncol1 {
  width: 100% !important;
}
.opn-res-5 .ncol2 {
  width: 50% !important;
}
.opn-res-5 .ncol3 {
  width: 50% !important;
}
.opn-res-5 .ncol4 {
  width: 50% !important;
}
.opn-res-5 .ncol5 {
  width: 33.3% !important;
}
.opn-res-5 .ncol6 {
  width: 33.3% !important;
}
.opn-res-5 .branding-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.opn-res-5 #content {
  clear: both;
  width: 100%;
}
.opn-res-5 #sidebar {
  clear: both;
}
.opn-res-5 #opn-menu {
  display: none !important;
}
.opn-res-5 #mobile-menu {
  display: block !important;
}
.opn-res-5 .contenair-inner {
  width: 100%;
}
.opn-res-5 #site-logo {
  width: 100%;
  height: 100%;
  z-index: 6;
  position: absolute;
  top: 0px;
  left: 0px;
}
.opn-res-5 .access-inner {
  width: 100%;
}
.opn-res-5 #bloc-highlight {
  width: 100%;
}
.opn-res-5 .breadcrumbs {
  display: none;
}
.opn-res-5 .footer-top-inner {
  width: 100%;
}
.opn-res-5 .footer-bottom-inner {
  width: 100%;
}
.opn-res-5 .footer-top-inner>#supplementary>#first {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-5 .footer-top-inner>#supplementary>#second {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-5 .footer-top-inner>#supplementary>#third {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-5 .footer-top-inner>#supplementary>#four {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-5 #no-responsive {
  display: none;
}
.opn-res-5 .ncol1 {
  width: 100% !important;
}
.opn-res-5 .ncol2 {
  width: 50% !important;
}
.opn-res-5 .ncol3 {
  width: 50% !important;
}
.opn-res-5 .ncol4 {
  width: 50% !important;
}
.opn-res-5 .ncol5 {
  width: 33.3% !important;
}
.opn-res-5 .ncol6 {
  width: 33.3% !important;
}
.opn-res-5 input,
.opn-res-5 textarea {
  font-size: 13px;
}
.opn-res-5 #site-title a {
  font-size: 24px;
}
.opn-res-5 #site-description {
  font-size: 12px;
}
.opn-res-5 .entry-title {
  font-size: 21px;
}
.opn-res-5 .entry-meta {
  font-size: 12px;
}
.opn-res-5 blockquote {
  margin: 0;
}
.opn-res-5 blockquote.pull {
  font-size: 17px;
}
.opn-res-5 .alignleft,
.opn-res-5 .alignright {
  float: none;
  margin-left: 0;
  margin-right: 0;
}
.opn-res-5 #nav-single {
  display: block;
  position: static;
}
.opn-res-5 .ncol1 {
  width: 100% !important;
}
.opn-res-5 .ncol2 {
  width: 100% !important;
}
.opn-res-5 .ncol3 {
  width: 100% !important;
}
.opn-res-5 .ncol4 {
  width: 100% !important;
}
.opn-res-5 .ncol5 {
  width: 100% !important;
}
.opn-res-5 .ncol6 {
  width: 100% !important;
}
.opn-res-5 article {
  margin: 0;
  padding: 10px;
}
.opn-res-5 .logged-in .isStuck {
  top: 0px !important;
}
.opn-res-5 .ui-resizable-handle,
.opn-res-5 #opn-btn-move,
.opn-res-5 #opn-btn-dplus,
.opn-res-5 #opn-btn-lplus,
.opn-res-5 #opn-btn-rplus,
.opn-res-5 #opn-btn-uplus,
.opn-res-5 #opn-btn-in-uplus,
.opn-res-5 #opn-btn-in-dplus,
.opn-res-5 #opn-btn-in-lplus,
.opn-res-5 #opn-btn-in-rplus,
.opn-res-5 #opn-btn-in-uplus {
  display: none !important;
}
.opn-res-6 {
  max-width: 320px;
  margin: 0 auto;
  font-size: 13px;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 33.3% !important;
}
.opn-res-6 .ncol4 {
  width: 25% !important;
}
.opn-res-6 .ncol5 {
  width: 20% !important;
}
.opn-res-6 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-6 #mobile-menu {
  display: none;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-6 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 33.3% !important;
}
.opn-res-6 .ncol4 {
  width: 25% !important;
}
.opn-res-6 .ncol5 {
  width: 20% !important;
}
.opn-res-6 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-6 #mobile-menu {
  display: none;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-6 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 50% !important;
}
.opn-res-6 .ncol4 {
  width: 50% !important;
}
.opn-res-6 .ncol5 {
  width: 33.3% !important;
}
.opn-res-6 .ncol6 {
  width: 33.3% !important;
}
.opn-res-6 #mobile-menu {
  display: none;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-6 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 33.3% !important;
}
.opn-res-6 .ncol4 {
  width: 25% !important;
}
.opn-res-6 .ncol5 {
  width: 20% !important;
}
.opn-res-6 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-6 #mobile-menu {
  display: none;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-6 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 33.3% !important;
}
.opn-res-6 .ncol4 {
  width: 25% !important;
}
.opn-res-6 .ncol5 {
  width: 20% !important;
}
.opn-res-6 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-6 #mobile-menu {
  display: none;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-6 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 50% !important;
}
.opn-res-6 .ncol4 {
  width: 50% !important;
}
.opn-res-6 .ncol5 {
  width: 33.3% !important;
}
.opn-res-6 .ncol6 {
  width: 33.3% !important;
}
.opn-res-6 #mobile-menu {
  display: none;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-6 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 50% !important;
}
.opn-res-6 .ncol4 {
  width: 50% !important;
}
.opn-res-6 .ncol5 {
  width: 33.3% !important;
}
.opn-res-6 .ncol6 {
  width: 33.3% !important;
}
.opn-res-6 .branding-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.opn-res-6 #content {
  clear: both;
  width: 100%;
}
.opn-res-6 #sidebar {
  clear: both;
}
.opn-res-6 #opn-menu {
  display: none !important;
}
.opn-res-6 #mobile-menu {
  display: block !important;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #site-logo {
  width: 100%;
  height: 100%;
  z-index: 6;
  position: absolute;
  top: 0px;
  left: 0px;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight {
  width: 100%;
}
.opn-res-6 .breadcrumbs {
  display: none;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner>#supplementary>#first {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-6 .footer-top-inner>#supplementary>#second {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-6 .footer-top-inner>#supplementary>#third {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-6 .footer-top-inner>#supplementary>#four {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-6 #no-responsive {
  display: none;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 33.3% !important;
}
.opn-res-6 .ncol4 {
  width: 25% !important;
}
.opn-res-6 .ncol5 {
  width: 20% !important;
}
.opn-res-6 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-6 #mobile-menu {
  display: none;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-6 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 33.3% !important;
}
.opn-res-6 .ncol4 {
  width: 25% !important;
}
.opn-res-6 .ncol5 {
  width: 20% !important;
}
.opn-res-6 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-6 #mobile-menu {
  display: none;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-6 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 50% !important;
}
.opn-res-6 .ncol4 {
  width: 50% !important;
}
.opn-res-6 .ncol5 {
  width: 33.3% !important;
}
.opn-res-6 .ncol6 {
  width: 33.3% !important;
}
.opn-res-6 #mobile-menu {
  display: none;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-6 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 33.3% !important;
}
.opn-res-6 .ncol4 {
  width: 25% !important;
}
.opn-res-6 .ncol5 {
  width: 20% !important;
}
.opn-res-6 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-6 #mobile-menu {
  display: none;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-6 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 33.3% !important;
}
.opn-res-6 .ncol4 {
  width: 25% !important;
}
.opn-res-6 .ncol5 {
  width: 20% !important;
}
.opn-res-6 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-6 #mobile-menu {
  display: none;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-6 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 50% !important;
}
.opn-res-6 .ncol4 {
  width: 50% !important;
}
.opn-res-6 .ncol5 {
  width: 33.3% !important;
}
.opn-res-6 .ncol6 {
  width: 33.3% !important;
}
.opn-res-6 #mobile-menu {
  display: none;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-6 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 50% !important;
}
.opn-res-6 .ncol4 {
  width: 50% !important;
}
.opn-res-6 .ncol5 {
  width: 33.3% !important;
}
.opn-res-6 .ncol6 {
  width: 33.3% !important;
}
.opn-res-6 .branding-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.opn-res-6 #content {
  clear: both;
  width: 100%;
}
.opn-res-6 #sidebar {
  clear: both;
}
.opn-res-6 #opn-menu {
  display: none !important;
}
.opn-res-6 #mobile-menu {
  display: block !important;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #site-logo {
  width: 100%;
  height: 100%;
  z-index: 6;
  position: absolute;
  top: 0px;
  left: 0px;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight {
  width: 100%;
}
.opn-res-6 .breadcrumbs {
  display: none;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner>#supplementary>#first {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-6 .footer-top-inner>#supplementary>#second {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-6 .footer-top-inner>#supplementary>#third {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-6 .footer-top-inner>#supplementary>#four {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-6 #no-responsive {
  display: none;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 50% !important;
}
.opn-res-6 .ncol4 {
  width: 50% !important;
}
.opn-res-6 .ncol5 {
  width: 33.3% !important;
}
.opn-res-6 .ncol6 {
  width: 33.3% !important;
}
.opn-res-6 input,
.opn-res-6 textarea {
  font-size: 13px;
}
.opn-res-6 #site-title a {
  font-size: 24px;
}
.opn-res-6 #site-description {
  font-size: 12px;
}
.opn-res-6 .entry-title {
  font-size: 21px;
}
.opn-res-6 .entry-meta {
  font-size: 12px;
}
.opn-res-6 blockquote {
  margin: 0;
}
.opn-res-6 blockquote.pull {
  font-size: 17px;
}
.opn-res-6 .alignleft,
.opn-res-6 .alignright {
  float: none;
  margin-left: 0;
  margin-right: 0;
}
.opn-res-6 #nav-single {
  display: block;
  position: static;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 33.3% !important;
}
.opn-res-6 .ncol4 {
  width: 25% !important;
}
.opn-res-6 .ncol5 {
  width: 20% !important;
}
.opn-res-6 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-6 #mobile-menu {
  display: none;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-6 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 33.3% !important;
}
.opn-res-6 .ncol4 {
  width: 25% !important;
}
.opn-res-6 .ncol5 {
  width: 20% !important;
}
.opn-res-6 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-6 #mobile-menu {
  display: none;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-6 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 50% !important;
}
.opn-res-6 .ncol4 {
  width: 50% !important;
}
.opn-res-6 .ncol5 {
  width: 33.3% !important;
}
.opn-res-6 .ncol6 {
  width: 33.3% !important;
}
.opn-res-6 #mobile-menu {
  display: none;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-6 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 33.3% !important;
}
.opn-res-6 .ncol4 {
  width: 25% !important;
}
.opn-res-6 .ncol5 {
  width: 20% !important;
}
.opn-res-6 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-6 #mobile-menu {
  display: none;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-6 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 33.3% !important;
}
.opn-res-6 .ncol4 {
  width: 25% !important;
}
.opn-res-6 .ncol5 {
  width: 20% !important;
}
.opn-res-6 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-6 #mobile-menu {
  display: none;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-6 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 50% !important;
}
.opn-res-6 .ncol4 {
  width: 50% !important;
}
.opn-res-6 .ncol5 {
  width: 33.3% !important;
}
.opn-res-6 .ncol6 {
  width: 33.3% !important;
}
.opn-res-6 #mobile-menu {
  display: none;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-6 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 50% !important;
}
.opn-res-6 .ncol4 {
  width: 50% !important;
}
.opn-res-6 .ncol5 {
  width: 33.3% !important;
}
.opn-res-6 .ncol6 {
  width: 33.3% !important;
}
.opn-res-6 .branding-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.opn-res-6 #content {
  clear: both;
  width: 100%;
}
.opn-res-6 #sidebar {
  clear: both;
}
.opn-res-6 #opn-menu {
  display: none !important;
}
.opn-res-6 #mobile-menu {
  display: block !important;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #site-logo {
  width: 100%;
  height: 100%;
  z-index: 6;
  position: absolute;
  top: 0px;
  left: 0px;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight {
  width: 100%;
}
.opn-res-6 .breadcrumbs {
  display: none;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner>#supplementary>#first {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-6 .footer-top-inner>#supplementary>#second {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-6 .footer-top-inner>#supplementary>#third {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-6 .footer-top-inner>#supplementary>#four {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-6 #no-responsive {
  display: none;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 33.3% !important;
}
.opn-res-6 .ncol4 {
  width: 25% !important;
}
.opn-res-6 .ncol5 {
  width: 20% !important;
}
.opn-res-6 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-6 #mobile-menu {
  display: none;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-6 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 33.3% !important;
}
.opn-res-6 .ncol4 {
  width: 25% !important;
}
.opn-res-6 .ncol5 {
  width: 20% !important;
}
.opn-res-6 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-6 #mobile-menu {
  display: none;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-6 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 50% !important;
}
.opn-res-6 .ncol4 {
  width: 50% !important;
}
.opn-res-6 .ncol5 {
  width: 33.3% !important;
}
.opn-res-6 .ncol6 {
  width: 33.3% !important;
}
.opn-res-6 #mobile-menu {
  display: none;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-6 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 33.3% !important;
}
.opn-res-6 .ncol4 {
  width: 25% !important;
}
.opn-res-6 .ncol5 {
  width: 20% !important;
}
.opn-res-6 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-6 #mobile-menu {
  display: none;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-6 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 33.3% !important;
}
.opn-res-6 .ncol4 {
  width: 25% !important;
}
.opn-res-6 .ncol5 {
  width: 20% !important;
}
.opn-res-6 .ncol6 {
  width: 16.6666% !important;
}
.opn-res-6 #mobile-menu {
  display: none;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-6 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 50% !important;
}
.opn-res-6 .ncol4 {
  width: 50% !important;
}
.opn-res-6 .ncol5 {
  width: 33.3% !important;
}
.opn-res-6 .ncol6 {
  width: 33.3% !important;
}
.opn-res-6 #mobile-menu {
  display: none;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight-inner {
  width: 100%;
}
.opn-res-6 .breadcrumbs-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 50% !important;
}
.opn-res-6 .ncol4 {
  width: 50% !important;
}
.opn-res-6 .ncol5 {
  width: 33.3% !important;
}
.opn-res-6 .ncol6 {
  width: 33.3% !important;
}
.opn-res-6 .branding-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.opn-res-6 #content {
  clear: both;
  width: 100%;
}
.opn-res-6 #sidebar {
  clear: both;
}
.opn-res-6 #opn-menu {
  display: none !important;
}
.opn-res-6 #mobile-menu {
  display: block !important;
}
.opn-res-6 .contenair-inner {
  width: 100%;
}
.opn-res-6 #site-logo {
  width: 100%;
  height: 100%;
  z-index: 6;
  position: absolute;
  top: 0px;
  left: 0px;
}
.opn-res-6 .access-inner {
  width: 100%;
}
.opn-res-6 #bloc-highlight {
  width: 100%;
}
.opn-res-6 .breadcrumbs {
  display: none;
}
.opn-res-6 .footer-top-inner {
  width: 100%;
}
.opn-res-6 .footer-bottom-inner {
  width: 100%;
}
.opn-res-6 .footer-top-inner>#supplementary>#first {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-6 .footer-top-inner>#supplementary>#second {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-6 .footer-top-inner>#supplementary>#third {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-6 .footer-top-inner>#supplementary>#four {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.opn-res-6 #no-responsive {
  display: none;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 50% !important;
}
.opn-res-6 .ncol3 {
  width: 50% !important;
}
.opn-res-6 .ncol4 {
  width: 50% !important;
}
.opn-res-6 .ncol5 {
  width: 33.3% !important;
}
.opn-res-6 .ncol6 {
  width: 33.3% !important;
}
.opn-res-6 input,
.opn-res-6 textarea {
  font-size: 13px;
}
.opn-res-6 #site-title a {
  font-size: 24px;
}
.opn-res-6 #site-description {
  font-size: 12px;
}
.opn-res-6 .entry-title {
  font-size: 21px;
}
.opn-res-6 .entry-meta {
  font-size: 12px;
}
.opn-res-6 blockquote {
  margin: 0;
}
.opn-res-6 blockquote.pull {
  font-size: 17px;
}
.opn-res-6 .alignleft,
.opn-res-6 .alignright {
  float: none;
  margin-left: 0;
  margin-right: 0;
}
.opn-res-6 #nav-single {
  display: block;
  position: static;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 100% !important;
}
.opn-res-6 .ncol3 {
  width: 100% !important;
}
.opn-res-6 .ncol4 {
  width: 100% !important;
}
.opn-res-6 .ncol5 {
  width: 100% !important;
}
.opn-res-6 .ncol6 {
  width: 100% !important;
}
.opn-res-6 article {
  margin: 0;
  padding: 10px;
}
.opn-res-6 .logged-in .isStuck {
  top: 0px !important;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 100% !important;
}
.opn-res-6 .ncol3 {
  width: 100% !important;
}
.opn-res-6 .ncol4 {
  width: 100% !important;
}
.opn-res-6 .ncol5 {
  width: 100% !important;
}
.opn-res-6 .ncol6 {
  width: 100% !important;
}
.opn-res-6 .logged-in .isStuck {
  top: 0px !important;
}
.opn-res-6 .ui-resizable-handle,
.opn-res-6 #opn-btn-move,
.opn-res-6 #opn-btn-dplus,
.opn-res-6 #opn-btn-lplus,
.opn-res-6 #opn-btn-rplus,
.opn-res-6 #opn-btn-uplus,
.opn-res-6 #opn-btn-in-uplus,
.opn-res-6 #opn-btn-in-dplus,
.opn-res-6 #opn-btn-in-lplus,
.opn-res-6 #opn-btn-in-rplus,
.opn-res-6 #opn-btn-in-uplus {
  display: none !important;
}
@media print {
  body {
    background: none !important;
    font-size: 10pt;
  }
  footer.entry-meta a[rel=bookmark]:link:after,
  footer.entry-meta a[rel=bookmark]:visited:after {
    content: " [" attr(href) "] ";
  }
  #page {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important;
  }
  #branding {
    border-top: none !important;
    padding: 0;
  }
  #branding hgroup {
    margin: 0;
  }
  #site-title a {
    font-size: 21pt;
  }
  #site-description {
    font-size: 10pt;
  }
  #branding #searchform {
    display: none;
  }
  #branding img {
    display: none;
  }
  #access {
    display: none;
  }
  #main {
    border-top: none;
    box-shadow: none;
  }
  #content {
    margin: 0;
    width: auto;
  }
  .entry-meta .edit-link a {
    display: none;
  }
  #content nav {
    display: none;
  }
  .entry-title {
    font-size: 21pt;
  }
  .entry-meta {
    font-size: 10pt;
  }
  .entry-header .comments-link {
    display: none;
  }
  .page-link {
    display: none;
  }
  .singular #author-info {
    background: none;
    border-bottom: none;
    border-top: none;
    margin: 2.2em 0 0;
    padding: 0;
  }
  #respond {
    display: none;
  }
  .widget-area {
    display: none;
  }
  #top {
    display: none;
  }
  .commentlist > li.comment {
    background: none;
    border: 1px solid #ddd;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin: 0 auto 1.625em;
    padding: 1.625em;
    position: relative;
    width: auto;
  }
  .commentlist .avatar {
    height: 39px;
    left: 2.2em;
    top: 2.2em;
    width: 39px;
  }
  .commentlist li.comment .comment-meta {
    line-height: 1.625em;
    margin-left: 50px;
  }
  .commentlist li.comment .fn {
    display: block;
  }
  .commentlist li.comment .comment-content {
    margin: 1.625em 0 0;
  }
  .commentlist .comment-edit-link {
    display: none;
  }
  .commentlist > li::before,
  .commentlist > li.bypostauthor::before {
    content: '';
  }
  .commentlist .reply {
    display: none;
  }
  .commentlist > li.bypostauthor {
    color: #444;
  }
  .commentlist > li.bypostauthor .comment-meta {
    color: #666;
  }
  .commentlist > li.bypostauthor:before {
    content: none;
  }
  .commentlist .children > li.bypostauthor {
    background: #fff;
    border-color: #ddd;
  }
  .commentlist .children > li.bypostauthor > article,
  .commentlist .children > li.bypostauthor > article .comment-meta {
    color: #666;
  }
}
#opn-menu {
  float: left;
}
#opn-menu ul {
  list-style: none;
  margin: 0;
  font-weight: normal;
}
#opn-menu li {
  font-size: 16px;
  margin: 0 5px;
  float: left;
  position: relative;
}
#opn-menu a {
  color: #333;
  display: block;
  padding: 0 15px;
  text-decoration: none;
}
#opn-menu ul ul {
  margin: 0;
  top: ;
  left: 0px;
  width: auto;
  z-index: 99999;
  display: none;
  float: left;
  position: absolute;
  background-color: #eee;
  overflow: hidden;
  opacity: 0.9;
  width: 100%;
}
#opn-menu ul ul ul {
  left: 100%;
  top: 0;
}
#opn-menu .menu-item ul a:hover {
  top: 0;
  padding: 0 !important;
}
#opn-menu ul ul a {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  width: 100%;
}
.menu-item img {
  padding: 10px;
}
.menu-item span {
  line-height: ;
}
.sub-menu a span {
  line-height: 60px;
}
.sub-menu .menu-item {
  width: 100%;
}
.sub-menu .menu-item span.opn-menu-item-a {
  line-height: 14px !important;
  padding: 5px 0px;
}
.menu-item img {
  max-height: 30px;
}
.opn-menu-item-opn-img-image-align-left img {
  margin: 5px 10px 0 0;
}
#opn-menu .children {
  padding: 3px 0 0 10px;
}
#opn-menu .children li:hover > a {
  background: #BFBFBF;
}
#opn-menu li:hover > a {
  color: #333;
  transition: all 0.3s ease;
}
#opn-menu li > a {
  transition: all 0.7s ease;
}
#opn-menu .sub-menu li:hover > a {
  color: #333;
  background: #fddb03;
  transition: all 0.5s ease;
}
#opn-menu a:focus {
  color: #333;
  background: #fddb03;
}
#opn-menu .current_page_item > a,
#opn-menu .current_page_ancestor > a {
  color: #333;
  background: #fddb03;
  padding: 0 15px;
  font-family: Roboto-condensed-bold;
  position: relative;
  top: 0 !important;
  color: #333 !important;
}
#opn-menu .sub-menu a:focus {
  color: #333 !important;
  background: #fddb03;
}
#opn-menu .sub-menu .current_page_item > a,
#opn-menu .sub-menu .current_page_ancestor > a {
  color: #333 !important;
  background: #FFF;
  cursor: default;
}
#opn-menu .menu-item a {
  padding: 0 15px !important;
  top: 0 !important;
  border-radius: 40px;
}
#opn-menu .menu-item a:hover {
  background: #fddb03 !important;
  position: relative;
  color: #333 !important;
}
.menu-item a {
  color: #333;
  display: block;
  text-decoration: none;
}
.lavalamp ul li.backLava {
  height: 40px !important;
  position: absolute;
  top: 0px !important;
}
.isStuck.lavalamp ul li.backLava {
  height: 3px !important;
  top: 50px !important;
  background-color: #fddb03;
}
#mobile-menu {
  display: none;
}
#mobile-menu-content,
#opn-menu-content {
  background: #fff;
  width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
}
#mobile-menu-open {
  color: #333;
  color: #fff;
  background-color: #FFA500;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  cursor: pointer;
}
#mobile-menu-content {
  line-height: 30px;
}
#mobile-menu-content  ul {
  list-style: none;
}
#mobile-menu-content  a {
  color: #fff;
}
#mobile-menu-content a[href^="http"] {
  color: #333;
  padding: 0 0 0 20px;
  font-size: 13px;
  text-decoration: none;
  overflow: auto;
}
.entry-content tr,
.comment-content tr {
  background: #fff;
  padding: 15px !important;
}
.entry-content tr.odd,
.comment-content tr.odd {
  background: #fff;
}
.entry-content tr.even,
.comment-content tr.even {
  background: #fff2ef;
}
.dataTables_wrapper [type="search"] {
  padding: 7px 10px !important;
  width: auto !important;
}
.dataTables_wrapper .styled-select {
  width: 70px;
  margin: 0px 5px;
}
.dataTables_wrapper .styled-select select {
  height: 36px;
}
.dataTables_wrapper .dataTables_length {
  position: relative;
  top: 30px;
}
.dataTables_wrapper .dataTables_length label {
  vertical-align: top;
  line-height: 36px;
}
.dataTables_wrapper label {
  font-size: 13px;
  text-transform: uppercase;
  color: #aaa;
}
.dataTables_wrapper .dataTables_filter {
  position: relative;
  top: 30px;
}
.dataTables_wrapper .dataTables_info {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
  background-color: #E75480;
  top: calc(41%);
}
table.dataTable>tbody>tr.child ul {
  width: 100%;
}
table.dataTable>tbody>tr.child span.dtr-title {
  width: 20%;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.mix-pagination.active,
.mix-pagination:hover,
.opn-pagination.active,
.opn-pagination:hover {
  background: #E75480 !important;
  color: #FFF !important;
  border: none;
  border-radius: 0;
  border: 1px solid #555;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #FFB6C1 !important;
  color: #FFF !important;
  border: none !important;
  border-radius: 0 !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 20px 0px 0 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled {
  opacity: 0.3;
  border: none !important;
  color: #fff !important;
}
table.dataTable thead th,
table.dataTable thead td {
  background-color: #ddd;
  color: #000;
  border: none;
  padding: 20px 10px;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 12px 10px;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-color: #ccc;
  color: #000;
}
table.dataTable thead .sorting:hover {
  background-color: #ccc;
  color: #000;
}
table.dataTable.no-footer {
  border: none;
}
table.dataTable tbody tr:hover {
  background-color: #fee5cc;
  cursor: pointer;
}
table.dataTable.dtr-inline>tbody>tr>td.opn_detail:first-child:before,
table.dataTable.dtr-inline>tbody>tr>th.opn_detail:first-child:before {
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  font-family: 'Courier New', Courier, monospace;
  background-color: #31b131;
}
table.dataTable.dtr-inline>tbody>tr.shown>td.opn_detail:first-child:before,
table.dataTable.dtr-inline>tbody>tr.shown>th.opn_detail:first-child:before {
  background-color: #d33333;
}
input#s {
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  height: 22px;
  line-height: 1.2em;
  padding: 4px 20px 4px 5px;
}
input#searchsubmit {
  display: none;
}
.widget_search .close_search:hover {
  transform: scale(1.2);
  transform-origin: 50% 10% 0;
  transition: all 0.5s ease;
}
.widget_search .close_search {
  position: absolute;
  width: 10%;
  color: #F60;
  font-size: 50px;
  cursor: pointer;
  top: -100px;
  right: 4%;
  text-align: right;
  transition: all 0.5s ease;
}
.widget_search #searchsubmit:hover {
  background-color: #1E1E1E;
  border: 1px solid #1e1e1e;
  border-top: 1px solid #777;
  color: #fff !important;
}
.widget_search .submit {
  background-image: url("/wp-content/themes/opntemplate/images/loading.gif");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: -100px 0px;
}
.widget_search #searchsubmit {
  background-color: rgba(221,221,221,0);
  border: 1px solid #777;
  -webkit-box-shadow: inset 0px -1px 1px rgba(0,0,0,0.09);
  -moz-box-shadow: inset 0px -1px 1px rgba(0,0,0,0.09);
  box-shadow: inset 0px -1px 1px rgba(0,0,0,0.09);
  color: #333 !important;
  font-size: 23px;
  font-weight: 100;
  font-family: "Titillium Web", arial, sans-serif;
  line-height: 25px;
  position: relative;
  float: right;
  top: -1px;
}
.search.full #content {
  float: none;
  width: 100%;
  margin: 0 auto 50px auto;
}
#resultsDiv {
  width: 1000px;
  margin: 0 auto;
}
.search .no-results .entry-content>p {
  margin: 0 0 20px 0;
}
.entry-content #searchform {
  width: 90%;
}
.search .input-croix {
  width: 100% !important;
  float: left;
  margin: 0 10px 0 0;
}
.search .page-title {
  color: #AAA;
  text-align: center;
  background: #f1f1f1;
  padding: 0 0 10px 0;
  font-size: 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 100;
}
.search .entry-header {
  padding: 0;
}
.search .page-title span {
  color: #FFA500;
}
.search .entry-title {
  margin: 0;
  padding: 0;
}
.search .entry-title a {
  display: block;
  color: #333;
  padding: 0 10px;
  text-decoration: none;
  font-weight: normal;
}
.search .entry-title a:hover {
  text-decoration: underline;
}
.div-search-results {
  margin: 20px 0;
}
.nbresults {
  font-size: 30px;
  font-weight: 300;
  margin: 20px 0 20px 0;
  font-family: "Titillium Web", arial, sans-serif;
  text-align: center;
}
a.search-result-link:hover {
  text-decoration: none;
}
.search-result-line {
  padding: 15px 5px;
  position: relative;
  transition: all 0.5s;
}
.search-result-line:not(.dbview):hover {
  background-color: #f1f1f1;
  transition: all 0.5s ease;
}
.search-result-line:before {
  content: "\f345";
  position: absolute;
  float: left;
  top: 17px;
  left: -35px;
  font-size: 35px;
  font-family: dashicons;
  color: #FFA500;
  transition: all 1s ease;
  transform: scale(0,0);
}
.search-result-line:hover:not(.dbview):before {
  transform: scale(1,1);
  transition: all 0.5s ease;
}
.search-result-title {
  font-size: 25px;
  text-decoration: none;
  vertical-align: bottom;
  text-transform: uppercase;
  transition: all 0.5s;
}
.search-result-line img {
  color: black !important;
  padding: 0 0 0 0px;
  transition: all 0.5s;
}
.search-result-line.hover img {
  color: black !important;
  padding: 0 0 0 25px;
  transition: all 0.5s;
}
.search-result-detail {
  padding: 5px 0 0 0;
  color: #777;
}
.search-result-detail .find-word {
  color: black;
  font-weight: normal;
}
.suggestions {
  font-size: 22px;
  color: black;
  margin: 30px 0;
  font-style: italic;
}
.words-suggestion a {
  color: #FFA500;
}
h2.opn-title-style-1 {
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 0px;
  line-height: 100%;
  font-weight: 400;
  text-transform: uppercase;
  font-variant: normal;
  background-color: rgba(0,0,0,0);
  background-image: url("http://vous.tgl.56.nexeto.org/wp-content/uploads/hopp_2309_01_hd.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-blend-mode: normal;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-color: #333333;
  border-style: none;
  border-radius: 0px 20px 20px;
  padding-top: 300px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
h2.opn-title-style-1 {
  border-radius: 0 20px 20px 20px;
  text-align: right;
}
h1.opn-title-style-2 {
  color: #333333;
  font-size: 28px;
  letter-spacing: 0px;
  line-height: 100%;
  font-weight: 100;
  font-variant: normal;
  background-color: rgba(0,0,0,0);
  background-size: auto;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-blend-mode: normal;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-color: #333333;
  border-style: none;
  border-radius: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
button.opn-button-style-1,
input.opn-button-style-1 {
  cursor: pointer;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  font-variant: normal;
  height: auto;
  width: auto;
  background-color: #ff0d01;
  background-size: auto;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-blend-mode: normal;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-color: #ffffff;
  border-style: none;
  border-radius: 20px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
button.opn-button-style-1:hover,
input.opn-button-style-1:hover {
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  background-color: #222222;
}
button.opn-button-style-1:before,
input.opn-button-style-1:before {
  font-size: 20px;
}
.wp_themeSkin span.mce_save {
  background-image: url("http://www.vendee-utilitaires.com/wp-content/themes/opntemplate/../../../wp-includes/js/tinymce/themes/advanced/img/icons.gif");
  background-position: -480px -20px;
}
.imgFileUploader {
  z-index: 9999999;
}
.screen-reader-text {
  display: none;
}
.tooltipster-opnsite {
  border-radius: 3px;
  background: #000;
  color: #fff;
  text-align: center;
  max-width: 250px;
}
.tooltipster-opnsite .tooltipster-content {
  font-size: 13px;
  line-height: 13px;
  padding: 10px 15px;
}
.opn_alone .opn_textContent {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.opn_last .opn_textContent {
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.opn_first .opn_textContent {
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.opn_middle .opn_textContent {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.breadcrumbs {
  padding: 15px 0 0 15px;
  background: transparent;
}
img {
  border: none !important;
}
.opn_dbviewer_line {
  border: none;
  width: 31.5%;
}
.dbview-vehicule .left {
  position: relative;
  width: 100% !important;
}
.image-vehicule {
  border-radius: 0 20px 0 0;
  width: 100%;
  height: auto;
  background: #eee;
  transition: .3S ease-in-out;
}
.left:hover img {
  filter: brightness(1.4);
}
.left:hover .titre {
  color: #666;
}
img.image-vehicule.colorbox-2 {
  width: 100%;
}
.dbview-vehicule .left .image-vehicule {
  height: auto;
  padding: 0px;
}
.dbview-vehicule .titre {
  border-radius: 0 0 20px 20px;
  margin-bottom: 15px;
  font-size: 17px !important;
  font-weight: bold;
  background: #eee;
  padding: 15px 25px;
  text-align: center;
  margin-top: 0;
  min-height: 60px;
}
.km-vehicule {
  display: block;
  float: left;
}
.fa.fa-tachometer {
  display: none;
}
.tarif {
  font-size: 20px;
  color: #01a0c7;
  font-weight: bold;
  display: block;
  float: right;
}
.vues-vehicules {
  width: 80%;
  display: block;
  margin: 0px auto;
}
.vue-vehicule {
  float: left;
  margin-right: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.mix-pagination.active,
.mix-pagination:hover,
.opn-pagination.active,
.opn-pagination:hover {
  background: #fddb03 !important;
  color: black !important;
}
.les-plus li {
  width: 50%;
  float: left;
}
.les-plus .fas.fa-plus-circle {
  font-style: normal;
  margin: 0 5px 5px 0;
}
.opn-podsitem-content #opn-content-2 {
  margin-top: 0px;
  z-index: 100;
}
.opn-podsitem-content #opn-content-2 .heart {
  top: 20px;
}
.prix-marchand {
  color: #c00000;
  font-weight: bold;
  text-align: right;
  margin-left: auto;
}
.prix-ht {
  color: #01a0c7;
  font-size: 26px;
  text-align: right;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 0;
  padding-left: 10px;
}
.prix-ttc {
  font-size: 20px;
  color: #999999;
  text-align: right;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 10px;
}
.imprimer-client {
  text-align: right;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 10px;
}
.page-id-97 .entry-title::before {
  content: '\f002';
  display: inline-block;
  height: 30px;
  width: 40px;
  font-family: 'FontAwesome';
}
.page-id-97 .entry-title {
  text-transform: uppercase;
}
.filtres_de_recherche .search-vehicule-validate {
  border-radius: 20px !important;
  font-family: 'Roboto-condensed-bold', sans-serif;
  text-transform: uppercase;
}
.opn_content>.opn_textContent.opn_bloc_style_2_2 h3 {
  margin-top: -45px;
  margin-bottom: 40px;
  font-size: 20px;
  font-family: 'Roboto-condensed-bold';
}
.opn_content>.opn_textContent.opn_bloc_style_97_1 h3 {
  display: none;
}
.search-vehicule-group {
  display: block;
  width: 16%;
  float: left;
  margin-right: 30px;
}
.search-vehicule-group.simplevehicule {
  width: 85%;
}
#search-form-ui-vu_categorie::before,
#search-form-ui-vo_pv_ht::before,
#search-form-ui-vo_v_marque::before,
#search-form-ui-vo_v_millesi::before,
#search-form-ui-vo_v_numpoli::before,
#search-form-ui-query::before {
  background: black;
  color: white;
  padding: 5px;
  width: 18px;
  display: block;
  float: left;
  margin: -5px 10px -5px 0;
  border-radius: 15px 0 15px 15px;
  text-align: center;
}
#search-form-ui-query::before,
#search-form-ui-vu_categorie::before {
  content: '1';
}
#search-form-ui-vo_pv_ht::before {
  content: '2';
}
#search-form-ui-vo_v_marque::before {
  content: '3';
}
#search-form-ui-vo_v_millesi::before {
  content: '4';
}
#search-form-ui-vo_v_numpoli::before {
  content: '5';
}
input#pods-form-ui-vo-v-millesi,
input#pods-form-ui-vo-v-numpoli,
input#pods-form-ui-query {
  padding: 3px !important;
  margin-top: 10px;
}
.pods-form-ui-field .select2-container {
  width: 100% !important;
  margin-top: 10px;
}
.select2-results__option {
  line-height: 100%;
}
button.search-vehicule-validate {
  cursor: pointer;
  background: transparent;
  border: none;
  margin-top: 20px;
}
button.search-vehicule-validate i {
  font-style: normal;
  font-size: 40px;
}
.select2-container--default .select2-results>.select2-results__options {
  max-height: 240px !important;
  font-size: 13px;
  line-height: 6px;
  margin-left: 5px;
  text-transform: uppercase;
}
.heart {
  background: url(/wp-content/themes/opntemplate/images/fond-blanc-coin-casse.png) no-repeat transparent;
  display: block;
  width: 46px;
  position: absolute;
  top: 0;
  height: 54px;
  right: 0;
  padding: 0px 2px 0 5px;
}
i.fas.fa-heart {
  font-style: normal;
  font-size: 25px;
  background: #DB1508;
  padding: 6px;
  border-radius: 20px 0 20px 20px;
  color: white;
  text-align: center;
  border: 2px solid;
  display: block;
  width: 25px;
  position: absolute;
  margin-top: 8px;
}
.star {
  background: url(/wp-content/themes/opntemplate/images/fond-blanc-coin-casse.png) no-repeat transparent;
  display: block;
  width: 46px;
  position: absolute;
  height: 54px;
  bottom: 35px;
  padding: 0px 2px 0 5px;
  transform: rotate(90deg);
  right: 0;
}
i.fa.fa-star {
  font-style: normal;
  font-size: 25px;
  background: #01A0C7;
  padding: 6px;
  border-radius: 20px 0 20px 20px;
  color: white;
  text-align: center;
  border: 2px solid;
  display: block;
  width: 25px;
  position: absolute;
  margin-top: 8px;
}
.zerokm {
  display: none;
}
.entry-title a,
h1,
.entry-content h1,
.comment-content h1 {
  text-align: center;
}
.p_home-search-result {
  display: none;
}
#mobile-menu-open {
  background-color: #FF0D01;
}
.opn-res-3 #footer-top .footer-top-inner,
.opn-res-4 #footer-top .footer-top-inner,
.opn-res-5 #footer-top .footer-top-inner,
.opn-res-6 #footer-top .footer-top-inner {
  height: auto !important;
}
.opn-res-3 #branding .logo-block {
  width: 50%;
}
.opn-res-3 #branding .logo-block #site-logo {
  position: relative !important;
}
.opn-res-3 #branding .site-slogan {
  display: none;
}
.opn-res-3 #access {
  height: 48px;
}
.opn-res-4 #branding {
  height: 220px;
}
.opn-res-4 .logo-block {
  width: 100%;
}
.opn-res-4 .site-slogan {
  margin: 13px auto;
  width: 33%;
}
.opn-res-4 .logo-cci {
  width: 26%;
}
.opn-res-5,
.opn-res-6 {
  font-size: 16px;
}
.opn-res-5 .logo-cci,
.opn-res-6 .logo-cci {
  width: 100%;
  margin: 0 0 20px 0;
}
.opn-res-5 #branding,
.opn-res-6 #branding {
  height: auto;
}
.opn-res-5 #branding .logo-block,
.opn-res-6 #branding .logo-block {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.opn-res-5 #branding .logo-block #site-logo,
.opn-res-6 #branding .logo-block #site-logo {
  position: relative !important;
}
.opn-res-5 #branding .logo-block .site-title,
.opn-res-6 #branding .logo-block .site-title {
  width: auto;
  margin-bottom: 10px;
}
.opn-res-5 #branding .site-slogan,
.opn-res-6 #branding .site-slogan {
  display: none;
}
.opn-res-5 #access,
.opn-res-6 #access {
  height: 48px;
}
.opn-res-1 #contenair #content,
.opn-res-2 #contenair #content {
  width: 100%;
}
.swp_social_panel .sw {
  font-style: normal;
}
.swp_social_panel:not(.nc_floater):not(.swp_social_panelSide):nth-child(1) {
  display: none;
}
.page-id-100 .swp_social_panel.swp_horizontal_panel.swp_flat_fresh.swp_default_full_color.swp_individual_full_color.swp_other_full_color.scale-100.scale- {
  display: none;
}
#footer-top .footer-top-inner .widget-area img {
  background: transparent;
}
#tarteaucitronAlertBig {
  bottom: 0;
}
.tarteaucitronAlertBigTop {
  top: auto !important;
}
#wpmem_restricted_msg {
  display: none;
}
#wpmem_reg .form,
#wpmem_login .form {
  margin: 0 auto !important;
  width: 600px !important;
}
#wpmem_login .div_text,
#wpmem_reg .div_text,
#wpmem_reg .div_textarea,
#wpmem_reg .div_select,
#wpmem_reg .div_checkbox,
#wpmem_reg .div_multiselect,
#wpmem_reg .div_multicheckbox,
#wpmem_reg .div_radio,
#wpmem_reg .div_image,
#wpmem_reg .div_file,
#wpmem_reg .div_url,
#wpmem_reg .div_number,
#wpmem_reg .div_date {
  width: 100% !important;
}
#wpmem_reg .button_div,
#wpmem_login .button_div {
  width: 100% !important;
}
#wpmem_register_form {
  display: none;
}
.button_div label {
  padding: 2px 2px 2px 26px !important;
  text-align: left;
}
.home-block {
  display: block;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.color-block {
  background: #fddb03;
  padding: 30px 0px;
  color: black;
  text-transform: uppercase;
  display: block;
  font-size: 1.2em;
  text-align: center;
  opacity: 1;
  bottom: -70px;
  position: absolute;
  width: 100%;
}
.home-block:hover .color-block {
  transform: translate(0,-70px);
  transition: all .5s ease;
}
.fas.fa-print {
  font-style: normal;
}
a.application::before,
a.image::before,
a.text::before,
a.audio::before,
a.video::before {
  display: none;
}
#mobile-menu #mobile-menu-content #menu-principal .menu-item span.fas {
  font-size: 40px;
  line-height: 60px;
  color: #333;
  vertical-align: middle;
}
.opn_dbviewer_inner .pagination-nor {
  height: auto !important;
}
@media (max-width: 1200px) {
  .intro #opn-content-2 {
    width: 15% !important;
  }
  .intro #opn-content-3 {
    width: 85% !important;
  }
  .intro #opn-content-5 {
    width: 90% !important;
  }
  .intro #opn-content-6 {
    width: 10% !important;
  }
}
@media (max-width: 1100px) {
  .opn_dbviewer_line {
    width: 29%;
  }
  .home-gallery .opn-gallery-item {
    height: 250px !important;
  }
}
@media (max-width: 980px) {
  .site-contact {
    background: transparent;
    position: absolute;
    padding-top: 11px;
    float: right !important;
    right: 0;
    width: auto;
    left: auto;
  }
  .branding-inner {
    background: transparent;
    overflow: initial;
    padding: 10px 0 0 0;
  }
  #access {
    width: 100%;
    left: 0;
    top: 40px;
  }
  #mobile-menu {
    position: absolute;
    width: 100%;
  }
  #searchform {
    position: absolute;
    right: 10px;
  }
  .home-slider {
    margin-top: 130px;
  }
  .home-gallery .opn-gallery-item {
    width: 50% !important;
  }
  .home h1 span {
    display: block;
    float: none;
  }
  .home h1 i {
    display: none;
  }
}
@media (max-width: 768px) {
  .separator {
    display: none;
  }
  .pods-pick-values li {
    width: 100%;
  }
  .home .slogan-01 {
    display: block;
    position: relative;
    bottom: auto;
    padding: 10px 10px 5px 10px;
    right: auto;
    text-align: center;
    width: 100%;
  }
  .search-vehicule-group {
    width: 27%;
    height: 67px;
  }
  .opn_dbviewer_line {
    width: 45%;
  }
  .intro #opn-content-2 {
    width: 25% !important;
  }
  .intro #opn-content-3 {
    width: 65% !important;
  }
}
@media (max-width: 600px) {
  .site-contact span {
    display: none;
  }
  .contact-item {
    margin-right: 5px;
  }
  #searchform {
    position: absolute;
    right: auto;
    z-index: 30;
    top: -35px;
    left: 5px;
  }
  #searchform #s {
    width: 100px;
  }
  input#s {
    height: 18px;
  }
  #site-logo a {
    width: 100%;
    margin: auto;
    display: block;
    max-width: 350px;
  }
  #branding img {
    width: 100%;
  }
  .home-gallery .opn-gallery-item {
    width: 100% !important;
  }
  .home .slogan-01 span {
    display: block;
  }
}
@media (max-width: 555px) {
  .search-vehicule-group {
    width: 40%;
    height: 67px;
  }
  .opn_dbviewer_line {
    width: 40%;
    height: 450px;
  }
  .intro #opn-content-2 {
    width: 100% !important;
  }
  .intro #opn-content-2 img {
    height: 170px !important;
  }
  .intro #opn-content-3 {
    width: 100% !important;
  }
  .intro #opn-content-5 {
    width: 80% !important;
  }
  .intro #opn-content-6 {
    width: 20% !important;
  }
}
@media (max-width: 414px) {
  .search-vehicule-group {
    width: 80%;
    height: 67px;
  }
  .opn_dbviewer_line {
    width: 95%;
    height: 350px;
  }
}
@media (max-width: 380px) {
  .search-vehicule-group {
    width: 100%;
    height: 67px;
  }
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  display: none;
}
.opn-gallery-item {
  padding: 15px !important;
  max-height: 275px;
}
.opn-gallery-caption {
  width: calc(85%) !important;
  padding: 20px;
  text-align: right;
}
.opn-gallery-icon.opn-gallery-background {
  border-radius: 0 20px 20px 20px;
  transition: .3s ease-in-out;
}
.opn-gallery-icon.opn-gallery-background:hover {
  filter: brightness(1.4);
}
#opn-menu a:focus {
  background: transparent !important;
}
.dimensions a::before {
  content: url(/wp-content/themes/opntemplate/images/icon_pdf.gif);
  padding: 0 5px 0 0;
}
.filtres_de_recherche_100,
.opn_webContent .filtres_de_recherche {
  opacity: 0;
}
.opn_dbviewer_line,
.search-result-dbview-vehicule {
  width: calc(calc(33.333333333333%) - 20px);
  float: none !important;
  display: inline-block;
}
@media (max-width: 768px) {
  .opn_dbviewer_line,
  .search-result-dbview-vehicule {
    width: calc(calc(100%) - 20px);
    float: none !important;
    display: inline-block;
  }
}
.opn-res-3 .search-result-dbview-vehicule,
.opn-res-4 .search-result-dbview-vehicule,
.opn-res-3 .opn_dbviewer_line,
.opn-res-4 .opn_dbviewer_line {
  width: 50% !important;
  margin: 0 !important;
}
.opn-res-5 .search-result-dbview-vehicule,
.opn-res-6 .search-result-dbview-vehicule,
.opn-res-5 .opn_dbviewer_line,
.opn-res-6 .opn_dbviewer_line {
  width: 100% !important;
  margin: 0 !important;
}
.fixed-filtre {
  position: absolute !important;
}
