







/* 1a. Containers */





/* 1b. Breakpoints */







/* 1c. Colors */









/* 1d. Typography */











/* 1e. Border */



/* 1f. Corner Radius */



/* 1g. Lists */






/* 1h. Horizontal Rule */



/* 1i. Blockquote */




/* 1j. Buttons */








































/* 1k. Forms */















































/* 1l. Tables */











/* 1m. Site Header */











/* 1n. Site Footer */












/* 1o. Blog */







/*Variable*/
:root {
  --smartphone_menu_height: 0;
  --home_cards_height: 25rem;
  --scrollbarBG: #F5F5F5;
  --thumbBG: #E7135E;
}






.content-wrapper {
  max-width: 1300px;
}
.body-container-wrapper {
  position: relative;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.content-wrapper--narrow {
  max-width: 760px;
}

@media screen and (min-width: 800px) {
  .content-wrapper--narrow {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--blog-index,
.content-wrapper--blog-post {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1300px;
}

@media screen and (max-width: 767px) {
  .dnd-section,
  .content-wrapper--blog-index,
  .content-wrapper--blog-post{
    padding: 20px 20px;
  }
  .row-number-1{
    /*padding: 80px 20px;*/
  }
}





html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #ffffff;
  color: #00326D;
  font-size: 16px;
}


/* Scrollbar */

body::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
  width: 5px;
  background-color: #F5F5F5;
  color
}

body::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #E7135E;
}
body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

/* Paragraphs */

p {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #e7135d;
}

a:hover, a:focus {
  font-weight: normal; text-decoration: underline; font-family: 'Nunito Sans', sans-serif; font-style: normal;
  color: #009E83;
}

a:active {
  font-weight: normal; text-decoration: underline; font-family: 'Nunito Sans', sans-serif; font-style: normal;
  color: #50eed3;
}

a.button:disabled {
  background-color: #f1f1f1;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  color: #00326D;
  text-transform: none;
}



  h1 {
    font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    color: #00326D;
    font-size: 62px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h2 {
    font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    color: #00326D;
    font-size: 42px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h3 {
    font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    color: #00326D;
    font-size: 32px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h4 {
    font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
    color: #00326D;
    font-size: 20px;
    letter-spacing: 1.18px;
    text-transform: none;
  }

  h5 {
    font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    color: #00326D;
    font-size: 20px;
    letter-spacing: 1.18px;
    text-transform: none;
  }

  h6 {
    font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    color: #00326D;
    font-size: 18px;
    letter-spacing: 1.06px;
    text-transform: none;
  }



@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}

/* Lists */

ul,
ol {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}

ul li,
ol li {
  margin: 0.7rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 1.5rem;
}

/* Blockquote */

blockquote {
  border-left: 10px solid #ffb400;
  padding-left: 1.5rem;
}

/* Horizontal Rules */

hr {
  background-color: #d0d0d0;
  color: #d0d0d0;
}





/* Connexion button & inscription button */

a.menu-link p.connexion_button,
a.menu-link p.inscription_button{
  text-align: center;
  transition: all .15s linear;
  padding: 8px 44px;
  margin: 0;
}


/* CTA */

.cta_button:hover{
  background-color: #00f1ca; 
}

/* Primary Button */

button,
.button,
.inscription_button {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(231, 19, 93, 1.0)

;
  border: 1px solid #e7135d;
  border-radius: 50px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 16px;
  padding: 12px 44px;
  text-transform: none;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  color: #f1f1f1;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.inscription_button:hover,
.inscription_button:focus, 
button:active,
.button:active,
.inscription_button:active {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(254, 20, 102, 1.0)

;
  border: 1px solid #fe1466;
  color: #FFFFFF;
}

button:active,
.button:active {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 100, 182, 100);
  background-color: #ff64b6;
  border: 1px solid #fe1466;
  border-color: #ff64b6;
}

/* Secondary Button */

.button.button--secondary,
.connexion_button {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #e7135d;
  border-radius: 50px;
  color: #e7135d;
  fill: #e7135d;
  padding: 12px 44px;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active,
.connexion_button:hover,
.connexion_button:focus,
.connexion_button:active {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(254, 20, 102, 0.0)

;
  border: 1px solid #fe1466;
  color: #fe1466;
  fill: #fe1466;
}

.button.button--secondary:active {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 100, 182, 0);
  border: 1px solid #fe1466;
  border-color: #ff64b6;
  color: #ff64b6;
  fill: #ff64b6;
}

/* Simple Button */

.button.button--simple {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #e7135d;
  fill: #e7135d;
  text-transform: uppercase;
}



  .button.button--simple:after {
    content: none;
  }



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: none;
  color: #009E83;
  fill: #009E83;
}



  .button.button--simple:hover:after,
  .button.button--simple:focus:after,
  .button.button--simple:active:after {
    content: none;
  }



.button.button--simple:active {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: none;
  color: #50eed3;
  fill: #50eed3;
}

/* Button Sizing */

.button.button--small {
  font-size: 14px;
  padding: 12px 44px;
}

.button.button--large {
  font-size: 18px;
  padding: 12px 44px;
}





form {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  border: 1px none #D0D0D0;
  border-radius: 18px;
  padding: 45px 45px;
}

.hs-form-field {
  margin-bottom: 1.5rem;
}

/* Form Title */

.form-title {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px none #D0D0D0;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  color: #e7135d;
  font-size: 32px;
  padding: 25px 25px;
  text-transform: none;
}

/* Labels */

.hs-form-field > label {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  padding: 6px 0px;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
}

/* Form Rich Text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}

/* GDPR Text */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
select,
textarea {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D2E9FC;
  border-radius: 4px;
  color: #00326D;
  font-size: 16px;
  padding: 12px 12px;
}

::-webkit-input-placeholder {
  color: #D0D0D0;
}

::-moz-placeholder {
  color: #D0D0D0;
}

:-ms-input-placeholder {
  color: #D0D0D0;
}

:-moz-placeholder {
  color: #D0D0D0;
}

::placeholder {
  color: #D0D0D0;
}

/* Inputs - Checkbox/Radio */

form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
}

