.pods-validate-error-message {
  display: none !important;
}
#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-left: 30px;
  padding-top: 7px;
  cursor: pointer;
  width: 90%;
}
#contenair [type="radio"]:not(:checked) + label:before,
#contenair [type="radio"]:checked + label:before {
  position: absolute;
  left: -4px;
  top: 0px;
  width: 17px;
  height: 17px;
  content: '';
  width: 30px;
  height: 30px;
  background-image: url('/wp-content/themes/opntemplate/images/form3.png');
  background-repeat: no-repeat;
  background-position: 0px -120px;
}
#contenair [type="radio"]:not(:checked) + label:after,
#contenair [type="radio"]:checked + label:after {
  position: absolute;
  top: 0px;
  left: -4px;
  font-size: 14px;
  color: #0058A8;
  transition: transform 0.2s, opacity 0s;
  line-height: 20px;
  content: '';
  width: 30px;
  height: 30px;
  background-image: url('/wp-content/themes/opntemplate/images/form3.png');
  background-repeat: no-repeat;
  background-position: 0px -180px;
}
#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 li .pods-field.pods-boolean {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#contenair [type="radio"]:disabled:not(:checked) + label:before,
#contenair [type="radio"]:disabled:checked + label:before {
  background-image: url('/wp-content/themes/opntemplate/images/form3.png');
  background-repeat: no-repeat;
  background-position: 0px -120px;
}
#contenair [type="radio"]:disabled:checked + label:after {
  background-image: url('/wp-content/themes/opntemplate/images/form3.png');
  background-repeat: no-repeat;
  background-position: 0px -180px;
}
#contenair [type="radio"]:disabled + label {
  color: #aaa;
}
#contenair [type="radio"]:hover:not(:disabled) + label:before {
  background-repeat: no-repeat;
  background-position: 0px -150px;
}
#contenair [type="radio"]:checked:not(:disabled):hover + label:after {
  background-repeat: no-repeat;
  background-position: 0px -210px;
}
#contenair .pods-pick-radio ul {
  list-style: none;
  margin: 10px 0 10px 0px;
}
#contenair .pods-pick-checkbox ul {
  list-style: none;
  margin: 10px 0 10px 0px;
}
#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-left: 26px;
  padding-right: 20px;
  padding-top: 2px;
  cursor: pointer;
  width: 90%;
}
#contenair [type="checkbox"]:not(:checked) + label:before,
#contenair [type="checkbox"]:checked + label:before {
  position: absolute;
  left: -4px;
  top: -4px;
  width: 17px;
  height: 17px;
  content: '';
  width: 30px;
  height: 30px;
  background-image: url('/wp-content/themes/opntemplate/images/form3.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#contenair [type="checkbox"]:not(:checked) + label:after,
#contenair [type="checkbox"]:checked + label:after {
  position: absolute;
  top: -4px;
  left: -4px;
  font-size: 14px;
  color: #0058A8;
  transition: transform 0.2s, opacity 0s;
  line-height: 20px;
  content: '';
  width: 30px;
  height: 30px;
  background-image: url('/wp-content/themes/opntemplate/images/form3.png');
  background-repeat: no-repeat;
  background-position: 0px -60px;
}
#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 {
  position: absolute;
  top: 2px;
  left: -25px;
  font-size: 14px;
  color: #0058A8;
  line-height: 20px;
  content: '';
  width: 30px;
  height: 30px;
  background-image: url('http://wordpresstest/wp-content/themes/opntemplate/images/form3.png');
  background-repeat: no-repeat;
  background-position: 0px -60px;
}
#contenair [type="checkbox"]:disabled:not(:checked) + label:before,
#contenair [type="checkbox"]:disabled:checked + label:before {
  background-image: url('/wp-content/themes/opntemplate/images/form3.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#contenair [type="checkbox"]:disabled:checked + label:after {
  background-image: url('/wp-content/themes/opntemplate/images/form3.png');
  background-repeat: no-repeat;
  background-position: 0px -60px;
}
#contenair [type="checkbox"]:disabled + label {
  color: #aaa;
}
#contenair [type="checkbox"]:not(:disabled):hover + label:before {
  background-repeat: no-repeat;
  background-position: 0px -30px;
}
#contenair [type="checkbox"]:checked:not(:disabled):hover + label:after {
  background-repeat: no-repeat;
  background-position: 0px -90px;
}
#contenair .ui-slider-horizontal {
  height: 5px;
  background-color: #ddd;
  background-image: none;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
