@charset "UTF-8";
/*
 Theme Name:   Hello Elementor Child
 Author:       Avocado
 Template:     hello-elementor
*/
@keyframes wave {
  0% {
    left: -80px;
  }
  100% {
    left: 0;
  }
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
}
.b-contact_form .b-contact_form-unregistered a, .b-contact_form .b-contact_form-content .forminator-row .forminator-field .forminator-file-upload .forminator-button, .b-challenge .b-challenge-date, .category-les-participants .page-widgets .b-participe .button, .page .button a, .p-participe .b-contact_form .forminator-ui.forminator-design--default .forminator-button-submit, .site-navigation ul.menu li.button a {
  font-weight: 600;
  border-radius: 16px;
  color: #fff;
  display: inline-block;
  transition: all 0.2s ease;
  text-align: center;
  background-color: #EA0D65;
  padding: 7px 20px;
  font-family: "Montserrat", "Times New Roman", serif;
}
/*!
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 2.3.0
	Stable tag: 2.3.0
	Requires at least: 4.7
	Tested up to: 5.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Style - include Theme style
   ========================================================================== */
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & editor-style.scss
 */
/*!
 * Based on Normalize.css v8.0.0, HTML5 Boilerplate v6.1.0, & Bootstrap Reboot v4.1.0 | Under MIT License
*/
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

*,
*::before,
*::after {
  box-sizing: border-box;
  /* 3 */
}

/* Sections
   ========================================================================== */
body {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin: 0;
  font-family: "Montserrat", "Times New Roman", serif;
  color: #3C0546;
  background-color: #fff;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 39px;
  line-height: 48px;
  font-weight: 700;
}

h2 {
  font-size: 2rem;
}

h3,
.h3,
.page .elementor-widget-wrap h3 {
  font-size: 34px;
  line-height: 42px;
  font-weight: 600;
  font-family: "Montserrat", "Times New Roman", serif;
  color: #EA0D65;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 0.9rem;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
  text-decoration: none;
  color: #EA0D65;
}

a:hover, a:active {
  color: #EA0D65;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Print
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Forms
   ========================================================================== */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 1rem;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}

input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #333333;
  outline: 0 none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  width: auto;
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
[type=submit],
[type=button] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}

button:focus,
[type=submit]:focus,
[type=button]:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  color: #ffffff;
  background-color: #CC3366;
  text-decoration: none;
}

button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

select {
  display: block;
}

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Table
   ========================================================================== */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid #cccccc;
}

table th {
  font-weight: bold;
}

table thead th,
table tfoot th {
  font-size: 1em;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 1px solid #cccccc;
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #eeeeee;
}

table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: #e9e9e9;
}

table tbody + tbody {
  border-top: 2px solid #cccccc;
}

@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }

  table table th,
table table td {
    padding: 7px;
    line-height: 1.3;
  }

  table table th {
    font-weight: 400;
  }
}
/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Lists
   ========================================================================== */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* General - https://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */
.alignright {
  float: right;
  margin-left: 1rem;
}

