

/*

SOMMAIRE
--------------------
A. VARIABLES
B. CONTAINER / GRID
C. STYLES
D. COMMON MODULES
E. MODULE COMPOSANT
F. MODULE SECTION
G. PARTIALS
H. TEMPLATES

*/

/*************************************************
A. VARIABLES
*************************************************/

/* 1a. Containers */



/* 1b. Colors */







/* 1c. Typography */









/* 1d. Buttons */






/* 1e. Forms */












/* 1f. Tables */








/* 1g. Site header */




/* 1h. Site footer */



.txt-primary__color { color:#1A0335;  }
.txt-secondary__color { color:#A855F7; }
.txt-tertiary__color { color:#70e9e6;  }
.txt-anchor__color { color:#004AF2; }
.txt-hightlighter__color { color:#fbfc83; }
.txt-smooth__color { color:#6A6A90; }
.txt-white__color{ color:#FFF; }
.txt-softgrey__color{ color:#F4F4F8; }

.bg-primary__color { background:#1A0335; }
.bg-secondary__color { background:#A855F7; }
.bg-tertiary__color { background:#70e9e6; }
.bg-anchor__color { background:#004AF2; }
.bg-hightlighter__color { background:#fbfc83; }
.bg-smooth__color { background:#6A6A90; }
.bg-white__color{ background:#FFF; }
.bg-softgrey__color{ background:#F4F4F8; }

.border-primary__color { border-color:#1A0335; }
.border-secondary__color { border-color:#A855F7; }
.border-tertiary__color { border-color:#70e9e6; }
.border-anchor__color { border-color:#004AF2; }
.border-hightlighter__color { border-color:#fbfc83; }
.border-smooth__color { border-color:#6A6A90; }
.border-white__color { border-color:#FFF; }
.border-softgrey__color{ border-color:#F4F4F8; }

.stroke-primary__color { stroke:#1A0335;  }
.stroke-secondary__color { stroke:#A855F7; }
.stroke-tertiary__color { stroke:#70e9e6;  }
.stroke-anchor__color { stroke:#004AF2; }
.stroke-hightlighter__color { stroke:#fbfc83; }
.stroke-smooth__color { stroke:#6A6A90; }
.stroke-white__color { stroke:#FFF; }
.stroke-softgrey__color{ stroke:#F4F4F8; }

.fill-primary__color { fill:#1A0335;  }
.fill-secondary__color { fill:#A855F7; }
.fill-tertiary__color { fill:#70e9e6;  }
.fill-anchor__color { fill:#004AF2; }
.fill-hightlighter__color { fill:#fbfc83; }
.fill-smooth__color { fill:#6A6A90; }
.fill-white__color{ fill:#FFF; }
.fill-softgrey__color{ fill:#F4F4F8; }


.unset {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.width-40px{  width:40px; }
.height-40px{  height:40px; }
.p-relative { position: relative; }
.pt-30 { padding-top: 30px;}
.pb-30 { padding-bottom: 30px;}
.pl-30 { padding-left: 30px;}
.pr-30 { padding-right: 30px;}

/*************************************************
B. CONTAINER / GRID
*************************************************/

.content-wrapper {
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

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

/* PADDING */
.p-0{ padding:0; }
.pb-0{ padding-bottom:0; }
.pt-0{ padding-top:0; }
.pl-0{ padding-left:0; }
.pr-0{ padding-right:0; }

.p-5{ padding:5px; }
.pb-5{ padding-bottom:5px; }
.pt-5{ padding-top:5px; }
.pl-5{ padding-left:5px; }
.pr-5{ padding-right:5px; }

.p-10{ padding:10px; }
.pb-10{ padding-bottom:10px; }
.pt-10{ padding-top:10px; }
.pl-10{ padding-left:10px; }
.pr-10{ padding-right:10px; }

.p-15{ padding:15px; }
.pb-15{ padding-bottom:15px; }
.pt-15{ padding-top:15px; }
.pl-15{ padding-left:15px; }
.pr-15{ padding-right:15px; }

.p-20{ padding:20px; }
.pb-20{ padding-bottom:20px; }
.pt-20{ padding-top:20px; }
.pl-20{ padding-left:20px; }
.pr-20{ padding-right:20px; }

.p-40{ padding:40px; }
.pb-40{ padding-bottom:40px; }
.pt-40{ padding-top:40px; }
.pl-40{ padding-left:40px; }
.pr-40{ padding-right:40px; }


/* MARGIN */
.ml-auto{ margin-left:auto; }
.mr-auto{ margin-right:auto; }

.m-0{ margin:0; }
.mb-0{ margin-bottom:0; }
.mt-0{ margin-top:0; }
.ml-0{ margin-left:0; }
.mr-0{ margin-right:0; }

.m-5{ margin:5px; }
.mb-5{ margin-bottom:5px; }
.mt-5{ margin-top:5px; }
.ml-5{ margin-left:5px; }
.mr-5{ margin-right:5px; }

.m-10{ margin:10px; }
.mb-10{ margin-bottom:10px; }
.mt-10{ margin-top:10px; }
.ml-10{ margin-left:10px; }
.mr-10{ margin-right:10px; }

.m-15{ margin:15px; }
.mb-15{ margin-bottom:15px; }
.mt-15{ margin-top:15px; }
.ml-15{ margin-left:15px; }
.mr-15{ margin-right:15px; }

.m-20{ margin:20px; }
.mb-20{ margin-bottom:20px; }
.mt-20{ margin-top:20px; }
.ml-20{ margin-left:20px; }
.mr-20{ margin-right:20px; }

.m-40{ margin:40px; }
.mb-40{ margin-bottom:40px; }
.mt-40{ margin-top:40px; }
.ml-40{ margin-left:40px; }
.mr-40{ margin-right:40px; }

/*************************************************
C. STYLES
*************************************************/
html {
  font-size: 17px;
}

body {
  font-family: Raleway; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1A0335;
  padding:0;
}

p {
  font-family: Raleway; font-style: normal; font-weight: normal; text-decoration: none;
}

a {
  color: #004AF2;
}

a:hover,
a:focus {
  color: #0022ca;
  text-decoration:none;
}

a:active {
  color: #2872ff;
}

a.link_nurturing{
  color:#1A0335;
  border-left-width:4px;
  border-left-color:#70e9e6;
  border-left-style:solid;
  padding:0 15px 0 5px;
  margin:10px 0;
  display:inline-block; 
  text-decoration:none;
  position:relative;
  transition:0.2s all;
}

a.link_nurturing:hover{
  border-left-width:8px;
  font-weight:bold;
}

a.footer__icons-social{
  width:40px;
  height:40px;
  border:2px solid #fff;
}

/* TEXT STYLE */
.txt-bold{ font-weight:bold; }
.txt-up{ text-transform: uppercase; }

/* TEXT ALIGNEMENT */
.txt-center{ text-align: center;}
.txt-left{ text-align: left;}
.txt-right{ text-align: right;}

/* BORDERS */
.border-solid { border-style: solid; }

.border-thin{ border-width: 1px;  }
.border-medium{ border-width: 2px;  }
.border-large{ border-width: 3px;  }
.border-xl{ border-width: 10px;  }

.border-left{ border-left-style: solid;  }
.border-right{ border-right-style: solid;  }
.border-top{ border-top-style: solid;  }
.border-bottom{ border-bottom-style: solid;  }
.bordered{ border-style: solid; } 

.no-border{ border:none !important; }

.border-radius_0 { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.border-radius_1 { -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }
.border-radius_2 { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.border-radius_3 { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.border-radius_4 { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.border-radius_5 { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

/* BACKGROUND */
.bg-cover { min-height: 100%;  min-width: 100%;  background-repeat: no-repeat;  background-position: center;  background-size: cover;}
.bg-contain {  min-height: 100%;  min-width: 100%;  background-repeat: no-repeat;  background-position: center;  background-size: contain;}
.bg-object__fit__content{  width: 100%;  height: 100%;  object-fit: cover;}
.bg-rounded{  border-radius:50%;}

/* BOX SHADOW */
.box-shadow{  box-shadow: 3px 3px 10px #6d6d6e12;}

/* HEIGHT */
.height-100{  height: 100%;}
.width-100{  width: 100%;}
.height-2px{ height:2px; }
.height-60px{  height: 60px; }
.height-100px{  height: 100px; }
.height-150px{  height: 150px; }
.height-200px{  height: 200px;}
.height-300px{  height: 300px;}
.height-400px{  height: 400px;}
.width-40{  width:40px;}
.width-60px{  width:60px; }
.width-100px{  width:100px; }
.width-150px{  width:150px; }

@media screen and (max-width:991px) {
  .height-150px{  height: 75px; }
  .width-150px{  width:75px; }
}

/* BASELINE */
span.dot{ display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin:0 5px;}
span.mini_dot{  display: inline-block;  width: 4px;  height: 4px; border-radius: 50%;  margin:0 5px; }

.heading{  border-bottom:solid 3px #70e9e6;  font-weight:bold;  padding-bottom:10px; display:inline-block; }
.baseline{  display:inline-block;  margin-bottom:30px;}

@media (min-width: 992px){
  .baseline{    margin-bottom:0;}
}

/*************************************************
C - COMMON MODULES
*************************************************/

/******** C.1 - HEADING   ***********************/

h1 {
  font-weight: 700; text-decoration: none; font-family: Quicksand; font-style: normal;
  color: #1A0335;
  font-size: 30px;
}

h2 {
  font-weight: normal; text-decoration: none; font-family: Quicksand; font-style: normal;
  color: #1A0335;
  font-size: 27px;
  line-height:1.2;
}

h3 {
  font-weight: normal; text-decoration: none; font-family: Quicksand; font-style: normal;
  color: #1A0335;
  font-size: 24px;
  line-height:1.2;
}

h4 {
  font-weight: normal; text-decoration: none; font-family: Quicksand; font-style: normal;
  color: #1A0335;
  font-size: 21px;
  line-height:1.2;
}

h5 {
  font-weight: normal; text-decoration: none; font-family: Quicksand; font-style: normal;
  color: #1A0335;
  font-size: 19px;
  line-height:1.2;
}

h6 {
  font-weight: normal; text-decoration: none; font-family: Quicksand; font-style: normal;
  color: #1A0335;
  font-size: 18px;
  line-height:1.2;
}

.txt-sizeup1 {
  font-size: 30px;
  line-height:1.2;
}

.txt-sizeup2 {
  font-size: 27px;
  line-height:1.2;
}

.txt-sizeup3 {
  font-size: 24px;
  line-height:1.2;
}

.txt-sizeup4 {
  font-size: 21px;
  line-height:1.2;
}

.txt-sizeup5 {
  font-size: 19px;
  line-height:1.2;
}

.txt-sizeup6 {
  font-size: 18px;
  line-height:1.2;
}

.txt-sizemin1{
  font-size:14px;
}

.txt-sizemin2{
  font-size:12px;
}

@media (max-width: 991px){

  html {
    font-size:14px; 
  }

  h1, .txt-sizeup1 {
    font-size:25px;
  }

  h2, .txt-sizeup2 {
    font-size:23px;
  }

  h3, .txt-sizeup3 {
    font-size:21px;
  }

  h4, .txt-sizeup4 {
    font-size:19px;
  }

  h5, .txt-sizeup5 {
    font-size:17px;
  }

  h6, .txt-sizeup6 {
    font-size:16px;
  }

  .txt-sizemin1{
    font-size:12px;
  }

  .txt-sizemin2{
    font-size:11px;
  }

}

/******** C.2 - RICH TEXT   ***********************/

/* BLOCKQUOTE */
blockquote{
  width:50%;
  font-style:italic;
  margin:20px;
}

blockquote p{
  font-style:italic;
}

blockquote:before {
  content:"";
  background-image:url(https://7592615.fs1.hubspotusercontent-na1.net/hubfs/7592615/THEME_247/Icons/quote-titulaire.svg);
  width:25px;
  height:25px;
  display:block;
  background-size:contain;
  background-repeat:no-repeat;
  margin-bottom:10px;
}

/* LIST */
.hs_cos_wrapper_type_rich_text a{
  color:#1A0335;
  border-bottom:solid 1px #004AF2;
}

.hs_cos_wrapper_type_rich_text a:hover,
.hs_cos_wrapper_type_rich_text a:focus{
  font-weight:bold;
  border-bottom:solid 3px #004AF2;
}

.hs_cos_wrapper_type_rich_text ul li {
  list-style:none;
  margin-bottom:5px;
  position:relative;
}

.hs_cos_wrapper_type_rich_text ul li::before {
  content:".";
  text-indent:-100000px;
  display:block;
  color:#A855F7;
  background-color: #A855F7;
  font-weight: bold;
  width:7px;
  height:7px;
  top:7px;
  left:-20px;
  border-radius: 50%;
  position:absolute;
}

.hs_cos_wrapper_type_rich_text ol li {
  list-style:none;
  margin-bottom:5px;
  counter-increment: step-counter;
  position:relative;
}

.hs_cos_wrapper_type_rich_text ol li::before {
  content: counter(step-counter);
  background-color: #A855F7;
  color: #FFF;
  display:block;
  font-weight: bold;
  width:20px;
  height:20px;
  top:0;
  left:-30px;
  font-size:14px;
  line-height:20px;
  border-radius: 50%;
  position:absolute;
  text-align:center;
}

/******** C.3 - CTA   ************************/
/* Le style est géré directement dans le CTA */



/******** C.4 - BUTTON   ***********************/
button,
.button,
.hs-button  {
  display: inline-block;
  background-color: 

  
  
    
  


  rgba(26, 3, 53, 1.0)

;
  border: 2px solid #1A0335;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 12px 35px;
  box-shadow: 2px 2px 2px #10104F33;
  transition: all 0.5s;
  font-weight: 700; text-decoration: none; font-family: Raleway; font-style: normal;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:focus,
.hs-button:hover {
  box-shadow: 3px 3px 6px #10104F26;
  color: #FFFFFF;
  text-decoration:none;
  border:2px solid #6A6A90;
}

button:active,
.button:active,
.hs-button:active {
  box-shadow: 4px 4px 14px #10104F65;
}

/******** C.5 - FORMS   ***********************/

form,
.submitted-message {
  font-family: Raleway; font-style: normal; font-weight: normal; text-decoration: none;
}

h3.form-title {
  background-color: #1A0335;
  color: #FFFFFF;
  padding:20px;
  text-align:center;
  margin-bottom:0;
}

form{
  padding:20px;
  background:#F4F4F8;
}

form .hs-form-field > label {
  font-weight: 700; text-decoration: none; font-family: Raleway; font-style: normal;
  color: #10104F;
}

form .hs-form-field:focus-within > label{
  color: #70e9e6;
}

form legend {
  color: ;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  border-color: #6A6A90;
  color: #1A0335;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  border-color: #1A0335;
}

.hs-error-msg{
  font-size: 14px;
  color:{font=Raleway, font_set=GOOGLE, styles={font-family=Raleway, font-style=normal, font-weight=normal, text-decoration=none}, size=14, size_unit=px, color=#70e9e6, variant=null, fallback=null, style=font-family: Raleway; font-style: normal; font-weight: normal; text-decoration: none, css=color: #70e9e6;font-size: 14px;font-family: Raleway;};
  font-family: Raleway; font-style: normal; font-weight: normal; text-decoration: none;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #1A0335;
}

.fn-date-picker td.is-selected .pika-button {
  background: #1A0335;
}

.fn-date-picker td .pika-button:hover {
  background-color: #1A0335 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #1A0335;
}

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(26, 3, 53, 1.0)

;
  border: 2px solid #1A0335;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 12px 35px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(0, 0, 13, 1.0);
  border-color: #00000d;
  color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(66, 43, 93, 1.0);
  border-color: #422b5d;
  color: #FFFFFF;
}

form .hs-error-msgs li {
  margin:0px;
}

/******** C.6 - TABLES   ***********************/

table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
  border-color: #1A0335;
}

td {
  border-color: #1A0335;
  color: #1A0335;
}

table tr:first-child {
  background-color: 

  
  
    
  


  rgba(26, 3, 53, 1.0)

;
  border-bottom-color: #1A0335;
  padding:4px 0;
}

table tr:first-child td{
  color: #FFFFFF;
  border-right:solid 1px #FFF;
}

tbody + tbody {
  border-top-color: #1A0335;
}


/******** C.7 - IMAGES   ***********************/

img{
  max-width:100%;
  height:auto;
}

.widget-type-linked_image a{
  position:relative;
  display:block;
}

.widget-type-linked_image a:hover:before{
  content:".";
  position:absolute;
  width:100%;
  top:0;
  left:0;
  bottom:0;
  background:rgba(16, 16, 79,0.4);
}

.widget-type-linked_image a:hover:after{
  content:".";
  position:absolute;
  height:100px;
  width:100px;
  bottom:-10px;
  right:-10px;
  background-size:contain;
  background-image:url('https://7592615.fs1.hubspotusercontent-na1.net/hubfs/7592615/THEME_247/Icons/Bouton-image-TEMPLATE.svg');
}

/*******  C.8 - GALLERY  *************************************************/
/* Le module de gallerie images natif d'HubSpot n'est pas utilisable 
car il entre en conflit avec les autres carousel développés pour le site.*/ 



/******** C.9 - DIVIDER   ***********************************************/


/******** C.10 - VIDEO   *************************************************/
.hs-oembed__starter{     
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
  display: block;
  padding-bottom: 56.25%;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s ease-in;
  box-shadow: 0 0 0 7px #1A0355;
}

/******** C.11 - MEETINGS   ***********************************************/




/*************************************************
D. MODULES SECTION
*************************************************/

/******** D.01 - COMPOSANT CUSTOM BUTTON ***********/
.custom_button{ font-weight:bold; display:inline-flex; border-style:solid; border-width:2px; border-color:transparent; margin:5px;  transition: all 0.5s;}
.custom_button:hover{  text-decoration: none; box-shadow: 3px 3px 6px #10104F26; }

.custom_button.medium{ padding:13px 35px; border-radius:5px; }
.custom_button.small{ padding:10px 16px; border-radius:3px; }

.custom_button.bg-primary{ background-color:#1A0335; color:#fff; }
.custom_button.bg-primary:hover{  background-color:#FFFFFF; color:#1A0335; border:2px solid; border-color: #1A0335;  }
.custom_button.bg-primary.ghost{  background:transparent; border-color:#1A0335; color:#1A0335; }
.custom_button.bg-primary.ghost:hover{  background:#1A0335; color:#FFF; }

.custom_button.bg-secondary{ background-color:#A855F7;  color:#1A0335;}
.custom_button.bg-secondary:hover{  background-color:#FFF; border-color: #A855F7;}
.custom_button.bg-secondary.ghost{  background:transparent; border-color:#A855F7; color:#1A0335; }
.custom_button.bg-secondary.ghost:hover {  background:#A855F7; }

.custom_button.bg-tertiary{  background-color:#70e9e6;  color:#FFF;}
.custom_button.bg-tertiary:hover{  background-color:#FFF;  color:#70e9e6;  border-color: #70e9e6;}
.custom_button.bg-tertiary.ghost{  background:transparent; border-color:#70e9e6;  color:#70e9e6;}
.custom_button.bg-tertiary.ghost:hover{  background:#70e9e6;  color:#FFF;}


/******** 2.02 - COMPOSANT TEMOIGNAGE ***********/
/* 
Tout le style est géré directement sur le module HTML 
Pas besoin de surcharge
*/



/******** 2.03 - COMPOSANT TEAM ****************/
.team-card--single{
  max-width:400px;
}
.team-card .image {
  height:200px;
}
.team-card .image img{
  height:100%;
  width:100%;
}
.team-card .content {
  border:1px solid;
  border-color: #6A6A90;
  border-top:none;
  height:calc(100% - 200px);
}


/******** 2.04 - COMPOSANT CHIFFRES CLES *******/

.key .figure{
  font-size:50px;
  line-height:1;
}
.key svg{ 
  fill:#70e9e6; 
  width:30px;
}


/******** 2.05 - COMPOSANT FAQ *****************/
.accordion__item {
  border: 1px solid #6A6A90;
  position: relative;
}

.accordion__item .icon {
  position: absolute;
  right: 0px;
  line-height: 1;
  font-size: 30px;
  font-weight: initial;
  top: 0;
  width: 40px;
  height: 100%;
  transition: all .2s ease-out;
}

.accordion__item .icon:after {
  content: "+";
}

.accordion__item.item-open .icon:after {
  content: "-";
}

.accordion__item {
  box-shadow: 0px 3px 6px #6A6A9033;
  margin-bottom: 10px;
}

.accordion__trigger {
  position: relative;
}

.accordion__trigger:hover {
  cursor: pointer;
}

.accordion__collapse {
  display: none;
}


/******** 2.06 - COMPOSANT TIMELINE ************/
/*------Timeline component---------*/
.timeline__items {
  position:relative;
}
.timeline__content {
  margin-top:30px;
  padding-left:90px;
}
.timeline-items__inner {
  flex:0 0 100%;
  opacity:.5;
  transition:all .4s ease-out;
}
.timeline__items__col {
  min-height:100px;
}
.timeline__items__col.odd {
  justify-content: flex-end;
}
.timeline__items__col.even {
  justify-content: flex-start;
}
.desktop .timeline__content {
  padding-left:30px;
}


/*---Initial Elements----*/
.timeline__items:before {
  content:"";
  position:absolute;
  width:16px; 
  height:16px;
  border-radius:50%;
  background:#6A6A90;
  left:calc(-30px - 8px);
  top:8px;
  z-index:2;
  transition:all .4s ease-out;
}
.timeline__items.vertical:before {
  left:calc(-30px - 8px);
}
.timeline__items:not(:last-child) .timeline-items__scroller {
  position:absolute;
  background:#dbdbdb;
  width:2px;
  height:100%;
  left:-31px;
  top:8px;
}
.timeline__items:not(:last-child) .timeline-items__scroller:before {
  content:"";
  height:0px;
  background:#70E9E6;
  position:absolute;
  top:0px;
  left:-1px;
  right:-1px;
  transition:all .4s ease-out;
}
.timeline__items:not(:last-child) .timeline-items__scroller:after {
  content:"";
  height:0px;
  position:absolute;
  top:0px;
  left:-1px;
  border-left:4px dashed #70E9E6;
  transition:all .4s ease-out;
}

/*---Active Elements----*/
.timeline__items.active .timeline-items__inner {
  opacity:1;
}
.timeline__items.active:before {
  content:"";
  position:absolute;
  width:28px; 
  height:28px;
  border-radius:50%;
  background:#70E9E6;
  left:calc(-30px - 14px);
  top:0px;
}
.timeline__items.vertical.active:before {
  left:calc(-30px - 14px);
}
.timeline__items:not(:last-child).active .timeline-items__scroller:after {
  height:100%;
}


/*---Passed Elements----*/
.timeline__items.passed:not(:last-child) .timeline-items__scroller:before {
  height:100%;
}


/*----No Animation Style-----*/
.scroll-step-noanim.timeline__items:before {
  content:"";
  position:absolute;
  width:16px; 
  height:16px;
  border-radius:50%;
  background:#6A6A90;
  left:calc(-30px - 8px);
  top:8px;
  z-index:2;
  transition:all .4s ease-out;
}
.scroll-step-noanim.timeline__items .timeline-items__inner {
  opacity:1;
}
.scroll-step-noanim.timeline__items.timeline__items:not(:last-child) .timeline-items__scroller {
  background:#70E9E6;
}

/*----Media queries----*/
@media (min-width: 768px) {
  .desktop .timeline__content {
    padding-left:0px;
  }
  .desktop .timeline-items__inner {
    flex:0 0 45%;
  }
  .desktop .timeline-items__inner.even {
    text-align:right;
  }
  .desktop .timeline__items:not(:first-child):before {
    left:calc(50% - 8px);
  }
  .desktop .timeline__items:not(:first-child).active:before {
    left:calc(50% - 14px);
  }
  .desktop .timeline__items:not(:last-child) .timeline-items__scroller {
    left:calc(50% - 1px);
  }
  .desktop .timeline__starter {
    height:100px;
  }
  .desktop .timeline__start-dot {
    left:calc(50% - 20px);
  }
  .timeline__items.vertical.active:before {
    left:calc(50% - 14px);
  }
  .timeline__items.vertical:before {
    left:calc(50% - 8px);
  }
}


/******** 2.07 - COMPOSANT CARD IMAGE & TEXT *****/
.composant-card-txt-icon hr{
  width:50px;
  margin:10px auto;
  height:3px;
}



/******** 2.xx - BLOG CARD ******************************/ 
.card{
  display:block;
}


.card__body{
  padding:20px;
  border:1px solid #6A6A90;
  border-left:none;
  transition:all .2s ease-out;
}

.card__category{
  margin-bottom:15px;
}

.card__subtitle svg{
  display:block;
}

.card__readmore svg{
  width:10px;
  height:10px;
}

@media (max-width:768px) {
  .card .no-pad-mob {
    padding-left:0px;
  }
}
@media (min-width:768px) {
  .card__body{
    padding:20px 50px 20px 20px;
  }
  .card__category{
    flex: 0 0 100px;
    margin-bottom:0px;
  }
  .blog-index__post .card:hover .card__body {
    background:#F4F4F8;
    border:1px solid #F4F4F8;
  }
  .blog-index__post .card:hover .card__readmore {
    text-decoration:underline;
    text-decoration-color:#70E9E6;
  }
}

/********* 2.xx - Gobal breadcrumbs  **************************/
.breadcrumb{ list-style:none; padding:0; }
.breadcrumb.white li a:hover span{ color:#FFF; }
.breadcrumb.primary li a:hover span{ color:#1A0335; }
.breadcrumb svg{ height:10px; display: block; }

/*************************************************
3. MODULES SECTION
*************************************************/


/********* 3.01 - Hero Banner Homepage  ************/

.herobanner__home{
  position:relative;
  padding:100px 0;
}

.herobanner__home-redirect{
  position:absolute;
  bottom:0;
  right:0;
  background:#F4F4F8;
  padding:10px 15px;
}

.herobanner__home-redirect .link_nurturing{
  margin:0;

}

.herobanner__home-links__card {
  background: #FFFFFF;
  border: 0.5px solid #70e9e6;
  border-radius: 3px;
  flex:0 0 100%;
  transition:all 0.2s;
}

.herobanner__home-links__card svg{
  width:60px;
  height:60px;
  display:block;
  fill:#70e9e6;
}

.herobanner__home-links__card:hover{
  background:#70e9e6;
}
.herobanner__home-links__card:hover span{
  color:#FFF;
}

.herobanner__home-links__card:hover svg{
  fill:#FFF;
}

@media screen and (min-width: 576px){
  .herobanner__home-links__card {
    flex:0 0 48%;
  }
}


.herobanner__home-links__card_avantages {
  background: #FFFFFF;
  border-radius: 8px;
  flex:0 0 100%;
  transition:all 0.2s;
}

.herobanner__home-links__card_avantages svg{
  width:60px;
  height:60px;
  display:block;
  fill:#70e9e6;
}



@media screen and (min-width: 576px){
  .herobanner__home-links__card_avantages {
    flex:0 0 48%;
  }
}

/********* 3.02 - Hero Banner Profile  **************************/
.herobanner__profile .breadcrumb {
  margin-bottom:40px;
}
.herobanner__profile-row{
  padding:100px 0;
}

.hero-banner-profil__card-item{
  flex:0 0 100%;
}
.hero-banner-profil__card-item svg {
  height:30px;
  width:30px;
}
@media (min-width:768px) {
  .hero-banner-profil__card-item{
    flex:0 0 30%;
  }
}

/********* 3.03 - Hero Banner Partner  ************/
.herobanner__partner {
  position:relative;
}

.herobanner__partner:before {
  content:"";
  position:absolute;
  z-index:1;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:linear-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0.7));
}

.herobanner__partner-row{
  padding:100px 0;
  position:relative;
  z-index:3;
}

.herobanner__partner__movie {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  object-fit: cover;
  display:none;
}

@media (min-width:768px) {
  .herobanner__partner__movie {
    display:block;
  }
}
@media (min-width:1140px) {
  .herobanner__partner-row{
    padding:200px 0;
  }
}


/********* 3.04 - Choix de parcours  **************************/
.journey-cards{
  padding:100px 0;
}
.journey_card {
  display:block;
  border-radius:3px;
}

.journey_card:hover .journey_card-bottom{
  transition:all 0.5s;
}

.journey_card .icon svg{
  width:40px;
}

@media screen and (min-width: 768px){
  .journey_card:hover .journey_card-bottom{
    background-color:#70e9e6;
  }

  .journey_card:hover .journey_card-bottom .label {
    color:#FFF;
  }

  .journey_card:hover .journey_card-bottom .arrow {
    fill:#FFF;
  }
}

/********* 3.07 - SECTION TEMOIGNAGE  *********************/

/********* 3.08 - SECTION CHIFFRES CLES *******************/
/* Key Figure */
.key img {
  height: 20px;
  width: auto;
  margin-left: 3px;
}

/* End Key Figure */
.section-key-figure .bg-container {
  position: relative;
}

.section-key-figure .bg-cover {
  position: absolute;
  min-height: 80%;
  left: -20px;
}

.section-key-figure .bg-cover img {
  position: absolute;
  height: 70px;
  width: auto;
  top: 10px;
  right: 10px;
}

.section-key-figure .heading {
  border: none;
}

/*----Media queries------*/
@media (min-width: 768px) {
  .section-key-figure .bg-cover {
    position: relative;
    margin-top: -30%;
    min-height: 100%;
  }

  .section-key-figure .bg-cover img {
    height: 80px;
  }
}

/********* 3.09 - SECTION LOGOS CLIENTS *******************/
.slider-img__item img { max-width:140px; max-height:100px; margin:0 auto; }
.slider-clients__slider-img { position:relative; }
.slider-clients__prev,
.slider-clients__next { position:absolute; height:24px; width:auto; }
.slider-clients__prev,
.slider-clients__next { top:calc(50% - 12px); }
.slider-clients__prev { left:0px; }
.slider-clients__next { right:0px; }
.slider-clients .slick-dots { margin-top:20px; }


/*----Media queries----*/
@media (min-width: 768px) {
  .slider-clients__slider-img { padding:0 50px; }
  .slider-img__item { min-height:110px; }
  .slider-img__item img { max-width:180px; }
}

/********* 3.09 - SECTION PARTNERS *******************/
.slider-partners__logo img { max-width:140px; max-height:100px; margin:0 auto; }
.slider-partners__slick { position:relative; }
.slider-partners__prev,
.slider-partners__next { position:absolute; height:24px; width:auto; }
.slider-partners__prev,
.slider-partners__next { top:calc(50% - 12px); }
.slider-partners__prev { left:0px; }
.slider-partners__next { right:0px; }
.slider-partners .slick-dots { margin-top:20px; }
.slider-partners .cp_card-partner { text-align:center; }
.slider-partners p { margin-top:10px; color:#1A0355; font-weight:bold; }


/*----Media queries----*/
@media (min-width: 768px) {
  .slider-partners__slick { padding:0 50px; }
  .slider-partners__logo { min-height:110px; }
  .slider-partners__logo img { max-width:180px; }
}

/********* 3.10 - SECTION TIMELINE (cf 2.06)*******************/

/********* 3.11 - SECTION TEAM MEMBERS*******************/
/*Tout le style du module est géré dans le HTML*/

/********* 3.12 - CARROUSEL CTA *******************/
.slider-conv__slider-cta {
  position: relative;
}

.slider-cta__image {
  min-height:250px;
}
.slider-cta__item .content-border {
  border:1px solid;
  border-color: #6A6A90;
}

.slider-cta__content {
  padding:30px 20px 30px;
  background: #fff;
  box-shadow: 0px 3px 20px #00000029;
}

.slider-content__logo {
  max-height: 60px;
  width: auto;
  opacity: .4;
  margin-bottom: 40px;
}

.slider-cta__content h3 {
  margin-bottom: 7px;
}

.slider-conv__slider-cta .slider-cta__prev,
.slider-conv__slider-cta .slider-cta__next {
  display: none!important;
}

@media (min-width: 768px) {
  .slider-cta__content {
    margin-bottom: 0px;
  }
  .slider-cta__item .content-border {
    border-left:none;
  }
  .slider-cta__image {
    min-height:100%;
  }
}

@media (min-width: 991px) {
  .slider-cta__content {
    padding: 80px 35px;
    box-shadow: none;
  }
  .slider-conv__slider-cta ul.slick-dots {
    position: absolute;
    bottom: -40px;
    left: 0px;
    right: 0px;
  }
  .slider-conv__slider-cta .slider-cta__prev,
  .slider-conv__slider-cta .slider-cta__next {
    display: block!important;
    position: absolute;
    z-index: 3;
    bottom: -40px;
    top: initial;
  }
  .slider-conv__slider-cta .slider-cta__prev {
    left: 40%;
  }
  .slider-conv__slider-cta .slider-cta__next {
    right: 40%;
  }
}

/********* 3.13 - CARROUSEL ICON CTA *******************/

.icon-cta-slider {
  position: relative;
}

.icon-cta-slider__item {
  padding: 220px 30px 30px;
  background-size: cover;
  background-position: 0 -60px;
  background-repeat: no-repeat;
}

.icon-cta-slider__slider-content {
  padding: 20px 20px 35px;
}

.icon-cta-slider__left-col-slider {
  position: relative;
  height: 100%;
}

.icon-cta-slider__left-col-slider .slick-slide {
  display: flex;
  height: 100%;
}

.icon-cta-slider__left-col-slider .slick-list,
.icon-cta-slider__left-col-slider .slick-track {
  height: 100%!important;
}

.icon-cta-slider__left-col-slider ul.slick-dots {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

.slider-icon-cta__prev,
.slider-icon-cta__next {
  display: none!important;
  top: initial;
}

.icon-cta-slider__right-col-content {
  padding: 35px;
}

.icon-cta-slider-right-col__icon-item {
  flex: 0 0 50%;
  margin-bottom: 30px;
}

.icon-cta-slider-right-col__icon-item span.icon svg {
  fill: #6A6A90;
  width: 23px;
  height: 23px;
}

.icon-cta-slider-right-col__icon-item span.txt {
  max-width: 150px;
}


@media (min-width: 576px) {
  .icon-cta-slider__left-col-slider ul.slick-dots {
    bottom: 38px;
  }
}

@media (min-width: 991px) {
  .icon-cta-slider .container {
    box-shadow: 3px 3px 10px #10104F12;
  }
  .icon-cta-slider__left-col-slider ul.slick-dots {
    bottom: 58px;
  }
  .slider-icon-cta__prev,
  .slider-icon-cta__next {
    display: block!important;
    position: absolute;
    z-index: 3;
    bottom: 60px;
  }
  .slider-icon-cta__prev {
    left: 35%;
  }
  .slider-icon-cta__next {
    right: 35%;
  }
  .icon-cta-slider__left-col-slider .slick-slide>div {
    height:100%;
  }
  .icon-cta-slider__item {
    padding: 250px 70px 25px;
    background-position: center;
    height: 100%;
    position: relative;
  }
  .icon-cta-slider__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #70E9E6;
    opacity: .19;
  }
  .icon-cta-slider__slider-content {
    box-shadow: none;
    padding: 20px 20px 85px;
    z-index: 1;
  }
  .icon-cta-slider__right-col-heading {
    text-align: left;
  }
}

/********* 3.14 - SECTION FAQ (cf 2.)********************/
.section-faq__heading div {
  text-align:left;
}

@media (min-width:768px) {
  .section-faq__heading div {
    text-align:center;
  }
}

/********* 3.15 - SECTION CONVERSION NEWSLETTER ****************/
.conversion-newsletter h3.form-title{
  display:none;
}

.conversion-newsletter .bg-cover {
  height: 200px;
  position:relative;
}
.conversion-newsletter .bg-cover .encart {
  position:absolute;
  top:20px;
  left:-50px;
  width:80px;
  height:80px;
  background:#1A0355;
  border-radius:50%;
}
.conversion-newsletter .bg-cover .encart svg {
  height:25px;
  width:30px;
}
.conversion-newsletter .col-bkg {
  background:#F4F4F8;
}

.conversion-newsletter .content {
  padding:35px 30px;
}

.conversion-newsletter .content .top_title {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.conversion-newsletter .content form {
  position: relative;
  padding:0px;
}

.conversion-newsletter .content form .hs_submit {
  position: relative;
}

.conversion-newsletter .content form input[type="email"] {
  border: none;
  padding: 8px 12px 8px 60px;
}

.conversion-newsletter .content form .hs-form-required {
  display: none;
}

.conversion-newsletter .content form input[type="submit"] {
  background-color: #70E9E6;
  padding: 8px 34px;
  font-weight: bold;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

/*------Media queries------*/
@media (min-width: 576px) {
  .conversion-newsletter {
    flex-flow: column;
  }

  .conversion-newsletter .content form .hs_submit {
    position: absolute;
  }

  .conversion-newsletter .content form input[type="submit"] {
    -webkit-border-radius: 1px 3px 3px 1px;
    border-radius: 1px 3px 3px 1px;
  }
}

@media (min-width: 768px) {
  .conversion-newsletter .content form .hs_submit {
    position: relative;
  }
  .conversion-newsletter .content form input[type="submit"] {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
}
@media (min-width: 1200px) {

  .conversion-newsletter .content form .hs_submit {
    position: absolute;
    top: 0;
    right: 0;
  }
  .conversion-newsletter .content form input[type="submit"] {
    -webkit-border-radius: 1px 3px 3px 1px;
    border-radius: 1px 3px 3px 1px;
  }

}

/********* 3.16 - SECTION CONVERSION RESSOURCE ************/
.conversion-ressource .col-bkg {
  background-color: #F4F4F8;
}

.conversion-ressource .row {
  flex-flow: column-reverse;
}

.conversion-ressource .bg_img {
  min-height: 200px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.conversion-ressource .content {
  padding: 40px 20px;
}

.conversion-ressource .content h6 {
  margin: 0;
}

.conversion-ressource__numbers {
  margin-bottom:40px;
}
.conversion-ressource__number-item {
  flex:0 0 48%;
}
.conversion-ressource__number-progress {
  width:100%;
  height:20px;
  border:1px solid #269ED1;
}
.conversion-ressource__progress-inner {
  height:100%;
  background:#269ED1;
  width:0%;
  transition:all 3s ease-out;
}


/*-----Media queries-----*/
@media (min-width: 768px) {
  .conversion-ressource .row {
    flex-flow: row;
  }
  .conversion-ressource .content {
    padding: 40px;
  }
}

@media (min-width: 991px) {
  .conversion-ressource .content {
    padding: 40px 70px;
  }
}

@media (min-width: 1200px) {
  .conversion-ressource .content {
    padding: 40px 90px;
  }
}

/********* 3.17 - SECTION CONVERSION APPLY ************/
.conversion-apply {
  position: relative;
}

.conversion-apply:before {
  background-image: url(https://7592615.fs1.hubspotusercontent-na1.net/hubfs/7592615/THEME_247/Icons/Croix%2024-7-blue.svg);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}

.conversion-apply .content {
  padding: 40px 10px 20px 10px;
}

.conversion-apply .content .heading {
  padding: 0;
  margin-bottom: 10px;
  border: none;
}

.conversion-apply__icon-item:not(:last-child) {
  margin-bottom:20px;
}
.conversion-apply__icon-item svg {
  width:25px;
  height:25px;
  fill:#fff;
}


.conversion-apply .content .top_title p {
  margin-bottom: 5px;
}

.conversion-apply h6 {
  margin: 0;
}

.conversion-apply .content form {
  position: relative;
  padding:0px;
  background:transparent;
}

.conversion-apply .content form .hs_submit {
  position: relative;
}

.conversion-apply .content form input[type="email"] {
  border: none;
  padding: 8px 12px;
}

.conversion-apply .content form .hs-form-required {
  display: none;
}

.conversion-apply .content form input[type="submit"] {
  background-color: #70E9E6;
  padding: 8px 34px;
  font-weight: bold;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.conversion-apply .to_slick {
  position:relative;
}
.conversion-apply .to_slick .slider-apply-cta__prev,
.conversion-apply .to_slick .slider-apply-cta__next {
  display:none!important;
}
.conversion-apply .to_slick ul.slick-dots {
  position:absolute;
  width:100%;
  bottom:-25px;
  text-align:center;
}
.conversion-apply .to_slick ul.slick-dots li {
  border:1px solid #fff;
}


/*-----Media queries-----*/
@media (min-width: 576px) {
  .conversion-apply .content {
    padding: 30px 40px;
  }
}

@media (min-width: 768px) {
  .conversion-apply .content {
    padding: 0 0 0 60px;
  }

  .conversion-apply .content form .hs_submit {
    position: relative;
  }

  .conversion-apply .to_slick .slider-apply-cta__prev,
  .conversion-apply .to_slick .slider-apply-cta__next {
    display:block!important;
    position:absolute;
    bottom:-35px;
    z-index:3;
  }

  .conversion-apply .to_slick .slider-apply-cta__prev {
    left:20%;
  }
  .conversion-apply .to_slick .slider-apply-cta__next {
    right:20%;
  }
  .conversion-apply .to_slick ul.slick-dots {
    bottom:-35px;
  }
}

@media (min-width: 1200px) {
  .conversion-apply .content form .hs_submit {
    position: absolute;
    top: 0;
    right: 0;
  }

  .conversion-apply .content form input[type="submit"] {
    -webkit-border-radius: 1px 3px 3px 1px;
    border-radius: 1px 3px 3px 1px;
  }
}


/********* 3.18 - SECTION CONVERSION JOIN ************/
.conversion-join__col1 {
  margin-bottom:30px;
}
.conversion-join__col2 {
  min-height:350px; 
}
.conversion-join__replacement-item {
  background:#FFFFFF;
  box-shadow: 5px 5px 16px #6A6A9033;
  border-radius:4px;
  padding:20px 13px;
}
.conversion-join__replacement-item:not(:last-child) {
  margin-bottom:15px;
}
.conversion-join__replacement-img {
  overflow:hidden;
}
.conversion-join__replacement-hours {
  border:1px solid #6A6A90;
  border-radius:3px;
  width:fit-content;
  padding:3px;
}


/*-----Media queries-------*/
@media (min-width: 768px) {
  .conversion-join__col1 {
    margin-bottom:0px;
  }
  .conversion-join__replacement-item {
    margin-left:-35px;
  }
  .conversion-join__col1 svg {
    width:90%;
    height:auto;
  }
}


/********* 3.19 - SECTION CONVERSION IDEE ET TEMOGNAGES ************/
.section-testi-idea .row.even {
  flex-direction: row-reverse;
}
.section-testi-idea__item:not(:last-child) {
  margin-bottom:30px;
}
.section-testi-idea__testi-col {
  padding-left:40px;
}
.section-testi-idea__content-col {
  padding-left:40px;
  position:relative;
  margin-bottom:20px;
}
.section-testi-idea__content-col .counter-row {
  position:absolute;
  left:0px;
  top:0px;
  width:30px;
  height:30px;
  font-size:17px;
}
.section-testi-idea__cta a {
  border-left:4px solid #70E9E6;
  transition:all .2s ease-out;
  padding-left:8px;
}
.section-testi-idea__cta a:hover {
  color:#1A0355;
  border-left:6px solid #70E9E6;
}

/*----Media queries-----*/

@media (min-width:768px) {
  .section-testi-idea__content-col {
    margin-bottom:0px;
    padding-left:50px;
  }
  .section-testi-idea__content-col .counter-row {
    width:40px;
    height:40px;
    font-size:20px;
  }
  .section-testi-idea__testi-col {
    padding-left:50px;
  }
}

/******************************************************************************/
/******* D - TEMPLATES FIXES                             *************************/
/******************************************************************************/
/*********** 1.7. SITE HEADER ************/
.header__rows {
  position:relative;
  transition: all .2s ease-out;
}
.header__rows[data-scroll-direction="up"] {
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  z-index:1000;
  display:block;
  transition: all .2s ease-out;
}
.header__rows[data-scroll-direction="down"] {
  position:fixed;
  top:-62px;
  left:0px;
  width:100%;
  z-index:1000;
  display:block;
  transition: all .2s ease-out;
}
/*-----Mobile version----*/
@media (max-width:768px) {

  /*---Not allow scroll when menu open---*/
  body.no-scroll {
    overflow: hidden;
  }
  .header.main {
    height:62px;
  }
  .header__logo img {
    max-width:140px;
  }
  /*------Transition Time on Menu Open Mobile------*/
  .header__row-bottom, .menu-mobile__trigger:before, .menu-mobile__trigger:after {
    transition: all .3s ease-out;
  }

  /*---Structure Mobile---*/
  .header__row-top {
    position: relative;
    z-index: 200;
  }

  .header__row-top>.container {
    position: relative;
  }

  .header__row-bottom {
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    height: 0px;
    z-index: 100;
    background: #1A0355;
  }

  .header__col-left {
    padding-left:15px;
  }

  .header__row-bottom.show {
    height: calc(100vh - 60px);
  }

  .header__row-bottom>.container {
    max-width: 100%;
    height: 100%;
  }

  .header__row-bottom .row.column-mobile {
    flex-direction: column;
    height: 100%;
  }

  /*---Col menu style---*/
  .header__row-bottom .header__col-menu {
    padding-top: 30px;
    width: 100%;
    max-height: 70%;
    overflow: auto;
  }

  .header__row-bottom .header__col-menu ul {
    margin: 0;
    padding: 0;
  }

  .header__row-bottom .header__col-menu ul li {
    position: relative;
  }

  .header__row-bottom .header__col-menu ul li a {
    display: inline-block;
    min-height: 25px;
    color: #fff;
    transition: all .2s ease-out;
  }

  .header__row-bottom .header__col-menu .hs-menu-wrapper>ul>li {
    padding: 10px 60px;
  }

  .header__row-bottom .header__col-menu .hs-menu-wrapper>ul>li:nth-child(2n) {
    background: #070740;
  }

  .header__row-bottom .header__col-menu .hs-menu-wrapper>ul>li>a {
    font-size: 19px;
  }

  .header__row-bottom .header__col-menu .hs-menu-wrapper>ul>li>a.parent-open {
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #A855F7;
  }

  .header__row-bottom .header__col-menu ul li.hs-item-has-children .child-trigger {
    padding: 2px 5px 2px 60px;
    position: absolute;
    right: 50px;
    top: 4px;
    line-height: 1;
  }

  .header__row-bottom .header__col-menu ul li.hs-item-has-children .child-trigger:after {
    content: "+";
    font-size: 32px;
    line-height: 1;
    color: #70E9E6;
  }

  .header__row-bottom .header__col-menu ul li.hs-item-has-children .child-trigger.child-open:after {
    content: "-";
  }

  .header__row-bottom .header__col-menu ul.hs-menu-children-wrapper {
    display: none;
    padding-top: 10px;
  }

  .header__row-bottom .header__col-menu ul.hs-menu-children-wrapper>li:not(:last-child) {
    margin-bottom: 15px;
  }

  .header__row-bottom .header__col-menu .titu-link a:focus {
    color: #FFF;
  }
  /*---Col CTA and Call---*/
  .header__row-bottom .header__col-cta {
    position: absolute;
    bottom: 70px;
    left: 15px;
    right: 15px;
  }
  .header__row-bottom .header__col-cta a.cta_button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .header__row-bottom .header__col-cta a {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header__row-bottom .header__contact span {
    display: block;
  }

  /*---Trigger style--*/
  .menu-mobile__trigger {
    position: absolute;
    top: calc(50% - 11px);
    right: 15px;
    width: 28px;
    height: 22px;
  }

  .menu-mobile__trigger:before {
    content: "";
    position: absolute;
    height: 4px;
    background: #1A0355;
    width: 100%;
    border-radius: 3px 3px 0px 0px;
  }

  .menu-mobile__trigger:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 13px;
    bottom: 0px;
    border-top: 4px solid #A855F7;
    border-bottom: 4px solid #1A0355;
    border-radius: 0px 0px 3px 3px;
  }

  /*--On click--*/
  .menu-mobile__trigger.open:before {
    width: 92%;
    transform: rotate(45deg);
    transform-origin: left center;
    border-radius: 2px;
  }

  .menu-mobile__trigger.open:after {
    width: 92%;
    height: 0px;
    transform: rotate(-45deg);
    transform-origin: left center;
    border-radius: 2px;
    border: 0px;
    height: 4px;
    background: #A855F7;
  }
  .header__col-right .phone__header svg {
    width:15px;
    height:15px;
  }
  .header__col-right .phone__header:hover {
    border-width:2px;
    color:#fff;
  }
}

/*---Desktop version----*/
@media (min-width:768px) {
  .header.main {
    height:139px;
  }
  .header__rows[data-scroll-direction="down"] { 
    top:-139px;
  }
  .header .header__espace a {
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #6A6A90;
    color: #6A6A90;
    padding: 0 5px;
    margin: 0 10px;
    display: inline-block;
  }

  .header .header__espace a:hover {
    color: #1A0355;
  }

  .header .header__espace .cdt-btn {
    opacity:.5;
  }
  .header .header__espace .cdt-btn:hover {
    opacity:1;
  }

  .header .header__espace a.active {
    border-bottom-color: #269ED1;
    color: #1A0355;
    font-weight:bold;
  }

  .header .header__espace a.active:after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #269ED1;
    margin-left: 5px;
  }

  .header .header__col-menu .hs-menu-wrapper ul li a {
    color: #1A0355;
    font-size:12px;
  }

  .header .header__col-menu .hs-menu-wrapper>ul>li>a {
    line-height: 60px;
  }

  .header .header__col-menu .hs-menu-wrapper ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
  }

  .header .header__col-menu .hs-menu-wrapper ul li {
    margin-right: 30px;
  }

  .header .header__col-menu .hs-menu-wrapper ul li:last-child {
    margin-right: 0;
  }

  .header .header__col-menu .hs-menu-wrapper ul li.hs-item-has-children {
    position: relative;
  }

  .header .header__col-menu .hs-menu-wrapper ul li.hs-item-has-children>a:after {
    content: "+";
    color: #70E9E6;
    display: inline-block;
    font-weight: bold;
    margin-left: 5px;
  }

  .header .header__col-menu .hs-menu-wrapper .hs-menu-children-wrapper {
    display: none;
    position: absolute;
    background: #1A0355;
    border-radius: 0px 0px 4px 4px;
    padding: 10px 20px;
    transform: translateX(-50%);
    left: 50%;
    width: max-content;
    min-width: 150px;
    z-index: 10;
  }

  .header .header__col-menu .hs-menu-wrapper ul li.hs-item-has-children .hs-menu-children-wrapper li {
    padding: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #6A6A90;
    text-align: center;
    margin-right: 0;
  }

  .header .header__col-menu .hs-menu-wrapper ul li.hs-item-has-children .hs-menu-children-wrapper li:last-child {
    border-bottom: none;
  }

  .header .header__col-menu .hs-menu-wrapper ul li.hs-item-has-children .hs-menu-children-wrapper li a {
    color: #FFF;
  }

  .header .header__col-menu .hs-menu-wrapper ul li.hs-item-has-children .hs-menu-children-wrapper li a:hover {
    font-weight: bold;
  }

  .header .header__col-menu .hs-menu-wrapper ul li.hs-item-has-children:hover>a {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #A855F7;
  }

  .header .header__col-menu .hs-menu-wrapper ul li.hs-item-has-children:hover>a:after {
    content: "-";
  }

  .header .header__col-menu .hs-menu-wrapper ul li.hs-item-has-children:hover .hs-menu-children-wrapper {
    display: block;
  }
  .header__row-bottom {
    background:#fff;
  }

  .header__row-bottom .header__col-cta {
    display:flex;
    align-items:center;
  }

  .header .help-txt {
    font-size:10px;
  }
  .header__col-right .phone__header svg {
    width:15px;
    height:15px;
  }
  .header__col-right .phone__header:hover {
    border-width:2px;
    color:#1A0335;
  }
}
@media (min-width:992px) {
  .header__logo img {
    max-width:none;
  }
  .header .help-txt {
    font-size:12px;
  }
  .header .header__col-menu .hs-menu-wrapper ul li a {
    font-size:14px;
  }
}
@media (min-width:1200px) {
  .header .header__col-menu .hs-menu-wrapper ul li a {
    font-size:17px;
  }
}

/*********** 1.8. SITE FOOTER ************/
footer{
  text-align:left;
}

footer .hs-menu-wrapper ul{
  margin:20px 0;
  padding:0;
}
footer .footer__col2 {
  text-align:center;
}

footer .txt-heading {
  text-align:center;
}
footer .phone__cta {
  border-color: #FEC63C;
  border-width: 1px;
  border-style: solid;
  border-radius: 18px;
  padding: 5px 10px;
  color: #FFF;
  transition: border .5s ease;
}
footer .phone__cta svg {
  height:15px;
  width:15px;
  margin-right:5px;
}
footer .phone__cta:hover {
  color:#fff;
  border-width:2px;
}
footer .candidate__cta {
  transition: all .5s ease;
}
footer .candidate__cta svg {
  width:10px; 
  height:10px;
  margin-left:5px;
}
footer .candidate__cta:hover {
  color:#fff;
  font-weight:bold;
}

footer .hs-menu-wrapper ul li {
  flex: 0 0 100%;
}

footer .hs-menu-wrapper ul li a {
  font-size: 14px;
  color: #FFF;
  transition:all 0.2s linear;
  display:block;
}

footer .hs-menu-wrapper ul li a:hover{
  padding-left:4px;
  border-left:solid 3px 
}

footer .footer__socials {
  text-align:center;
}

@media(min-width:768px){
  footer .hs-menu-wrapper ul{
    margin:0;
  }
  footer .txt-heading,
  footer .footer__col2 {
    text-align:left;
  }
  footer .hs-menu-wrapper ul li{
    margin-bottom:10px;
  }

  footer .footer__col2 {
    margin-top:0px;
  }
  footer .footer__socials {
    text-align:left;
  }
}

/******************************************************************************/
/*******  TEMPLATES FIXES                             *************************/
/******************************************************************************/


/*************************************************
1.9. BLOG
*************************************************/
.body-container--blog-post {
  padding-top:30px;
}
.blog-post,
.blog-post__author,
.blog-post__sharing {
  margin-top:30px;
}
.blog-post__intro {
  font-style:italic;
}
.blog-post__author-name {
  width:fit-content;
  border-bottom:1px solid #6A6A90;
  padding-bottom:5Px;
}
.blog-post__author-socials a {
  display:block;
  width:25px;
  height:25px;
}
.blog-post__author-socials a:not(:last-child) {
  margin-right:5px;
}
.blog-post__author-socials a svg {
  width:13px; 
  height:13px;
}
.blog-post__sharing-list a {
  display:block;
  width:30px;
  height:30px;
  margin:0px 2px;
}
.blog-post__sharing-list a svg {
  width:15px; 
  height:15px;
}
.addthis_inline_share_toolbox{
  width:150px;
  border-radius:30px;
  padding:5px 0;
  margin:10px auto;
  background-color:#70e9e6;

}

.at-share-btn-elements{
  display:flex;
  align-items:center;
  justify-content:center;
}

.at-share-btn{
  width:40px;
  border-radius:50%;
}

.blogpost-conversion-tofu{
  padding:30px 0;
  position:relative;
}

.blogpost-conversion-tofu:before{
  content:"";
  display:block;
  background-color:#70e9e6;
  height:60%;
  top:0;
  width:100%;
  position:absolute;
}
@media(min-width:576px){

  .addthis_inline_share_toolbox{
    margin:50px auto;
    width:50px;
    position:sticky;
    top:20px;
  }

  .at-share-btn-elements{
    flex-flow:column;
  } 

}

/*************************************************
1.10. SYSTEM PAGES
*************************************************/
.systems-page .hs-login-widget-show-password,
.systems-page .hs-register-widget-show-password,
.systems-page .hs-reset-widget-show-password{
  position: absolute;
  top: -20px;
  font-size:12px;
}

.systems-page #hs_login_reset{
  font-size:12px;
  display:block;
  margin-bottom:20px;
}

.systems-page > div:last-child p{
  margin-top:20px;
  font-size:12px; 
}

.systems-page .form-container .hs-form-field{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  margin-bottom:40px;
}

.systems-page .form-container .hs-form-field input{
  margin-bottom:0;
}

.systems-page .form-container .no-list.hs-error-msgs{
  margin:0;
  padding:0;
}

.systems-page .form-container .hs-form-field input[name="remember_me"] + label{
  position:relative;
  margin-bottom:0;
  left:inherit;
  top:inherit;
}

/* SEARCH */
.hs-search-field form{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.hs-search-results-item {
  margin-bottom:30px;
  border-bottom:solid 2px rgba(106, 106, 144,0.5);
  padding:0 0 30px;
}

.hs-search-results-item:last-child{
  border-bottom:none;
}

.hs-search-field form input{
  width:70%;
  padding:10px;
  font-weight:bold;
}

.hs-search-field form button{
  width:25%;
  padding:10px;
}

.hs-search-results-item__featured-image{
  position:relative;
  flex:0 0 30%;
}

.hs-search-results-item__featured-image:after{
  content:"";
  display:block;
  background:rgba(72, 183, 162,0.5);
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
.hs-search-results-item__right{
  flex:0 0 70%;
  padding:20px;
}