/* Inputs - Datepicker */

.hs-datepicker .is-selected button.pika-button {
  background-color: #ffb400;
}

.hs-datepicker button.pika-button:hover {
  background-color: #e7135d !important;
}

/* Validation */

.hs-input.invalid.error {
  border-color: #ef6b51;
}

.hs-error-msg {
  color: #ef6b51;
}

/* Submit */



  form input[type='submit'],
  form .hs-button {
    font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(231, 19, 93, 1.0)

;
    border: 1px solid #e7135d;
    border-radius: 50px;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding: 12px 44px;
    text-transform: none;
  }

  form input[type='submit']:hover,
  form input[type='submit']:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(254, 20, 102, 1.0)

;
    border: 1px solid #fe1466;
    color: #FFFFFF;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: rgba(255, 100, 182, 100);
    border: 1px solid #fe1466;
    border-color: #ff64b6;
}





  form input[type='submit'],
  form .hs-button {
    font-size: 16px;
    padding: 12px 44px;
  }







table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D2E9FC;
}

th,
td {
  border: 1px solid #D2E9FC;
  color: #00326D;
  padding: 15px 15px;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  border-bottom: 2px none #D2E9FC;
  color: #FFFFFF;
}

tbody + tbody {
  border-top: 2px none #D2E9FC;
}






.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-bottom: 1px none #ffffff;
}

.header__container {
  max-width: none;
  top:0px;
}

@media screen and (max-width: 767px) and (min-width: 575px) {
  .header__container {
    padding: 10px;
  }
  .header__logo .hs-image-widget{
    width: 200px;  
  }
}
@media screen and (max-width: 574px) {
  .header__container {
    padding: 5px;
  }
  .header__logo .hs-image-widget{
    width: 200px;  
  }
}

/* Logo */

.header__logo .logo-company-name {
  color: #00326D;
}

/* Navigation Menu */

.navigation-primary .menu-item a {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00326D;
  font-size: 16px;
  text-transform: none;
}

.navigation-primary .menu-item a:hover,
.navigation-primary .menu-item a:focus {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00326D;
}

