/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
h2.headingUnderline {
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: solid 2px black; }

p.is-style-default {
  font-family: 'Quicksand', sans-serif; }

p.is-style-surTitre {
  font-family: 'Quicksand', sans-serif;
  color: #64C143;
  font-size: 20px;
  font-weight: 500; }

.editor-styles-wrapper {
  font-family: 'Quicksand', sans-serif; }
  .editor-styles-wrapper h3 {
    font-style: normal !important; }
  .editor-styles-wrapper ul.editor-rich-text__editable {
    margin-left: 30px; }
    .editor-styles-wrapper ul.editor-rich-text__editable li {
      position: relative;
      line-height: 2.5;
      list-style: none; }
      .editor-styles-wrapper ul.editor-rich-text__editable li::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -30px;
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #64C143;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }

.wp-block-button:not(.has-text-color):not(.is-style-outline) .block-editor-rich-text__editable[data-is-placeholder-visible=true] + .block-editor-rich-text__editable {
  color: #64C143; }

.wp-block-button .wp-block-button__link {
  background-color: transparent;
  font-family: 'Quicksand', sans-serif;
  font-weight: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #64C143;
  padding: 12px 0; }
  .wp-block-button .wp-block-button__link::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 2px;
    margin-right: 10px;
    background-color: #64C143; }

.wp-block-button.is-style-bouton-fleche .wp-block-button__link {
  color: white;
  text-decoration: underline; }
  .wp-block-button.is-style-bouton-fleche .wp-block-button__link::before {
    width: 13px;
    height: 11px;
    background-color: transparent;
    background-image: url("images/fleche-bold.svg");
    background-repeat: no-repeat;
    background-position: center center; }

[data-type="core/image"][data-align="wide"] img {
  height: 295px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%; }

.wp-block-cover p, .wp-block-cover h2, .wp-block-cover h3, .wp-block-cover h4, .wp-block-cover h5, .wp-block-cover h6 {
  text-align: center;
  max-width: none;
  margin: 0; }

.wp-block-columns .wp-block-column,
.wp-block-columns [data-type="core/column"] {
  margin-right: 0;
  margin-left: 0;
  -ms-flex-preferred-size: calc(50% - 23px);
      flex-basis: calc(50% - 23px); }
  .wp-block-columns .wp-block-column > .editor-block-list__block-edit,
  .wp-block-columns [data-type="core/column"] > .editor-block-list__block-edit {
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    margin: 0 !important;
    -ms-flex-preferred-size: calc(50% - 7.5px);
        flex-basis: calc(50% - 7.5px); }
    .wp-block-columns .wp-block-column > .editor-block-list__block-edit:not(:first-child),
    .wp-block-columns [data-type="core/column"] > .editor-block-list__block-edit:not(:first-child) {
      margin-left: 15px; }

@media (min-width: 600px) {
  .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] {
    margin-right: 0;
    margin-left: 0;
    -ms-flex-preferred-size: calc(50%);
        flex-basis: calc(50%); }
    .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"]:not(:first-child) {
      margin-left: 15px; } }

@media (min-width: 782px) {
  .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"]:not(:first-child) {
    margin-left: 15px; } }