.alignleft {
  float: left;
  margin-right: 1rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pagination {
  margin: 20px auto;
}

.sticky {
  position: relative;
  display: block;
}

.bypostauthor {
  font-size: inherit;
}

.gallery-caption {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem;
}

.wp-caption {
  margin-bottom: 1.25rem;
  max-width: 100%;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  margin: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eeeeee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #333333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Post Item in Archive
   ========================================================================== */
.post .wp-post-image {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .post .wp-post-image {
    max-height: 400px;
  }
}
@media (max-width: 575px) {
  .post .wp-post-image {
    max-height: 300px;
  }
}
.g-bg-pink {
  background-color: #FBE3F4;
}

/* Main Menu
   ========================================================================== */
.site-navigation {
  grid-area: nav-menu;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}

.site-navigation ul.menu, .site-navigation ul.menu ul {
  list-style-type: none;
  padding: 0;
}

.site-navigation ul.menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .site-navigation ul.menu {
    justify-content: center;
  }
}

.site-navigation ul.menu li {
  position: relative;
  display: flex;
  margin: 0 15px;
}

.site-navigation ul.menu li.current-menu-item a {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .site-navigation ul.menu li:last-child {
    margin-top: 20px;
    width: 100%;
    justify-content: center;
  }
}

.site-navigation ul.menu li a {
  display: block;
  color: #3C0546;
}

.site-navigation ul.menu li a:hover {
  text-decoration: underline;
}

.site-navigation ul.menu li.menu-item-has-children {
  padding-right: 15px;
}

.site-navigation ul.menu li.menu-item-has-children:after {
  display: block;
  content: "▾";
  font-size: 1.5em;
  align-items: center;
  color: #666666;
}

.site-navigation ul.menu li ul {
  background: #fff;
  display: none;
  min-width: 150px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
  border: #eeeeee 1px solid;
}

.site-navigation ul.menu li ul li.menu-item-has-children a {
  flex-grow: 1;
}

.site-navigation ul.menu li ul li.menu-item-has-children:after {
  transform: rotate(-90deg);
}

.site-navigation ul.menu li ul ul {
  left: 100%;
  top: 0;
}

.site-navigation ul.menu li:hover > ul {
  display: block;
}

.carousel-slider__post-meta {
  display: none;
}
.carousel-slider__post {
  margin: 0;
  box-shadow: none;
  border-radius: inherit;
  max-width: 170px;
  width: auto;
}
.carousel-slider__post.m-nos-ambassadeurs {
  max-width: 350px;
}
.carousel-slider__post-image {
  padding: 0 8px;
  position: relative;
  z-index: 1;
  margin-bottom: -95px;
  height: 250px;
  border-radius: 0;
  background-position: top center;
}
.carousel-slider__post-content {
  background-color: #FBE3F4;
  margin-top: -50px;
  padding-top: 50px;
  height: auto;
  text-align: center;
}
.carousel-slider__post-header {
  position: relative;
  z-index: 2;
  background-color: #FBE3F4;
}
.carousel-slider__post-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  background-color: #3C0546;
  margin: 0;
  min-height: auto;
  color: #fff;
  padding: 4px 0;
  margin-bottom: 12px;
}
.carousel-slider__post-tags {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-weight: 600;
  min-height: 56px;
  padding: 0 12px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
}
.carousel-slider__post-tags::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: top center;
  height: 10px;
  background-image: url("/wp-content/uploads/2020/09/wave-small.svg");
}
.carousel-slider__post-tags::before {
  margin-top: 10px;
  width: 56px;
}
.carousel-slider__post-excerpt {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  margin: 12px;
  text-align: center;
  min-height: 36px;
  max-height: 36px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.carousel-slider__post-excerpt p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .carousel-slider .owl-nav {
    display: none;
  }
}
.carousel-slider .owl-nav.disabled {
  display: block;
}
@media only screen and (max-width: 767px) {
  .carousel-slider .owl-nav.disabled {
    display: none;
  }
}
.carousel-slider .owl-nav button.owl-prev, .carousel-slider .owl-nav button.owl-next {
  width: 0px !important;
  height: 0px !important;
  opacity: 1;
  top: 125px;
}
.carousel-slider .owl-nav button.owl-prev svg, .carousel-slider .owl-nav button.owl-next svg {
  display: none;
}
.carousel-slider .owl-nav button.owl-prev:focus, .carousel-slider .owl-nav button.owl-next:focus {
  outline: none;
}
.carousel-slider .owl-nav button.owl-prev {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 20px solid #EA0D65;
  left: -30px !important;
}
.carousel-slider .owl-nav button.owl-next {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #EA0D65;
  right: -30px !important;
}

.p-participe .b-contact_form .forminator-ui.forminator-design--default .forminator-button-submit {
  background-color: #3C0546;
  padding-left: 60px;
  padding-right: 60px;
}
.p-participe .b-contact_form .forminator-ui.forminator-design--default .forminator-field {
  position: relative;
}
.p-participe .b-contact_form .forminator-ui.forminator-design--default .forminator-label {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #13122F;
  position: absolute;
  left: 10px;
  top: 3px;
}
.p-participe .b-contact_form .forminator-ui.forminator-design--default .forminator-input {
  border: 2px solid #FBE3F4;
  background: transparent;
  padding: 20px 10px 10px;
}
.p-participe .b-contact_form .forminator-ui.forminator-design--default #upload-1::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: top center;
  height: 10px;
  background-image: url("/wp-content/uploads/2020/09/wave-big.svg");
}
.p-participe .b-contact_form .forminator-ui.forminator-design--default #upload-1::after {
  margin-top: 45px;
  background-repeat: repeat-x;
  background-position: 0 0;
}