.navigation-primary .menu-item a:active {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00326D;
}

.navigation-primary .submenu:not(.level-1) {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:hover,
.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:focus {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(239, 247, 255, 1.0)

;
  color: #00326D;
}

.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:active {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(231, 19, 93, 1.0)

;
  color: #00326D;
}


@media (min-width: 768px) {
  .navigation-primary .submenu:not(.level-1) {
    border: 2px solid #EFF7FE;
  }
}

@media (max-width: 768px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__menu .header__mobile-menu-icon,
  .header__menu .header__mobile-menu-icon:after,
  .header__menu .header__mobile-menu-icon:before,
  .header__menu .menu-arrow-icon,
  .header__menu .menu-arrow-icon:after {
    background-color: #00326D;
  }

  .navigation-primary .submenu.level-1 .menu-item .menu-link:hover,
  .navigation-primary .submenu.level-1 .menu-item .menu-link:focus {
    font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(239, 247, 255, 1.0)

;
    color: #00326D;
  }

  .navigation-primary .submenu.level-1 .menu-item .menu-link:active {
    font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(231, 19, 93, 1.0)

;
    color: #00326D;
  }
}

/* Language Switcher */
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 2px solid #EFF7FE;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00326D;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li:focus a {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00326D;
}

.header__language-switcher .lang_list_class li:hover {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(239, 247, 255, 1.0)

;
  color: #00326D;
}

/* Menu - Site Header */

/*@media screen and (max-width: 767px) {*/
  body .header__navigation-toggle svg,
  body .menu-arrow svg {
    fill: #00326D;
  }
/*}*/





.footer {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  border-top: 1px none #00C6AB;
}

.footer__container {
  max-width: 1300px;
}

.footer__bottom-section {
  border-color: #FFFFFF;
  border-top: 2px solid #EFF7FE;
}

/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a,
.footer div,
.footer span {
  color: #FFFFFF;
}



  .footer h4 {
      font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
      color: #FFFFFF;
      font-size: 12px;
      letter-spacing: 1.06px;
      text-transform: none;
  }



/* Footer Menu */

.footer__navigation a {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 12px;
  text-transform: none;
}


.footer__navigation a:hover,
.footer__navigation a:focus {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}

.footer__navigation a:active {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}


@media screen and (max-width: 767px) {
  .footer__row.footer__row--two,
  .social-links{
    justify-content: center;
  }
}




/* Blog Meta - Author */

.blog-card__author-name,
.blog-post__author-name {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00326D;
}

.blog-post__author-links svg {
  fill: #00326D;
}

.blog-post__author-links a:hover svg {
  fill: #e7135d;
}

/* Tags */

.blog-card__tag-link,
.blog-post__tag-link {
  background-color: 

  
  
    
  


  rgba(255, 180, 0, 0.0)

;
  /* color: #00C6AB; */
}

.blog-card__tag-link:hover {
  color: rgba(254,20,102,1.0);
}


.blog-card__tags svg,
.blog-post__tags svg {
  fill: #ffb400;
}

/* Blog Listing */

.blog-header {
  /* background: #ffb400 url('https://7303166.fs1.hubspotusercontent-na1.net/hubfs/7303166/Session/blog-listing-banner.jpg') no-repeat center center;
  background-size: cover;*/
}

.blog-subheader__author-links a {
  background-color: #e7135d;
}

.blog-subheader__author-links a:hover {
  background-color: #009E83;
}

/* Blog Pagination */

.blog-pagination__link {
  color: #e7135d;
}

.blog-pagination__link:hover {
  color: #009E83;
}

.blog-pagination__link:hover svg,
.blog-pagination__link:focus svg {
  fill: #009E83;
}

.blog-pagination__link:active {
  color: #50eed3;
}

.blog-pagination__link:active svg {
  fill: #50eed3;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #d0d0d0;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #d0d0d0;
}

.blog-pagination__link--active {
  background-color: #e7135d;
  color: #fff;
}

.blog-pagination__link--active:hover {
  color: #fff;
}


/* Blog Post */

.blog-post__image {
  border-radius: 18px;
}





/* Error Pages - Global */