/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-cgb-block-opta-block {
  background: orangered;
  border: 0.2rem solid #292929;
  color: #292929;
  margin: 0 auto;
  max-width: 740px;
  padding: 2rem; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
h2.headingUnderline {
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: solid 2px black; }

p.is-style-default {
  font-family: 'Quicksand', sans-serif; }

p.is-style-surTitre {
  font-family: 'Quicksand', sans-serif;
  color: #64C143;
  font-size: 20px;
  font-weight: 500; }

.editor-styles-wrapper {
  font-family: 'Quicksand', sans-serif; }
  .editor-styles-wrapper h3 {
    font-style: normal !important; }
  .editor-styles-wrapper ul.editor-rich-text__editable {
    margin-left: 30px; }
    .editor-styles-wrapper ul.editor-rich-text__editable li {
      position: relative;
      line-height: 2.5;
      list-style: none; }
      .editor-styles-wrapper ul.editor-rich-text__editable li::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -30px;
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #64C143;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }

.wp-block-button:not(.has-text-color):not(.is-style-outline) .block-editor-rich-text__editable[data-is-placeholder-visible=true] + .block-editor-rich-text__editable {
  color: #64C143; }

.wp-block-button .wp-block-button__link {
  background-color: transparent;
  font-family: 'Quicksand', sans-serif;
  font-weight: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #64C143;
  padding: 12px 0; }
  .wp-block-button .wp-block-button__link::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 2px;
    margin-right: 10px;
    background-color: #64C143; }

.wp-block-button.is-style-bouton-fleche .wp-block-button__link {
  color: white;
  text-decoration: underline; }
  .wp-block-button.is-style-bouton-fleche .wp-block-button__link::before {
    width: 13px;
    height: 11px;
    background-color: transparent;
    background-image: url("images/fleche-bold.svg");
    background-repeat: no-repeat;
    background-position: center center; }

[data-type="core/image"][data-align="wide"] img {
  height: 295px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%; }

.wp-block-cover p, .wp-block-cover h2, .wp-block-cover h3, .wp-block-cover h4, .wp-block-cover h5, .wp-block-cover h6 {
  text-align: center;
  max-width: none;
  margin: 0; }

.wp-block-columns .wp-block-column,
.wp-block-columns [data-type="core/column"] {
  margin-right: 0;
  margin-left: 0;
  -ms-flex-preferred-size: calc(50% - 23px);
      flex-basis: calc(50% - 23px); }
  .wp-block-columns .wp-block-column > .editor-block-list__block-edit,
  .wp-block-columns [data-type="core/column"] > .editor-block-list__block-edit {
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    margin: 0 !important;
    -ms-flex-preferred-size: calc(50% - 7.5px);
        flex-basis: calc(50% - 7.5px); }
    .wp-block-columns .wp-block-column > .editor-block-list__block-edit:not(:first-child),
    .wp-block-columns [data-type="core/column"] > .editor-block-list__block-edit:not(:first-child) {
      margin-left: 15px; }

@media (min-width: 600px) {
  .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] {
    margin-right: 0;
    margin-left: 0;
    -ms-flex-preferred-size: calc(50%);
        flex-basis: calc(50%); }
    .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"]:not(:first-child) {
      margin-left: 15px; } }

@media (min-width: 782px) {
  .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"]:not(:first-child) {
    margin-left: 15px; } }

/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
h2.headingUnderline {
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: solid 2px black; }

p.is-style-default {
  font-family: 'Quicksand', sans-serif; }

p.is-style-surTitre {
  font-family: 'Quicksand', sans-serif;
  color: #64C143;
  font-size: 20px;
  font-weight: 500; }

.editor-styles-wrapper {
  font-family: 'Quicksand', sans-serif; }
  .editor-styles-wrapper h3 {
    font-style: normal !important; }
  .editor-styles-wrapper ul.editor-rich-text__editable {
    margin-left: 30px; }
    .editor-styles-wrapper ul.editor-rich-text__editable li {
      position: relative;
      line-height: 2.5;
      list-style: none; }
      .editor-styles-wrapper ul.editor-rich-text__editable li::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -30px;
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #64C143;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }

