@charset "UTF-8";
/*!
Theme Name: Mvtcom
Theme URI: PROD
Author: PROD
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mvtcom
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


/* Document
	 ========================================================================== */
/*Global Variables */
/*-------- ---------- ----------- ----------- ------------ */
/* OPTIONS DE THEME */
/*-------- ---------- ----------- ----------- ------------ */
/*-------- ---------- ----------- ----------- ------------ */
/* COULEURS */
/*-------- ---------- ----------- ----------- ------------ */
/*-------- ---------- ----------- ----------- ------------ */
/* ELEMENTS */
/*-------- ---------- ----------- ----------- ------------ */
/*-------- ---------- ----------- ----------- ------------ */
/* FLEX */
/*-------- ---------- ----------- ----------- ------------ */
p, a, span, li, strong, h1, h2, h3, h4, div {
  font-family: "Poppins", sans-serif;
}
.flex, .flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-space {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 499px) {
  .flex .item2, .flex-wrap .item2, .flex .item3, .flex-wrap .item3, .flex .item4, .flex-wrap .item4, .flex-center .item2, .flex-center .item3, .flex-center .item4, .flex-space .item2, .flex-space .item3, .flex-space .item4 {
    width: 100%;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .flex .item2, .flex-wrap .item2, .flex .item3, .flex-wrap .item3, .flex .item4, .flex-wrap .item4, .flex-center .item2, .flex-center .item3, .flex-center .item4, .flex-space .item2, .flex-space .item3, .flex-space .item4 {
    margin: 1%;
  }
  .flex .item2, .flex-wrap .item2, .flex-center .item2, .flex-space .item2 {
    width: 48%;
  }
  .flex .item3, .flex-wrap .item3, .flex-center .item3, .flex-space .item3 {
    width: 48%;
  }
  .flex .item4, .flex-wrap .item4, .flex-center .item4, .flex-space .item4 {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .flex-center .item2, .flex-center .item3, .flex-center .item4 {
    margin: 1%;
  }
  .flex .item2, .flex-wrap .item2, .flex-space .item2 {
    width: 48%;
  }
  .flex .item3, .flex-wrap .item3, .flex-space .item3 {
    width: 30%;
  }
  .flex .item4, .flex-wrap .item4, .flex-space .item4 {
    width: 24%;
  }
}
/*-------- ---------- ----------- ----------- ------------ */
/* MIXINS */
/*-------- ---------- ----------- ----------- ------------ */
/*---------------------------------------------*/
/* Bouton
--------------------------------------------- */
/*---------------------------------------------*/
/* Header Mobile Menu
--------------------------------------------- */
/*---------------------------------------------*/
/* Contact Form
--------------------------------------------- */
/**
	  * 1. Correct the line height in all browsers.
	  * 2. Prevent adjustments of font size after orientation changes in iOS.
	  */
html {
  -webkit-text-size-adjust: 100%;
}
/* Sections
         ========================================================================== */
/**
     * Remove the margin in all browsers.
     */
body {
  margin: 0;
}
/**
     * Render the `main` element consistently in IE.
     */
main {
  display: block;
}
/* Grouping content
         ========================================================================== */
/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.,
    
     */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
     * 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;
  font-size: 1em;
}
/* Text-level semantics
         ========================================================================== */
/**
     * 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
     * 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;
  font-size: 1em;
}
/**
     * 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;
}
.flex, .flex-wrap {
  display: flex;
}
/* Forms
         ========================================================================== */
/**
     * 1. Change the font styles in all browsers.
     * 2. Remove the margin in Firefox and Safari.
     */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
     * Show the overflow in IE.
     * 1. Show the overflow in Edge.
     */
button, input {
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
/**
     * 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;
}
/**
     * 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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
     * 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;
}
/**
     * 1. Add the correct box sizing in IE 10.
     * 2. Remove the padding in IE 10.
     */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
     * 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;
  outline-offset: -2px;
}
/**
     * 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;
  font: inherit;
}
/* 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;
}
/* Misc
         ========================================================================== */
/**
     * Add the correct display in IE 10+.
     */
template {
  display: none;
}
/**
     * Add the correct display in IE 10.
     */
[hidden] {
  display: none;
}
/* Box sizing
    --------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
    @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/*--------------------------*/
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
/* Links
	 --------------------------------------------- */
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/* Accessibility
	 --------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
/* Forms
	 --------------------------------------------- */
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  max-width: 100%;
  overflow: hidden;
  -webkit-appearance: none !important;
}
dfn, cite, em, i {
  font-style: italic;
}
textarea {
  width: 100%;
}
li {
  list-style: none;
}
/* SAFARI */
form {
  max-width: 100%;
  overflow: hidden;
  -webkit-appearance: none;
}
svg {
  max-width: 100%;
}
#wpadminbar {
  position: fixed !important;
}
/*---------------------------------------------*/
/*  GENERAL Mise en page
	 --------------------------------------------- */