.error-page:before {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* System Pages - Global */

.hs-search-results__title {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  color: #00326D;
}

.hs-search-results__title:hover {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
}

/* Forms in System Pages */

#email-prefs-form h3 {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  padding: 6px 0px;
}

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
  color: #FFFFFF;
}

/* Password Prompt */

.password-prompt input[type='password'] {
  margin-bottom: 1.5rem;
}

/* Backup Unsubscribe */

.backup-unsubscribe input[type='email'] {
  margin-bottom: 1.5rem;
  padding: 12px 12px !important;
}





body .blog-card__title a,
body .blog-card__author-name {
  color: #00326D;
}

/* Icon */

body .icon svg {
  fill: #ffb400;
}

/* Pricing Table */

body .price-block__header {
  background-color: #ffb400;
}

body .billing-selectors__pricing-option input[type='radio']:checked + label:before {
  border-color: #ffb400;
}

/* Image Module */

img {
  max-width: 100%;
}

/* Social Follow */

body .social-links__icon svg {
  fill: #00326D;
}

body .social-links__icon:hover svg {
  fill: #00326D;
}

body .social-links__icon:hover {
  background-color: transparent;
}

/* Statististic */

body .statistic__circle {
  background-color: #d0d0d0;
}

body .statistic__info {
  color: #00326D;
}

body .statistic__bar,
body .statistic__fill,
body .statistic__fill {
  border-color: #ffb400;
}

body .statistic__circle:after {
  background-color: #ffffff
}

/* Testimonial Slider */

body .tns-nav button {
  background-color: #d0d0d0;
}

body .tns-nav .tns-nav-active {
  background-color: #ffb400;
}

/* Home page card */
.home_page__text h1{
  color: #ffffff;
  font-size: 30px;
  margin-top: 0;
}
.home_page__text button{
  margin:0;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin: -22px 5px;
  color: white;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 50%;
  user-select: none;
  background-color: rgba(0,0,0,0.5);
  padding: 3px 10px 0px 8px;
  z-index:2;
}

/* Position the "next button" to the right */
.next {
  padding: 3px 8px 0px 10px;
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color:white;
}

.dots{
  position: relative;
  text-align:center; 
  top: -52px;
}

/* Caption text */
.home_page__text{
  padding: 50px; 
  height: fit-content;
  color: #f2f2f2;
  font-size: 15px;
  position: absolute;
  top:0;
  width: 100%;
  text-align: center;
  z-index: 2;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}


.active{
  background-color: transparent;
}