/* Header layout
   ========================================================================== */
.site-header {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 18px;
  padding-bottom: 58px;
  background-image: url("/wp-content/uploads/2020/09/ribbon-nav.svg");
  background-repeat: no-repeat;
  background-position: 0 15px;
  margin-bottom: -40px;
  z-index: 9;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .site-header {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 767px;
  }
}
@media only screen and (max-width: 1139px) {
  .site-header {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1139px;
  }
}
@media only screen and (min-width: 1140px) {
  .site-header {
    padding-left: 20px;
    padding-right: 20px;
    width: 1140px;
  }
}
@media only screen and (min-width: 1440px) {
  .site-header {
    padding-left: 20px;
    padding-right: 20px;
    width: 1440px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header {
    flex-direction: column;
    align-items: center;
  }
}

.site-branding {
  padding-left: 70px;
}
@media only screen and (max-width: 767px) {
  .site-branding {
    margin-bottom: 20px;
  }
}

.site-title,
.site-description {
  margin: 0;
}

.site-description {
  display: none;
}

@media only screen and (max-width: 1139px) {
  .site-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
  }
}

.custom-logo-link {
  display: block;
}

.footer {
  margin: 0 auto;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 20px;
  color: #EA0D65;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 767px;
  }
}
@media only screen and (max-width: 1139px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1139px;
  }
}
@media only screen and (min-width: 1140px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
    width: 1140px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
    width: 1440px;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }
}
.footer-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1140px) {
  .footer-logos {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1139px) {
  .footer-logos {
    width: 100%;
    flex-basis: 100%;
    order: 3;
    text-align: center;
    margin-top: 30px;
    justify-content: center;
  }
}
.footer-logos img {
  margin: 0 5px;
  max-width: 100px !important;
}
@media only screen and (max-width: 1139px) {
  .footer-logos img {
    max-width: 50px !important;
  }
}
.footer-logos p {
  margin-bottom: 0;
}
.footer-menu {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.footer-menu li {
  margin: 0 50px;
}
@media only screen and (max-width: 1139px) {
  .footer-menu li {
    margin: 0 10px;
  }
}

.page .elementor-widget-wrap {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.page .elementor-widget-wrap h3 {
  margin-bottom: 50px;
}
.page .elementor-widget-wrap h3::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: top center;
  height: 10px;
  background-image: url("/wp-content/uploads/2020/09/wave-big.svg");
}
.page .elementor-widget-wrap h3::after {
  margin-top: 35px;
}
.page .elementor-widget-wrap p {
  margin: 0;
}
.page .elementor-widget {
  text-align: center;
  font-family: "Montserrat", "Times New Roman", serif;
  margin-bottom: 0;
}

.p-home .b-what-title h3::after {
  display: none;
}
.p-home .b-ambassadeurs {
  margin-bottom: 0;
  padding-bottom: 86px;
  padding-top: 50px;
}
.p-home .b-ambassadeurs-item_content {
  text-align: left;
}
.p-home .b-ambassadeurs-item_content p {
  margin-top: 10px;
}

.p-propos .g-bg-pink {
  height: 430px;
  margin-bottom: -350px;
}
.p-propos .b-participe {
  background-color: #fff;
}
.p-propos .b-participe .elementor-container {
  background-color: #3C0546;
  padding-top: 25px;
  padding-bottom: 25px;
}
.p-propos .b-participe .elementor-widget {
  max-width: 710px;
}
.p-propos .b-participe p {
  text-align: center;
}
.p-propos .b-participants {
  background-color: inherit;
}

.p-participe .b-participe {
  background-color: #FBE3F4;
  padding: 80px 0 20px;
}
.p-participe .b-participe .b-participe-title h3 {
  color: #EA0D65;
}
.p-participe .b-participe p {
  color: #3C0546;
}
.p-participe .b-participe p + p {
  margin-top: 20px;
}

.category .page-header {
  background-color: #FBE3F4;
  padding: 80px 20px 150px;
  margin-bottom: -85px;
}
.category .page-header h3 {
  color: #3C0546;
  margin-bottom: 50px;
  text-align: center;
}
.category .page-header-content {
  max-width: 530px;
  margin: 0 auto;
}
.category h3 {
  margin-bottom: 30px;
}
.category h3::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: top center;
  height: 10px;
  background-image: url("/wp-content/uploads/2020/09/wave-big.svg");
}
.category h3::after {
  margin-top: 30px;
}

.category-les-participants .page-content {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .category-les-participants .page-content {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 767px;
  }
}
@media only screen and (max-width: 1139px) {
  .category-les-participants .page-content {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1139px;
  }
}
@media only screen and (min-width: 1140px) {
  .category-les-participants .page-content {
    padding-left: 20px;
    padding-right: 20px;
    width: 1140px;
  }
}
@media only screen and (min-width: 1440px) {
  .category-les-participants .page-content {
    padding-left: 20px;
    padding-right: 20px;
    width: 1440px;
  }
}
@media only screen and (max-width: 767px) {
  .category-les-participants .page-content {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.category-les-participants .page-content .posts {
  max-width: 910px;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
}
.category-les-participants .page-content .carousel-slider__post {
  margin: 0 5px 25px;
  width: 170px;
  overflow: hidden;
}
.category-les-participants .page-content .carousel-slider__post-image {
  padding: 0;
  margin: 0 8px -95px 8px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: auto;
}
.category-les-participants .page-content .pagination {
  max-width: 910px;
  margin-bottom: 50px;
}
.category-les-participants .page-content .pagination .nav-links {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  display: flex;
  padding: 0 40px;
  position: relative;
  text-align: center;
  justify-content: center;
}
.category-les-participants .page-content .pagination .nav-links a,
.category-les-participants .page-content .pagination .nav-links span {
  display: inline-block;
  margin: 0 3px;
}
.category-les-participants .page-content .pagination .nav-links a {
  color: #3C0546;
}
.category-les-participants .page-content .pagination .nav-links a:hover {
  color: #EA0D65;
}
.category-les-participants .page-content .pagination .nav-links span {
  text-decoration: underline;
  color: #EA0D65;
}
.category-les-participants .page-content .pagination .next,
.category-les-participants .page-content .pagination .prev {
  width: 0px !important;
  height: 0px !important;
  display: inline-block;
  position: absolute;
}
.category-les-participants .page-content .pagination .prev {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 20px solid #EA0D65;
  left: 0;
}
.category-les-participants .page-content .pagination .next {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #EA0D65;
  right: 0;
}
.category-les-participants .widgets {
  padding: 30px 0 70px;
  background-color: #FEF8FC;
}
.category-les-participants .page-widgets {
  display: flex;
  max-width: 910px;
  margin: 0 auto;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .category-les-participants .page-widgets {
    flex-direction: column;
  }
}
.category-les-participants .page-widgets-column.m-left {
  max-width: 360px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .category-les-participants .page-widgets-column.m-left {
    max-width: auto;
    width: 100%;
  }
}
.category-les-participants .page-widgets-column.m-right {
  text-align: center;
  max-width: 440px;
}
@media only screen and (max-width: 767px) {
  .category-les-participants .page-widgets-column.m-right {
    max-width: auto;
    width: 100%;
  }
}
.category-les-participants .page-widgets-column .carousel-slider__post {
  margin-left: 0;
  margin-right: 0;
}
.category-les-participants .page-widgets .b-participe {
  padding: 55px 30px;
  text-align: center;
}
.category-les-participants .page-widgets .b-participe .button {
  color: #EA0D65;
  background-color: #fff;
}
.category-les-participants .page-widgets .b-participe p {
  text-align: center;
  margin: 0;
}
.category-les-participants .page-widgets .b-participe p + p {
  margin-top: 40px;
}

.category-nos-ambassadeurs .page-content {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .category-nos-ambassadeurs .page-content {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 767px;
  }
}
@media only screen and (max-width: 1139px) {
  .category-nos-ambassadeurs .page-content {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1139px;
  }
}
@media only screen and (min-width: 1140px) {
  .category-nos-ambassadeurs .page-content {
    padding-left: 20px;
    padding-right: 20px;
    width: 1140px;
  }
}
.category-nos-ambassadeurs .b-ambassadeurs-item {
  width: 32%;
}

.b-challenge {
  padding-top: 100px;
  padding-bottom: 270px;
  margin-bottom: -200px;
}
.b-challenge::before, .b-challenge::after {
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
}
.b-challenge::before {
  content: "";
  background-image: url("/wp-content/uploads/2020/09/confetti-left.svg");
  background-position: right top;
  left: 0;
  right: 50%;
}
@media only screen and (max-width: 767px) {
  .b-challenge::before {
    display: none;
  }
}
.b-challenge::after {
  content: "";
  background-image: url("/wp-content/uploads/2020/09/confetti-right.svg");
  background-position: left top;
  left: 50%;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .b-challenge::after {
    display: none;
  }
}
.b-challenge .elementor-widget {
  max-width: 710px;
}
.b-challenge .b-challenge-title {
  font-size: 53px;
  line-height: 88px;
  font-weight: 700;
  font-style: italic;
  color: #EA0D65;
  margin-bottom: -15px;
}
.b-challenge .b-challenge-title::after {
  content: "";
  background-image: url("/wp-content/uploads/2020/09/ribbon-feature.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 200px;
  width: 129px;
  position: absolute;
  right: 60px;
  top: 35px;
}
@media only screen and (max-width: 767px) {
  .b-challenge .b-challenge-title::after {
    display: none;
  }
}
.b-challenge .b-challenge-count {
  font-size: 93px;
  line-height: 88px;
  font-weight: 700;
  font-style: italic;
  color: #EA0D65;
  margin-bottom: 40px;
}
.b-challenge .b-challenge-date {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: auto;
}
.b-challenge .b-challenge-date * {
  display: inline-block;
}
.b-challenge .b-challenge-progress .elementor-progress-bar {
  background-color: #F2A5DE;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
}
.b-challenge .b-challenge-progress .elementor-progress-wrapper {
  background-color: #fff;
  border-radius: 18px;
}
.b-challenge .b-challenge-progress_text {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #3C0546;
  margin-top: 30px;
  margin-bottom: 40px;
}
.b-challenge .b-challenge-description {
  color: #3C0546;
  text-align: left;
  max-width: 530px;
  margin-bottom: 30px;
}
.b-challenge .b-challenge-description p + p {
  margin-top: 20px;
}
.b-challenge .b-challenge-button::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: top center;
  height: 10px;
  background-image: url("/wp-content/uploads/2020/09/wave-big.svg");
}
.b-challenge .b-challenge-button::after {
  margin-top: 50px;
}

.b-what {
  margin-bottom: 60px;
}
.b-what .elementor-widget {
  max-width: 890px;
}
.b-what .b-what-images {
  max-width: 890px;
  margin-bottom: 30px;
}
.b-what .b-what-images .elementor-column .elementor-element-populated {
  padding: 5px;
}
.b-what .b-what-images .elementor-widget {
  max-width: none;
}
.b-what .b-what-image_with_text {
  max-width: 900px;
}
.b-what .b-what-image_with_text .elementor-column .elementor-element-populated {
  padding: 25px;
}
.b-what .b-what-image_with_text .elementor-widget .elementor-image {
  position: relative;
  top: 10px;
}
.b-what .b-what-image_with_text .elementor-widget .elementor-image::before {
  content: "";
  width: 80%;
  display: block;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: -10px;
}
.b-what .b-what-image_with_text .elementor-widget .elementor-image img {
  position: relative;
  z-index: 2;
}
.b-what .b-what-image_with_text .elementor-widget.m-left .elementor-image {
  left: 10px;
}
.b-what .b-what-image_with_text .elementor-widget.m-left .elementor-image::before {
  background-color: #EA0D65;
  left: -10px;
}
.b-what .b-what-image_with_text .elementor-widget.m-right .elementor-image {
  right: 10px;
}
.b-what .b-what-image_with_text .elementor-widget.m-right .elementor-image::before {
  background-color: #F2A5DE;
  right: -10px;
}
.b-what .b-what-image_with_text .elementor-text-editor {
  text-align: left;
  color: #3C0546;
}
.b-what .b-what-image_with_text p + p {
  margin-top: 20px;
}
.b-what .b-what-text {
  color: #3C0546;
  text-align: left;
  max-width: 530px;
  margin-bottom: 30px;
}
.b-what .b-what-text p + p {
  margin-top: 20px;
}

.b-ambassadeurs {
  margin-bottom: 86px;
}
.b-ambassadeurs-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.b-ambassadeurs-list .elementor-column .elementor-element-populated {
  padding: 15px;
}
.b-ambassadeurs-list .elementor-widget-wrap {
  flex-direction: row;
}
.b-ambassadeurs-item,
.b-ambassadeurs .carousel-slider__post {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.b-ambassadeurs-item_image,
.b-ambassadeurs .carousel-slider__post-image {
  margin-bottom: 0;
  width: 100%;
  padding: 0;
}
.b-ambassadeurs-item_content,
.b-ambassadeurs .carousel-slider__post-content {
  background-color: #FBE3F4;
  padding: 10px;
  text-align: left;
  color: #3C0546;
  width: 100%;
  margin-top: 0;
}
.b-ambassadeurs-item_content h5,
.b-ambassadeurs .carousel-slider__post-content h5 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  background-color: inherit;
  padding: 0;
}
.b-ambassadeurs-item_content h6,
.b-ambassadeurs-item_content .carousel-slider__post-tags,
.b-ambassadeurs .carousel-slider__post-content h6,
.b-ambassadeurs .carousel-slider__post-content .carousel-slider__post-tags {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #3C0546;
  text-transform: inherit;
  min-height: auto;
}
.b-ambassadeurs-item_content h5,
.b-ambassadeurs-item_content h6,
.b-ambassadeurs-item_content .carousel-slider__post-tags,
.b-ambassadeurs .carousel-slider__post-content h5,
.b-ambassadeurs .carousel-slider__post-content h6,
.b-ambassadeurs .carousel-slider__post-content .carousel-slider__post-tags {
  margin-top: 0;
  margin-bottom: 0;
  color: #EA0D65;
}
.b-ambassadeurs-item_content p,
.b-ambassadeurs-item_content .carousel-slider__post-excerpt,
.b-ambassadeurs .carousel-slider__post-content p,
.b-ambassadeurs .carousel-slider__post-content .carousel-slider__post-excerpt {
  margin-top: 10px;
}
.b-ambassadeurs-item_content p + p,
.b-ambassadeurs .carousel-slider__post-content p + p {
  margin-top: 10px;
}
.b-ambassadeurs .carousel-slider__post {
  max-width: 100%;
}
.b-ambassadeurs .carousel-slider__post-tags {
  padding: 0;
  display: block;
}
.b-ambassadeurs .carousel-slider__post-tags::before {
  display: none;
}
.b-ambassadeurs .carousel-slider__post-excerpt {
  padding: 0;
  text-align: left;
  margin: 0;
  display: block;
  max-height: initial;
}

.b-participe {
  padding: 55px 0;
  background-color: #3C0546;
}
.b-participe .elementor-widget {
  max-width: 530px;
}
.b-participe p {
  color: #fff;
  text-align: left;
}
.b-participe .b-participe-title h3 {
  color: #fff;
}
.b-participe .b-participe-title h3::after {
  background-image: url("/wp-content/uploads/2020/09/wave-big-white.svg");
}
.b-participe .b-participe-button {
  margin-top: 50px;
}
.b-participe .b-participe-button a {
  color: #EA0D65;
  background-color: #fff;
}

.b-participants {
  padding: 45px 0;
  background-color: #FEF8FC;
}
.b-participants .b-participants-button {
  margin-top: 50px;
}
.b-participants.m-five .elementor-widget {
  max-width: 910px;
}
.b-participants.m-three .elementor-widget {
  max-width: 540px;
}
.b-participants.m-two .elementor-widget {
  max-width: 360px;
}
.b-participants .carousel-slider__post {
  width: 170px;
  overflow: hidden;
}
.b-participants .carousel-slider__post-image {
  padding: 0;
  margin: 0 8px -95px 8px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: auto;
}

.b-top_banner {
  background-color: #3C0546;
  text-align-last: center;
  background-image: url("/wp-content/uploads/2020/09/bg3.png");
  background-position: center top;
  padding: 33px 10px;
}
.b-top_banner-title {
  font-size: 45px;
  line-height: 66px;
  font-weight: 700;
  color: #FBE3F4;
  font-style: italic;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .b-top_banner-title {
    text-align: center;
  }
}
.b-top_banner-title::after {
  content: "";
  background-image: url("/wp-content/uploads/2020/09/ribbon-nav.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  height: 78px;
  width: 48px;
  position: absolute;
  right: -15px;
  top: -15px;
}
@media only screen and (max-width: 767px) {
  .b-top_banner-title::after {
    display: none;
  }
}
.b-top_banner-content {
  max-width: 500px;
  margin: 0 auto;
}
.b-top_banner-dates, .b-top_banner-progress {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #13122F;
  border-radius: 18px;
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
}
.b-top_banner-progress {
  background-color: #fff;
  text-align: right;
  margin-bottom: 20px;
  height: 27px;
  justify-content: flex-end;
  display: flex;
  position: relative;
}
.b-top_banner-progress::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 18px;
  background-color: #F2A5DE;
  z-index: 1;
}
.b-top_banner-progress span {
  position: relative;
  z-index: 2;
}
.b-top_banner-dates {
  display: inline-flex;
  background-color: #FBE3F4;
  height: 31px;
}

.b-carousels {
  background-color: #FEF8FC;
}
.b-carousels .elementor-row {
  justify-content: space-between;
  max-width: 910px;
  margin: 0 auto;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .b-carousels .elementor-row {
    flex-direction: column;
  }
}
.b-carousels .elementor-row .elementor-column {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .b-carousels .elementor-row .elementor-column {
    width: 100%;
  }
}
.b-carousels .elementor-row .b-ambassadeurs {
  margin-top: 45px;
}
.b-carousels .elementor-row .b-ambassadeurs-list {
  width: 83%;
}

.b-contact_form {
  background-image: url("/wp-content/uploads/2020/09/confetti-contact.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.b-contact_form .b-contact_form-content {
  max-width: 550px;
}
@media only screen and (max-width: 767px) {
  .b-contact_form .b-contact_form-content .forminator-row .forminator-field .forminator-file-upload {
    flex-direction: column;
  }
}
.b-contact_form .b-contact_form-content .forminator-row .forminator-field .forminator-file-upload .forminator-button {
  font-size: 0px;
  line-height: 0px;
  font-weight: inherit;
}
.b-contact_form .b-contact_form-content .forminator-row .forminator-field .forminator-file-upload .forminator-button::before {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  content: "Télécharger votre photo";
}
.b-contact_form .b-contact_form-title {
  margin-bottom: 30px;
  margin-top: 10px;
}
.b-contact_form .b-contact_form-title::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: top center;
  height: 10px;
  background-image: url("/wp-content/uploads/2020/09/wave-big.svg");
}
.b-contact_form .b-contact_form-title::after {
  margin-top: 30px;
  background-repeat: repeat-x;
  background-position: 0 0;
}
.b-contact_form .b-contact_form-title h3 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  background-color: #FEF8FC;
  padding: 16px 0;
  border-radius: 15px;
  margin-bottom: 0;
}
.b-contact_form .b-contact_form-title h3::after {
  display: none;
}
.b-contact_form .b-contact_form-unregistered {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #EA0D65;
  background-color: #FEF8FC;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 10px;
}
.b-contact_form .b-contact_form-unregistered p + p {
  margin-top: 30px;
}
.b-contact_form .b-contact_form-unregistered a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.b-contact_form .b-contact_form-unregistered span {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}