#contenair .ui-slider-horizontal .ui-slider-handle {
  height: 15px;
  width: 5px;
  top: -10px;
  background-color: #015A9D;
  background-image: none;
  border: none;
  margin: 0;
  border-radius: none;
}
#contenair .pods-slider-field {
  margin-top: 10px;
}
#contenair .required-asterisk,
#contenair .required {
  font-size: 100%;
  color: #f00;
  vertical-align: middle;
  line-height: 100%;
  text-decoration: none;
  cursor: default;
  border: none;
}
#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: #015A9D;
}
#contenair .formulaire-eudonet .label,
#contenair .search-dbview .label {
  color: #555;
  font-family: "Open Sans";
  font-size: 17px;
}
#contenair .submit-formulaire {
  padding: 10px 40px;
  float: right;
  font-family: "Open Sans";
  font-size: 16px;
}
#contenair .submit-formulaire:hover {
  background: #3D7100;
  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: ;
  font-size: 18px;
  line-height: 22px;
}
#contenair :-moz-placeholder {
  color: ;
  font-size: 16px;
  line-height: 22px;
}
#contenair ::-moz-placeholder {
  color: ;
  font-size: 16px;
  line-height: 22px;
}
#contenair :-ms-input-placeholder {
  color: ;
  font-size: 16px;
  line-height: 22px;
}
#contenair .label.poslibleft {
  float: left;
  width: 20%;
  line-height: 28px;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#contenair input.poslibleft {
  float: left;
}
#contenair .label.poslibright {
  float: right;
  width: 18%;
  line-height: 28px;
}
#contenair [type="text"],
#contenair [type="search"],
#contenair [type="password"],
#contenair textarea {
  background: #fff;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #015A9D;
  padding: 10px 20px 10px 5px;
  line-height: 20px;
  border-radius: 0;
  font-weight: 400;
  width: 100%;
  font-family: "Open Sans";
  font-size: 18px;
  color: #015A9D;
  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: #373737;
}
#contenair textarea {
  padding-left: 3px;
  width: 100%;
  resize: vertical;
}
button.button_opn,
[type="submit"] {
  background: #015A9D;
  color: #FFF !important;
  padding: 10px 30px;
  border: none;
  position: relative;
  cursor: pointer;
  transition: all .2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  transition: all 0.5s;
}
[type="submit"]:disabled,
button[disabled="disabled"] {
  background: #ccc !important;
  color: #fff !important;
  cursor: not-allowed !important;
}
button.button_opn:hover,
[type="submit"]:not(:disabled):hover {
  background-color: #003f6f;
  transition: all 1s;
}
.styled-select {
  overflow: hidden;
  background: url('/wp-content/themes/opntemplate/images/form3.png') no-repeat right #fff;
  background-position: right -237px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: -5px;
  position: relative;
  width: 100%;
}
#ie9 .styled-select {
  background: none;
}
.styled-select:hover {
  background-position: right -267px;
}
.styled-select select {
  background: transparent;
  line-height: 1;
  border: 1px solid #015A9D;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0 !important;
  height: 38px;
  width: 100%;
  font-family: "Open Sans";
  font-size: 15px;
  color: #015A9D;
}
.styled-select select:hover {
  border: 1px solid #015A9D !important;
}
.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: -25px;
  background: url('/wp-content/themes/opntemplate/images/form3.png');
  background-position: 0px -300px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.clear-input.clearable {
  background-position: 0px -300px;
}
.clear-input.clearable:hover {
  background-position: 0px -330px;
}
.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: ;
}
.div-field a.application:hover:after {
  content: "";
}
.div-field #pickfiles {
  color: ;
  background-color: #015A9D;
  padding: 10px 20px;
  font-family: "Open Sans";
  font-size: 16px;
  text-decoration: none;
}
.div-field #pickfiles:hover {
  background: #3D7100;
  transition: all 1s;
}
.div-field #filelist {
  border: 1px solid #015A9D;
  padding: 10px;
  min-height: 20px;
}
.div-field-titre,
.div-field-titrebloc {
  font-family: "Open Sans";
  font-size: 25px;
  color: ;
  margin: 20px 0 0 0;
}
.div-field-texte {
  font-family: arial;
  font-size: 15px;
  color: ;
}
.div-field-commentaire {
  font-family: arial;
  font-size: 15px;
  color: ;
  font-style: italic;
}
.div-field .label-captcha-question {
  float: left;
  font-size: 20px;
  font-family: "Open Sans";
  color: ;
  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: "Open Sans";
  font-size: 20px;
  color: #FFF;
  background-color: #015A9D;
  border: 1px solid #015A9D;
  padding: 10px;
}
.alert.alert-visible {
  display: block;
}
.div-field .captcha-question {
  border-top: 1px solid #015A9D;
  border-left: 1px solid #015A9D;
  border-bottom: 1px solid #015A9D;
  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;
}
a[href^=tel],
a[href^=tel]:visited,
a[href^=tel]:focus,
a[href^=tel]:hover {
  color: inherit;
  text-decoration: none;
}
::-ms-clear {
  display: none;
}
.ui-datepicker {
  border: 1px solid #015A9D !important;
  box-shadow: none ! important;
}
.ui-datepicker-header {
  background: #015A9D !important;
}
.ui-datepicker-calendar .ui-state-default.ui-state-hover {
  font-weight: normal !important;
  border-radius: 3px !important;
  text-shadow: 0 0 0 !important;
  color: #555 !important;
}
.ui-datepicker-calendar .ui-state-default.ui-state-active {
  font-weight: normal !important;
  background: #015A9D !important;
  border-radius: 3px !important;
  text-shadow: 0 0 0 !important;
  color: #fff !important;
}
.ui-datepicker-header {
  padding: 0em !important;
}
.ui-datepicker-calendar .ui-datepicker-today .ui-state-default {
  border: 1px solid #015A9D !important;
  border-radius: 3px !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: none !important;
  color: #555;
  border: 1px solid ;
  transition: all 0s;
}
.ui-datepicker-calendar .ui-state-default:hover {
  background-color: #015A9D !important;
  border-radius: 3px !important;
  color: ;
  transition: all 0s;
}
.ui-datepicker .ui-datepicker-title {
  font-size: 20px !important;
  font-family: "Open Sans";
  color: ;
  text-shadow: none !important;
}
.ui-datepicker .ui-datepicker-prev span {
  background-image: url('/wp-content/themes/opntemplate/images/form3.png') !important;
  background-position: -5px -459px !important;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev span:hover {
  background-image: url('/wp-content/themes/opntemplate/images/form3.png') !important;
  background-position: -5px -428px !important;
}
.ui-datepicker .ui-datepicker-next span {
  background-image: url('/wp-content/themes/opntemplate/images/form3.png') !important;
  background-position: -8px -396px !important;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next span:hover {
  background-image: url('/wp-content/themes/opntemplate/images/form3.png') !important;
  background-position: -8px -366px !important;
}
body.body-editor.body-list-editor {
  margin-top: 0px !important;
}
.div-list a {
  text-decoration: none;
}
.div-list .title:not([href]).no-sub,
.div-list .title[href=""].no-sub {
  color:  !important;
  cursor: default;
}
.div-list .title:not([href]).no-sub:hover,
.div-list .title[href=""].no-sub:hover {
  color:  !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: "Open Sans";
  font-size: 18px;
  padding: 10px 10px;
  text-transform: uppercase;
  color: ;
}
.div-list .level-1 .title {
  font-family: "Open Sans";
  font-size: 15px;
  padding: 10px 10px;
  text-transform: uppercase;
  color: ;
}
.div-list .level-2 .title {
  font-family: arial;
  font-size: 15px;
  padding: 10px 10px;
  color: ;
}
.div-list .level-3 .title {
  font-family: arial;
  font-size: 15px;
  padding: 10px 10px;
  color: ;
}
.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: ;
}
.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;
}
.p_cote-gauche,
.p_cote-droit {
  width: 49% !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 {
  color: #51433A;
  font-size: 18px;
  font-family: "Open Sans";
  font-weight: 500;
  background: #ffffff;
  overflow-y: scroll;
}
body :focus {
  outline: 0;
}
body ol,
body ul {
  list-style: none;
}
body table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0 0px 0px;
}
body table ul {
  margin: 0 0 0px 20px;
}
body caption,
body th,
body td {
  font-weight: normal;
}
body blockquote:before,
body blockquote:after,
body q:before,
body q:after {
  content: "";
}
body blockquote,
body q {
  quotes: "" "";
}
body a {
  color: #015A9D;
  text-decoration: none;
}
body a:hover {
  color: #015A9D;
  text-decoration: underline;
}
body a img {
  border: 0;
}
body article,
body aside,
body details,
body figcaption,
body figure,
body footer,
body header,
body hgroup,
body menu,
body nav,
body section {
  display: block;
}
body ul,
body ol {
  margin: 0 0 10px 20px;
}
body ul {
  list-style: disc;
}
body ol {
  list-style-type: decimal;
}
body ol ol {
  list-style: upper-alpha;
}
body ol ol ol {
  list-style: lower-roman;
}
body ol ol ol ol {
  list-style: lower-alpha;
}
body ul ul,
body ol ol,
body ul ol,
body ol ul {
  margin-bottom: 0;
}
body dl {
  margin: 0 1.625em;
}
body dt {
  font-weight: bold;
}
body dd {
  margin-bottom: 1.625em;
}
body strong {
  font-weight: bold;
}
body cite,
body em,
body i {
  font-style: italic;
}
body blockquote {
  color: #484848;
  font-size: 20px;
}
body blockquote em,
body blockquote i,
body blockquote cite {
  font-style: normal;
}
body blockquote cite {
  color: #666;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
body 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 code,
body kbd {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
body abbr,
body acronym,
body dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}
body address {
  display: block;
  margin: 0 0 1.625em;
}
body ins {
  background: #fff9c0;
  text-decoration: none;
}
body sup,
body sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
body sup {
  bottom: 1ex;
}
body sub {
  top: .5ex;
}
body.opn_ie {
  background: #fff !important;
  overflow: hidden;
}
.opntiny {
  background: #fff;
}
.full #content {
  float: none;
  width: 100%;
}
input#s {
  background: url(https://rcsc.vailhauques.fr/wp-content/themes/opntemplate/images/search.png) no-repeat 95% 6px #fafafa;
  -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;
}
input.small-text {
  width: 50px;
}
select {
  margin: 0 0 0 -5px;
  padding: 5px;
  color: #666;
  background-color: #fff;
}
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
}
.mceentry-content {
  background: #fff !important;
}
.post-password-required .entry-header .comments-link {
  margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
  margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
  background: #f7f7f7;
}
.entry-header .entry-format {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  position: absolute;
  text-transform: uppercase;
  top: -5px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
  padding: 20px 0 0;
}
.recent-posts .entry-header .entry-format {
  display: none;
}
.recent-posts .entry-header hgroup .entry-title {
  padding-top: 0;
}
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;
}
#flags_language_selector {
  left: 175px;
  top: 15px;
  position: absolute;
  float: right;
}
#flags_language_selector img {
  margin: 10px 5px 0 0;
  width: 20px;
  height: 20px;
}
#flags_language_selector img {
  opacity: 0.5;
}
#flags_language_selector a img {
  opacity: 1;
}
#flags_language_selector a img:hover {
  opacity: 1;
}
#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;
}
.opn_textContent.opn_fenContent {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body:not(.home) .opn_alone .opn_textContent {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body:not(.home) .opn_last .opn_textContent {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body:not(.home) .opn_first .opn_textContent {
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body:not(.home) .opn_middle .opn_textContent {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.arrow-left,
.arrow-right {
  background: #000;
  cursor: pointer;
  padding: 10px;
  color: #ffffff;
}
.arrow-left {
  left: 0px;
}
.arrow-right {
  right: 0px;
}
.opn_dbviewer_innerMAP,
.opn_dbviewer_innerCH {
  width: 100%;
  height: 150px;
  text-align: center;
  overflow: hidden;
}
.swiper {
  position: relative;
}
.swiper-image {
  text-align: center;
}
.swiper-image img {
  max-width: 100%;
}
.swiper-titre {
  text-align: center;
}
.swiper-description {
  text-align: center;
  font-style: italic;
  margin: 0 0 10px 0;
}
.swiper-slide {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 20px;
  height: 8px;
  border-radius: 8px;
  background: #bababa;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-visible-switch {
  background: transparent;
  border: 1px dotted #aaa;
}
.swiper-active-switch {
  background: #555;
}
.swiper #prevHorizontal {
  float: left;
  margin: 0 5px;
  width: 20px;
  height: 125px;
  background-image: url(https://rcsc.vailhauques.fr/wp-content/themes/opntemplate/images/arrow-left.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.5;
}
.swiper #nextHorizontal {
  float: right;
  margin: 0 5px;
  width: 20px;
  height: 125px;
  background-image: url(https://rcsc.vailhauques.fr/wp-content/themes/opntemplate/images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.5;
}
.swiper #prevVertical {
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0 5px;
  width: 20px;
  height: 25px;
  background-image: url(https://rcsc.vailhauques.fr/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://rcsc.vailhauques.fr/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;
}
.opn_dbviewer_line {
  background: #fff;
  box-sizing: border-box;
}
.opn_dbviewer_browser {
  margin: 30px 1%;
  float: right;
  font-family: arial;
  font-size: 20px;
  height: 40px;
  clear: both;
}
#opn_dbviewer_browser_before {
  display: none ! important;
}
#view-annonces .opn_dbviewer_browser,
#view-cv .opn_dbviewer_browser {
  display: block !important;
}
.opn_dbviewer_browser #current {
  background: #015A9D;
  color: #FFF;
  transition: all 0.5s;
  float: left;
  cursor: pointer;
  border: 1px solid #015A9D;
  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 #015A9D;
  width: 35px;
  height: 35px;
  text-align: center;
  color: ;
  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: ;
  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: #015A9D;
  padding: 0 10px;
  text-decoration: none;
  font-weight: normal;
}
.search .entry-title a:hover {
  text-decoration: underline;
}
.no-border {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.opn_visual_default {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}
.opn_first .opn_visual_default {
  padding: 20px 20px 20px 0;
}
.opn_visual_imgdefault {
  background-color: #FFFFFF;
  border-color: #B9B9B9;
  border-style: solid;
  padding: 10px 10px 10px 10px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.opn_container_hr .hr1,
.opn_container_hr .hr2,
.opn_container_hr .hr3 {
  position: relative;
  top: 20px;
}
.hr1 {
  background: #aaa;
  border: 0;
  height: 1px;
  margin: 30px 0;
}
.hr2 {
  background: #555;
  background-image: linear-gradient(to right,#fff,#555,#fff);
  border: 0;
  height: 1px;
}
.hr3 {
  height: 6px;
  background: url(/wp-content/themes/opntemplate/images/hr-11.png) repeat-x 0 0;
  border: 0;
}
.hr4 {
  background-image: url(/wp-content/themes/opntemplate/images/hr-4.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 62px;
  padding: 0;
  border: none;
  border: 0;
  color: #aaa;
  text-align: center;
  margin: 10px 0;
}
.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 !important;
  background: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}
a.cboxElement span.bigLoupe {
  top: 0px;
  right: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('https://rcsc.vailhauques.fr/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://rcsc.vailhauques.fr/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://rcsc.vailhauques.fr/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: 160px;
  overflow: hidden;
  clear: both;
  line-height: 30px;
  background: #f1f1f1;
}
.home #branding {
  background: #fff;
}
.branding-inner {
  position: relative;
  margin: 0 auto;
  width: 90%;
}
#site-title {
  padding: 0;
}
#site-logo {
  z-index: 6;
  position: absolute;
  top: 10px;
  left: 0px;
}
#site-logo img {
  height: 140px;
}
.editeur-pdf #site-logo {
  z-index: 6;
  position: absolute;
  top: 0px;
  left: 0px;
}
.editeur-pdf #site-logo img {
  height: 60px;
}
#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 {
  clear: both;
  background: #FF7908;
  display: block;
  float: left;
  width: 100%;
  height: 60px;
  position: relative;
  box-shadow: 0 2px 10px #aaa;
  z-index: 99;
}
#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%;
}
body:not(.post-id-57) .access-inner {
  width: 80%;
  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: 90%;
}
.breadcrumbs_last {
  font-weight: normal;
}
.breadcrumbs-inner a {
  color: #000;
}
#bloc-highlight {
  clear: both;
  background: #dadada;
  height: 0px;
  border-bottom: 1px solid #fff;
}
#bloc-highlight-inner {
  width: 90%;
  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: 20px 0;
  float: right;
  width: 20%;
}
.sidebar-inner {
  margin: 0 auto;
  background: transparent;
}
#sidebar .current_page_item > a,
#sidebar .current_page_ancestor > a {
  color: #fff !important;
  background-color: rgba(0,0,255,0.2);
  text-decoration: none;
  padding: 10px;
}
.bloc-header-inner {
  margin: 20px 0 0 0;
  float: right;
}
#bloc-header {
  height: 160px;
  width: 90%;
  margin: 0 auto;
}
.widget-area {
  font-size: 12px;
}
.widget {
  clear: both;
}
.widget-title {
  color: #666;
  font-size: 13px !important;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 10px 0 !important;
}
.widget ul {
  margin: 0;
}
.widget ul ul {
  margin-left: 1.5em;
}
.widget ul li {
  color: #777;
  list-style: none;
}
#searchsubmit {
  background: #ddd;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0px -1px 1px rgba(0,0,0,0.09);
  -moz-box-shadow: inset 0px -1px 1px rgba(0,0,0,0.09);
  box-shadow: inset 0px -1px 1px rgba(0,0,0,0.09);
  color: #888;
  font-size: 13px;
  line-height: 25px;
  position: relative;
  top: -2px;
}
.opn_finalContent .menu-item-object-page {
  clear: both;
}
.gksm-custom-menu-widget .menu {
  background: #FF7908;
}
.gksm-custom-menu-widget .menu a {
  color: #015A9D;
  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: #fff !important;
  background-color: rgba(0,0,255,0.2);
  text-decoration: none;
  padding: 10px;
}
.opn_finalContent  .widget ul ul {
  margin: 0;
}
.gksm-custom-menu-widget .menu a[href^="http"]:hover {
  color: #fff !important;
}
#contenair {
  height: inherit;
  clear: both;
  background: #fff;
}
#contenair a {
  font-size: 18px;
  text-decoration: none;
  transition: all 0.5s ease;
}
#contenair a:hover {
  text-decoration: underline;
  transition: all 0.5s ease;
}
.contenair-inner {
  width: 90%;
  margin: 0 auto;
}
.postid-57 .contenair-inner {
  width: 100%;
  margin: 0 auto;
}
#content {
  float: left;
  width: 78%;
}
#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 {
  margin: 20px 0;
  background: transparent;
  overflow: hidden;
}
.home article {
  margin: 0;
  background: transparent;
  overflow: hidden;
}
.entry-summary {
  padding: 10px !important;
  background: #fff;
}
.entry-title a,
h1,
.entry-content h1,
.comment-content h1 {
  margin: 0 0 10px 0;
  background: transparent;
  color: #015A9D;
  font-size: 28px;
  text-decoration: none;
}
h2 a {
  line-height: 23px;
  color: #015A9D;
  font-size: 22px;
  margin: 0.5em 0 0.5em 0;
  font-weight: bold;
  text-decoration: none;
}
h2,
.entry-content h2,
.comment-content h2 {
  line-height: 23px;
  color: #015A9D;
  font-size: 22px;
  margin: 0.5em 0 0.5em 0;
  font-weight: bold;
}
h3,
.entry-content h3,
.comment-content h3 {
  color: #FF7908;
  font-size: 17px;
  margin: 0.5em 0 0.5em 0;
  font-weight: bold;
}
h4,
.entry-content h4,
.comment-content h4 {
  color: #FF7908;
  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 #d0d0d0;
  padding: 6px 10px;
}
.entry-content #s {
  width: 75%;
}
dl.gallery-item {
  margin: 0;
}
.page-link {
  clear: both;
  display: block;
  margin: 0 0 1.625em;
}
.page-link a {
  background: #eee;
  color: #373737;
  margin: 0;
  padding: 2px 3px;
  text-decoration: none;
}
.page-link a:hover {
  background: #888;
  color: #fff;
  font-weight: bold;
}
.page-link span {
  margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
  bottom: auto;
  left: 90%;
  position: absolute;
  right: auto;
  top: 30px;
  background: #eee;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  float: right;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 300;
  text-decoration: none;
  padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
  background: #888;
  color: #fff;
}
.entry-content .edit-link {
  clear: both;
  display: block;
}
.entry-content a img:not(.mceIcon,
.wp-media-buttons) {
  border: 2px solid #ddd;
  padding: 5px;
}
.entry-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  background: #eee;
  margin-bottom: 1.625em;
  max-width: 96%;
  padding: 9px;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  color: #666;
  font-family: Georgia, serif;
  font-size: 12px;
}
.wp-caption .wp-caption-text {
  margin-bottom: 0.6em;
  padding: 10px 0 5px 40px;
  position: relative;
}
.wp-caption .wp-caption-text:before {
  color: #666;
  content: '\2014';
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 7px;
}
#content .gallery {
  margin: 0 auto 1.625em;
}
#content .gallery a img {
  border: none;
}
img#wpstats {
  display: block;
  margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
  width: 23%;
  padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
  width: 100%;
  height: auto;
}
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
  background-color: #FFFFFF;
  border-color: #B9B9B9;
  border-style: solid;
  padding: 10px 10px 10px 10px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.wp-caption img {
  border-color: #eee;
}
.post-edit-link {
  display: none;
}
#footer-top {
  clear: both;
  background: #BFBFBF;
  color: #51433A;
}
#footer-top table {
  color: #51433A !important;
  text-align: left;
}
#footer-top .footer-top-inner {
  height: auto;
  margin: 0 auto;
  max-width: 90%;
}
#footer-bottom {
  clear: both;
  font-size: 12px;
  height: auto;
  padding: 10px 0;
  color: #ffffff;
  background: #000000;
}
#footer-bottom a {
  text-decoration: none;
  color: #ffffff;
}
#footer-bottom a:hover {
  text-decoration: underline;
}
#footer-bottom .footer-bottom-inner {
  margin: auto auto;
  max-width: 90%;
}
#supplementary {
  overflow: hidden;
  padding: 0;
}
#supplementary a {
  color: #C00003;
  text-decoration: underline;
}
#supplementary #first {
  float: left;
  width: 33%;
}
#supplementary #second {
  float: left;
  width: 33%;
}
#supplementary #third {
  float: left;
}
#supplementary #four {
  float: right;
}
.opn-display-user {
  text-align: right;
  padding-top: 20px;
  padding-right: 20px;
}
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: #015A9D;
}
.ui-autocomplete .ui-bold {
  color: #015A9D;
  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 {
  float: left;
  cursor: pointer;
  border: 1px solid #555;
  padding: 10px;
  margin: 5px;
}
.mix-pagination.active,
.mix-pagination:hover {
  background: #000;
  color: #FFF;
}
.page_administration .entry-title,
.page_administration h1,
.page_imprimeur .entry-title,
.page_imprimeur h1,
.page_animateur .entry-title,
.page_animateur h1 {
  background-color: #d8d8d8;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  padding: 20px 0;
  margin-top: 30px;
}
@media (min-width: 90%) {
  .dcjq-mega-menu ul.menu {
    width: 90%;
  }
}
@media (max-width: 90%) and (min-width: 760px) {
  #mobile-menu {
    display: none;
  }
  .breadcrumbs {
    display: none;
  }
  .list-cctm-content {
    float: none;
    width: 100%;
  }
  .opn_dbviewer_menu {
    width: 20%;
    min-width: 100px;
    font-size: 12px;
  }
  #bloc-highlight-inner #wp-calendar {
    float: none;
    margin: 0 auto;
    width: 300px;
  }
  .dcjq-mega-menu ul.menu li a {
    font-size: 15px;
  }
  .dcjq-mega-menu ul.menu li .sub li.mega-hdr {
    width: 180px;
  }
  .dcjq-mega-menu ul.menu li .sub li.mega-hdr a.mega-hdr-a {
    font-size: 12px;
  }
  body {
    min-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%;
  }
  .access-inner {
    width: 100%;
  }
  .gallery-content {
    width: 750px;
  }
  .dcjq-mega-menu ul.menu {
    width: 100%;
  }
  .search .page-title {
    margin: 0;
    background: none;
    padding: 0;
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .line-rep.dossier.level.level-1 {
    padding-left: 10px !important;
  }
  .line-rep.dossier.level.level-2 {
    padding-left: 30px !important;
  }
  #main #content {
    margin: 0 7.6%;
    width: auto;
  }
  #nav-below {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.625em;
  }
  #main #sidebar {
    float: none;
    margin: 0 7.6%;
    width: auto;
  }
  .page-template-showcase-php .featured-posts {
    min-height: 280px;
  }
  .featured-posts section.featured-post {
    height: auto;
  }
  .page-template-showcase-php section.recent-posts {
    float: none;
    margin: 0;
    width: 100%;
  }
  .page-template-showcase-php #main .widget-area {
    float: none;
    margin: 0;
    width: auto;
  }
  .page-template-showcase-php .other-recent-posts {
    border-bottom: 1px solid #ddd;
  }
  section.featured-post .attachment-small-feature,
  .one-column section.featured-post .attachment-small-feature {
    border: none;
    display: block;
    float: left;
    height: auto;
    margin: 0.625em auto 1.025em;
    max-width: 30%;
    position: static;
  }
  article.feature-image.small {
    float: right;
    margin: 0 0 1.625em;
    width: 64%;
  }
  .one-column article.feature-image.small .entry-summary {
    height: auto;
  }
  article.feature-image.small .entry-summary p a {
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .commentlist {
    width: 100%;
  }
  .commentlist > li.comment,
  .commentlist .pingback {
    margin-left: 102px;
    width: auto;
  }
  #respond {
    width: auto;
  }
  #top #supplementary .widget-area {
    float: none;
    margin-right: 0;
    width: auto;
  }
  .error404 #main .widget {
    float: none;
    margin-right: 0;
    width: auto;
  }
  embed,
  object {
    max-width: 100%;
  }
  #bloc-highlight-inner .widget_news_slider .scrollable-hor.scrollable {
    border: none;
    position: relative;
    top: -15px;
    width: 100%;
  }
  #bloc-highlight-inner .widget_news_slider {
    margin: 0 auto;
    width: 100%;
    height: 137px;
  }
  #content {
    margin: 0;
    width: 100%;
  }
  #nav-below {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.625em;
  }
  #sidebar {
    float: right;
    margin: 0;
    width: 90%;
  }
  #sidebar-inner {
    float: right;
    margin: 0;
    width: 70%;
  }
  .img-post {
    float: right;
    position: relative;
    top: 13px;
    left: 0px;
  }
  widget_news_slider .scrollable-vert .post_cont {
    margin: 7px 200px 0px 0px;
    width: 90px !important;
  }
  article {
    padding: 0 10px !important;
  }
  .opn_txtareaContent img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 150% !important;
  }
  .page-template-showcase-php .featured-posts {
    min-height: 280px;
  }
  .featured-posts section.featured-post {
    height: auto;
  }
  .page-template-showcase-php section.recent-posts {
    float: none;
    margin: 0;
    width: 100%;
  }
  .page-template-showcase-php #main .widget-area {
    float: none;
    margin: 0;
    width: auto;
  }
  .page-template-showcase-php .other-recent-posts {
    border-bottom: 1px solid #ddd;
  }
  section.featured-post .attachment-small-feature,
  .one-column section.featured-post .attachment-small-feature {
    border: none;
    display: block;
    float: left;
    height: auto;
    margin: 0.625em auto 1.025em;
    max-width: 30%;
    position: static;
  }
  article.feature-image.small {
    float: right;
    margin: 0 0 1.625em;
    width: 64%;
  }
  .one-column article.feature-image.small .entry-summary {
    height: auto;
  }
  article.feature-image.small .entry-summary p a {
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .commentlist {
    width: 100%;
  }
  .commentlist > li.comment,
  .commentlist .pingback {
    margin-left: 102px;
    width: auto;
  }
  #respond {
    width: auto;
  }
  #top #supplementary .widget-area {
    float: none;
    margin-right: 0;
    width: auto;
  }
  .error404 #main .widget {
    float: none;
    margin-right: 0;
    width: auto;
  }
  embed,
  object {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .line-rep.dossier.level.level-1 {
    padding-left: 10px !important;
  }
  .line-rep.dossier.level.level-2 {
    padding-left: 30px !important;
  }
  .branding-inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  #opn-menu {
    display: none !important;
  }
  #mobile-menu {
    display: block !important;
    line-height: 40px;
  }
  .eo_get_venue_place {
    margin: 50px auto 0 auto;
    width: auto;
    border-top: 1px dashed #aaa;
  }
  .footer-top-inner>#supplementary>#first {
    padding: 10px;
    width: 100%;
    margin-top: 5px;
    background: #BFBFBF;
    height: 153px;
  }
  .footer-top-inner>#supplementary>#second {
    padding: 10px;
    width: 100%;
    margin-top: 5px;
    background: #BFBFBF;
    height: 153px;
  }
  .footer-top-inner>#supplementary>#third {
    padding: 10px;
    width: 100%;
    margin-top: 5px;
    background: #BFBFBF;
    height: 153px;
  }
  .footer-top-inner>#supplementary>#four {
    float: left;
    padding: 15px 10px;
    width: 100%;
    margin-top: 5px;
  }
  .contenair-inner {
    width: 100%;
  }
  .dcjq-mega-menu {
    display: none !important;
  }
  #bloc-highlight-inner #wp-calendar {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  table#wp-calendar caption,
  table#wp-calendar thead,
  table#wp-calendar tbody,
  table#wp-calendar tfoot tr:first-child {
    display: none;
  }
  #wp-calendar-all-events {
    font-size: 20px;
    height: 46px;
    text-transform: lowercase;
  }
  #bloc-highlight .widget_news_slider {
    display: none;
  }
  #bloc-highlight {
    height: 70px;
  }
  #bloc-highlight-inner {
    width: 100%;
  }
  #widget_opnslider-2 {
    display: none;
  }
  .search .page-title {
    margin: 0;
    background: none;
    padding: 0;
    font-size: 15px;
  }
  .widget_search form {
    z-index: 10;
    position: absolute;
    left: 10%;
    top: 180px;
    width: 100%;
    right: 0%;
  }
  .breadcrumbs {
    display: none;
  }
  .footer-top-inner {
    width: 100%;
  }
  .footer-bottom-inner {
    width: 100%;
  }
  .access-inner {
    width: 100%;
  }
  .list-cctm-content {
    float: right;
    width: 100%;
  }
  .opn_dbviewer_menu {
    width: 100%;
    text-align: center;
    min-width: 100px;
    font-size: 18px;
    background: none;
  }
  .opn_dbviewer_menu_item {
    width: 90%;
    margin: 0 auto;
    background: #A1933A;
  }
  .entry-title a {
    font-size: 78%;
  }
  .items .post_cont {
    width: 85% !important;
  }
  .items .img {
    height: 50%;
  }
  .gallery-content {
    width: 100%;
  }
  #site-logo {
    z-index: 6;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  #no-responsive {
    display: none;
  }
  .back {
    box-shadow: none !important;
    border: 2px solid #51433a !important;
  }
}
@media (max-width: 650px) {
  .photo {
    width: 98% !important;
  }
  .dialog-photos .rep-photos {
    width: 45% !important;
  }
  .dialog-photos .liste-photos {
    width: 54.5% !important;
  }
  body,
  input,
  textarea {
    font-size: 13px;
  }
  #site-title a {
    font-size: 24px;
  }
  #site-description {
    font-size: 12px;
  }
  body.postid-57 #site-logo {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 6;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  body.postid-57 .access-inner {
    width: 85% !important;
    float: left;
  }
  article.intro .entry-content {
    font-size: 12px;
  }
  .entry-title {
    font-size: 21px;
  }
  .featured-post .entry-title {
    font-size: 14px;
  }
  .entry-meta {
    font-size: 12px;
  }
  blockquote {
    margin: 0;
  }
  blockquote.pull {
    font-size: 17px;
  }
  #site-top {
    width: 189px;
    height: 99px;
    background: url(https://rcsc.vailhauques.fr/wp-content/themes/opntemplate/wp-content/themes/opntemplate/images/top.png);
  }
  #site-title {
    padding: 5.30625em 0 0;
  }
  #site-title,
  #site-description {
    margin-right: 0;
  }
  .alignleft,
  .alignright {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  #nav-single {
    display: block;
    position: static;
  }
  .commentlist > li.comment,
  .commentlist > li.pingback {
    margin-left: 0 !important;
  }
  .commentlist .avatar {
    background: transparent;
    display: block;
    padding: 0;
    position: static;
  }
  .commentlist .children .avatar {
    background: none;
    left: 2.2em;
    padding: 0;
    position: absolute;
    top: 2.2em;
  }
  #respond input[type="text"] {
    width: 95%;
  }
  #respond .comment-form-author .required,
  #respond .comment-form-email .required {
    left: 95%;
  }
  #content .gallery-columns-3 .gallery-item {
    width: 31%;
    padding-right: 2%;
  }
  #content .gallery-columns-3 .gallery-item img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  body {
    padding: 0;
  }
  #page {
    margin-top: 0;
  }
  #branding {
    border-top: none;
  }
  .logged-in .isStuck {
    top: 0px !important;
  }
}
@media (max-width: 450px) {
  #content .gallery-columns-2 .gallery-item {
    width: 45%;
    padding-right: 4%;
  }
  #content .gallery-columns-2 .gallery-item img {
    width: 100%;
    height: auto;
  }
  .logged-in .isStuck {
    top: 0px !important;
  }
  .menu_action_name .action-name {
    float: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 60px;
    width: 50px;
  }
  .editeur-pdf .ico-rond {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 15px !important;
    box-shadow: none !important;
  }
  .editeur-pdf .ico-rond-gris {
    box-shadow: none !important;
  }
  #opn-menu a {
    padding: 0 0.8em !important;
  }
  .menu_action_name {
    padding: 0 20px 0 10px !important;
  }
  .menu_action_name img {
    float: right;
    margin-top: 15px !important;
    padding: 0px 3px 0 0 !important;
    height: 30px !important;
  }
  .menu-item.ico-credit {
    right: 0% !important;
  }
  .dialog-caddy .caddy-visuel {
    width: 100% !important;
  }
  .dialog-caddy .magasin-div {
    width: 100% !important;
  }
  .dialog-caddy .caddy-magasin {
    width: 100% !important;
    margin: 0 !important;
  }
  .dialog-caddy .caddy-credit-restant {
    margin-top: 0px !important;
  }
  .dialog-commande .commande-statut-bloc {
    border: 1px solid #C6BAB1;
    padding: 0 !important;
  }
  .dialog-commande .commande-arrow.now {
    display: none !important;
  }
  .opn-ui-lmc .ui-dialog-title {
    font-size: 12px !important;
    line-height: 1.5em;
  }
}
#opn_responsive_width {
  width: 90%;
}
@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;
  }
}
@media (max-width: 800px) {
  body:not(.body-editor) .ncol1 {
    width: 100% !important;
  }
  body:not(.body-editor) .ncol2 {
    width: 50% !important;
  }
  body:not(.body-editor) .ncol3 {
    width: 33.33% !important;
  }
  body:not(.body-editor) .ncol4 {
    width: 25% !important;
  }
  body:not(.body-editor) .ncol5 {
    width: 25% !important;
  }
  body:not(.body-editor) .ncol6 {
    width: 25% !important;
  }
}
@media (max-width: 768px) {
  body:not(.body-editor) .ncol1 {
    width: 100% !important;
  }
  body:not(.body-editor) .ncol2 {
    width: 50% !important;
  }
  body:not(.body-editor) .ncol2 .ncol2 {
    width: 100% !important;
  }
  body:not(.body-editor) .ncol3 {
    width: 50% !important;
  }
  body:not(.body-editor) .ncol4 {
    width: 50% !important;
  }
  body:not(.body-editor) .ncol5 {
    width: 50% !important;
  }
  body:not(.body-editor) .ncol6 {
    width: 50% !important;
  }
  body:not(.body-editor) .rncol1 {
    width: 100% !important;
  }
  body:not(.body-editor) .rncol2 {
    width: 50% !important;
  }
  body:not(.body-editor) .rncol3 {
    width: 33.33% !important;
  }
  body:not(.body-editor) .rncol4 {
    width: 25% !important;
  }
  body:not(.body-editor) .rncol5 {
    width: 20% !important;
  }
  body:not(.body-editor) .rncol6 {
    width: 16.66% !important;
  }
}
@media (max-width: 650px) {
  body:not(.body-editor) .ncol1 {
    width: 100% !important;
  }
  body:not(.body-editor) .ncol2 {
    width: 100% !important;
  }
  body:not(.body-editor) .ncol3 {
    width: 100% !important;
  }
  body:not(.body-editor) .ncol4 {
    width: 50% !important;
  }
  body:not(.body-editor) .ncol5 {
    width: 50% !important;
  }
  body:not(.body-editor) .ncol6 {
    width: 50% !important;
  }
}
@media (max-width: 450px) {
  body:not(.body-editor) .ncol1 {
    width: 100% !important;
  }
  body:not(.body-editor) .ncol2 {
    width: 100% !important;
  }
  body:not(.body-editor) .ncol3 {
    width: 100% !important;
  }
  body:not(.body-editor) .ncol4 {
    width: 100% !important;
  }
  body:not(.body-editor) .ncol5 {
    width: 100% !important;
  }
  body:not(.body-editor) .ncol6 {
    width: 100% !important;
  }
}
#opn-menu {
  float: left;
}
#opn-menu ul {
  font-size: 15px;
  list-style: none;
  margin: 0;
  font-weight: normal;
}
#opn-menu li {
  float: left;
  position: relative;
}
#opn-menu a {
  color: #fff;
  display: block;
  line-height: 60px;
  padding: 0 1.2125em;
  text-decoration: none;
}
#opn-menu ul ul {
  margin: 0;
  top: 60px;
  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;
}
.menu-item img {
  padding: 10px;
}
.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: #FFF;
}
#opn-menu li:hover > a {
  color: #fff;
  transition: all 0.3s ease;
}
#opn-menu li > a {
  transition: all 0.7s ease;
}
#opn-menu .sub-menu li:hover > a {
  color: #fff;
  background: rgba(0,0,255,0.2);
  transition: all 0.5s ease;
}
#opn-menu a:focus {
  color: #fff;
  background: rgba(0,0,255,0.2);
}
#opn-menu .current_page_item > a,
#opn-menu .current-menu-item > a,
#opn-menu .current_page_ancestor > a {
  color: #fff;
  background: rgba(0,0,255,0.2);
}
#opn-menu .sub-menu a:focus {
  color: #fff !important;
  background: rgba(0,0,255,0.2);
}
#opn-menu .sub-menu .current_page_item > a,
#opn-menu .sub-menu .current_page_ancestor > a {
  color: #fff !important;
  background: #FFF;
  cursor: default;
}
.menu-item a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.lavalamp ul li.backLava {
  height: 5px !important;
  position: absolute;
  top: 55px !important;
  background-color: #015A9D;
}
.isStuck.lavalamp ul li.backLava {
  height: 3px !important;
  top: 50px !important;
  background-color: #015A9D;
}
#mobile-menu {
  display: none;
}
#mobile-menu-content,
#opn-menu-content {
  background: #fff;
  width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
}
#mobile-menu-open {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 30% 50%;
  background-image: url(/wp-content/themes/opntemplate/images/menuresp.png);
}
#mobile-menu-content {
  line-height: 30px;
}
#mobile-menu-content  ul {
  list-style: none;
}
#mobile-menu-content  a {
  color: #fff;
}
#mobile-menu-content a[href^="http"] {
  color: #000;
  padding: 20px 0;
  font-size: 15px;
  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: #fff3e9;
}
.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: #015A9D;
  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 {
  background: #015A9D !important;
  color: #FFF !important;
  border: none;
  border-radius: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #015A9D !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: 8px;
  font-size: 16px;
}
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;
}
.single-page_administration table.dataTable tbody tr:hover {
  background-color: rgba(0,63,111,0.1);
  cursor: pointer;
}
.dataTables_wrapper .dt-buttons {
  display: none;
}
.wp_themeSkin span.mce_save {
  background-image: url("https://rcsc.vailhauques.fr/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;
}
.fa {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.opn-pods-field-input-magasins li {
  width: 33%;
  float: left;
}
#email-ok {
  display: none;
}