.wp-block-button:not(.has-text-color):not(.is-style-outline) .block-editor-rich-text__editable[data-is-placeholder-visible=true] + .block-editor-rich-text__editable {
  color: #64C143; }

.wp-block-button .wp-block-button__link {
  background-color: transparent;
  font-family: 'Quicksand', sans-serif;
  font-weight: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #64C143;
  padding: 12px 0; }
  .wp-block-button .wp-block-button__link::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 2px;
    margin-right: 10px;
    background-color: #64C143; }

.wp-block-button.is-style-bouton-fleche .wp-block-button__link {
  color: white;
  text-decoration: underline; }
  .wp-block-button.is-style-bouton-fleche .wp-block-button__link::before {
    width: 13px;
    height: 11px;
    background-color: transparent;
    background-image: url("images/fleche-bold.svg");
    background-repeat: no-repeat;
    background-position: center center; }

[data-type="core/image"][data-align="wide"] img {
  height: 295px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%; }

.wp-block-cover p, .wp-block-cover h2, .wp-block-cover h3, .wp-block-cover h4, .wp-block-cover h5, .wp-block-cover h6 {
  text-align: center;
  max-width: none;
  margin: 0; }

.wp-block-columns .wp-block-column,
.wp-block-columns [data-type="core/column"] {
  margin-right: 0;
  margin-left: 0;
  -ms-flex-preferred-size: calc(50% - 23px);
      flex-basis: calc(50% - 23px); }
  .wp-block-columns .wp-block-column > .editor-block-list__block-edit,
  .wp-block-columns [data-type="core/column"] > .editor-block-list__block-edit {
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    margin: 0 !important;
    -ms-flex-preferred-size: calc(50% - 7.5px);
        flex-basis: calc(50% - 7.5px); }
    .wp-block-columns .wp-block-column > .editor-block-list__block-edit:not(:first-child),
    .wp-block-columns [data-type="core/column"] > .editor-block-list__block-edit:not(:first-child) {
      margin-left: 15px; }

@media (min-width: 600px) {
  .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] {
    margin-right: 0;
    margin-left: 0;
    -ms-flex-preferred-size: calc(50%);
        flex-basis: calc(50%); }
    .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"]:not(:first-child) {
      margin-left: 15px; } }

@media (min-width: 782px) {
  .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"]:not(:first-child) {
    margin-left: 15px; } }

/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-opta-block-text-bg {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 auto;
  padding: 0 40px;
  min-height: 300px;
  color: #fff;
  background-color: #3f3a3a;
  border: 10px solid #D5D5D5; }
  .wp-block-opta-block-text-bg .wrapDescription {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%; }
  .wp-block-opta-block-text-bg .description {
    position: absolute;
    min-width: 200px;
    max-width: 250px;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .wp-block-opta-block-text-bg .description h3.title {
      margin: 0; }
      .wp-block-opta-block-text-bg .description h3.title p {
        margin: 0; }
  .wp-block-opta-block-text-bg .opta-block-cta-BGI, .wp-block-opta-block-text-bg .opta-block-cta-BGI__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .wp-block-opta-block-text-bg .opta-block-cta-BGI__image {
    background: no-repeat center;
    background-size: cover; }
  .wp-block-opta-block-text-bg .opta-block-cta-BGI__actions {
    position: relative;
    text-align: center;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5); }
    .wp-block-opta-block-text-bg .opta-block-cta-BGI__actions a {
      color: white;
      font-weight: bold; }
  .wp-block-opta-block-text-bg a {
    cursor: pointer; }
  .wp-block-opta-block-text-bg p.sousTitre {
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: white;
    margin-bottom: 20px;
    padding: 5px 0;
    border-bottom: solid 1px white; }
  .wp-block-opta-block-text-bg .opta-button p {
    font-size: 22px; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
h2.headingUnderline {
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: solid 2px black; }

p.is-style-default {
  font-family: 'Quicksand', sans-serif; }

p.is-style-surTitre {
  font-family: 'Quicksand', sans-serif;
  color: #64C143;
  font-size: 20px;
  font-weight: 500; }

.editor-styles-wrapper {
  font-family: 'Quicksand', sans-serif; }
  .editor-styles-wrapper h3 {
    font-style: normal !important; }
  .editor-styles-wrapper ul.editor-rich-text__editable {
    margin-left: 30px; }
    .editor-styles-wrapper ul.editor-rich-text__editable li {
      position: relative;
      line-height: 2.5;
      list-style: none; }
      .editor-styles-wrapper ul.editor-rich-text__editable li::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -30px;
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #64C143;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }

.wp-block-button:not(.has-text-color):not(.is-style-outline) .block-editor-rich-text__editable[data-is-placeholder-visible=true] + .block-editor-rich-text__editable {
  color: #64C143; }

.wp-block-button .wp-block-button__link {
  background-color: transparent;
  font-family: 'Quicksand', sans-serif;
  font-weight: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #64C143;
  padding: 12px 0; }
  .wp-block-button .wp-block-button__link::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 2px;
    margin-right: 10px;
    background-color: #64C143; }

.wp-block-button.is-style-bouton-fleche .wp-block-button__link {
  color: white;
  text-decoration: underline; }
  .wp-block-button.is-style-bouton-fleche .wp-block-button__link::before {
    width: 13px;
    height: 11px;
    background-color: transparent;
    background-image: url("images/fleche-bold.svg");
    background-repeat: no-repeat;
    background-position: center center; }

[data-type="core/image"][data-align="wide"] img {
  height: 295px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%; }

.wp-block-cover p, .wp-block-cover h2, .wp-block-cover h3, .wp-block-cover h4, .wp-block-cover h5, .wp-block-cover h6 {
  text-align: center;
  max-width: none;
  margin: 0; }

.wp-block-columns .wp-block-column,
.wp-block-columns [data-type="core/column"] {
  margin-right: 0;
  margin-left: 0;
  -ms-flex-preferred-size: calc(50% - 23px);
      flex-basis: calc(50% - 23px); }
  .wp-block-columns .wp-block-column > .editor-block-list__block-edit,
  .wp-block-columns [data-type="core/column"] > .editor-block-list__block-edit {
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    margin: 0 !important;
    -ms-flex-preferred-size: calc(50% - 7.5px);
        flex-basis: calc(50% - 7.5px); }
    .wp-block-columns .wp-block-column > .editor-block-list__block-edit:not(:first-child),
    .wp-block-columns [data-type="core/column"] > .editor-block-list__block-edit:not(:first-child) {
      margin-left: 15px; }

@media (min-width: 600px) {
  .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"] {
    margin-right: 0;
    margin-left: 0;
    -ms-flex-preferred-size: calc(50%);
        flex-basis: calc(50%); }
    .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"]:not(:first-child) {
      margin-left: 15px; } }

@media (min-width: 782px) {
  .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"]:not(:first-child) {
    margin-left: 15px; } }