.bold {
  font-weight: 700;
}
.italics {
  font-style: italic;
}
.justify {
  text-align: justify;
}
.text-center {
  text-align: center;
}
.hide {
  display: none !important;
}
@media screen and (max-width: 499px) {
  .laptop {
    display: none !important;
  }
}
@media screen and (min-width: 500px) {
  .mobile {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .boxed_smaller {
    width: 50%;
    margin: auto;
    min-width: 600px;
  }
}
@media screen and (min-width: 500px) and (max-width: 999px) {
  .boxed_smaller {
    padding: 0 2em;
  }
}
a {
  text-decoration: none;
}
.logged-in .header-menu {
  top: 32px !important;
}
.header-menu {
  background: white;
}
/*---------------------------------------------*/
/* HEADER
--------------------------------------------- */
#masthead .header-menu {
  position: fixed;
  width: 100vw;
  z-index: 9;
  top: 0;
  display: flex;
  align-items: center;
}
#masthead .header-menu > .boxed {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
#masthead .header-menu .custom-logo-link {
  padding: 5px 0;
}
#masthead .header-menu .custom-logo {
  max-width: 200px;
  padding: 0 1em;
}
#masthead .header-menu .mobile-sousmenu a {
  text-transform: none !important;
}
#masthead #menuToggle {
  display: flex;
  flex-direction: column;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  width: 2em;
}
#masthead #menuToggle > input {
  display: flex;
  width: 40px;
  height: 24.5px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #masthead #menuToggle > input {
    width: 97.5px;
  }
}
#masthead #menuToggle > span, #masthead .menuToggle > span {
  display: flex;
  background: white;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#masthead #menuToggle span:first-child, #masthead .menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#masthead #menuToggle span:nth-last-child(2), #masthead .menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#masthead #menuToggle input:checked ~ span, #masthead .menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
}
#masthead #menuToggle input:checked ~ span:nth-last-child(3), #masthead .menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#masthead #menuToggle input:checked ~ span:nth-last-child(2), #masthead .menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
#masthead #menuToggle input:checked ~ #menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 470px) {
  #masthead #menu .custom-logo-link {
    display: none !important;
  }
}
#masthead #menu {
  position: absolute;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  overflow: scroll;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  background: #F08A00;
  width: 30em;
}
#masthead #menu ul li a:hover:before {
  width: 0.8em;
  transition: 0.5s all;
  margin-right: 0.3em;
  display: inline-block;
}
#masthead #menu ul li a:not(.sub-menu-back):before {
  content: "";
  display: inline-block;
  height: 7px;
  width: 0;
  transition: 0.5s all;
  margin-bottom: calc(0.5em - 7px);
}
#masthead #menu ul li a.sub-menu-back:before {
  content: "‹";
  display: inline-block;
  width: 15px;
  transition: 0.5s all;
}
#masthead #menuToggle input:checked ~ #menu {
  transform: none;
}
#primary-menu {
  justify-content: flex-end;
}
select {
  color: black !important;
}
/*---------------------------------------------*/
/* BOUTONS
--------------------------------------------- */
.btn_blue {
  background: #1BBBE9;
  color: white !important;
  padding: 15px 2em;
  border-radius: 50px;
  margin-top: 2em;
  display: inline-block;
  font-weight: 700;
  transition: 0.4s all;
  z-index: 6;
  position: relative;
}
.btn_blue:hover {
  background: #4ac9ed;
  transition: 0.4s all;
}
/*---------------------------------------------*/
/* FOOTER
--------------------------------------------- */
.footer a, .footer span {
  color: white !important;
}
@media screen and (min-width: 1000px) {
  .footer .flex > div, .footer .flex-wrap > div {
    width: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .footer .flex > div, .footer .flex-wrap > div {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .footer .flex > div, .footer .flex-wrap > div {
    width: 50%;
  }
}
/* owl dots */
.owl-dots.disabled, .owl-nav.disabled {
  display: none !important;
}
.owl-dots:not(.disabled) {
  margin-top: 15px;
  display: flex;
  width: 100%;
  justify-content: center;
}
.owl-dots:not(.disabled) .owl-dot {
  opacity: 1;
  display: block;
  border-radius: 50px;
  width: 18px;
  height: 18px;
  margin: 5px;
  background: lightgrey;
  border-color: #999;
}
.owl-dots:not(.disabled) .owl-dot.active {
  background-color: #F08A00;
}
.owl-dot {
  padding: 0;
  background-color: lightgrey;
  opacity: 0;
  display: none;
  transition: 0.7s all;
}
/* -------------OWL NAV -------------*/
/* ----------------------------------*/
.owl-nav {
  position: absolute;
  bottom: 50%;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(50%);
  width: 100%;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span {
  opacity: 0;
}
.owl-prev, .owl-next {
  background: white !important;
  color: white !important;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  position: relative;
  display: flex;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  opacity: 0.8;
  transition: 0.6s all;
}
.owl-prev:before, .owl-prev:after, .owl-next:before, .owl-next:after {
  display: block;
  content: "";
  position: absolute;
  width: 1em;
  height: 3px;
  border-radius: 3px;
  left: 0.6em;
  transition: 0.6s all;
}
.owl-prev.disabled, .owl-next.disabled {
  opacity: 0;
}
.owl-prev:before, .owl-next:before {
  top: 0.6em;
}
.owl-prev:after, .owl-next:after {
  bottom: 0.6em;
}
.owl-next {
  margin-right: 10px;
}
.owl-next:before {
  transform: rotate(45deg);
}
.owl-next:after {
  transform: rotate(-45deg);
}
.owl-next:hover {
  transition: 0.6s all;
}
.owl-prev {
  margin-left: 5px;
}
@media screen and (max-width: 1000px) {
  .owl-prev {
    margin-left: 10px;
  }
}
.owl-prev:before {
  transform: rotate(-45deg);
  left: 6px;
}
.owl-prev:after {
  transform: rotate(45deg);
  left: 6px;
}
.owl-next:hover:before {
  transform: rotate(35deg);
  top: 0.65em;
}
.owl-next:hover:after {
  transform: rotate(-35deg);
  bottom: 0.65em;
}
/* Reset bakery */
#page .vc_row {
  margin-left: 0;
  margin-right: 0;
}
#page .wpb_content_element, #page .vc_btn3-container {
  margin-bottom: 0;
}
#page .vc_column-inner {
  padding: 0;
}
#page .vc_section {
  margin: 0;
  padding: 0;
}
#page .vc_column-inner::before, #page .vc_column-inner::after {
  content: none;
}
#page .vc_row::before, #page .vc_row::after {
  content: none;
}
#page .vc_col-sm-1, #page .vc_col-sm-10, #page .vc_col-sm-11, #page .vc_col-sm-12, #page .vc_col-sm-2, #page .vc_col-sm-3, #page .vc_col-sm-4, #page .vc_col-sm-5, #page .vc_col-sm-6, #page .vc_col-sm-7, #page .vc_col-sm-8, #page .vc_col-sm-9 {
  float: none;
}
/* GLOBAL */
#page p, #page a, #page li, #page span, #page strong, #page h1, #page h2, #page h3, #page h4 {
  font-family: "Poppins", sans-serif;
}
#page p, #page a, #page li, #page span, #page strong {
  color: #333333;
}
#page a {
  cursor: pointer;
}
#page .flex, #page .flex-wrap {
  display: flex;
}
#page .header h1 {
  font-size: 4rem;
  line-height: 4rem;
  margin-bottom: 1rem;
  margin-top: 0;
  font-weight: 900;
  color: white;
  text-shadow: 2px 2px 10px #0000004f;
}
#page .header h1 b {
  color: #F08A00;
}
@media screen and (max-width: 499px) {
  #page .header h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media screen and (min-width: 500px) and (max-width: 999px) {
  #page .header h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
#page h2, #page h3 {
  text-transform: uppercase;
  margin-top: 0;
}
@media screen and (min-width: 500px) {
  #page h2, #page h3 {
    text-align: center;
  }
}
@media screen and (max-width: 499px) {
  #page h2, #page h3 {
    margin-left: 1em;
    margin-right: 1em;
  }
}
ul {
  padding: 0;
}
@media screen and (min-width: 500px) {
  .boxed {
    width: 80%;
    margin: auto;
    max-width: 1400px;
  }
}
@media screen and (min-width: 769px) {
  .boxed_laptop {
    width: 80%;
    margin: auto;
    max-width: 1400px;
  }
}
@media screen and (max-width: 499px) {
  .boxed {
    margin-left: 1em;
    margin-right: 1em;
  }
}
.entry-header {
  height: 60vh;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 2em;
}
@media screen and (max-width: 599px) {
  .entry-header {
    font-size: 1em;
  }
}
.header {
  min-height: 62vh;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  background-position: center;
  background-position: 64%;
}
.header .btn_blue {
  font-size: 1.2em;
}
.header h1 {
  max-width: 19em;
}
@media screen and (max-width: 599px) {
  .header {
    font-size: 1em;
  }
}
.header:after {
  content: "";
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6278712168) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 50%;
  z-index: 0;
}
@media screen and (max-width: 499px) {
  .header {
    position: relative;
    align-items: flex-end;
    margin-top: 3em;
    padding-top: 4em;
  }
  .header .boxed {
    z-index: 2;
    margin-bottom: 7em;
    margin-left: 1em;
  }
}
.header h1 strong {
  color: #F08A00 !important;
}
#burger-navigation {
  min-width: 10vw;
  background: #F08A00;
  height: 4em;
  display: flex;
  align-items: center;
  justify-content: end;
}
#menuToggle {
  margin: 0 1em;
}
.men {
  font-weight: 700;
  color: white !important;
  padding-right: 1em;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .men {
    display: none;
  }
}
.menu-top-container {
  margin-top: 6em;
}
.menu-top-container a {
  color: white !important;
  font-weight: 500;
  font-size: 1.3em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.center {
  text-align: center;
}
.grey {
  background: #F4F4F4;
  padding-top: 5em;
  padding-bottom: 5em;
}
.orange {
  background-color: #F08A00;
  padding-top: 5em;
  padding-bottom: 5em;
  position: relative;
}
.orange h2 {
  color: white;
}
.blue {
  background-color: #225490;
  padding-top: 5em;
}
.blue h2, .blue h3 {
  color: white;
  margin-bottom: 3em;
}
@media screen and (min-width: 769px) {
  .blue {
    padding-bottom: 2.5em;
  }
}
h2 {
  color: #008FCC;
  font-weight: 700;
  font-size: 1.7em;
}
h3 {
  color: #1BBBE9;
  font-size: 1.3em;
  font-weight: 700;
}
.pastille.yellow {
  background: #F4D300;
  position: absolute;
  bottom: -2.5em;
  padding-top: 1px;
  padding-bottom: 1px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding-right: 2em;
  z-index: 1;
}
@media screen and (min-width: 500px) {
  .pastille.yellow {
    padding-left: 10vw;
    width: calc(23em + 10vw);
  }
}
@media screen and (max-width: 499px) {
  .pastille.yellow {
    padding-left: 1em;
    margin-right: 2em;
  }
}
.pastille.yellow p, .pastille.yellow strong {
  color: #008FCC !important;
}
.owl-item {
  background: white !important;
  border-radius: 8px;
  padding: 1.5em;
  padding-top: 2.5em;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
}
.owl {
  margin-top: 4em;
  margin-bottom: 2em;
}
@media screen and (max-width: 499px) {
  .owl {
    margin-top: 2em;
  }
}
.owl-carousel .owl-stage {
  display: flex;
  padding: 1em;
}
.card {
  height: 100%;
}
.phrase {
  color: white !important;
  font-weight: 700;
  font-size: 1.2em;
}
.illustration_svg {
  position: relative;
  background-image: url("/wp-content/themes/mvtcom/assets/icon.svg");
  max-width: 500px;
  margin: auto;
  margin-top: 3em;
  margin-bottom: -7em;
  aspect-ratio: 1.9;
  background-repeat: no-repeat;
}
@media screen and (max-width: 499px) {
  .illustration_svg {
    background-size: 107%;
    background-position: 75% 0;
  }
}
@media screen and (min-width: 500px) {
  .illustration_svg {
    margin-bottom: -8.5em;
  }
}
.deco {
  display: flex;
  position: absolute;
  right: 0;
  top: -2.5em;
}
.deco > div:nth-child(1) {
  width: 5em;
  height: 5em;
  background: #225490;
  border-radius: 50%;
}
.deco > div:nth-child(2) {
  height: 5em;
  background: #008fcc;
  background: linear-gradient(103deg, #008fcc 0%, #1bbbe9 100%);
  width: 56vw;
  margin-left: 2em;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
@media screen and (min-width: 1200px) {
  .deco > div:nth-child(2) {
    width: 25em;
  }
}
.deco1 {
  display: flex;
  position: absolute;
  flex-direction: row-reverse;
  right: 0;
  bottom: -2em;
}
@media screen and (min-width: 769px) {
  .deco1 {
    bottom: -5em;
  }
}
.deco1 > div:nth-child(2) {
  width: 5em;
  height: 5em;
  background: #F08A00;
  border-radius: 50%;
}
.deco1 > div:nth-child(1) {
  height: 5em;
  background: #008fcc;
  background: linear-gradient(103deg, #008fcc 0%, #1bbbe9 100%);
  width: 56vw;
  margin-left: 2em;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
@media screen and (min-width: 1200px) {
  .deco1 > div:nth-child(1) {
    width: 25em;
  }
}
.avantages > div > p {
  width: 85%;
}
@media screen and (min-width: 1000px) {
  .avantages {
    display: flex;
    justify-content: space-between;
  }
  .avantages > div {
    width: 30%;
  }
}
.avantages > div {
  display: flex;
  margin-bottom: 2em;
  padding-right: 1em;
}
.avantages p, .avantages a, .avantages strong, .avantages b {
  color: white !important;
  margin: 0 !important;
}
.avantages b, .avantages strong {
  display: block;
}
.avantages .pastille {
  width: 2em;
  height: 1.5em;
  display: inline-block;
  background: #F08A00;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-right: 1em;
}
@media screen and (min-width: 500px) {
  .bon_savoir {
    padding-bottom: 3em;
  }
}
.section_circle {
  position: relative;
  text-align: center;
}
.section_circle .btn_blue {
  position: relative;
  z-index: 2;
}
.section_circle .circle {
  position: absolute;
  background: #225490;
  margin: auto;
  padding-bottom: 3em;
  border-bottom-left-radius: 150%;
  border-bottom-right-radius: 150%;
  z-index: -1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .section_circle {
    padding-bottom: 15vw;
  }
  .section_circle .circle {
    height: 50vw;
    width: 50vw;
    top: -37vw;
    left: 25vw;
  }
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
  .section_circle {
    padding-bottom: 30vw;
  }
  .section_circle .circle {
    height: 70vw;
    width: 70vw;
    top: -50vw;
    left: 15vw;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  .section_circle {
    padding-bottom: 35vw;
  }
  .section_circle .circle {
    height: 70vw;
    width: 70vw;
    top: -42vw;
    left: 15vw;
  }
}
@media screen and (max-width: 499px) {
  .section_circle {
    padding-bottom: 63.5vw;
  }
  .section_circle .circle {
    width: 100vw;
    height: 100vw;
    top: -50vw;
  }
}
.bon_savoir {
  display: flex;
  padding-right: 1em;
  margin: auto;
  align-items: center;
  margin-top: 2em;
}
.bon_savoir p, .bon_savoir strong {
  color: white !important;
}
@media screen and (min-width: 600px) {
  .bon_savoir {
    width: 30em;
  }
}
.pastille1 {
  background: #F4D300;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 1em 2em 1em 3em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  color: #225490;
  text-transform: uppercase;
  margin-right: 2em;
}
.pastille1 strong {
  font-size: 1.3em;
}
.pastille1 strong, .pastille1 span {
  color: #225490 !important;
  display: block;
}
.accordeon {
  padding: 2rem 1rem;
  border-bottom: 1px solid #008FCC;
  cursor: pointer;
  transition: cubic-bezier(0.77, 0, 0.18, 1) 0.3s;
}
.accordeon .arrowLink.voir {
  margin-top: 1em !important;
}
.accordeon .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordeon .top p {
  margin: 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 499px) {
  .accordeon .top p {
    font-size: 1rem !important;
    padding-right: 2em;
  }
}
.accordeon .top .arrow img {
  height: 12px;
  max-height: 12px;
  display: block;
  width: initial;
  margin-right: 5px;
  transition: cubic-bezier(0.77, 0, 0.18, 1) 0.3s;
}
.accordeon .bottom {
  padding-top: 0;
  margin-top: 2rem;
  display: none;
  width: 95%;
}
.accordeon .bottom p {
  margin-top: 0;
}
.accordeon .bottom p:first-of-type {
  margin-top: 2rem;
}
.accordeon .bottom p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 500px) {
  .accordeon:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.accordeon:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .accordeon {
    padding: 1.5rem 0;
  }
  .accordeon .top p {
    font-size: 1.2rem;
  }
}
.active {
  background-color: rgba(255, 255, 255, 0.1);
}
.active .top .arrow img {
  transform: rotate(-180deg);
}
/* FORMULAIRE */
.formulaire {
  padding: 2em;
  border-radius: 10px;
}
@media screen and (max-width: 499px) {
  .formulaire {
    padding: 1em;
  }
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
  border-radius: 26.5px;
  border: 0;
  padding: 10.5px;
  padding-left: 1em;
  width: 100%;
  color: black !important;
}
input[type="submit"] {
  background: #f08a00;
  border: 0;
  padding: 13px 26px;
  color: white;
  font-weight: bold;
  border-radius: 20px;
}
select {
  background: white;
}
.text_center {
  text-align: center;
}
.wpcf7-form .flex, .wpcf7-form .flex-wrap {
  justify-content: space-between;
}
.wpcf7-form .flex > label, .wpcf7-form .flex-wrap > label {
  width: 48%;
}
.wpcf7-response-output {
  background: #f08a00;
  border: 0;
  color: white;
  font-weight: bold;
  border-radius: 10px;
  border-color: #f08a00 !important;
}
.formSection {
  margin-bottom: 1em;
  background: #2662ab;
  padding: 1em;
  border-radius: 10px;
  padding-bottom: 2em;
}
.wpcf7-spinner {
  position: absolute;
}
.wpcf7-form strong {
  display: block;
}
.wpcf7-form p, .wpcf7-form strong, label span {
  color: white !important;
}
.wpcf7-not-valid-tip {
  background: #f08a00;
  border: 0;
  color: white !important;
  font-weight: bold;
  border-radius: 10px;
  border-color: #f08a00;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 15px;
}
.margin-top {
  margin-top: 2em;
}
/* FOOTER */
.footer {
  background: #1BBBE9;
  padding-top: 3em;
  padding-bottom: 3em;
}
.footer * {
  color: white;
}
.footer .flex, .footer .flex-wrap {
  justify-content: space-between;
}
.bottom_footer {
  background: white;
  text-align: center;
  padding: 1em;
  font-size: 0.8rem;
}
.bottom_footer * {
  color: black;
}
.partenaires {
  padding-top: 5em;
  padding-bottom: 9em;
}
@media screen and (min-width: 500px) {
  .partenaires {
    text-align: center;
  }
}
.partenaires > h3 {
  max-width: 20em;
  margin: auto;
  margin-bottom: 2em;
}
.partenaires .boxed {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 549px) {
  .partenaires .boxed img {
    width: 48%;
    padding: 2em;
  }
}
@media screen and (min-width: 550px) and (max-width: 999px) {
  .partenaires .boxed img {
    width: 32%;
    padding: 2em;
  }
}
@media screen and (min-width: 1000px) {
  .partenaires .boxed img {
    width: 20%;
    padding: 2em;
  }
}
.faq {
  position: relative;
}
.footerbar1 {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .footerbar1 {
    display: flex;
  }
  .footerbar1 a {
    margin-left: 2em;
  }
}
.footer_img {
  margin-bottom: 1em;
  display: block;
  display: flex;
  justify-content: flex-end;
}
.fb {
  display: flex;
  flex-direction: column;
}
.fb span {
  text-transform: uppercase;
  font-weight: bold;
  align-self: flex-end;
}
.fb img {
  width: 3em;
  display: block;
  align-self: flex-end;
}
#menu-primary {
  padding-left: 1.5rem;
}
/*addon*/
.formSection > div {
  background: #1d4a7e;
  border-radius: 5px;
  padding: 6px;
  margin: 9px 0;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .formSection > div > span:nth-child(1) {
    width: 16em;
    min-width: 20%;
  }
  .formSection > div > span:nth-child(2) {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .formSection > div {
    flex-wrap: wrap;
  }
  .formSection > div span {
    /*padding: 7px;*/
  }
}
.formSection span {
  color: white !important;
}
.formSection > label {
  font-weight: bold;
  font-size: 1.2em;
  margin: 5px !important;
  margin-top: 1rem !important;
  color: white !important;
  display: block;
}
.wpcf7-list-item-label {
  margin: 5px !important;
}
.wpcf7-radio input[type="radio"] + span {
  padding: 3px 10px;
  border-radius: 21px;
  background: #4f7cb4;
  transition: 0.5s all;
  min-width: 4em;
  display: inline-block;
  text-align: center;
}
.blueText h3, .blueText p, .blueText .wpcf7-list-item-label {
  color: #2662ab !important;
}
.wpcf7-radio input[type="radio"] + span:hover {
  cursor: pointer;
  background: #5e87ba;
  transition: 0.5s all;
}
.wpcf7-radio input[type="radio"]:checked + span {
  background: #1bbbe9;
}
.wpcf7-radio input[type="radio"] {
  display: none;
}
.formulaire.blue {
  background-color: #225490;
}
.wpcf7-list-item {
  margin: 0 !important;
}
.pastille {
  background: linear-gradient(103deg, #008fcc 0%, #1bbbe9 100%);
  padding: 9px 32px;
  margin-bottom: 1em;
  border-radius: 20px;
  display: inline-block;
  color: white;
}
.intro {
  padding-top: 5em;
  padding-bottom: 5em;
  text-align: center;
  line-height: 2em;
}
.intro h2 strong {
  color: #1bbbe9 !important;
}
@media screen and (min-width: 500px) {
  .intro h2 strong {
    display: block;
  }
}
.intro .logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .intro .logos img {
    width: 100%;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 769px) and (max-width: 999px) {
  .intro .logos img {
    height: 25vw !important;
    margin: 1%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1899px) {
  .intro .logos img {
    height: 15vw !important;
    margin: 1%;
  }
}
@media screen and (min-width: 1900px) {
  .intro .logos img {
    height: 13vw !important;
    margin: 1%;
  }
}
select {
  width: 100%;
}
.fieldset-cf7mls-wrapper div.wpcf7-validation-errors {
  color: white !important;
}
#merci {
  display: none;
  padding-top: 5em;
  padding-bottom: 5em;
  background: #225490;
  border-radius: 10px;
  margin-bottom: 7em;
}
#merci p, #merci h2, #merci span, #merci * {
  color: white;
}
.entry-content {
  padding-top: 5em;
  padding-bottom: 5em;
}
table td {
  padding: 1em;
  border: 1px solid black;
}
#pwbox-195 {
  border: 1px solid black;
  margin-bottom: 2em;
  margin-top: 1em;
}
.imgPart {
  width: 100%;
  background-size: cover;
  aspect-ratio: 1;
}
.participants {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .participants .fiche {
    margin: 1%;
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .participants .fiche {
    margin: 1%;
    width: 48%;
  }
}
.participants .fiche h3 {
  text-transform: none !important;
  margin-top: 1em !important;
  margin-bottom: 0 !important;
}
.participants .fiche p {
  text-align: center;
  margin-top: 0 !important;
}
.paddings {
  padding-top: 5em;
  padding-bottom: 5em;
}
.flex50 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .flex50 > div {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .flex50 > div {
    width: 100%;
  }
}
.parrains {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.parrains p, .parrains span, .parrains strong {
  color: white !important;
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .parrains {
    justify-content: center;
  }
}
.parrains .fiche {
  text-align: left;
}
@media screen and (max-width: 499px) {
  .parrains .fiche {
    width: 100%;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 769px) {
  .parrains .fiche {
    width: 31%;
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .parrains .fiche {
    width: 46%;
    margin: 2%;
    margin-bottom: 1em;
  }
}
.parrains .fiche strong {
  margin-top: 1em;
  display: block;
}
.soustitre {
  color: white !important;
  display: block;
  font-size: 1.5em;
  max-width: 17em;
}
.formulaire label {
  color: white;
  margin-bottom: 2em;
  display: block;
}
.textLeft {
  text-align: left !important;
}
.btn_center {
  margin: auto;
  text-align: center;
}
.btn_center a {
  margin-top: 0 !important;
}
/* ARTICLE */
.category #primary {
  background: #f4f4f4;
  padding-top: 10em;
  padding-bottom: 10em;
}
.archive {
  background: #f4f4f4;
}
.category-archive {
  background: #f4f4f4;
  padding-top: 10em;
  padding-bottom: 10em;
}
.category-archive .sidebar {
  background: white;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 2em;
  text-align: center;
}
.category-archive .sidebar ul li {
  display: inline;
  margin: 5px 15px;
}
.category-archive .sidebar .current-cat {
  font-weight: bold;
}
.post-template-default #primary {
  background: #f4f4f4;
  padding-top: 10em;
  padding-bottom: 10em;
}
.post-template-default #primary #article, .post-template-default #primary .archiv {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.post-template-default #primary #article > div, .post-template-default #primary .archiv > div {
  background: white;
}
.post-template-default #primary .sidebar {
  text-align: center;
}
.post-template-default #primary .art, .post-template-default #primary .sidebar {
  padding: 2em;
}
@media screen and (max-width: 900px) {
  .post-template-default #primary .art, .post-template-default #primary .sidebar {
    width: 100%;
  }
  .post-template-default #primary .sidebar {
    margin-top: 1em;
  }
}
@media screen and (min-width: 900px) {
  .post-template-default #primary .art {
    width: 67%;
  }
  .post-template-default #primary .sidebar {
    width: 30%;
  }
}
.post-template-default #primary .entry-meta {
  margin-bottom: 1em;
}
.article-header h1, .category-title {
  text-align: left;
  text-transform: uppercase;
  color: #1BBBE9 !important;
  font-weight: 700 !important;
  text-shadow: none !important;
  margin-bottom: 0 !important;
}
.temoignage {
  position: relative;
  display: block;
}
.play {
  position: absolute;
  height: 6em;
  width: 6em;
  top: calc(50% - 3em);
  left: calc(50% - 3em);
}
.grid {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .grid-sizer, .grid-item {
    width: 30%;
  }
}
@media screen and (max-width: 899px) {
  .grid-sizer, .grid-item {
    width: 100%;
  }
}
.grid-item {
  margin-bottom: 1rem;
  background: white;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.category-header {
  margin-bottom: 1em;
}
.category-title {
  text-align: center;
}
