@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: 70%;
}
#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: 20px;
  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%;
  text-align: right;
  line-height: 42px;
  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;
  -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: #000000;
}
.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: #000000;
}
.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 {
  border-radius: 10px;
  height: 10px !important;
  top: 10px;
  background-color: #e8e8e8;
}
.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: #88AC0B;
}
.opn_container .pods-dfv-list-queue .error {
  color: red;
  bottom: 33px;
  left: 29px;
  position: fixed;
  font-size: 16px;
}
.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: 30px;
}
.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;
}
.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 {
  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%;
  top: 0 !important;
}
.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;
  min-width: auto !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;
}
.mce-i-fieldsbdd:before {
  font-family: "fontawesome";
  content: "\f1c0";
}
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: #000000;
}
.div-list .level-1 .title {
  font-family: ;
  font-size: 15px;
  padding: 10px 10px;
  text-transform: uppercase;
  color: #000000;
}
.div-list .level-2 .title {
  font-family: arial;
  font-size: 15px;
  padding: 10px 10px;
  color: #000000;
}
.div-list .level-3 .title {
  font-family: arial;
  font-size: 15px;
  padding: 10px 10px;
  color: #000000;
}
.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: #000000;
}
.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: 'OPN';
  src: url('https://www.biodis.eu/wp-content/themes/opntemplate/fonts/icomoon.eot?-55deup');
  src: url('https://www.biodis.eu/wp-content/themes/opntemplate/fonts/icomoon.eot?#iefix-55deup') format('embedded-opentype'), url('https://www.biodis.eu/wp-content/themes/opntemplate/fonts/icomoon.ttf?-55deup') format('truetype'), url('https://www.biodis.eu/wp-content/themes/opntemplate/fonts/icomoon.woff?-55deup') format('woff'), url('https://www.biodis.eu/wp-content/themes/opntemplate/fonts/icomoon.svg?-55deup#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-mail:before {
  content: "\e07c";
}
.icon-location-pin:before {
  content: "\e601";
}
.icon-phone:before {
  content: "\f095";
}
a.pdf::before {
  content: "" !important;
}
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: #000000;
  font-size: 20px;
  font-family: 'Dosis', sans-serif;
  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: 600;
}
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%;
}
input#searchsubmit {
  display: none;
}
.wrapper-content-single {
  margin: 0 10% 30px 10%;
}
.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 {
  text-align: center;
}
.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;
}
.pods-form-front .pods-submit {
  float: none !important;
}
.opn-dbview-line-dbview-post-dbview-actus:hover {
  transform: scale(1.05);
  transition: all 0.5s;
}
.opn-dbview-line-dbview-post-dbview-actus {
  transform: scale(1);
  transition: all 0.5s;
}
.opn-dbview-line-dbview-post-dbview-actus h2 {
  font-size: 23px !important;
  height: calc( 80px - 1em );
}
.opn-dbview-line-dbview-postactualites-dbview-liste-actu:hover {
  background-color: #f1f1f1;
  transform: scale(1.05);
  transition: all 0.5s;
}
.opn-dbview-line-dbview-postactualites-dbview-liste-actu {
  background-color: #fff;
  transform: scale(1);
  transition: all 0.5s;
  cursor: pointer;
}
.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;
}
.home .opn-gallery-caption {
  position: absolute !important;
  bottom: auto !important;
  left: 0;
  width: 70%;
  top: 70px;
  background: url(/wp-content/themes/opntemplate/images/slider-caption-bg.png);
  padding: 10px 20px;
}
.home .opn-gallery-description {
  text-align: right;
  font-style: normal;
}
.home .opn-gallery-description legend {
  text-align: right;
}
.swiper {
  position: relative;
  z-index: 0;
}
#swipper.swiper-wrapper {
  height: auto !important;
}
.swiper-image {
  text-align: center;
}
.swiper-image img {
  max-width: 100%;
}
.swiper-titre {
  color: white;
  text-align: right;
  font-size: 70px;
  font-weight: 700;
}
.home .swiper-description {
  text-align: right;
  font-style: normal;
  font-weight: 600;
  color: white;
  font-size: 50px;
}
.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(https://www.biodis.eu/wp-content/themes/opntemplate/images/arrow-left.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  z-index: 10;
}
.swiper #nextHorizontal {
  float: right;
  margin: 0 5px;
  width: 20px;
  height: 125px;
  background-image: url(https://www.biodis.eu/wp-content/themes/opntemplate/images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  z-index: 10;
}
.swiper #prevVertical {
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0 5px;
  width: 20px;
  height: 25px;
  background-image: url(https://www.biodis.eu/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(https://www.biodis.eu/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: #000000 !important;
}
.home video {
  height: auto;
  max-width: 1280px;
  margin: 0 auto;
  display: block;
}
.opn_dbviewer_line {
  background: #fff;
  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: #333333;
  padding: 0 10px;
  text-decoration: none;
  font-weight: normal;
}
.search .entry-title a:hover {
  text-decoration: underline;
}
.no-border {
  border: none;
  background: none;
  padding: 0 !;
  box-shadow: none;
}
.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;
  border: none;
  background: none;
  padding: 0 !;
  box-shadow: none;
}
a.cboxElement span.bigLoupe {
  top: 0px;
  right: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('https://www.biodis.eu/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('https://www.biodis.eu/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('https://www.biodis.eu/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: 140px;
  overflow: hidden;
  clear: both;
  line-height: 30px;
  float: left;
  width: 30%;
  display: block;
  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 {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.social-top {
  padding: 20px 30px 10px 20px;
  position: relative;
  float: right;
}
.social-top a {
  display: block;
  transition: .3s ease-in-out;
}
.social-top a:hover {
  transform: scale(1.2);
}
.social-top svg {
  height: 30px;
  fill: #ccc;
}
#site-title {
  padding: 0;
}
#site-logo {
  width: 219px;
  height: 100px;
  z-index: 6;
  position: absolute;
  top: 20px;
  left: 30px;
}
#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;
}
#access {
  background: transparent;
  display: block;
  float: left;
  width: 100%;
  height: 140px;
  position: relative;
  float: right;
  width: 70%;
}
#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;
}
#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 {
  height: 30px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 0 0 0;
  margin: 0;
  background: #bbbbbb;
}
.breadcrumbs-inner {
  font-size: 0.8em;
  color: #000000;
  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: #14235C !important;
  background-color: #F1F1F1;
  text-decoration: none;
  padding: 10px;
}
.bloc-header-inner {
  margin: 20px 0 0 0;
  float: right;
}
#bloc-header {
  height: 140px;
  width: 100%;
  margin: 0 auto;
}
.widget-area {
  font-size: 20px;
}
.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: #333333;
  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: #14235C !important;
  background-color: #F1F1F1;
  text-decoration: none;
  padding: 10px;
}
.opn_finalContent  .widget ul ul {
  margin: 0;
}
.gksm-custom-menu-widget .menu a[href^="http"]:hover {
  color: #14235C !important;
}
#contenair {
  height: inherit;
  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 {
  background: transparent;
  overflow: hidden;
}
.entry-summary {
  padding: 10px !important;
  background: #fff;
}
.entry-title a,
h1,
.entry-content h1,
.comment-content h1 {
  margin: 50px 0 35px 0;
  background: transparent right bottom no-repeat;
  background-image: url(/wp-content/themes/opntemplate/images/biodis-dots.png);
  color: #333333;
  font-family: 'Dosis', sans-serif;
  font-size: 36px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding: 0 0 20px 0;
}
h2 a {
  text-decoration: none;
}
h2,
.entry-content h2,
.comment-content h2 {
  line-height: 32px;
  color: #666666;
  font-size: 30px;
  margin: 0.5em 0 0.5em 0;
  font-weight: 600;
}
h2.opn-title-style-13 {
  display: inline-block;
  padding: 0 0 30px 0 !important;
  background-image: url(/wp-content/themes/opntemplate/images/biodis-dots.png);
  background-position: right bottom !important;
}
h3,
.entry-content h3,
.comment-content h3 {
  color: #000000;
  font-size: 17px;
  margin: 0.5em 0 0.5em 0;
  font-weight: bold;
}
h4,
.entry-content h4,
.comment-content h4 {
  color: #000000;
  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;
  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 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;
}
.wp-caption img {
  border-color: #eee;
}
.post-edit-link {
  display: none;
}
footer {
  padding: 0 10px;
}
footer h5 {
  font-weight: 600;
  size: 20px;
  color: #333;
}
#footer-top {
  border-top: 3px dotted #dddddd;
  clear: both;
  background: #ffffff;
  color: #666666;
  font-size: 20px;
  padding-top: 50px;
}
#footer-top table {
  color: #666666 !important;
  text-align: left;
}
#footer-top .footer-top-inner {
  padding: 10px 0;
  height: auto;
  margin: 0 auto;
  max-width: 1280px;
}
#footer-bottom {
  clear: both;
  font-size: 18px;
  height: auto;
  padding: 50px 0;
  color: #999999;
  background: #ffffff;
}
#footer-bottom a {
  text-decoration: none;
  color: #999999;
}
#footer-bottom a:hover {
  text-decoration: underline;
}
#footer-bottom .footer-bottom-inner {
  margin: auto auto;
  max-width: 100%;
}
#supplementary {
  overflow: hidden;
  padding: 0;
}
#supplementary a {
  color: #666666;
  text-decoration: none;
}
#supplementary #first {
  float: left;
  width: 15%;
}
#supplementary #second {
  float: left;
  width: 20%;
  padding-left: 20px;
}
#supplementary #third {
  float: left;
  width: 60%;
}
#supplementary #four {
  float: right;
}
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;
  padding: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #f1f1f1;
  margin: 5px;
  border-radius: 100%;
}
.mix-pagination.active,
.mix-pagination:hover,
.opn-pagination.active:not(.disabled),
.opn-pagination:hover:not(.disabled) {
  background: #000;
  color: #FFF;
}
.opn_counterContent {
  text-align: center;
  font-family: "open sans";
}
.opn-custom-counter {
  border: none;
  border-radius: 0px;
  transition: all 0.5s;
}
.opn-counter-ico.fa {
  color: #ddd;
  font-size: 60px;
  font-weight: 100;
}
.opn-counter-numberbefore {
  color: #555;
  font-size: 65px;
  font-weight: 900;
  line-height: 1em;
}
.opn-counter-number {
  color: #555;
  font-size: 65px;
  font-weight: 900;
  line-height: 1em;
}
.opn-counter-numberafter {
  color: #555;
  font-size: 65px;
  font-weight: 900;
  line-height: 1em;
}
.opn-counter-title {
  color: #aaa;
  font-size: 20px;
  font-weight: 100;
  line-height: 1em;
  padding: 10px;
}
@media (max-width: 1280px) {
  .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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  .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%;
  }
  #supplementary #second {
    width: 50%;
  }
  #supplementary #third {
    float: left;
    width: 40%;
  }
}
@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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  .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%;
  }
  #supplementary #second {
    width: 50%;
  }
  #supplementary #third {
    float: left;
    width: 40%;
  }
  .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;
  }
  .contenair-inner {
    width: 100%;
  }
  #site-logo {
    width: 100%;
    height: 100%;
    z-index: 6;
    position: absolute;
    top: 20px;
    left: 15px;
  }
  .access-inner {
    width: 100%;
  }
  #bloc-highlight {
    width: 100%;
  }
  .breadcrumbs {
    display: none;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
    background: #ffffff;
  }
  .footer-top-inner>#supplementary>#first {
    padding: 10px;
    width: 100%;
  }
  .footer-top-inner>#supplementary>#second {
    padding: 0 20px 20px 20px;
    width: 100%;
  }
  .footer-top-inner>#supplementary>#third {
    padding: 10px;
    width: 100%;
  }
  .footer-top-inner>#supplementary>#four {
    padding: 10px;
    width: 100%;
  }
  #no-responsive {
    display: none;
  }
  #post-237 #opn-content-2 #opn-subcontent {
    max-width: 100% !important;
  }
}
@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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  .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%;
  }
  #supplementary #second {
    width: 50%;
  }
  #supplementary #third {
    float: left;
    width: 40%;
  }
  .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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  .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%;
  }
  #supplementary #second {
    width: 50%;
  }
  #supplementary #third {
    float: left;
    width: 40%;
  }
  .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;
  }
  .contenair-inner {
    width: 100%;
  }
  #site-logo {
    width: 100%;
    height: 100%;
    z-index: 6;
    position: absolute;
    top: 20px;
    left: 15px;
  }
  .access-inner {
    width: 100%;
  }
  #bloc-highlight {
    width: 100%;
  }
  .breadcrumbs {
    display: none;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
    background: #ffffff;
  }
  .footer-top-inner>#supplementary>#first {
    padding: 10px;
    width: 100%;
  }
  .footer-top-inner>#supplementary>#second {
    padding: 0 20px 20px 20px;
    width: 100%;
  }
  .footer-top-inner>#supplementary>#third {
    padding: 10px;
    width: 100%;
  }
  .footer-top-inner>#supplementary>#four {
    padding: 10px;
    width: 100%;
  }
  #no-responsive {
    display: none;
  }
  #post-237 #opn-content-2 #opn-subcontent {
    max-width: 100% !important;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 100% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  .swiper-titre {
    font-size: 50px;
  }
  .home .swiper-description {
    font-size: 30px;
  }
  #contenair #opn-content-1 .opn-gallery-icon,
  #contenair #opn-content-1 .opn-gallery-item,
  #contenair #opn-content-1 .opn_galerieContent {
    height: 370px !important;
  }
  #site-logo img {
    width: 150px;
    padding-top: 15px;
  }
  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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  .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%;
  }
  #supplementary #second {
    width: 50%;
  }
  #supplementary #third {
    float: left;
    width: 40%;
  }
  .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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  .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%;
  }
  #supplementary #second {
    width: 50%;
  }
  #supplementary #third {
    float: left;
    width: 40%;
  }
  .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;
  }
  .contenair-inner {
    width: 100%;
  }
  #site-logo {
    width: 100%;
    height: 100%;
    z-index: 6;
    position: absolute;
    top: 20px;
    left: 15px;
  }
  .access-inner {
    width: 100%;
  }
  #bloc-highlight {
    width: 100%;
  }
  .breadcrumbs {
    display: none;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
    background: #ffffff;
  }
  .footer-top-inner>#supplementary>#first {
    padding: 10px;
    width: 100%;
  }
  .footer-top-inner>#supplementary>#second {
    padding: 0 20px 20px 20px;
    width: 100%;
  }
  .footer-top-inner>#supplementary>#third {
    padding: 10px;
    width: 100%;
  }
  .footer-top-inner>#supplementary>#four {
    padding: 10px;
    width: 100%;
  }
  #no-responsive {
    display: none;
  }
  #post-237 #opn-content-2 #opn-subcontent {
    max-width: 100% !important;
  }
  .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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  .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%;
  }
  #supplementary #second {
    width: 50%;
  }
  #supplementary #third {
    float: left;
    width: 40%;
  }
  .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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  .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%;
  }
  #supplementary #second {
    width: 50%;
  }
  #supplementary #third {
    float: left;
    width: 40%;
  }
  .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;
  }
  .contenair-inner {
    width: 100%;
  }
  #site-logo {
    width: 100%;
    height: 100%;
    z-index: 6;
    position: absolute;
    top: 20px;
    left: 15px;
  }
  .access-inner {
    width: 100%;
  }
  #bloc-highlight {
    width: 100%;
  }
  .breadcrumbs {
    display: none;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
    background: #ffffff;
  }
  .footer-top-inner>#supplementary>#first {
    padding: 10px;
    width: 100%;
  }
  .footer-top-inner>#supplementary>#second {
    padding: 0 20px 20px 20px;
    width: 100%;
  }
  .footer-top-inner>#supplementary>#third {
    padding: 10px;
    width: 100%;
  }
  .footer-top-inner>#supplementary>#four {
    padding: 10px;
    width: 100%;
  }
  #no-responsive {
    display: none;
  }
  #post-237 #opn-content-2 #opn-subcontent {
    max-width: 100% !important;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 100% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  .swiper-titre {
    font-size: 50px;
  }
  .home .swiper-description {
    font-size: 30px;
  }
  #contenair #opn-content-1 .opn-gallery-icon,
  #contenair #opn-content-1 .opn-gallery-item,
  #contenair #opn-content-1 .opn_galerieContent {
    height: 370px !important;
  }
  #site-logo img {
    width: 150px;
    padding-top: 15px;
  }
  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;
  }
  .swiper-titre {
    font-size: 40px;
  }
  .home .swiper-description {
    font-size: 20px;
  }
  #site-logo {
    width: 150px;
    height: 100%;
    z-index: 6;
    position: absolute;
    top: 20px;
    left: 15px;
  }
  #site-logo img {
    width: 100px;
  }
  article {
    margin: 0;
    padding: 0px;
  }
  .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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  .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%;
  }
  #supplementary #second {
    width: 50%;
  }
  #supplementary #third {
    float: left;
    width: 40%;
  }
  .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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  .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%;
  }
  #supplementary #second {
    width: 50%;
  }
  #supplementary #third {
    float: left;
    width: 40%;
  }
  .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;
  }
  .contenair-inner {
    width: 100%;
  }
  #site-logo {
    width: 100%;
    height: 100%;
    z-index: 6;
    position: absolute;
    top: 20px;
    left: 15px;
  }
  .access-inner {
    width: 100%;
  }
  #bloc-highlight {
    width: 100%;
  }
  .breadcrumbs {
    display: none;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
    background: #ffffff;
  }
  .footer-top-inner>#supplementary>#first {
    padding: 10px;
    width: 100%;
  }
  .footer-top-inner>#supplementary>#second {
    padding: 0 20px 20px 20px;
    width: 100%;
  }
  .footer-top-inner>#supplementary>#third {
    padding: 10px;
    width: 100%;
  }
  .footer-top-inner>#supplementary>#four {
    padding: 10px;
    width: 100%;
  }
  #no-responsive {
    display: none;
  }
  #post-237 #opn-content-2 #opn-subcontent {
    max-width: 100% !important;
  }
  .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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  .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%;
  }
  #supplementary #second {
    width: 50%;
  }
  #supplementary #third {
    float: left;
    width: 40%;
  }
  .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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  .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%;
  }
  #supplementary #second {
    width: 50%;
  }
  #supplementary #third {
    float: left;
    width: 40%;
  }
  .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;
  }
  .contenair-inner {
    width: 100%;
  }
  #site-logo {
    width: 100%;
    height: 100%;
    z-index: 6;
    position: absolute;
    top: 20px;
    left: 15px;
  }
  .access-inner {
    width: 100%;
  }
  #bloc-highlight {
    width: 100%;
  }
  .breadcrumbs {
    display: none;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
    background: #ffffff;
  }
  .footer-top-inner>#supplementary>#first {
    padding: 10px;
    width: 100%;
  }
  .footer-top-inner>#supplementary>#second {
    padding: 0 20px 20px 20px;
    width: 100%;
  }
  .footer-top-inner>#supplementary>#third {
    padding: 10px;
    width: 100%;
  }
  .footer-top-inner>#supplementary>#four {
    padding: 10px;
    width: 100%;
  }
  #no-responsive {
    display: none;
  }
  #post-237 #opn-content-2 #opn-subcontent {
    max-width: 100% !important;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 100% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  .swiper-titre {
    font-size: 50px;
  }
  .home .swiper-description {
    font-size: 30px;
  }
  #contenair #opn-content-1 .opn-gallery-icon,
  #contenair #opn-content-1 .opn-gallery-item,
  #contenair #opn-content-1 .opn_galerieContent {
    height: 370px !important;
  }
  #site-logo img {
    width: 150px;
    padding-top: 15px;
  }
  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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  .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%;
  }
  #supplementary #second {
    width: 50%;
  }
  #supplementary #third {
    float: left;
    width: 40%;
  }
  .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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  .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%;
  }
  #supplementary #second {
    width: 50%;
  }
  #supplementary #third {
    float: left;
    width: 40%;
  }
  .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;
  }
  .contenair-inner {
    width: 100%;
  }
  #site-logo {
    width: 100%;
    height: 100%;
    z-index: 6;
    position: absolute;
    top: 20px;
    left: 15px;
  }
  .access-inner {
    width: 100%;
  }
  #bloc-highlight {
    width: 100%;
  }
  .breadcrumbs {
    display: none;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
    background: #ffffff;
  }
  .footer-top-inner>#supplementary>#first {
    padding: 10px;
    width: 100%;
  }
  .footer-top-inner>#supplementary>#second {
    padding: 0 20px 20px 20px;
    width: 100%;
  }
  .footer-top-inner>#supplementary>#third {
    padding: 10px;
    width: 100%;
  }
  .footer-top-inner>#supplementary>#four {
    padding: 10px;
    width: 100%;
  }
  #no-responsive {
    display: none;
  }
  #post-237 #opn-content-2 #opn-subcontent {
    max-width: 100% !important;
  }
  .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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  .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%;
  }
  #supplementary #second {
    width: 50%;
  }
  #supplementary #third {
    float: left;
    width: 40%;
  }
  .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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #branding {
    width: 50%;
  }
  #access {
    width: 50%;
  }
  .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%;
  }
  #supplementary #first {
    float: left;
    text-align: center;
    margin-bottom: 40px;
    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;
  }
  .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%;
  }
  #supplementary #second {
    width: 50%;
  }
  #supplementary #third {
    float: left;
    width: 40%;
  }
  .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;
  }
  .contenair-inner {
    width: 100%;
  }
  #site-logo {
    width: 100%;
    height: 100%;
    z-index: 6;
    position: absolute;
    top: 20px;
    left: 15px;
  }
  .access-inner {
    width: 100%;
  }
  #bloc-highlight {
    width: 100%;
  }
  .breadcrumbs {
    display: none;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
    background: #ffffff;
  }
  .footer-top-inner>#supplementary>#first {
    padding: 10px;
    width: 100%;
  }
  .footer-top-inner>#supplementary>#second {
    padding: 0 20px 20px 20px;
    width: 100%;
  }
  .footer-top-inner>#supplementary>#third {
    padding: 10px;
    width: 100%;
  }
  .footer-top-inner>#supplementary>#four {
    padding: 10px;
    width: 100%;
  }
  #no-responsive {
    display: none;
  }
  #post-237 #opn-content-2 #opn-subcontent {
    max-width: 100% !important;
  }
  .ncol1 {
    width: 100% !important;
  }
  .ncol2 {
    width: 100% !important;
  }
  .ncol3 {
    width: 50% !important;
  }
  .ncol4 {
    width: 50% !important;
  }
  .ncol5 {
    width: 33.3% !important;
  }
  .ncol6 {
    width: 33.3% !important;
  }
  .swiper-titre {
    font-size: 50px;
  }
  .home .swiper-description {
    font-size: 30px;
  }
  #contenair #opn-content-1 .opn-gallery-icon,
  #contenair #opn-content-1 .opn-gallery-item,
  #contenair #opn-content-1 .opn_galerieContent {
    height: 370px !important;
  }
  #site-logo img {
    width: 150px;
    padding-top: 15px;
  }
  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;
  }
  .swiper-titre {
    font-size: 40px;
  }
  .home .swiper-description {
    font-size: 20px;
  }
  #site-logo {
    width: 150px;
    height: 100%;
    z-index: 6;
    position: absolute;
    top: 20px;
    left: 15px;
  }
  #site-logo img {
    width: 100px;
  }
  article {
    margin: 0;
    padding: 0px;
  }
  .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: 1280px !important;
  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 #opn-menu {
  display: none !important;
}
.opn-res-1 #mobile-menu {
  display: block !important;
}
.opn-res-1 #branding {
  width: 50%;
}
.opn-res-1 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 !important;
  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 #opn-menu {
  display: none !important;
}
.opn-res-2 #mobile-menu {
  display: block !important;
}
.opn-res-2 #branding {
  width: 50%;
}
.opn-res-2 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 .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 #supplementary #second {
  width: 50%;
}
.opn-res-2 #supplementary #third {
  float: left;
  width: 40%;
}
.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 !important;
  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 #opn-menu {
  display: none !important;
}
.opn-res-3 #mobile-menu {
  display: block !important;
}
.opn-res-3 #branding {
  width: 50%;
}
.opn-res-3 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 #opn-menu {
  display: none !important;
}
.opn-res-3 #mobile-menu {
  display: block !important;
}
.opn-res-3 #branding {
  width: 50%;
}
.opn-res-3 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 .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 #supplementary #second {
  width: 50%;
}
.opn-res-3 #supplementary #third {
  float: left;
  width: 40%;
}
.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 .contenair-inner {
  width: 100%;
}
.opn-res-3 #site-logo {
  width: 100%;
  height: 100%;
  z-index: 6;
  position: absolute;
  top: 20px;
  left: 15px;
}
.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%;
  background: #ffffff;
}
.opn-res-3 .footer-top-inner>#supplementary>#first {
  padding: 10px;
  width: 100%;
}
.opn-res-3 .footer-top-inner>#supplementary>#second {
  padding: 0 20px 20px 20px;
  width: 100%;
}
.opn-res-3 .footer-top-inner>#supplementary>#third {
  padding: 10px;
  width: 100%;
}
.opn-res-3 .footer-top-inner>#supplementary>#four {
  padding: 10px;
  width: 100%;
}
.opn-res-3 #no-responsive {
  display: none;
}
.opn-res-3 #post-237 #opn-content-2 #opn-subcontent {
  max-width: 100% !important;
}
.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 !important;
  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 #opn-menu {
  display: none !important;
}
.opn-res-4 #mobile-menu {
  display: block !important;
}
.opn-res-4 #branding {
  width: 50%;
}
.opn-res-4 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 #opn-menu {
  display: none !important;
}
.opn-res-4 #mobile-menu {
  display: block !important;
}
.opn-res-4 #branding {
  width: 50%;
}
.opn-res-4 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 .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 #supplementary #second {
  width: 50%;
}
.opn-res-4 #supplementary #third {
  float: left;
  width: 40%;
}
.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 #opn-menu {
  display: none !important;
}
.opn-res-4 #mobile-menu {
  display: block !important;
}
.opn-res-4 #branding {
  width: 50%;
}
.opn-res-4 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 #opn-menu {
  display: none !important;
}
.opn-res-4 #mobile-menu {
  display: block !important;
}
.opn-res-4 #branding {
  width: 50%;
}
.opn-res-4 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 .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 #supplementary #second {
  width: 50%;
}
.opn-res-4 #supplementary #third {
  float: left;
  width: 40%;
}
.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 .contenair-inner {
  width: 100%;
}
.opn-res-4 #site-logo {
  width: 100%;
  height: 100%;
  z-index: 6;
  position: absolute;
  top: 20px;
  left: 15px;
}
.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%;
  background: #ffffff;
}
.opn-res-4 .footer-top-inner>#supplementary>#first {
  padding: 10px;
  width: 100%;
}
.opn-res-4 .footer-top-inner>#supplementary>#second {
  padding: 0 20px 20px 20px;
  width: 100%;
}
.opn-res-4 .footer-top-inner>#supplementary>#third {
  padding: 10px;
  width: 100%;
}
.opn-res-4 .footer-top-inner>#supplementary>#four {
  padding: 10px;
  width: 100%;
}
.opn-res-4 #no-responsive {
  display: none;
}
.opn-res-4 #post-237 #opn-content-2 #opn-subcontent {
  max-width: 100% !important;
}
.opn-res-4 .ncol1 {
  width: 100% !important;
}
.opn-res-4 .ncol2 {
  width: 100% !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 .swiper-titre {
  font-size: 50px;
}
.opn-res-4 .home .swiper-description {
  font-size: 30px;
}
.opn-res-4 #contenair #opn-content-1 .opn-gallery-icon,
.opn-res-4 #contenair #opn-content-1 .opn-gallery-item,
.opn-res-4 #contenair #opn-content-1 .opn_galerieContent {
  height: 370px !important;
}
.opn-res-4 #site-logo img {
  width: 150px;
  padding-top: 15px;
}
.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 !important;
  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 #opn-menu {
  display: none !important;
}
.opn-res-5 #mobile-menu {
  display: block !important;
}
.opn-res-5 #branding {
  width: 50%;
}
.opn-res-5 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 #opn-menu {
  display: none !important;
}
.opn-res-5 #mobile-menu {
  display: block !important;
}
.opn-res-5 #branding {
  width: 50%;
}
.opn-res-5 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 .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 #supplementary #second {
  width: 50%;
}
.opn-res-5 #supplementary #third {
  float: left;
  width: 40%;
}
.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 #opn-menu {
  display: none !important;
}
.opn-res-5 #mobile-menu {
  display: block !important;
}
.opn-res-5 #branding {
  width: 50%;
}
.opn-res-5 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 #opn-menu {
  display: none !important;
}
.opn-res-5 #mobile-menu {
  display: block !important;
}
.opn-res-5 #branding {
  width: 50%;
}
.opn-res-5 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 .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 #supplementary #second {
  width: 50%;
}
.opn-res-5 #supplementary #third {
  float: left;
  width: 40%;
}
.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 .contenair-inner {
  width: 100%;
}
.opn-res-5 #site-logo {
  width: 100%;
  height: 100%;
  z-index: 6;
  position: absolute;
  top: 20px;
  left: 15px;
}
.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%;
  background: #ffffff;
}
.opn-res-5 .footer-top-inner>#supplementary>#first {
  padding: 10px;
  width: 100%;
}
.opn-res-5 .footer-top-inner>#supplementary>#second {
  padding: 0 20px 20px 20px;
  width: 100%;
}
.opn-res-5 .footer-top-inner>#supplementary>#third {
  padding: 10px;
  width: 100%;
}
.opn-res-5 .footer-top-inner>#supplementary>#four {
  padding: 10px;
  width: 100%;
}
.opn-res-5 #no-responsive {
  display: none;
}
.opn-res-5 #post-237 #opn-content-2 #opn-subcontent {
  max-width: 100% !important;
}
.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 #opn-menu {
  display: none !important;
}
.opn-res-5 #mobile-menu {
  display: block !important;
}
.opn-res-5 #branding {
  width: 50%;
}
.opn-res-5 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 #opn-menu {
  display: none !important;
}
.opn-res-5 #mobile-menu {
  display: block !important;
}
.opn-res-5 #branding {
  width: 50%;
}
.opn-res-5 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 .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 #supplementary #second {
  width: 50%;
}
.opn-res-5 #supplementary #third {
  float: left;
  width: 40%;
}
.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 #opn-menu {
  display: none !important;
}
.opn-res-5 #mobile-menu {
  display: block !important;
}
.opn-res-5 #branding {
  width: 50%;
}
.opn-res-5 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 #opn-menu {
  display: none !important;
}
.opn-res-5 #mobile-menu {
  display: block !important;
}
.opn-res-5 #branding {
  width: 50%;
}
.opn-res-5 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 .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 #supplementary #second {
  width: 50%;
}
.opn-res-5 #supplementary #third {
  float: left;
  width: 40%;
}
.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 .contenair-inner {
  width: 100%;
}
.opn-res-5 #site-logo {
  width: 100%;
  height: 100%;
  z-index: 6;
  position: absolute;
  top: 20px;
  left: 15px;
}
.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%;
  background: #ffffff;
}
.opn-res-5 .footer-top-inner>#supplementary>#first {
  padding: 10px;
  width: 100%;
}
.opn-res-5 .footer-top-inner>#supplementary>#second {
  padding: 0 20px 20px 20px;
  width: 100%;
}
.opn-res-5 .footer-top-inner>#supplementary>#third {
  padding: 10px;
  width: 100%;
}
.opn-res-5 .footer-top-inner>#supplementary>#four {
  padding: 10px;
  width: 100%;
}
.opn-res-5 #no-responsive {
  display: none;
}
.opn-res-5 #post-237 #opn-content-2 #opn-subcontent {
  max-width: 100% !important;
}
.opn-res-5 .ncol1 {
  width: 100% !important;
}
.opn-res-5 .ncol2 {
  width: 100% !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 .swiper-titre {
  font-size: 50px;
}
.opn-res-5 .home .swiper-description {
  font-size: 30px;
}
.opn-res-5 #contenair #opn-content-1 .opn-gallery-icon,
.opn-res-5 #contenair #opn-content-1 .opn-gallery-item,
.opn-res-5 #contenair #opn-content-1 .opn_galerieContent {
  height: 370px !important;
}
.opn-res-5 #site-logo img {
  width: 150px;
  padding-top: 15px;
}
.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 .swiper-titre {
  font-size: 40px;
}
.opn-res-5 .home .swiper-description {
  font-size: 20px;
}
.opn-res-5 #site-logo {
  width: 150px;
  height: 100%;
  z-index: 6;
  position: absolute;
  top: 20px;
  left: 15px;
}
.opn-res-5 #site-logo img {
  width: 100px;
}
.opn-res-5 article {
  margin: 0;
  padding: 0px;
}
.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 !important;
  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 #opn-menu {
  display: none !important;
}
.opn-res-6 #mobile-menu {
  display: block !important;
}
.opn-res-6 #branding {
  width: 50%;
}
.opn-res-6 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 #opn-menu {
  display: none !important;
}
.opn-res-6 #mobile-menu {
  display: block !important;
}
.opn-res-6 #branding {
  width: 50%;
}
.opn-res-6 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 .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 #supplementary #second {
  width: 50%;
}
.opn-res-6 #supplementary #third {
  float: left;
  width: 40%;
}
.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 #opn-menu {
  display: none !important;
}
.opn-res-6 #mobile-menu {
  display: block !important;
}
.opn-res-6 #branding {
  width: 50%;
}
.opn-res-6 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 #opn-menu {
  display: none !important;
}
.opn-res-6 #mobile-menu {
  display: block !important;
}
.opn-res-6 #branding {
  width: 50%;
}
.opn-res-6 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 .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 #supplementary #second {
  width: 50%;
}
.opn-res-6 #supplementary #third {
  float: left;
  width: 40%;
}
.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 .contenair-inner {
  width: 100%;
}
.opn-res-6 #site-logo {
  width: 100%;
  height: 100%;
  z-index: 6;
  position: absolute;
  top: 20px;
  left: 15px;
}
.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%;
  background: #ffffff;
}
.opn-res-6 .footer-top-inner>#supplementary>#first {
  padding: 10px;
  width: 100%;
}
.opn-res-6 .footer-top-inner>#supplementary>#second {
  padding: 0 20px 20px 20px;
  width: 100%;
}
.opn-res-6 .footer-top-inner>#supplementary>#third {
  padding: 10px;
  width: 100%;
}
.opn-res-6 .footer-top-inner>#supplementary>#four {
  padding: 10px;
  width: 100%;
}
.opn-res-6 #no-responsive {
  display: none;
}
.opn-res-6 #post-237 #opn-content-2 #opn-subcontent {
  max-width: 100% !important;
}
.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 #opn-menu {
  display: none !important;
}
.opn-res-6 #mobile-menu {
  display: block !important;
}
.opn-res-6 #branding {
  width: 50%;
}
.opn-res-6 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 #opn-menu {
  display: none !important;
}
.opn-res-6 #mobile-menu {
  display: block !important;
}
.opn-res-6 #branding {
  width: 50%;
}
.opn-res-6 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 .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 #supplementary #second {
  width: 50%;
}
.opn-res-6 #supplementary #third {
  float: left;
  width: 40%;
}
.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 #opn-menu {
  display: none !important;
}
.opn-res-6 #mobile-menu {
  display: block !important;
}
.opn-res-6 #branding {
  width: 50%;
}
.opn-res-6 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 #opn-menu {
  display: none !important;
}
.opn-res-6 #mobile-menu {
  display: block !important;
}
.opn-res-6 #branding {
  width: 50%;
}
.opn-res-6 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 .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 #supplementary #second {
  width: 50%;
}
.opn-res-6 #supplementary #third {
  float: left;
  width: 40%;
}
.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 .contenair-inner {
  width: 100%;
}
.opn-res-6 #site-logo {
  width: 100%;
  height: 100%;
  z-index: 6;
  position: absolute;
  top: 20px;
  left: 15px;
}
.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%;
  background: #ffffff;
}
.opn-res-6 .footer-top-inner>#supplementary>#first {
  padding: 10px;
  width: 100%;
}
.opn-res-6 .footer-top-inner>#supplementary>#second {
  padding: 0 20px 20px 20px;
  width: 100%;
}
.opn-res-6 .footer-top-inner>#supplementary>#third {
  padding: 10px;
  width: 100%;
}
.opn-res-6 .footer-top-inner>#supplementary>#four {
  padding: 10px;
  width: 100%;
}
.opn-res-6 #no-responsive {
  display: none;
}
.opn-res-6 #post-237 #opn-content-2 #opn-subcontent {
  max-width: 100% !important;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 100% !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 .swiper-titre {
  font-size: 50px;
}
.opn-res-6 .home .swiper-description {
  font-size: 30px;
}
.opn-res-6 #contenair #opn-content-1 .opn-gallery-icon,
.opn-res-6 #contenair #opn-content-1 .opn-gallery-item,
.opn-res-6 #contenair #opn-content-1 .opn_galerieContent {
  height: 370px !important;
}
.opn-res-6 #site-logo img {
  width: 150px;
  padding-top: 15px;
}
.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 #opn-menu {
  display: none !important;
}
.opn-res-6 #mobile-menu {
  display: block !important;
}
.opn-res-6 #branding {
  width: 50%;
}
.opn-res-6 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 #opn-menu {
  display: none !important;
}
.opn-res-6 #mobile-menu {
  display: block !important;
}
.opn-res-6 #branding {
  width: 50%;
}
.opn-res-6 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 .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 #supplementary #second {
  width: 50%;
}
.opn-res-6 #supplementary #third {
  float: left;
  width: 40%;
}
.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 #opn-menu {
  display: none !important;
}
.opn-res-6 #mobile-menu {
  display: block !important;
}
.opn-res-6 #branding {
  width: 50%;
}
.opn-res-6 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 #opn-menu {
  display: none !important;
}
.opn-res-6 #mobile-menu {
  display: block !important;
}
.opn-res-6 #branding {
  width: 50%;
}
.opn-res-6 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 .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 #supplementary #second {
  width: 50%;
}
.opn-res-6 #supplementary #third {
  float: left;
  width: 40%;
}
.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 .contenair-inner {
  width: 100%;
}
.opn-res-6 #site-logo {
  width: 100%;
  height: 100%;
  z-index: 6;
  position: absolute;
  top: 20px;
  left: 15px;
}
.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%;
  background: #ffffff;
}
.opn-res-6 .footer-top-inner>#supplementary>#first {
  padding: 10px;
  width: 100%;
}
.opn-res-6 .footer-top-inner>#supplementary>#second {
  padding: 0 20px 20px 20px;
  width: 100%;
}
.opn-res-6 .footer-top-inner>#supplementary>#third {
  padding: 10px;
  width: 100%;
}
.opn-res-6 .footer-top-inner>#supplementary>#four {
  padding: 10px;
  width: 100%;
}
.opn-res-6 #no-responsive {
  display: none;
}
.opn-res-6 #post-237 #opn-content-2 #opn-subcontent {
  max-width: 100% !important;
}
.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 #opn-menu {
  display: none !important;
}
.opn-res-6 #mobile-menu {
  display: block !important;
}
.opn-res-6 #branding {
  width: 50%;
}
.opn-res-6 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 #opn-menu {
  display: none !important;
}
.opn-res-6 #mobile-menu {
  display: block !important;
}
.opn-res-6 #branding {
  width: 50%;
}
.opn-res-6 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 .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 #supplementary #second {
  width: 50%;
}
.opn-res-6 #supplementary #third {
  float: left;
  width: 40%;
}
.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 #opn-menu {
  display: none !important;
}
.opn-res-6 #mobile-menu {
  display: block !important;
}
.opn-res-6 #branding {
  width: 50%;
}
.opn-res-6 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 #opn-menu {
  display: none !important;
}
.opn-res-6 #mobile-menu {
  display: block !important;
}
.opn-res-6 #branding {
  width: 50%;
}
.opn-res-6 #access {
  width: 50%;
}
.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 #supplementary #first {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  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 .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 #supplementary #second {
  width: 50%;
}
.opn-res-6 #supplementary #third {
  float: left;
  width: 40%;
}
.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 .contenair-inner {
  width: 100%;
}
.opn-res-6 #site-logo {
  width: 100%;
  height: 100%;
  z-index: 6;
  position: absolute;
  top: 20px;
  left: 15px;
}
.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%;
  background: #ffffff;
}
.opn-res-6 .footer-top-inner>#supplementary>#first {
  padding: 10px;
  width: 100%;
}
.opn-res-6 .footer-top-inner>#supplementary>#second {
  padding: 0 20px 20px 20px;
  width: 100%;
}
.opn-res-6 .footer-top-inner>#supplementary>#third {
  padding: 10px;
  width: 100%;
}
.opn-res-6 .footer-top-inner>#supplementary>#four {
  padding: 10px;
  width: 100%;
}
.opn-res-6 #no-responsive {
  display: none;
}
.opn-res-6 #post-237 #opn-content-2 #opn-subcontent {
  max-width: 100% !important;
}
.opn-res-6 .ncol1 {
  width: 100% !important;
}
.opn-res-6 .ncol2 {
  width: 100% !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 .swiper-titre {
  font-size: 50px;
}
.opn-res-6 .home .swiper-description {
  font-size: 30px;
}
.opn-res-6 #contenair #opn-content-1 .opn-gallery-icon,
.opn-res-6 #contenair #opn-content-1 .opn-gallery-item,
.opn-res-6 #contenair #opn-content-1 .opn_galerieContent {
  height: 370px !important;
}
.opn-res-6 #site-logo img {
  width: 150px;
  padding-top: 15px;
}
.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 .swiper-titre {
  font-size: 40px;
}
.opn-res-6 .home .swiper-description {
  font-size: 20px;
}
.opn-res-6 #site-logo {
  width: 150px;
  height: 100%;
  z-index: 6;
  position: absolute;
  top: 20px;
  left: 15px;
}
.opn-res-6 #site-logo img {
  width: 100px;
}
.opn-res-6 article {
  margin: 0;
  padding: 0px;
}
.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 .pro,
#mobile-menu .pro {
  background-color: #98C10F;
  color: #fff;
}
#opn-menu .pro a:hover {
  background-color: #7fa209;
  color: #fff;
}
#opn-menu .pro a {
  color: #FFF;
}
#opn-menu {
  float: right;
}
#opn-menu ul {
  font-size: 16px;
  list-style: none;
  margin: 0;
  font-weight: normal;
}
#opn-menu li {
  float: left;
  position: relative;
}
#opn-menu a {
  color: #14235C;
  display: block;
  line-height: 140px;
  height: 140px;
  padding: 0 0px;
  text-decoration: none;
  font-weight: 600;
}
#opn-menu ul ul {
  margin: 0;
  top: 140px;
  left: 0px;
  width: auto;
  z-index: 99999;
  display: none;
  float: left;
  position: absolute;
  background-color: #fff;
  overflow: hidden;
}
#opn-menu ul ul ul {
  left: 100%;
  top: 0;
}
#opn-menu ul ul a {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  width: 310px;
  height: 60px;
  line-height: 1em;
}
.sub-menu .menu-item span:nth-child(1) {
  padding: 0px 0 0 0;
}
.menu-item img {
  padding: 10px;
}
.menu-item span::before {
  font-size: 40px;
}
.menu-item span:nth-child(1)::before {
  color: white;
}
.menu-item span:nth-child(1) {
  padding: 53px 0 0 0;
}
.menu-item span:nth-child(2) {
  padding: 20px 0 20px 0;
}
.sub-menu a span {
  line-height: 60px;
}
.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: #14235C;
  transition: all 0.3s ease;
}
#opn-menu li > a {
  transition: all 0.7s ease;
}
#opn-menu .sub-menu li:hover > a {
  color: #14235C;
  background: #F1F1F1;
  transition: all 0.5s ease;
}
#opn-menu a:focus {
  color: #14235C;
  background: #F1F1F1;
}
#opn-menu .current_page_item > a,
#opn-menu .current_page_ancestor > a {
  background: #F1F1F1;
}
.current_page_item span:nth-child(1)::before,
.current_page_ancesto span:nth-child(1)::before {
  color: #98C10F;
}
.menu-item a:hover {
  background: #F1F1F1;
}
#opn-menu .sub-menu a:focus {
  color: #14235C !important;
  background: #F1F1F1;
}
#opn-menu .sub-menu .current_page_item > a,
#opn-menu .sub-menu .current_page_ancestor > a {
  color: #98c10f !important;
  background: #FFF;
  cursor: default;
}
.menu-item a {
  color: #14235C;
  display: block;
  text-decoration: none;
}
.lavalamp ul li.backLava {
  height: 0px !important;
  background-color: #98C10F;
  position: absolute;
  bottom: 0px !important;
}
.isStuck.lavalamp ul li.backLava {
  height: 3px !important;
  top: 50px !important;
  background-color: #F1F1F1;
}
#mobile-menu {
  display: none;
}
#mobile-menu-content,
#opn-menu-content {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
}
#mobile-menu-open {
  color: #14235C;
  color: #fff;
  background-color: #98C10F;
  text-align: center;
  padding: 55px 0;
  font-weight: bold;
  cursor: pointer;
}
#mobile-menu-content {
  line-height: 30px;
}
#mobile-menu-content .menu-item span:before {
  font-size: 20px;
}
#mobile-menu .menu-item span {
  line-height: 20px;
  padding: 5px 0 0 0;
}
#mobile-menu-content  ul {
  list-style: none;
  margin: 0px !important;
}
#mobile-menu-content  a {
  color: #fff;
}
#mobile-menu-content a[href^="http"] {
  color: #14235C;
  padding: 10px 0px;
  font-size: 17px;
  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: #98C10F !important;
  color: #FFF !important;
  border: none;
  padding: 10px;
}
.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: #333333;
  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: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: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;
}
hr.opn-hr-style-1 {
  height: 10px;
  width: auto;
  background-color: #fe9900;
  background-size: auto;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-blend-mode: normal;
  border-style: none;
  border-width: 1px;
  border-radius: 0px;
  border-color: #4c5866;
  border-top-style: none;
  border-top-width: 0px;
  border-top-left-radius: none;
  border-top-color: none;
  border-right-style: inset;
  border-right-width: 1px;
  border-top-right-radius: none;
  border-right-color: none;
  border-bottom-style: inset;
  border-bottom-width: 1px;
  border-bottom-right-radius: none;
  border-bottom-color: none;
  border-left-style: inset;
  border-left-width: 1px;
  border-bottom-left-radius: none;
  border-left-color: none;
  box-shadow: none;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  margin-top: 8px;
  margin-left: auto;
  margin-bottom: 8px;
  margin-right: auto;
}
.opn-counter-style-1 {
  color: #4c5866;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: none;
  font-variant: normal;
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  background-size: auto;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-blend-mode: normal;
  border-style: none;
  border-width: 0px;
  border-radius: 0px;
  border-color: #4c5866;
  border-top-style: none;
  border-top-width: none;
  border-top-left-radius: none;
  border-top-color: none;
  border-right-style: none;
  border-right-width: none;
  border-top-right-radius: none;
  border-right-color: none;
  border-bottom-style: none;
  border-bottom-width: none;
  border-bottom-right-radius: none;
  border-bottom-color: none;
  border-left-style: none;
  border-left-width: none;
  border-bottom-left-radius: none;
  border-left-color: none;
  box-shadow: none;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  pb-fill: #a69d8d;
}
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: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: uppercase;
  font-variant: normal;
  text-shadow: none;
  height: auto;
  width: auto;
  background-color: #98c10f;
  background-size: auto;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-blend-mode: normal;
  border-style: none;
  border-width: 0px;
  border-radius: 2px;
  border-color: rgba(0,0,0,0);
  border-top-style: none;
  border-top-width: none;
  border-top-left-radius: none;
  border-top-color: none;
  border-right-style: none;
  border-right-width: none;
  border-top-right-radius: none;
  border-right-color: none;
  border-bottom-style: none;
  border-bottom-width: none;
  border-bottom-right-radius: none;
  border-bottom-color: none;
  border-left-style: none;
  border-left-width: none;
  border-bottom-left-radius: none;
  border-left-color: none;
  box-shadow: none;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 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: 24px;
  padding-left: 10px;
  padding-right: 10px;
}
h3.opn-title-style-2 {
  color: #98c10f;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 700;
  text-transform: none;
  font-variant: normal;
  text-shadow: none;
  background-color: none;
  background-size: auto;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-blend-mode: normal;
  border-style: none;
  border-width: 0px;
  border-radius: 0px;
  border-color: #000000;
  border-top-style: none;
  border-top-width: none;
  border-top-left-radius: none;
  border-top-color: none;
  border-right-style: none;
  border-right-width: none;
  border-top-right-radius: none;
  border-right-color: none;
  border-bottom-style: none;
  border-bottom-width: none;
  border-bottom-right-radius: none;
  border-bottom-color: none;
  border-left-style: none;
  border-left-width: none;
  border-bottom-left-radius: none;
  border-left-color: none;
  box-shadow: none;
  padding-top: 0px;
  padding-left: 35px;
  padding-bottom: 0px;
  padding-right: 0px;
  margin-top: 8.5px;
  margin-left: 0px;
  margin-bottom: 8.5px;
  margin-right: 0px;
}
h3.opn-title-style-2 {
  padding-left: 35px;
  text-align: left;
}
h3.opn-title-style-2:before {
  content: ' ';
  background: #98C10F;
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  left: 0px;
  border-radius: 13px;
  margin: 1px;
}
h3.opn-title-style-3 {
  color: #89b5dc;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 700;
  text-transform: none;
  font-variant: normal;
  text-shadow: none;
  background-color: none;
  background-size: auto;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-blend-mode: normal;
  border-style: none;
  border-width: 0px;
  border-radius: 0px;
  border-color: #000000;
  border-top-style: none;
  border-top-width: none;
  border-top-left-radius: none;
  border-top-color: none;
  border-right-style: none;
  border-right-width: none;
  border-top-right-radius: none;
  border-right-color: none;
  border-bottom-style: none;
  border-bottom-width: none;
  border-bottom-right-radius: none;
  border-bottom-color: none;
  border-left-style: none;
  border-left-width: none;
  border-bottom-left-radius: none;
  border-left-color: none;
  box-shadow: none;
  padding-top: 0px;
  padding-left: 35px;
  padding-bottom: 0px;
  padding-right: 0px;
  margin-top: 8.5px;
  margin-left: 0px;
  margin-bottom: 8.5px;
  margin-right: 0px;
}
h3.opn-title-style-3 {
  padding-left: 35px;
  text-align: left;
}
h3.opn-title-style-3:before {
  content: ' ';
  background: #89B5DC;
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  left: 0px;
  border-radius: 13px;
  margin: 1px;
}
h3.opn-title-style-4 {
  color: #f29400;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 700;
  text-transform: none;
  font-variant: normal;
  text-shadow: none;
  background-color: none;
  background-size: auto;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-blend-mode: normal;
  border-style: none;
  border-width: 0px;
  border-radius: 0px;
  border-color: #000000;
  border-top-style: none;
  border-top-width: none;
  border-top-left-radius: none;
  border-top-color: none;
  border-right-style: none;
  border-right-width: none;
  border-top-right-radius: none;
  border-right-color: none;
  border-bottom-style: none;
  border-bottom-width: none;
  border-bottom-right-radius: none;
  border-bottom-color: none;
  border-left-style: none;
  border-left-width: none;
  border-bottom-left-radius: none;
  border-left-color: none;
  box-shadow: none;
  padding-top: 0px;
  padding-left: 35px;
  padding-bottom: 0px;
  padding-right: 0px;
  margin-top: 8.5px;
  margin-left: 0px;
  margin-bottom: 8.5px;
  margin-right: 0px;
}
h3.opn-title-style-4:before {
  content: ' ';
  background: #f29400;
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  left: 0px;
  border-radius: 13px;
  margin: 1px;
}
h3.opn-title-style-5 {
  color: #54b8a0;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 700;
  text-transform: none;
  font-variant: normal;
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  background-size: auto;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-blend-mode: normal;
  border-style: none;
  border-width: 0px;
  border-radius: 0px;
  border-color: #000000;
  border-top-style: none;
  border-top-width: none;
  border-top-left-radius: none;
  border-top-color: none;
  border-right-style: none;
  border-right-width: none;
  border-top-right-radius: none;
  border-right-color: none;
  border-bottom-style: none;
  border-bottom-width: none;
  border-bottom-right-radius: none;
  border-bottom-color: none;
  border-left-style: none;
  border-left-width: none;
  border-bottom-left-radius: none;
  border-left-color: none;
  box-shadow: none;
  padding-top: 0px;
  padding-left: 35px;
  padding-bottom: 0px;
  padding-right: 0px;
  margin-top: 8.5px;
  margin-left: 0px;
  margin-bottom: 8.5px;
  margin-right: 0px;
}
h3.opn-title-style-5:before {
  content: ' ';
  background: #54b8a0;
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  left: 0px;
  border-radius: 13px;
  margin: 1px;
}
h3.opn-title-style-6 {
  color: #ee87b2;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 700;
  text-transform: none;
  font-variant: normal;
  text-shadow: none;
  background-color: none;
  background-size: auto;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-blend-mode: normal;
  border-style: none;
  border-width: 0px;
  border-radius: 0px;
  border-color: #000000;
  border-top-style: none;
  border-top-width: none;
  border-top-left-radius: none;
  border-top-color: none;
  border-right-style: none;
  border-right-width: none;
  border-top-right-radius: none;
  border-right-color: none;
  border-bottom-style: none;
  border-bottom-width: none;
  border-bottom-right-radius: none;
  border-bottom-color: none;
  border-left-style: none;
  border-left-width: none;
  border-bottom-left-radius: none;
  border-left-color: none;
  box-shadow: none;
  padding-top: 0px;
  padding-left: 35px;
  padding-bottom: 0px;
  padding-right: 0px;
  margin-top: 8.5px;
  margin-left: 0px;
  margin-bottom: 8.5px;
  margin-right: 0px;
}
h3.opn-title-style-6 {
  padding-left: 35px;
  text-align: left;
}
h3.opn-title-style-6:before {
  content: ' ';
  background: #EE87B2;
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  left: 0px;
  border-radius: 13px;
  margin: 1px;
}
h4.opn-title-style-7 {
  color: #98c10f;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: none;
  font-variant: normal;
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  background-size: auto;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-blend-mode: normal;
  border-style: none;
  border-width: 0px;
  border-radius: 0px;
  border-color: #000000;
  border-top-style: none;
  border-top-width: none;
  border-top-left-radius: none;
  border-top-color: none;
  border-right-style: none;
  border-right-width: none;
  border-top-right-radius: none;
  border-right-color: none;
  border-bottom-style: none;
  border-bottom-width: none;
  border-bottom-right-radius: none;
  border-bottom-color: none;
  border-left-style: none;
  border-left-width: none;
  border-bottom-left-radius: none;
  border-left-color: none;
  box-shadow: none;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  margin-top: 15px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
}
h4.opn-title-style-8 {
  color: #89b5dc;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: none;
  font-variant: normal;
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  background-size: auto;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-blend-mode: normal;
  border-style: none;
  border-width: 0px;
  border-radius: 0px;
  border-color: #000000;
  border-top-style: none;
  border-top-width: none;
  border-top-left-radius: none;
  border-top-color: none;
  border-right-style: none;
  border-right-width: none;
  border-top-right-radius: none;
  border-right-color: none;
  border-bottom-style: none;
  border-bottom-width: none;
  border-bottom-right-radius: none;
  border-bottom-color: none;
  border-left-style: none;
  border-left-width: none;
  border-bottom-left-radius: none;
  border-left-color: none;
  box-shadow: none;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  margin-top: 15px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
}
h4.opn-title-style-9 {
  color: #f29400;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: none;
  font-variant: normal;
  text-shadow: none;
  background-color: none;
  background-size: auto;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-blend-mode: normal;
  border-style: none;
  border-width: 0px;
  border-radius: 0px;
  border-color: #000000;
  border-top-style: none;
  border-top-width: none;
  border-top-left-radius: none;
  border-top-color: none;
  border-right-style: none;
  border-right-width: none;
  border-top-right-radius: none;
  border-right-color: none;
  border-bottom-style: none;
  border-bottom-width: none;
  border-bottom-right-radius: none;
  border-bottom-color: none;
  border-left-style: none;
  border-left-width: none;
  border-bottom-left-radius: none;
  border-left-color: none;
  box-shadow: none;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  margin-top: 15px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
}
h4.opn-title-style-10 {
  color: #54b8a0;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: none;
  font-variant: normal;
  text-shadow: none;
  background-color: none;
  background-size: auto;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-blend-mode: normal;
  border-style: none;
  border-width: 0px;
  border-radius: 0px;
  border-color: #000000;
  border-top-style: none;
  border-top-width: none;
  border-top-left-radius: none;
  border-top-color: none;
  border-right-style: none;
  border-right-width: none;
  border-top-right-radius: none;
  border-right-color: none;
  border-bottom-style: none;
  border-bottom-width: none;
  border-bottom-right-radius: none;
  border-bottom-color: none;
  border-left-style: none;
  border-left-width: none;
  border-bottom-left-radius: none;
  border-left-color: none;
  box-shadow: none;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  margin-top: 15px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
}
h4.opn-title-style-11 {
  color: #ee87b2;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: none;
  font-variant: normal;
  text-shadow: none;
  background-color: none;
  background-size: auto;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-blend-mode: normal;
  border-style: none;
  border-width: 0px;
  border-radius: 0px;
  border-color: #000000;
  border-top-style: none;
  border-top-width: none;
  border-top-left-radius: none;
  border-top-color: none;
  border-right-style: none;
  border-right-width: none;
  border-top-right-radius: none;
  border-right-color: none;
  border-bottom-style: none;
  border-bottom-width: none;
  border-bottom-right-radius: none;
  border-bottom-color: none;
  border-left-style: none;
  border-left-width: none;
  border-bottom-left-radius: none;
  border-left-color: none;
  box-shadow: none;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  margin-top: 15px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 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: #fff;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: uppercase;
  font-variant: normal;
  text-shadow: none;
  height: auto;
  width: auto;
  background-color: #98c10f;
  background-size: auto;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-blend-mode: normal;
  border-style: none;
  border-width: 0px;
  border-radius: 2px;
  border-color: rgba(0,0,0,0);
  border-top-style: none;
  border-top-width: none;
  border-top-left-radius: none;
  border-top-color: none;
  border-right-style: none;
  border-right-width: none;
  border-top-right-radius: none;
  border-right-color: none;
  border-bottom-style: none;
  border-bottom-width: none;
  border-bottom-right-radius: none;
  border-bottom-color: none;
  border-left-style: none;
  border-left-width: none;
  border-bottom-left-radius: none;
  border-left-color: none;
  box-shadow: none;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 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: 13.3px;
  padding-left: 10px;
  padding-right: 10px;
}
.opn-dbview-line-dbview-post:actualites-dbview-actus > .opn_content > .opn_textContent.opn_fenContent {
  height: 100%;
  width: calc( 100% - 0px - 0px );
  display: inline-block !important;
  overflow: hidden !important;
}
.opn-dbview-line-dbview-post:actualites-actus > .opn_content > .opn_textContent.opn_fenContent {
  height: 100%;
  width: calc( 100% - 0px - 0px );
  display: inline-block !important;
  overflow: hidden !important;
}
.opn-dbview-line-dbview-postactualites-actus > .opn_content > .opn_textContent.opn_fenContent {
  height: 100%;
  width: calc( 100% - 0px - 0px );
  display: inline-block !important;
  overflow: hidden !important;
}
h4.opn-title-style-12 {
  color: #dd0000;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: none;
  font-variant: normal;
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  background-size: auto;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-blend-mode: normal;
  border-style: none;
  border-width: 0px;
  border-radius: 0px;
  border-color: #000000;
  border-top-style: none;
  border-top-width: none;
  border-top-left-radius: none;
  border-top-color: none;
  border-right-style: none;
  border-right-width: none;
  border-top-right-radius: none;
  border-right-color: none;
  border-bottom-style: none;
  border-bottom-width: none;
  border-bottom-right-radius: none;
  border-bottom-color: none;
  border-left-style: none;
  border-left-width: none;
  border-bottom-left-radius: none;
  border-left-color: none;
  box-shadow: none;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  margin-top: 15px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
}
h2.opn-title-style-13 {
  color: #333333;
  font-size: 36px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 700;
  text-transform: none;
  font-variant: normal;
  text-shadow: none;
  background-color: none;
  background-image: url("https://biodis.yca.nexeto.org/wp-content/themes/opntemplate/images/biodis-dots.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-blend-mode: normal;
  border-style: none;
  border-width: 0px;
  border-radius: 0px;
  border-color: #333333;
  border-top-style: none;
  border-top-width: none;
  border-top-left-radius: none;
  border-top-color: none;
  border-right-style: none;
  border-right-width: none;
  border-top-right-radius: none;
  border-right-color: none;
  border-bottom-style: none;
  border-bottom-width: none;
  border-bottom-right-radius: none;
  border-bottom-color: none;
  border-left-style: none;
  border-left-width: none;
  border-bottom-left-radius: none;
  border-left-color: none;
  box-shadow: none;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 30px;
  padding-right: 0px;
  margin-top: 50px;
  margin-left: 0px;
  margin-bottom: 20px;
  margin-right: 0px;
}
.opn-dbview-line-dbview-post-dbview-actus > .opn_content > .opn_textContent.opn_fenContent {
  box-shadow: rgba(0,0,0,0.33) 0px 0px 20px 0px;
  width: calc( 100% - 20px - 20px );
  display: inline-block !important;
  overflow: hidden !important;
  background-color: #fff;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  height: 100%;
}
.opn-dbview-line-dbview-post-actualites > .opn_content > .opn_textContent.opn_fenContent {
  height: 100%;
  width: calc( 100% - 0px - 0px );
  display: inline-block !important;
  overflow: hidden !important;
}
.opn-dbview-line-dbview-post-dbview-actualites > .opn_content > .opn_textContent.opn_fenContent {
  height: 100%;
  width: calc( 100% - 0px - 0px );
  display: inline-block !important;
  overflow: hidden !important;
}
.opn-dbview-line-dbview-post:actualites-page_actu > .opn_content > .opn_textContent.opn_fenContent {
  height: 100%;
  width: calc( 100% - 0px - 0px );
  display: inline-block !important;
  overflow: hidden !important;
}
.opn-dbview-line-dbview-post:actualites-dbview-liste-actu > .opn_content > .opn_textContent.opn_fenContent {
  height: 100%;
  width: calc( 100% - 0px - 0px );
  display: inline-block !important;
  overflow: hidden !important;
}
.opn-dbview-line-dbview-postactualites-dbview-liste-actu > .opn_content > .opn_textContent.opn_fenContent {
  margin-bottom: 20px;
  width: calc( 100% - 20px - 20px );
  display: inline-block !important;
  overflow: hidden !important;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  height: 100%;
}
.opn-dbview-line-dbview-historique-dbview-historique > .opn_content > .opn_textContent.opn_fenContent {
  left: auto;
  right: auto;
  width: calc( 100% - 0px - 0px );
  top: auto;
  bottom: auto;
  display: inline-block !important;
  overflow: hidden !important;
  height: 100%;
}
h2.opn-title-style-14 {
  color: #98c10f;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0px;
  font-weight: 700;
  text-transform: none;
  font-variant: normal;
  text-shadow: none;
  background-color: none;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-blend-mode: normal;
  border-style: none;
  border-width: 0px;
  border-radius: 0px;
  border-color: #333333;
  border-top-style: none;
  border-top-width: none;
  border-top-left-radius: none;
  border-top-color: none;
  border-right-style: none;
  border-right-width: none;
  border-top-right-radius: none;
  border-right-color: none;
  border-bottom-style: none;
  border-bottom-width: none;
  border-bottom-right-radius: none;
  border-bottom-color: none;
  border-left-style: none;
  border-left-width: none;
  border-bottom-left-radius: none;
  border-left-color: none;
  box-shadow: none;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 20px;
  padding-right: 0px;
  margin-top: 20px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
}
.wp_themeSkin span.mce_save {
  background-image: url("https://www.biodis.eu/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: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.opn_last .opn_textContent {
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.opn_first .opn_textContent {
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.opn_middle .opn_textContent {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.page-id-110 .opn-gallery-icon {
  height: 200px !important;
  line-height: 200px !important;
}
iframe {
  max-width: 100% !important;
}