/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-media-text {
  grid-template-columns: 1fr 1fr; }
  .wp-block-media-text h2:first-of-type, .wp-block-media-text h3:first-of-type, .wp-block-media-text h4:first-of-type {
    margin-top: 0; }
  .wp-block-media-text.has-media-on-the-right {
    grid-template-columns: 1fr 1fr; }
  .wp-block-media-text > figure {
    height: 100%; }
    .wp-block-media-text > figure > img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .wp-block-media-text > .editor-inner-blocks.block-editor-inner-blocks,
  .wp-block-media-text .wp-block-media-text__content {
    padding: 40px 8%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start; }
  .wp-block-media-text.has-template-custom {
    position: relative; }
    .wp-block-media-text.has-template-custom::before {
      content: '';
      position: absolute;
      width: calc(100% / 2 + 60px);
      top: 0;
      right: 0;
      bottom: 0;
      left: 50%;
      background-color: #E9C97E;
      z-index: -1; }
    .wp-block-media-text.has-template-custom p.is-style-surTitre {
      color: white; }
    .wp-block-media-text.has-template-custom .wp-block-button:not(.has-text-color):not(.is-style-outline) .block-editor-rich-text__editable[data-is-placeholder-visible=true] + .block-editor-rich-text__editable {
      color: white; }
    .wp-block-media-text.has-template-custom .wp-block-button .wp-block-button__link {
      color: white; }
      .wp-block-media-text.has-template-custom .wp-block-button .wp-block-button__link::before {
        background-color: white; }
    .wp-block-media-text.has-template-custom.has-media-on-the-right p.is-style-surTitre {
      color: #64C143; }
    .wp-block-media-text.has-template-custom.has-media-on-the-right .wp-block-button:not(.has-text-color):not(.is-style-outline) .block-editor-rich-text__editable[data-is-placeholder-visible=true] + .block-editor-rich-text__editable {
      color: #64C143; }
    .wp-block-media-text.has-template-custom.has-media-on-the-right .wp-block-button .wp-block-button__link {
      color: #64C143; }
      .wp-block-media-text.has-template-custom.has-media-on-the-right .wp-block-button .wp-block-button__link::before {
        background-color: #64C143; }