.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
.mySlides img{
  width: 100%;
  -webkit-filter: brightness(70%); /* Safari 6.0 - 9.0 */
  filter: brightness(70%);
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media screen and (max-width: 1085px) and (min-width: 370px) {
  .home_page__text{
    padding: 20px; 
  }
  .home_page__text h1{
    font-size:27px;
  }
}
@media screen and (max-width: 920px) and (min-width: 370px) {
  .home_page__text h1, .home_page__text p{
    margin-bottom:.8rem;
  }
  .home_page__text h1{
    font-size:24px;
  }
  .home_page__text{
    padding: 15px; 
  }
  .home_page__text .button{
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 370px) {
  .home_page__text{padding: 10px 25px;}
  .home_page__text h1{
    font-size:24px;
  }
  .prev, .next {
    font-size:15px;
  }
  .next{
    padding: 2px 7px 0px 9px;
    margin: -11px 2px;
  }
  .prev{
    padding: 2px 9px 0px 7px;
    margin: -11px 2px;
  }
  .dot{
    width:12px;
    height:12px;
  }
}
@media screen and (max-width: 612px) and (min-width: 370px) {
  .home_page__text h1{
    font-size:22px;
  }
}
@media screen and (max-width: 519px) and (min-width: 370px) {
  .home_page__text{
    padding: 8px 20px;
  }
  .prev, .next {
    font-size:11px;
  }
  .next{
    padding: 2px 5px 0px 6px;
    margin: -11px 2px;
  }
  .prev{
    padding: 2px 6px 0px 5px;
    margin: -11px 2px;
  }
  .dot{
    width:9px;
    height:9px;
  }
  .home_page__text p{
    font-size: 15px;
  }
  .home_page__text .button{
    padding: 4px 9px;
    font-size:14.5px;
  }
  .home_page__text h1, .home_page__text p{
    margin-bottom:.6rem;
  }
}
@media screen and (max-width: 473px) and (min-width: 370px) {
  .home_page__text{
    padding: 8px 20px;
    line-height: 1.25;
  }
  .prev, .next {
    font-size:11px;
  }
  .next{
    padding: 2px 5px 0px 6px;
    margin: -11px 2px;
  }
  .prev{
    padding: 2px 6px 0px 5px;
    margin: -11px 2px;
  }
  .dot{
    width:9px;
    height:9px;
  }
  .home_page__text h1{
    font-size: 20px;
  }
  .home_page__text p{
    font-size: 15px;
  }
  .home_page__text .button{
    padding: 4px 8px;
    font-size:13px;
  }
  .home_page__text h1, .home_page__text p{
    margin-bottom:.4rem;
  }
}
@media screen and (max-width: 450px) and (min-width: 370px){
  .home_page__text{
    padding: 7px 18px;
    line-height: 1;
  }
  .prev, .next {
    font-size:11px;
  }
  .next{
    padding: 2px 5px 0px 6px;
    margin: -11px 2px;
  }
  .prev{
    padding: 2px 6px 0px 5px;
    margin: -11px 2px;
  }
  .dot{
    width:9px;
    height:9px;
  }
/*   .home_page__text h1{
    font-size: 20px;
  }
  .home_page__text p{
    font-size: 15px;
  } */
  .home_page__text .button{
    padding: 4px 8px;
    font-size:13px;
  }
  .home_page__text h1, .home_page__text p{
    margin-bottom:.6rem;
  }
}
@media screen and (max-width: 425px) and (min-width: 370px){
  .home_page__text{
    padding: 7px 18px;
    line-height: 1;
  }
  .prev, .next {
    font-size:11px;
  }
  .next{
    padding: 2px 5px 0px 6px;
    margin: -11px 2px;
  }
  .prev{
    padding: 2px 6px 0px 5px;
    margin: -11px 2px;
  }
  .dot{
    width:9px;
    height:9px;
  }
/*   .home_page__text h1{
    font-size: 16px;
  }
  .home_page__text p{
    font-size: 13px;
  } */
  .home_page__text .button{
    padding: 4px 8px;
    font-size:12.5px;
  }
  .home_page__text h1, .home_page__text p{
    margin-bottom:.4rem;
  }
}
@media only screen and (max-width: 370px) {
  .home_page__text{
    position:relative;
    color: #00326d;
    padding:0;
  }
  .home_page__text h1{
    color: #00326d;
  }
  .home_page__text .button{
    margin: 0 0 1.5rem;
  }
}
.body-wrapper > main{
    top: 105px;
    margin-bottom: 105px; 
}
@media screen and (max-width: 767px) {
    .body-wrapper > main{
        top: 74px;
        margin-bottom: 74px; 
    }
}
@media screen and (max-width: 767px) {
    .body-wrapper > main{
        top: 74px;
        margin-bottom: 74px; 
    }
}
@media screen and (max-width: 574px) {
    .body-wrapper > main{
        top: 64px;
        margin-bottom: 64px; 
    }
}
.card__title > div {
    font-family: 'Nunito Sans',sans-serif;
    font-style: normal;
    font-weight: 800;
    text-decoration: none;
    color: #00326d;
    font-size: 32px;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 1.25;
    margin: 0 0 1.5rem; 
}
.card__title > div span{
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    text-decoration: none;
    color: #00326D;
    font-size: 20px;
    letter-spacing: 1.18px;
    text-transform: none;
    display: block;
    margin-top: 1.5rem;
}

/*
 * Responsive du formulaire présent dans la page d'acceuil
 * */

@media (min-width: 768px) and (max-width: 1139px) {
  .dnd_area-row-0-vertical-alignment > .row-fluid {
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: flex !important;
    flex-direction: column !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid .span5 {
    width: 97%;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid .span7 {
    width: 97%;
  }
}