body,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
  margin: 0;
}
body {
  overflow-x: hidden;
  min-height: 100%;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
li {
  list-style: none!important;
}
*:focus {
  outline: none!important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
[hidden],
template {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
  cursor: pointer;
}
nav,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
button,
input,
select,
textarea {
  margin: 0;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
button {
  background: transparent;
  border: none;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
a:visited {
  color: unset;
}
.clearfix {
  clear: both;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
.dflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dflex-item--top {
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.dflex-item--bottom {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.dflex .dself {
  align-self: center;
  width: 100%;
}
.dflex .dauto {
  align-self: auto;
  width: 100%;
}
.debug {
  position: absolute;
  right: 0;
  bottom: 0;
  color: white;
}
.debug:hover {
  color: black;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
p:not(:last-child) {
  margin-bottom: 20px;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.t-justify {
  text-align: justify;
}
.t-upper {
  text-transform: uppercase;
}
.t-indent {
  text-indent: -30000%;
}
.t-break {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.t-oneline {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.t-180 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(-180deg);
}
a {
  text-decoration: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:active,
a:hover {
  outline: 0;
}
.d-none {
  display: none;
}
.d-none.active {
  display: block;
}
.d-block {
  display: block;
}
.d-inblock {
  display: inline-block;
}
.d-table {
  display: table;
  width: 100%;
}
.d-tcell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.img-replace {
  display: inline-block;
  text-indent: -1000%;
  white-space: nowrap;
  color: transparent;
}
img.height100 {
  height: 100%;
  width: auto;
  margin: 0 auto;
}
header,
main,
footer {
  display: table;
  width: 100%;
  clear: both;
}
section {
  display: table;
  width: 100%;
}
figure,
blockquote {
  margin: 0;
}
.m-center {
  margin: 0 auto;
}
.v-center {
  display: table;
  width: 100%;
  height: 100%;
}
.v-center > * {
  display: table-cell;
  vertical-align: middle;
}
.p-rel {
  position: relative;
}
.p-abs {
  position: absolute;
}
.p-fix {
  position: fixed;
}
.ab-m-center {
  margin: 0 auto;
  left: 0;
  right: 0;
}
.ab-v-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ab-center {
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ab-vb-center {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.d-flex {
  display: flex;
}
.f-v-center {
  display: flex;
  align-items: center;
}
.f-m-center {
  display: flex;
  justify-content: center;
}
.f-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-col {
  display: flex;
  flex-wrap: wrap;
}
.w-100 {
  width: 100%;
}
.width-auto {
  width: auto;
}
.h-100 {
  height: 100%;
}
.h-80vh {
  height: 80vh;
}
.h-100vh {
  height: 100vh;
}
.child-33 {
  width: 100%;
}
.child-33 > * {
  width: 30.5%;
}
.child-33 > *:not(:last-child) {
  margin-right: 3%;
}
.full-block {
  display: block;
  width: 100%;
  height: 100%;
}
.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
.v-hidden {
  visibility: hidden;
}
.v-hidden.active {
  visibility: visible;
}
.opa-0 {
  opacity: 0;
}
.opa-1 {
  opacity: 1;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.f-l100 {
  float: left;
  width: 100%;
}
.bg-cen {
  background-position: center center;
}
.bg-con {
  background-size: contain;
}
.bg-rea {
  background-repeat: no-repeat;
}
.bg-cov {
  background-size: cover;
}
.bg-fix {
  background-attachment: fixed;
}
.bg-bandeau {
  height: 100vh;
  background-size: cover;
  background-position: center center;
}
.video-fond {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.video-fond iframe,
.video-fond video {
  z-index: 0;
  overflow: hidden;
  object-fit: cover;
}
.video-content video {
  width: 100%;
  height: auto;
}
figure.wp-block-embed.is-type-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /*16:9*/
}
figure.wp-block-embed.is-type-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.animated-icon1 {
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  width: 22px;
  height: 16px;
}
.animated-icon1 span {
  display: block;
  position: absolute;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background: #707070;
  height: 2px;
}
.animated-icon1 span:nth-child(1) {
  top: 0px;
}
.animated-icon1 span:nth-child(2) {
  top: 50%;
}
.animated-icon1 span:nth-child(3) {
  top: 16px;
}
.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.bounce {
  animation: bounce 0.7s ease infinite;
}
@keyframes bounce {
  from {
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
  50% {
    -webkit-transform: translate(0, 2%);
    -moz-transform: translate(0, 2%);
    -o-transform: translate(0, 2%);
    transform: translate(0, 2%);
  }
  to {
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
}
.tns-outer .tns-nav button {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 5px;
  height: 5px;
  padding: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tns-outer .tns-nav button:not(:first-child) {
  margin-left: 7px;
}
.tns-outer .tns-nav button:not(:last-child) {
  margin-right: 7px;
}
p.has-small-font-size {
  font-size: 0.7em;
}
p.has-large-font-size {
  font-size: 1.3em;
}
.form-check-label span,
.wpcf7-list-item-label,
label[for="rcp_user_remember"] {
  display: block;
  position: relative;
  padding-left: 43px;
  line-height: 30px;
}
.form-check-label span:before,
.wpcf7-list-item-label:before,
label[for="rcp_user_remember"]:before,
.form-check-label span:after,
.wpcf7-list-item-label:after,
label[for="rcp_user_remember"]:after {
  content: '';
  display: block;
  position: absolute;
}
.form-check-label span:before,
.wpcf7-list-item-label:before,
label[for="rcp_user_remember"]:before {
  border: 1px solid #cdcdcd;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
}
.form-check-label span:after,
.wpcf7-list-item-label:after,
label[for="rcp_user_remember"]:after {
  border: 0 solid #BF0001;
  width: 0;
  height: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 15px;
  left: 15px;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
input:checked + .form-check-label span:after,
input:checked + .wpcf7-list-item-label:after,
input:checked + label[for="rcp_user_remember"]:after {
  width: 9px;
  height: 14px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  top: 5px;
  left: 10px;
}
a.post-thumbnail {
  overflow: hidden;
}
a.post-thumbnail img {
  float: left;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.post-thumbnail:hover img {
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -o-transform: scale(1.025);
  transform: scale(1.025);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wp-block-media-text {
  margin-bottom: 110px;
}
.wp-block-media-text:last-child {
  margin-bottom: 55px;
}
.wp-block-media-text:not(.has-media-on-the-right) > *:last-child {
  padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right > *:last-child {
  padding-left: 0;
}
.wp-block-media-text p {
  font-size: 1em;
}
.post,
.page,
.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}
span.wpcf7-list-item {
  margin: 0;
}
@media (max-width: 767px) {
  .wp-block-media-text {
    margin-bottom: 50px;
  }
  .wp-block-media-text figure {
    margin-bottom: 40px!important;
  }
  .wp-block-media-text.has-media-on-the-right figure {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}
.wp-block-gallery,
.blocks-gallery-grid {
  align-items: center;
  flex-wrap: unset;
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0!important;
  flex-grow: 0;
  flex-direction: initial;
  float: left;
  display: table!important;
}
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  display: table-cell !important;
  vertical-align: middle;
  align-items: initial;
  justify-content: initial;
  width: 100%;
  height: auto;
}
@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Cormorant Medium'), local('Cormorant-Medium'), url(https://fonts.gstatic.com/s/cormorant/v10/H4cgBXOCl9bbnla_nHIiHLiYgg.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Cormorant SemiBold'), local('Cormorant-SemiBold'), url(https://fonts.gstatic.com/s/cormorant/v10/H4cgBXOCl9bbnla_nHIiML-Ygg.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v14/XRXV3I6Li01BKof4Mg.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Nunito SemiBold'), local('Nunito-SemiBold'), url(https://fonts.gstatic.com/s/nunito/v14/XRXW3I6Li01BKofA6sKkZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Nunito Bold'), local('Nunito-Bold'), url(https://fonts.gstatic.com/s/nunito/v14/XRXW3I6Li01BKofAjsOkZg.ttf) format('truetype');
}
.bg-blanc {
  background-color: white;
}
.bg-bleu {
  background-color: #002060;
}
.bg-light-bleu {
  background-color: #063491;
}
.bg-rouge {
  background-color: #A81011;
}
.bg-gris-light {
  background-color: #F7F7F7;
}
.bg-gris {
  background-color: #E7E7E7;
}
.bg-gris-dark {
  background-color: #2C2C2C;
}
.bg-bleu h1,
.bg-light-bleu h1,
.bg-rouge h1,
.bg-gris-dark h1,
.border-light-bleu h1,
.bg-bleu h2,
.bg-light-bleu h2,
.bg-rouge h2,
.bg-gris-dark h2,
.border-light-bleu h2,
.bg-bleu p,
.bg-light-bleu p,
.bg-rouge p,
.bg-gris-dark p,
.border-light-bleu p {
  color: white;
}
.bg-bleu .wp-block-button a,
.bg-light-bleu .wp-block-button a,
.bg-rouge .wp-block-button a,
.bg-gris-dark .wp-block-button a,
.border-light-bleu .wp-block-button a {
  color: white!important;
  background-color: transparent!important;
  border-color: white!important;
}
.bg-bleu .wp-block-button a:hover,
.bg-light-bleu .wp-block-button a:hover,
.bg-rouge .wp-block-button a:hover,
.bg-gris-dark .wp-block-button a:hover,
.border-light-bleu .wp-block-button a:hover {
  color: white!important;
  border-color: white!important;
}
.border-light-bleu {
  border: 4px solid #4C628F;
  background-color: #1289EF;
}
.border-light-bleu .wp-block-button a:hover {
  border-color: #504F60 !important;
  color: #504F60 !important;
}
.border-light-bleu .wp-block-button a:focus,
.border-light-bleu .wp-block-button a:active {
  background-color: transparent!important;
}
.min-height-70vh {
  min-height: 70vh;
}
.min-height-80vh {
  min-height: 80vh;
}
body {
  font-family: 'Nunito', sans-serif !important;
  color: #171717 !important;
}
body #content h1,
body #content .t1,
body #content h2,
body #content .t2,
body #content .lead,
body #content h5 {
  font-family: 'Cormorant', serif;
  font-weight: 500;
}
body #content .bg-light-bleu h1 {
  font-size: 45px;
  border: none;
}
body #content h1.h1,
body #content h2.h1 {
  font-size: 50px;
  border: none;
  margin-bottom: -2px;
  padding-bottom: 0;
  line-height: 55px;
}
body #content .lead {
  font-size: 24px;
  line-height: 29px;
}
#content h2 {
  font-size: 28px;
  line-height: 38px;
}
#content h3,
#content h4 {
  font-family: 'Nunito', sans-serif;
  color: #171717;
  font-weight: bold;
  line-height: 40px;
}
#content h3 {
  font-size: 18px;
}
#content h4 {
  font-size: 16px;
}
#content a {
  color: #BF0001;
}
#content a:hover {
  text-decoration: underline;
}
#content ul,
#content ol {
  margin: 0 0 32px;
}
#content article .col-lg-7 ul li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #BF0001;
  margin-right: 7px;
  vertical-align: middle;
}
#content article .col-lg-7 ol li {
  counter-increment: section;
}
#content article .col-lg-7 ol li:before {
  content: counter(section);
  font-weight: bold;
  margin-right: 7px;
  color: #BF0001;
}
#content p strong {
  font-size: 18px;
  line-height: 20px;
}
.icon a {
  display: inline-block;
}
.icon a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 15px;
  width: 33px;
  height: 28px;
}
.icon.icon-tableau a:before {
  background-image: url(../icon/icon-tableau.svg);
}
.icon.icon-profil a:before {
  background-image: url(../icon/icon-profil.svg);
}
.icon.icon-annuaire a:before {
  background-image: url(../icon/icon-membres.svg);
}
.icon.icon-documents a:before {
  background-image: url(../icon/icon-doc.svg);
}
#masthead .icon {
  display: block;
  width: 64px;
  height: 48px;
  background-color: #F7F7F7;
  background-repeat: no-repeat;
  background-position: center center;
}
#masthead .icon.icon-user {
  background-image: url('../icon/icon-espace.svg');
}
#masthead .icon.icon-search {
  background-image: url('../icon/icon-search.svg');
}
#masthead .icon.icon-close {
  background-image: url('../icon/icon-close.svg');
}
#masthead .icon + span {
  display: block;
  width: 100%;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #504F60;
  margin-top: 7px;
}
.px-6 {
  padding-left: 60px!important;
  padding-right: 60px!important;
}
.container-fluid,
.container {
  max-width: 1364px!important;
}
.bandeau {
  z-index: 3;
}
.container-fluid.border-content {
  position: relative;
  z-index: 4;
  padding-left: 0;
  padding-right: 0;
}
.container-fluid.border-content .bg-blanc.ml-6 {
  height: 100%;
}
.border-gauche,
.border-centre,
.border-droite {
  display: none;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.border-gauche,
.border-droite {
  width: calc(100% - 42px);
  z-index: 1;
}
.border-gauche {
  -webkit-transform: translate(-21px, 0px);
  -moz-transform: translate(-21px, 0px);
  -o-transform: translate(-21px, 0px);
  transform: translate(-21px, 0px);
  background-color: #A81011;
}
.border-centre {
  width: calc(100% - 84px);
  z-index: 2;
  background-color: #E7E7E7;
}
.border-droite {
  -webkit-transform: translate(21px, 0px);
  -moz-transform: translate(21px, 0px);
  -o-transform: translate(21px, 0px);
  transform: translate(21px, 0px);
  background-color: #BF0001;
}
section#primary {
  padding: 0;
}
#content .entry-header .row {
  background-color: #A81011;
}
#content .entry-header .col-lg-7,
#content .entry-header .col-lg-5 {
  height: 145px;
  display: flex;
  align-items: center;
}
#content .entry-header .col-lg-7 {
  background-color: #BF0001;
  background-image: url(../img/img-entete.jpg);
  background-size: cover;
}
#content .entry-header h1,
#content .entry-header h2 {
  color: white;
  margin: 0;
  padding: 0;
}
#content .entry-header h1 {
  font-size: 44px;
  border: none;
}
#content .entry-header h2 {
  font-size: 50px;
  text-transform: uppercase;
}
#content .entry-content > .row {
  position: relative;
}
#content .entry-content > .row:before {
  content: '';
  display: block;
  height: 104px;
  width: calc(100% + 84px);
  background-color: white;
  position: absolute;
  top: 0;
  left: -42px;
  z-index: -2;
}
#content .entry-content .col-lg-7 h2:first-child {
  margin-top: 33px;
  margin-bottom: 30px;
  padding-top: 0;
}
#content img {
  margin-bottom: 30px;
}
.page-template-page-bleue .border-gauche,
.post-template-page-bleue .border-gauche {
  background-color: #002060;
}
.page-template-page-bleue .border-droite,
.post-template-page-bleue .border-droite {
  background-color: #063491;
}
.page-template-page-bleue #content article a,
.post-template-page-bleue #content article a {
  color: #063491;
}
.page-template-page-bleue #content article ul li:before,
.post-template-page-bleue #content article ul li:before {
  background-color: #063491;
}
.page-template-page-bleue #content article ol li:before,
.post-template-page-bleue #content article ol li:before {
  color: #063491;
}
.page-template-page-bleue #content article .entry-header .row,
.post-template-page-bleue #content article .entry-header .row {
  background-color: #002060;
}
.page-template-page-bleue #content article .entry-header .col-lg-7,
.post-template-page-bleue #content article .entry-header .col-lg-7 {
  background-color: #063491;
  background-image: url(../img/logo-quadem.svg);
  background-repeat: no-repeat;
  background-position: center left 60px;
}
.page-template-page-bleue #content article .wp-block-button a:hover,
.post-template-page-bleue #content article .wp-block-button a:hover,
.page-template-page-bleue #content article input[type="submit"]:hover,
.post-template-page-bleue #content article input[type="submit"]:hover {
  color: #063491 !important;
  border-color: #063491 !important;
}
.page-template-page-bleue #content article .wp-block-button a:focus,
.post-template-page-bleue #content article .wp-block-button a:focus,
.page-template-page-bleue #content article input[type="submit"]:focus,
.post-template-page-bleue #content article input[type="submit"]:focus,
.page-template-page-bleue #content article .wp-block-button a:active,
.post-template-page-bleue #content article .wp-block-button a:active,
.page-template-page-bleue #content article input[type="submit"]:active,
.post-template-page-bleue #content article input[type="submit"]:active,
.page-template-page-bleue #content article .wp-block-button a:target,
.post-template-page-bleue #content article .wp-block-button a:target,
.page-template-page-bleue #content article input[type="submit"]:target,
.post-template-page-bleue #content article input[type="submit"]:target {
  color: white;
  background-color: #063491 !important;
}
.page-template-page-bleue #content article .wp-block-button a:hover,
.post-template-page-bleue #content article .wp-block-button a:hover,
.page-template-page-bleue #content article input[type="submit"]:hover,
.post-template-page-bleue #content article input[type="submit"]:hover,
.page-template-page-bleue #content article .wp-block-button a:focus,
.post-template-page-bleue #content article .wp-block-button a:focus,
.page-template-page-bleue #content article input[type="submit"]:focus,
.post-template-page-bleue #content article input[type="submit"]:focus,
.page-template-page-bleue #content article .wp-block-button a:active,
.post-template-page-bleue #content article .wp-block-button a:active,
.page-template-page-bleue #content article input[type="submit"]:active,
.post-template-page-bleue #content article input[type="submit"]:active,
.page-template-page-bleue #content article .wp-block-button a:target,
.post-template-page-bleue #content article .wp-block-button a:target,
.page-template-page-bleue #content article input[type="submit"]:target,
.post-template-page-bleue #content article input[type="submit"]:target {
  border-color: #063491 !important;
}
.page-template-page-bleue header#masthead .menu-item.active a,
.post-template-page-bleue header#masthead .menu-item.active a,
.page-template-page-bleue header#masthead .menu-item a:hover,
.post-template-page-bleue header#masthead .menu-item a:hover {
  color: #063491;
}
.page-template-page-bleue #colophon .col-md-5 a:first-child:hover,
.post-template-page-bleue #colophon .col-md-5 a:first-child:hover {
  color: #063491;
}
.page-template-page-bleue #colophon .sz,
.post-template-page-bleue #colophon .sz {
  background-color: #A81011;
}
.page-template-page-bleue .icon-li:hover,
.post-template-page-bleue .icon-li:hover {
  background-image: url('../svg/icon-li-bleu.svg');
}
.page-template-page-bleue .icon-tw:hover,
.post-template-page-bleue .icon-tw:hover {
  background-image: url('../svg/icon-tw-bleu.svg');
}
body.page-template-page-bleue header#masthead #main-nav .navbar-nav > .menu-item .dropdown-menu a:hover {
  color: #063491;
}
.wp-block-button a,
input[type="submit"] {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 158px;
  height: 46px;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding: 0;
  line-height: 42px;
  font-size: 14px!important;
  font-weight: 600!important;
  border: 2px solid #171717 !important;
  color: #171717 !important;
  background-color: white!important;
}
.wp-block-button a:hover,
input[type="submit"]:hover {
  color: #BF0001 !important;
  border-color: #BF0001 !important;
}
.wp-block-button a:focus,
input[type="submit"]:focus,
.wp-block-button a:active,
input[type="submit"]:active,
.wp-block-button a:target,
input[type="submit"]:target {
  color: white!important;
  background-color: #BF0001 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.wp-block-button a:hover,
input[type="submit"]:hover,
.wp-block-button a:focus,
input[type="submit"]:focus,
.wp-block-button a:active,
input[type="submit"]:active,
.wp-block-button a:target,
input[type="submit"]:target {
  border-color: #BF0001 !important;
}
.wp-block-button a:hover {
  text-decoration: none!important;
}
.wp-block-button a.has-bleu-clair-background-color {
  border: 2px solid #063491 !important;
  color: #FFF !important;
  background-color: #063491 !important;
}
.wp-block-button a.has-bleu-fonce-background-color {
  border: 2px solid #002060 !important;
  color: #FFF !important;
  background-color: #002060 !important;
}
.wp-block-button a.has-rouge-background-color {
  border: 2px solid #A81011 !important;
  color: #FFF !important;
  background-color: #A81011 !important;
}
.wp-block-button a.has-bleu-clair-background-color:hover {
  border: 2px solid #063491 !important;
  color: #063491 !important;
  background-color: #FFF !important;
}
.wp-block-button a.has-bleu-fonce-background-color:hover {
  border: 2px solid #002060 !important;
  color: #002060 !important;
  background-color: #FFF !important;
}
.wp-block-button a.has-rouge-background-color:hover {
  border: 2px solid #A81011 !important;
  color: #A81011 !important;
  background-color: #FFF !important;
}
input[type="submit"] {
  line-height: 36px;
}
.wp-block-buttons {
  float: none;
  margin-top: 15px;
  margin-bottom: 32px;
  text-align: center;
}
.wp-block-buttons .wp-block-button {
  margin-right: 42px;
}
.wp-block-buttons .wp-block-button:last-child {
  margin-right: 0;
}
.logo img,
.logo-mini img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.logo:hover img,
.logo-mini:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.logo-mini img {
  width: 96px;
}
.bandeau {
  position: relative;
  max-width: 100%!important;
  height: 268px;
}
.bandeau .bg-parallax {
  height: 268px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bandeau .row {
  margin-top: -77px;
  max-width: 1364px;
  margin-left: auto;
  margin-right: auto;
}
.icon-li,
.icon-tw {
  display: inline-block;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: baseline;
  margin: 0 11px;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.icon-li:hover,
.icon-tw:hover {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.icon-li {
  background-image: url('../svg/icon-li.svg');
  width: 16px;
}
.icon-li:hover {
  background-image: url('../svg/icon-li-rouge.svg');
}
.icon-tw {
  background-image: url('../svg/icon-tw.svg');
  width: 18px;
}
.icon-tw:hover {
  background-image: url('../svg/icon-tw-rouge.svg');
}
.scroll-bottom {
  display: none;
  max-width: 28px!important;
  height: 61px;
  position: absolute;
  background-image: url('../icon/icon-scroll.svg');
  background-position: center center;
  background-repeat: no-repeat;
}
.dlm-downloads,
.teaser-gris {
  color: #2C2C2C;
}
.dlm-downloads span,
.teaser-gris span {
  display: block;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 7px;
}
.dlm-downloads a,
.teaser-gris a {
  color: #2C2C2C !important;
}
.dlm-downloads:hover,
.teaser-gris:hover {
  color: #FFF !important;
  background-color: #2C2C2C;
}
.dlm-downloads:hover a,
.teaser-gris:hover a {
  color: #FFF !important;
}
.dlm-downloads {
  color: #FFF;
}
.dlm-downloads li {
  background-color: #E7E7E7;
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  margin-bottom: 1rem !important;
}
.dlm-downloads li:hover {
  color: #FFF !important;
  background-color: #2C2C2C;
  margin-bottom: 1rem !important;
}
.dlm-downloads li:hover a {
  color: #FFF !important;
}
.dlm-downloads li:before {
  display: none!important;
}
.inscription p {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 0;
}
.inscription p strong {
  display: block;
  font-size: 20px;
}
.inscription .wp-block-buttons {
  margin: 0;
  margin-top: 20px;
}
.inscription .wp-block-buttons a:hover {
  background-color: white!important;
  color: #504F60 !important;
  border-color: white!important;
}
#content .actualite h2 {
  display: block;
  color: white;
  background-color: #2C2C2C;
  width: 100%;
  height: 84px;
  line-height: 84px;
  margin-bottom: 30px;
  padding: 0 31px;
}
#content .actualite span {
  display: block;
  font-family: 'Cormorant', serif;
  font-weight: 600;
  font-size: 20px;
  color: #C7C7C7;
  margin-bottom: 6px;
}
#content .actualite span:before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 25px;
  margin-left: 30px;
  margin-right: 10px;
  vertical-align: sub;
  background-image: url(../icon/icon-actu.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 27px 25px;
}
#content .actualite p {
  display: block;
  width: 100%;
  padding: 20px 30px;
  background-color: #e7e7e7;
  line-height: 22px;
  margin-bottom: 25px;
}
#content .actualite p a {
  color: #2C2C2C;
  font-size: 16px;
}
#content .actualite .wp-block-buttons {
  margin: 40px 0 50px 30px;
}
#content .quadem h2 {
  font-size: 24px;
}
#content .quadem h2:before {
  content: '';
  display: block;
  width: 220px;
  height: 53px;
  background-image: url(../svg/logo-quadem-blanc.svg);
  background-position: center left;
  background-repeat: no-repeat;
  margin-bottom: -7px;
}
.menu-open {
  overflow: hidden!important;
  position: fixed;
  width: 100vw;
}
body header#masthead {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
body header#masthead .container-fluid {
  padding: 0;
}
body header#masthead .navbar {
  width: 100%;
  height: 111px;
  display: flex;
  align-items: center;
}
body header#masthead .navbar-brand {
  text-align: center;
  width: 100%;
}
body header#masthead .menu-item a {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 11px;
  color: #504F60;
}
body header#masthead .menu-item.active a,
body header#masthead .menu-item a:hover {
  color: #BF0001;
}
body header#masthead .menu-item.menu-item-has-children a:after {
  width: 6px;
  height: 6px;
  border: 0px solid #707070;
  border-bottom-width: 2px;
  border-right-width: 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 2px;
  margin-left: 10px;
  vertical-align: middle;
  margin-bottom: 5px;
}
body header#masthead .menu-item.menu-item-has-children.show a:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 6px;
}
body header#masthead .menu-item.menu-item-has-children .dropdown-menu {
  margin: 20px 0 0;
  padding: 5px 0;
  width: 250px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: white;
}
body header#masthead .menu-item.menu-item-has-children .dropdown-menu a {
  color: #707070;
  padding: 5px 12px;
}
body header#masthead .menu-item.menu-item-has-children .dropdown-menu a:hover {
  color: #BF0001;
  background-color: white!important;
}
body header#masthead .position-absolute {
  display: block;
  width: 64px;
  height: 48px;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
