/*-------------------- Variables -----------------------*/
/*--------------------- Functions ------------------------*/
@font-face {
  font-family: 'CAV';
  src: url("../fonts/CaviarDreams-webfont.eot");
  src: url("../fonts/CaviarDreams-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/CaviarDreams-webfont.woff") format("woff"), url("../fonts/CaviarDreams-webfont.ttf") format("truetype"), url("../fonts/CaviarDreams-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CAVB';
  src: url("../fonts/Caviar_Dreams_Bold-webfont.eot");
  src: url("../fonts/Caviar_Dreams_Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Caviar_Dreams_Bold-webfont.woff") format("woff"), url("../fonts/Caviar_Dreams_Bold-webfont.ttf") format("truetype"), url("../fonts/Caviar_Dreams_Bold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  font-size: 100%; }

body {
  background: #fff;
  color: #282525;
  font-family: CAV, Arial, sans-serif;
  line-height: 1.4;
  margin: 0 auto;
  min-width: 320px; }

a {
  color: #ffffff;
  text-decoration: underline;
  transition: all .2s; }
  a:hover, a:focus {
    text-decoration: none; }

img {
  max-width: 100%; }

input,
textarea,
select,
button {
  font-family: CAV; }

b,
strong {
  font-family: CAVB;
  font-weight: normal; }

h2,
.h2 {
  color: #FF870F;
  font-family: CAV;
  font-size: 1.625rem;
  font-weight: normal;
  margin: 0 auto;
  max-width: 1250px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 90%; }
  @media screen and (min-width: 720px) {
    h2,
    .h2 {
      font-size: 2.5rem; } }
  h2:before,
  .h2:before {
    background: #FF870F;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%; }
  h2 span,
  .h2 span {
    background: #FFFB7D;
    box-sizing: border-box;
    display: inline-block;
    max-width: 90%;
    padding: 0 15px;
    position: relative; }
  h2 strong,
  .h2 strong {
    font-family: AVN;
    font-weight: normal; }

h3,
.h3 {
  color: #FF870F;
  font-family: CAV;
  font-size: 1.9375rem;
  font-weight: normal;
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  text-align: center;
  width: 90%; }
  @media screen and (min-width: 720px) {
    h3,
    .h3 {
      font-size: 2.5rem; } }
  h3:before,
  .h3:before {
    background: #FF870F;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%; }
  h3 span,
  .h3 span {
    background: #FFFB7D;
    box-sizing: border-box;
    display: inline-block;
    max-width: 90%;
    padding: 0 15px;
    position: relative; }

.custom {
  animation-fill-mode: none !important; }

.btn-action {
  background: #f49c14;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: AVN;
  font-size: 1.375rem;
  line-height: 1.4;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .2s;
  vertical-align: middle; }
  .btn-action:hover, .btn-action:focus {
    opacity: .8; }

.external-btn {
  background: #fff;
  border-radius: 8px;
  color: #0774b1;
  display: inline-block;
  padding: 15px 20px;
  text-decoration: none;
  vertical-align: middle; }
  .external-btn span {
    text-decoration: underline; }
  .external-btn:hover, .external-btn:focus {
    opacity: .7; }
    .external-btn:hover span, .external-btn:focus span {
      text-decoration: none; }

.success {
  font-size: 1.375rem;
  text-align: center; }

.BodyHeader {
  padding: 15px 0;
  position: relative; }
  @media screen and (min-width: 979px) {
    .BodyHeader {
      padding: 30px 0; } }

.BodyHeader-logo {
  margin: 0 auto;
  max-width: 380px;
  width: 50%; }
  .BodyHeader-logo img {
    display: block;
    margin: 0 auto;
    width: 70%; }
  .BodyHeader-logo a {
    display: block; }
    .BodyHeader-logo a:hover, .BodyHeader-logo a:focus {
      opacity: .6; }

.BodyHeader-address {
  font-size: 1.0625rem;
  margin: 10px auto 0 auto;
  text-align: center;
  max-width: 1400px;
  width: 90%; }

.WhoAreWe,
.Legals,
.Newsletter,
.Contact-form {
  background: #FFFB7D;
  padding: 50px 0 50px 0; }

.WhoAreWe-introduction,
.Legals-txt,
.Newsletter-form {
  color: #516874;
  font-family: CAVB;
  font-size: 1rem;
  margin: 0 auto;
  max-width: 1000px;
  width: 90%; }
  @media screen and (min-width: 720px) {
    .WhoAreWe-introduction,
    .Legals-txt,
    .Newsletter-form {
      font-size: 1.125rem; } }
  .WhoAreWe-introduction p,
  .Legals-txt p,
  .Newsletter-form p {
    margin: 1.5em 0; }
  .WhoAreWe-introduction a,
  .Legals-txt a,
  .Newsletter-form a {
    color: #516874; }

.WhoAreWe-team {
  color: #516874;
  font-family: CAV;
  list-style: none;
  margin: 3em auto 0 auto;
  padding: 0;
  text-align: center;
  width: 95%; }
  .WhoAreWe-team li {
    display: inline-block;
    margin: 0 0 1em 0;
    padding: 0 10px;
    vertical-align: top;
    width: 190px; }
  .WhoAreWe-team strong {
    display: block;
    font-size: 1.125rem;
    text-align: center; }

.WhoAreWe-teamImg {
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  height: 155px;
  margin: 0 auto 10px auto;
  overflow: hidden;
  padding: 8px;
  width: 155px; }
  .WhoAreWe-teamImg img {
    left: 0;
    max-width: none;
    position: absolute;
    top: 0; }
  .WhoAreWe-teamImg:hover img {
    left: -155px; }
  .WhoAreWe-teamImg .woman,
  .WhoAreWe-teamImg .man {
    background: url("../images/shape-f.svg") center bottom no-repeat;
    background-size: 90px;
    display: block;
    border-radius: 50%;
    height: 100%;
    overflow: hidden;
    position: relative; }
  .WhoAreWe-teamImg .man {
    background-image: url("../images/shape-h.svg");
    background-size: 100px; }

.WhoAreWe-teamFunction {
  color: #383838;
  display: block;
  font-style: italic;
  text-align: center; }

.OurTraining-title {
  color: #8ca0aa;
  padding: 0px 0 40px 0; }
  .OurTraining-title:before {
    background: #8ca0aa; }
  .OurTraining-title span {
    background: #fff; }

.OurTraining-section {
  background: #FFD987;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  padding: 2em 0 3em 0; }
  @media screen and (min-width: 1350px) {
    .OurTraining-section {
      min-height: 440px; } }
  .OurTraining-section h3 span {
    background: #FFD987; }

.Training {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1500px;
  padding: 20px 0 0 0;
  width: 90%; }
  @media screen and (min-width: 1350px) {
    .Training {
      flex-direction: row; } }

.Training-logo {
  text-align: center; }
  @media screen and (min-width: 1350px) {
    .Training-logo {
      padding: 40px 1% 0 0;
      width: 38%; } }
  .Training-logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 250px;
    width: 50%; }

.Training-percent {
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  height: 100px;
  margin: 40px 0 0 0;
  padding: 8px;
  vertical-align: middle;
  width: 100px; }
  @media screen and (min-width: 720px) {
    .Training-percent {
      height: 125px;
      width: 125px; } }
  .Training-percent span {
    border: 1px #ce3230 solid;
    border-radius: 50%;
    box-sizing: border-box;
    color: #ce3230;
    display: block;
    font-family: CAVB;
    font-size: 0.875rem;
    height: 100%;
    padding: 22px 0 0 0;
    text-transform: uppercase;
    text-align: center;
    transform: rotate(-15deg);
    width: 100%; }
    @media screen and (min-width: 720px) {
      .Training-percent span {
        font-size: 1.125rem;
        padding: 26px 0 0 0; } }

.Training-description {
  color: #fff;
  font-family: CAVB;
  font-size: 1rem; }
  @media screen and (min-width: 720px) {
    .Training-description {
      font-size: 1.125rem; } }
  .Training-description p {
    margin: 1.8em 0; }
  @media screen and (min-width: 1350px) {
    .Training-description {
      padding: 20px 0 0 0;
      width: 61%; } }

.CRE {
  background: #B0FF77; }
  .CRE h3 span {
    background: #B0FF77; }
  .CRE .Training-percent span {
    border-color: #026aaa;
    color: #026aaa; }
  .CRE .external-btn {
    color: #026aaa; }

.Catalog {
  background: #FFFB7D;
  min-height: 170px;
  padding: 1em 0 0 0;
  position: relative; }
  .Catalog p {
    color: #516874;
    font-family: CAVB;
    font-size: 1.3em;
    text-align: center; }
  .Catalog a {
    background: #fff;
    border-radius: 50%;
    bottom: -50px;
    box-sizing: border-box;
    display: inline-block;
    height: 100px;
    left: calc(50% - 50px);
    padding: 8px;
    position: absolute;
    transition: opacity 0.2s;
    text-decoration: none;
    width: 100px; }
    @media screen and (min-width: 720px) {
      .Catalog a {
        height: 126px;
        left: calc(50% - 63px);
        width: 126px; } }
    .Catalog a:hover {
      opacity: 0.7; }
    .Catalog a span {
      background-image: url("../images/feuilles.png");
      background-position: center center;
      background-size: 100px 95px;
      background-repeat: no-repeat;
      border: 1px #516874 solid;
      border-radius: 50%;
      box-sizing: border-box;
      display: inline-block;
      height: 100%;
      text-indent: -9999px;
      width: 100%; }
      @media screen and (min-width: 720px) {
        .Catalog a span {
          background-size: 100px 95px; } }

.OurTraining-contact {
  color: #8a9ea8;
  font-size: 1.25rem;
  margin: 60px auto 50px auto;
  text-align: center;
  width: 90%; }
  @media screen and (min-width: 720px) {
    .OurTraining-contact {
      font-size: 1.5rem; } }
  .OurTraining-contact a {
    color: #8a9ea8; }

.MainContent {
  background: #fff;
  margin: 0 0 0 0; }

.NewsletterUnsubscribe {
  margin: 0 auto;
  max-width: 500px;
  width: 100%; }
  .NewsletterUnsubscribe ol {
    list-style: none;
    margin: 0;
    padding: 0; }
  .NewsletterUnsubscribe li {
    margin: 0;
    padding: 0; }
  .NewsletterUnsubscribe label {
    display: block;
    padding: 0 10px 0 0;
    vertical-align: middle; }
    @media screen and (min-width: 720px) {
      .NewsletterUnsubscribe label {
        display: inline-block;
        width: 130px; } }
  .NewsletterUnsubscribe input {
    font-family: CAV;
    font-size: 1rem; }
  .NewsletterUnsubscribe input[type=email] {
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
    width: 100%; }
    @media screen and (min-width: 720px) {
      .NewsletterUnsubscribe input[type=email] {
        width: calc(100% - 140px); } }
  .NewsletterUnsubscribe input[type=submit] {
    background: #8ca0aa;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-family: CAVB;
    font-size: 1.125rem;
    margin: 15px 0 0 0;
    padding: 10px 30px;
    transition: all .2s; }
    @media screen and (min-width: 720px) {
      .NewsletterUnsubscribe input[type=submit] {
        margin-left: 140px; } }
    .NewsletterUnsubscribe input[type=submit]:hover, .NewsletterUnsubscribe input[type=submit]:focus {
      background: #556e7b; }

.Contact-form .information {
  margin: 1em auto;
  font-style: italic;
  width: 90%;
  max-width: 1200px; }

.Contact-form #FormContact {
  width: 90%;
  max-width: 1200px; }

.GenericForm {
  margin: 0 auto;
  max-width: 600px; }
  .GenericForm ol {
    list-style: none;
    margin: 0;
    padding: 0; }
  .GenericForm li {
    display: block;
    margin: 15px 0;
    padding: 0; }
  .GenericForm label {
    background: #8ca0aa;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 1rem;
    padding: 8px 10px;
    vertical-align: middle;
    width: 180px; }
    .GenericForm label.error {
      background: none;
      border-radius: none;
      color: #D40000;
      display: block;
      margin: .2em 0;
      padding: 0;
      text-align: left;
      width: auto; }
  .GenericForm input:not([type=submit]),
  .GenericForm select,
  .GenericForm textarea {
    background: #fff;
    border: 1px #8ca0aa solid;
    box-sizing: border-box;
    font-size: 1rem;
    height: 50px;
    padding: 10px 10px;
    width: 100%; }
    .GenericForm input:not([type=submit]).error,
    .GenericForm select.error,
    .GenericForm textarea.error {
      border: 1px #D40000 solid;
      color: inherit;
      margin: 0;
      text-align: left; }
  @media screen and (min-width: 720px) {
    .GenericForm select {
      width: auto; } }
  .GenericForm textarea {
    height: 150px; }
  .GenericForm input[type=submit] {
    background: #8ca0aa;
    border: none;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-family: CAVB;
    font-size: 1.125rem;
    margin: 0 auto;
    padding: 10px 30px;
    transition: all .2s; }
    .GenericForm input[type=submit]:hover, .GenericForm input[type=submit]:focus {
      background: #556e7b; }

.FormContact {
  max-width: none; }
  @media screen and (min-width: 979px) {
    .FormContact li {
      box-sizing: border-box;
      display: inline-block;
      vertical-align: top;
      width: 50%; }
      .FormContact li:nth-child(odd) {
        padding-right: 3%; }
      .FormContact li:nth-child(even) {
        padding-left: 3%; }
      .FormContact li.big {
        padding: 0;
        width: 100%; } }
  .FormContact li #FormContact_address {
    height: 80px;
    line-height: 29px; }
  .FormContact .hidden {
    display: none; }
  .FormContact .FormContact-message {
    height: 300px; }

/*# sourceMappingURL=style.css.map */