body header#masthead .position-absolute button {
  vertical-align: -webkit-baseline-middle;
  vertical-align: baseline-middle;
}
body .nav-right {
  position: absolute;
  float: right;
  top: calc(50% - 25px);
  right: 30px;
}
body .nav-right .search,
body .nav-right .menu-espace {
  float: left;
}
body .nav-right .menu-espace {
  display: none;
}
body .nav-right a {
  margin-left: 21px;
}
body .nav-right a:hover,
body .nav-right .block-search:hover {
  cursor: pointer;
  text-decoration: none;
}
body .nav-right a:hover span,
body .nav-right .block-search:hover span {
  color: #BF0001 !important;
}
body .nav-right .search {
  position: relative;
}
body .nav-right .search #ajaxsearchlite1 {
  display: none;
  position: absolute;
  border: 1px solid #8C8C8B;
  top: 0;
  right: calc(100% + 21px);
  height: 48px;
  max-width: 250px;
  width: calc(100vw - 185px);
  -webkit-box-shadow: 0px 3px 6px #00000029;
  -moz-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
}
body .nav-right .search #ajaxsearchlite1 .proinput {
  margin: 0;
  padding: 10px 15px;
  font-size: 16px;
}
body .nav-right .search #ajaxsearchlite1 .promagnifier {
  display: none;
}
body .nav-right .search.bar-open #ajaxsearchlite1 {
  display: block;
}
body .nav-right .menu-connexion {
  float: left;
}
div#content.site-content {
  padding-top: 0;
}
div#content.site-content .entry-content .col-lg-7,
div#content.site-content .entry-content .col-lg-5 {
  padding-bottom: 65px;
}
#colophon {
  border: 0;
}
#colophon .container-fluid {
  border-bottom: 13px solid #2c2c2c;
}
#colophon .col-md-7 {
  padding: 13px 18px;
}
#colophon .col-md-5 p {
  line-height: 50px;
  margin-bottom: 0px;
}
#colophon .col-md-5 a {
  text-transform: uppercase;
  color: #707070;
  font-size: 12px;
  font-weight: 600;
}
#colophon .col-md-5 a:first-child {
  margin-right: 6px;
}
#colophon .col-md-5 a:first-child:hover {
  text-decoration: none;
  color: #BF0001;
}
#colophon .col-md-5 .bg-blanc div {
  margin-top: 15px;
}
#colophon .sz {
  display: block;
  width: 42px;
  height: 42px;
  background-color: #002060;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url('../svg/icon-sz.svg');
  background-repeat: no-repeat;
  background-position: center center;
}
#colophon .sz:hover {
  background-color: #504F60;
}
.home .border-gauche {
  background-color: #BF0001;
}
.home .border-droite {
  background-color: #063491;
}
.home #content .row {
  display: flex;
  flex-wrap: wrap;
}
.home #content .row:before {
  display: none;
}
.home #content .row .col-lg-7 .bg-rouge h1 {
  font-size: 50px;
  border: none;
  margin-bottom: -8px;
  padding-bottom: 0;
}
.home #content .row .col-lg-7 .bg-rouge .lead {
  letter-spacing: 0.01em;
}
.home #content .row .col-lg-7 .bg-blanc {
  float: left;
}
#content #menu-menu-formation li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 35px 2px 30px;
  border: 0px solid #504F60;
  border-right-width: 2px;
  border-bottom-width: 2px;
  background-color: transparent!important;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#content #menu-menu-formation li:hover:before {
  -webkit-transform: rotate(-45deg) translate(5px, 5px);
  -moz-transform: rotate(-45deg) translate(5px, 5px);
  -o-transform: rotate(-45deg) translate(5px, 5px);
  transform: rotate(-45deg) translate(5px, 5px);
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#content #menu-menu-formation a {
  font-size: 14px;
  color: #504F60 !important;
  text-transform: uppercase;
}
#content #menu-menu-formation a:hover {
  text-decoration: none;
}
body .qualification {
  color: white;
  padding: 50px 6% 100px!important;
}
body .qualification h2 {
  text-transform: uppercase;
  text-align: center;
  max-width: 350px;
  margin: 0 auto 50px;
  padding: 40px 0;
  font-size: 25px!important;
  background-image: url('../img/img-qualification.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.page-organisation .wp-block-media-text {
  margin-bottom: 0;
  display: block;
  padding-top: 20px;
  border-bottom: 1px solid #E7E7E7;
}
.page-organisation .wp-block-media-text figure {
  margin-right: 25px;
  display: inline-block;
  vertical-align: top;
}
.page-organisation .wp-block-media-text figure img {
  margin-bottom: 0px!important;
  max-width: 82px;
}
.page-organisation .wp-block-media-text .wp-block-media-text__content {
  display: inline-block;
}
.page-organisation .wp-block-media-text .wp-block-media-text__content p {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 20px;
}
.page-organisation .wp-block-media-text .wp-block-media-text__content p strong {
  font-family: 'Cormorant', serif;
  font-weight: 600;
  font-size: 20px!important;
}
.page-organisation .wp-block-media-text + hr {
  margin: 0!important;
}
.page-template-page-membre #secondary .avatar {
  margin: 0 10px 0 0;
}
.page-template-page-membre #secondary p,
.page-template-page-membre #secondary #menu-menu-user a {
  font-family: 'Cormorant', serif;
  font-size: 19px;
  font-weight: 600;
}
#menu-menu-user {
  width: 100%;
  margin: 10px auto 30px!important;
}
#menu-menu-user li {
  margin-bottom: 2px;
}
#menu-menu-user li a {
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #2C2C2C;
  color: white;
  text-transform: uppercase;
  padding: 0 34px;
}
#menu-menu-user li a:hover {
  text-decoration: none;
  background-color: #BF0001;
}
#menu-menu-user li a i {
  margin-right: 14px;
}
.form-check-label span,
.wpcf7-list-item-label {
  font-size: 14px;
  display: block;
}
.form-check-label span:before,
.wpcf7-list-item-label:before {
  border: none;
  border: 1px solid #8C8C8B;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  -moz-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
}
.form-check-label span:after,
.wpcf7-list-item-label:after {
  border-color: #707070;
}
select.form-control,
input[type="text"],
textarea,
input[type="email"],
input[type="password"] {
  width: 100%;
  min-height: 60px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid #8C8C8B;
  padding: 20px;
  margin: 0 auto 18px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  -moz-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
}
select.form-control::placeholder,
input[type="text"]::placeholder,
textarea::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder {
  color: #6F6258;
  text-transform: uppercase;
  font-size: 16px;
}
select.form-control:focus,
input[type="text"]:focus,
textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  border: 1px solid #8C8C8B;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea.form-control {
  border: 1px solid #8C8C8B;
  border-radius: 0;
}
#div_login #rcp_login_submit {
  max-width: 160px;
  margin: 0 auto;
}
.form-group .card-header {
  border: none!important;
  text-align: left!important;
  padding: 0!important;
  font-size: 1.3rem !important;
  margin-top: 40px;
}
.form-group .card-header strong {
  font-weight: 400;
}
#rcp_profile_editor_submit {
  width: auto;
  padding: 0 15px;
  margin-top: 25px;
}
.no-mobile {
  display: none!important;
}
.no-dt {
  display: none!important;
}
@media (min-width: 768px) {
  .mobile-only {
    display: none!important;
  }
  .no-mobile {
    display: block!important;
  }
  .wp-block-buttons {
    float: left;
    width: 100%;
  }
  .bandeau .bg-parallax {
    height: 428px;
  }
}
@media (min-width: 992px) {
  .no-dt {
    display: block;
  }
  .mobtab-only {
    display: none;
  }
  body header#masthead .navbar-brand {
    width: auto!important;
  }
  .wp-block-buttons {
    text-align: left;
  }
  .move-top-fmt {
    margin-top: 144px;
  }
  #content .entry-content .col-lg-5 > *:first-child {
    margin-top: 104px;
  }
  .ml-6 {
    margin-left: 42px;
  }
  .container-fluid.border-content {
    padding-left: 6px;
    padding-right: 6px;
  }
  .border-gauche,
  .border-centre,
  .border-droite {
    display: block;
  }
  .bandeau {
    position: absolute;
    height: 658px;
  }
  .bandeau .bg-parallax {
    height: 658px;
    background-position: bottom center;
  }
  .bandeau .row {
    margin-top: -77px;
    max-width: 1364px;
    margin-left: auto;
    margin-right: auto;
  }
  .scroll-bottom {
    display: block;
  }
  body header#masthead .logo {
    margin-left: 155px;
    margin-right: 70px;
  }
  body header#masthead .nav-right .menu-espace {
    display: block;
  }
  body header#masthead .navbar-brand {
    float: left;
    margin-right: 0px;
    width: auto;
  }
  body header#masthead .navbar-brand .logo {
    margin-left: 100px;
  }
  body header#masthead .navbar .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  body header#masthead .navbar .navbar-nav > li:last-child {
    display: none!important;
  }
  body header#masthead .collapse:not(.show) {
    display: block;
  }
  body header#masthead #main-nav.collapse {
    flex-basis: auto;
  }
  body header#masthead .menu-item.menu-item-has-children a:after {
    display: none;
  }
  #colophon .col-md-5 {
    border-left: 16px solid #E7E7E7;
  }
  #colophon .col-md-5 .bg-blanc {
    width: calc(100% - 16px);
  }
  .move-top {
    margin-top: 247px;
  }
  .inscription .wp-block-buttons {
    text-align: left;
  }
}
@media (min-width: 1364px) {
  .border-gauche,
  .border-droite {
    width: calc(1364px - 42px);
  }
  .border-centre {
    width: calc(1364px - 84px);
  }
  .bandeau .bg-parallax {
    background-position: center;
  }
}
@media (max-width: 991px) {
  html {
    overflow-x: hidden;
  }
  body header#masthead #main-nav {
    display: block;
    width: 100%;
    height: calc(100vh - 111px);
    padding: 64px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    border-bottom: 16px solid #2C2C2C;
    background-color: white;
    -webkit-transform: translate(100vw, 0px);
    -moz-transform: translate(100vw, 0px);
    -o-transform: translate(100vw, 0px);
    transform: translate(100vw, 0px);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  body header#masthead #main-nav .navbar-nav > .menu-item > a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
    padding: 15px 0;
  }
  body header#masthead #main-nav .navbar-nav > .menu-item:not(:last-child) > a {
    border-bottom: 1px solid #C7C7C7;
  }
  body header#masthead #main-nav .navbar-nav > .menu-item:last-child {
    border: none;
  }
  body header#masthead #main-nav .navbar-nav > .menu-item:last-child a {
    font-size: 12px;
  }
  body header#masthead #main-nav .navbar-nav > .menu-item.menu-item-has-children:after {
    content: '';
    display: block;
    width: 64px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #F7F7F7;
    border-bottom: 1px solid #C7C7C7;
  }
  body header#masthead #main-nav .navbar-nav > .menu-item.menu-item-has-children a {
    padding-right: 70px;
  }
  body header#masthead #main-nav .navbar-nav > .menu-item.menu-item-has-children a:after {
    position: absolute;
    top: 24px;
    right: 27px;
    z-index: 1;
    width: 6px;
    height: 6px;
    border: 0px solid #707070;
    border-bottom-width: 2px;
    border-right-width: 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  body header#masthead #main-nav .navbar-nav > .menu-item.menu-item-has-children.show a:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  body header#masthead #main-nav .navbar-nav > .menu-item .dropdown-menu {
    margin: 0;
    padding: 19px 0;
    border-bottom: 1px solid #C7C7C7;
    width: 100%;
  }
  body header#masthead #main-nav .navbar-nav > .menu-item .dropdown-menu a {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 0 35px;
  }
  body header#masthead #main-nav .navbar-nav > .menu-item .dropdown-menu a:hover {
    background-color: white!important;
    color: #BF0001;
  }
  body.menu-open header#masthead #main-nav {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
