

/*

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:; }
.txt-smooth__color { color:#6A6A90; }
.txt-white__color{ color:#FFF; }

.bg-primary__color { background:#1A0335; }
.bg-secondary__color { background:#A855F7; }
.bg-tertiary__color { background:#70E9E6; }
.bg-anchor__color { background:; }
.bg-smooth__color { background:#6A6A90; }
.bg-tertiary__color{ background:#70E9E6; }
.bg-white__color{ background:#FFF; }
.bg-softgrey__color{ background:#F4F4F8; }
.bg-grey__color{ background:#6A6A90; }
.bg-highlight__color{ background:#FFC63C; }

.border-primary__color { border-color:#1A0335; }
.border-secondary__color { border-color:#A855F7; }
.border-tertiary__color { border-color:#70E9E6; }
.border-anchor__color { border-color:; }
.border-smooth__color { border-color:#6A6A90; }
.border-white__color { border-color:#FFF; }

.stroke-primary__color { stroke:#1A0335;  }
.stroke-secondary__color { stroke:#A855F7; }
.stroke-tertiary__color { stroke:#70E9E6;  }
.stroke-anchor__color { stroke:; }
.stroke-smooth__color { stroke:#6A6A90; }
.stroke-white__color { stroke:#FFF; }

.fill-primary__color { fill:#1A0335;  }
.fill-secondary__color { fill:#A855F7; }
.fill-tertiary__color { fill:#70E9E6;  }
.fill-anchor__color { fill:; }
.fill-smooth__color { fill:#6A6A90; }
.fill-white__color{ fill:#FFF; }

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

section, .relative {
  position: relative;
}
/* banner */
section.bg-banner::before {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  z-index: -2;
}
section.bg-banner.bg-banner_50::before {
  height: 50%;
}
section.bg-banner.bg-banner_60::before {
  height: 60%;
}
section.bg-banner.bg-banner_70::before {
  height: 70%;
}
section.bg-banner.bg-banner_80::before {
  height: 80%;
}
section.bg-banner.bg-banner_90::before {
  height: 90%;
}
section.bg-banner.bg-banner_top::before {
  top: 0;
}
section.bg-banner.bg-banner_bottom::before {
  bottom: 0;
}
section.bg-banner.bg-banner_primary::before {
  background-color: #1A0335;
}
section.bg-banner.bg-banner_secondary::before {
  background-color: #A855F7;
}
section.bg-banner.bg-banner_tertiary::before {
  background-color: #70E9E6;
}
section.bg-banner.bg-banner_grey::before {
  background-color: #f4f4f8;
}
section.bg-banner.bg-banner_blue::before {
  background-color: #1c1c58;
}
/*paddings*/
section { padding: 45px 0; }

@media (max-width: 1200px) { 
  section { padding: 40px 0; }
}
@media (max-width: 992px) { 
  section { padding: 35px 0; }
}
@media (max-width: 768px) { 
  section { padding: 35px 0; }
}
@media (max-width: 576px) { 
  section { padding: 30px 0; }
}

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

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

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

/* 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-30{ padding:30px; }
.pb-30{ padding-bottom:30px; }
.pt-30{ padding-top:30px; }
.pl-30{ padding-left:30px; }
.pr-30{ padding-right:30px; }

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

.no-h-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* MARGIN */
.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; }

/*display*/
.d-block { display: block; }

/* position */

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.unset {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/*************************************************
C. STYLES
*************************************************/

html {
  font-size: 17px;
}

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

/* Paragraphs */

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

/* Anchors */

a {
  color: ;
}

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

a:active {
  color: ;
}

a.link_nurturing{
  color:#1A0335;
  border-left:solid 4px #A855F7;
  padding:0 15px 0 5px;
  margin:10px 0;
  display:inline-block; 
  text-decoration:none;
  position:relative;
}
/*
a.link_nurturing:after{
content:"";
background-image:url(https://7592615.fs1.hubspotusercontent-na1.net/hubfs/7592615/THEME_247/Icons/arrow-next-click-primary.svg);
display:block;
width:10px;
height:10px;
 
  -ms-flex: 0 0 10px;
  flex: 0 0 10px;

background-repeat:no-repeat;
background-size:contain; 
margin-left:10px;
}
*/

a.footer__icons-social{
  width:40px;
  height:40px;
}

/* TEXT STYLE */
.txt-bold{ font-weight:bold; }

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

/* 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;
  }
}

/* BORDERS */
.border-thin{ border-width: 1px;  }
.border-medium{ border-width: 2px;  }
.border-large{ border-width: 3px;  }

.border-solid { border-style: solid; }

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

.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; }


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

/* 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 #10104F12;
}

/* HEIGHT and WIDTH */
.height-auto{  height: auto;}
.height-100{  height: 100%;}
.height-2px{ height:2px; }
.height-40px{ height:40px; }
.height-100px{  height: 100px; }
.height-200px{  height: 200px;}
.width-20px{  width:20px;}
.width-40px{  width:40px;}
.width-100px{  width:100px;}
.width-100{  width:100%;}

.flex-40{  width:40%;}
.flex-50{  width:50%;}

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

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

h1,
.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;
}
.txt-sizemax1{
  font-size:50px;
}
.txt-sizemax2{
  font-size:18px;
}

@media (max-width: 991px){

  html {
    font-size:14px; 
  }

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

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

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

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

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

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

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

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

}

/******** 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.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{
  border-bottom:solid 1px #A855F7;
}

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

.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: #1A0335;
  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: 3px solid #1A0335;
  border-radius: 8px;
  color: #FFFFFF;
  padding: 24px 29px;
  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 {
  background-color: transparent;
  box-shadow: 4px 4px 14px #10104F65;
  color: 

  
  
    
  


  rgba(26, 3, 53, 1.0)

;
  text-decoration:none;
}

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;
}

/* Form title */
h3.form-title {
  background-color: 

  
  
    
  


  rgba(#null, 1.0)

;
  color: #1A0335;
}

/* Form label */
select,
form .hs-form-field > label {
  font-weight: 700; text-decoration: none; font-family: Raleway; font-style: normal;
  font-size: 14px;
  color: #10104F;
}

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

/* Form help text */
form legend {
  color: ;
}

/* Form inputs */
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;
}

/* Error message */
.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;
}

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

/* Date picker */
.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;
}

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

  
  
    
  


  rgba(26, 3, 53, 1.0)

;
  border: 3px solid #1A0335;
  border-radius: 8px;
  color: #FFFFFF;
  padding: 24px 29px;
}

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;
}


/******** C.6 - TABLES   ***********************/
table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  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 img{
  box-shadow: 10px 10px 0px 0px rgba(90, 190, 171 ,1);
}

.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:-30px;
  right:-30px;
  background-size:contain;
  background-image:url('https://7592615.fs1.hubspotusercontent-na1.net/hubfs/7592615/THEME_247/Icons/image-link.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 {
  box-shadow: 10px 10px 0px 0px rgba(90, 190, 171 ,1);
}

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


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


/******** D.01 - COMPOSANT CUSTOM BUTTON ***********/
.custom_button{ font-weight:bold; display:inline-flex; border-style:solid; border-width:3px; 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:12px 36px; border-radius:8px; }
.custom_button.small{ padding:7px 15px; border-radius:4px; }

.custom_button.bg-primary{ background-color:#1A0335; color:#FFF; }
.custom_button.bg-primary:hover{  background-color:#FFFFFF; color:#1A0335; 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;}

.custom_button.bg-transparent-primary{  background-color: transparent; color:#1A0335; border-color:#1A0335;}

/******** D.02 - COMPOSANT TEMOIGNAGE ***********/
@media(max-width:576px){
  .testi-card__left-col {
    height:200px;
    overflow:hidden;
  }
}

/******** D.03 - COMPOSANT TEAM ****************/
.team-card--single{
  max-width:400px;
}

.team-card--single .image img{
  height:200px;
  width:100%;
  overflow:hidden;
}

/******** D.04 - COMPOSANT CHIFFRES CLES *******/
.composant-key-figure {
  width: fit-content;
}
.composant-key-figure img {
  height: 20px;
  width: auto;
  margin-left: 3px;
}

/******** D.05 - COMPOSANT FAQ *****************/
.accordion__item { 
  border-top:1px solid #6A6A90; 
}
.accordion__item.item-open {
  background:#F4F4F8;
  box-shadow: 0px 3px 6px #6A6A9033;
  margin-bottom:10px;
}
.accordion__trigger {
  position:relative;
  padding-right:30px;
}
.accordion__trigger:hover {
  cursor:pointer;
}
.accordion__trigger:after {
  position:absolute;
  content:"+";
  right:0px;
  line-height: 1;
  font-size: 30px;
  font-weight:initial;
  top: calc(50% - 15px);
  color:#70E9E6;
  transition:all .2s ease-out;
}
.accordion__trigger.accordion-open:after {
  content:"-";
}
.accordion__collapse { 
  display:none; 
}

/******** D.07 - COMPOSANT CARD IMAGE & TEXT *****/
.composant-card-txt-icon img {
  border-style: dashed;
  height: 45px;
  width: auto;
}
.composant-card-txt-icon div.border {
  height: 3px;
  width: 40px;
}

/******** 2.xx - BLOG CARD ******************************/ 
.card {
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  overflow: hidden;
  -webkit-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  text-decoration: none;
  color: inherit;
  display: block;
  margin-bottom: 20px;
}

.card__thumb {
  height: 150px;
  overflow: hidden;
  background-color: #A855F7;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.card__body {
  position: relative;
  height: 180px;
  padding: 20px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.card__subtitle svg {
  margin-right: 5px;
  display: block;
}

.card__title {
  margin-bottom: 5px;
}

.card__description {
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: translateY(45px);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0s;
}

.card__readmore {
  position: absolute;
  bottom: 0;
  left: 20px;
}

.card__readmore svg {
  width: 10px;
  height: 10px;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .card__body {
    height: 250px;
  }
}

@media (min-width: 991px) {
  .card:hover {
    text-decoration: none;
  }
  .card:hover .card__thumb {
    height: 100px;
  }
  .card:hover .card__thumb img {
    opacity: 0.4;
  }
  .card:hover .card__body {
    height: 300px;
  }
  .card:hover .card__title {
    font-size: 17px;
  }
  .card:hover .card__description {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .card:hover .card__subtitle {
    opacity: 0;
    height: 0;
  }
}

/********* 2.xx - Gobal breadcrumbs  **************************/
ul.breadcrumb { list-style: none; padding: 0; margin: 0;}
ul.breadcrumb li:not(:last-child) {    margin-right: 5px;}
ul.breadcrumb li:not(:last-child):after {    content: ">";    display: inline-block;    margin-left: 4px;    font-weight: bold;}
ul.breadcrumb li a { font-size: 11px;}
ul.breadcrumb svg{ height:10px; display: block; }
ul.breadcrumb.white li a:hover span{ color:#FFF; }
.breadcrumb.primary li a:hover span{ color:#1A0335; }

/*************************************************
E. MODULES SECTION
*************************************************/


/********* E.07 - Choix de parcours  **************************/
.card-with-hover {
  width: 100%;
  overflow: hidden;
  height: 420px;
  position: relative;
  background: #3085a3;
  margin: 0 0 30px;
}

.card-with-hover .journey_card>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.card-with-hover .journey_card>.card-caption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  transition: all 0.3s;
  will-change: transform;
  background-color: rgba(16, 16, 79, 0.6);
  min-height: 0;
  height: 40%;
}

.card-with-hover .card__heading {
  color: #fff;
}

.card-with-hover .journey_card>.card-caption .card-caption-content .txt {
  padding: 25px;
}

.card-caption-content {
  width: 100%;
}

@media (min-width: 991px) {
  .card-with-hover {
    margin: 0;
  }
  .card-with-hover:hover .journey_card>.card-caption {
    min-height: 100%;
  }
  .card-with-hover:hover .journey_card>.card-caption .card-caption-content .txt svg {
    position: absolute;
    right: 25px;
    bottom: 25px;
  }
  .card-with-hover:hover .journey_card>.card-caption .card-caption-content .txt .hover-up {
    position: absolute;
    top: calc(50% - (52px / 2));
    margin: auto;
  }
  .card-with-hover:hover .journey_card>img {
    transform: scale(1.15) translate3d(0, -20px, 0);
  }
}



/********* E.15 - SECTION TEAM MEMBERS  *******************/
.team-members .row>div {
  padding: 15px;
}

/********* E.16 - SECTION CARROUSEL CTA *******************/
.slider-conv {
  margin: 50px 0 70px 0;
  padding: 0;
}

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

.slider-cta__item {
  padding: 180px 30px 30px 30px;
  background-size: cover;
  background-position: 0 -100px;
  background-repeat: no-repeat;
}

.slider-cta__content {
  padding: 23px 21px 34px;
  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;
  }
}

@media (min-width: 991px) {
  .slider-cta__item {
    padding: 60px;
    background-position: center;
  }
  .slider-cta__content {
    padding: 32px 37px;
    box-shadow: none;
    min-height: 400px;
  }
  .slider-conv__slider-cta ul.slick-dots {
    position: absolute;
    bottom: -30px;
    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: -30px;
    top: initial;
  }
  .slider-conv__slider-cta .slider-cta__prev {
    left: 40%;
  }
  .slider-conv__slider-cta .slider-cta__next {
    right: 40%;
  }
}

/********* E.17 - SECTION 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:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0px;
    right: 0px;
    height: 90%;
    z-index: -2;
    background: #F4F4F8;
  }
  .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;
  }
}





/********* E.20 - CONVERSION - NOUS REJOINDRE ************/
.conversion-join .heading {
  border: none;
}

.conversion-join .join_card {
  width: 100%;
  -webkit-border: 4px;
  border: 4px;
  -webkit-box-shadow: 5px 5px 16px #6A6A90;
  -moz-box-shadow: 5px 5px 16px #6A6A90;
  -o-box-shadow: 5px 5px 16px #6A6A90;
  box-shadow: 5px 5px 16px #6A6A90;
}

.conversion-join .join_card img {
  width: 25px;
  margin: auto;
}

.conversion-join .join_card .hours p {
  border: solid 1px #6A6A90;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

@media (min-width: 768px) {
  .conversion-join .join_card img {
    width: 40px;
    margin: initial;
  }
}




/********* E.23 - CONVERSION - IDEA SLIDER ************/
.conversion-idea-slider {
  padding-top: 40px;
  padding-bottom: 40px;
}

.conversion-idea-slider .heading_content {
  padding-left: 60px;
}

.conversion-idea-slider .heading_content .heading {
  border: none;
  position: relative;
}

.conversion-idea-slider .heading_content .heading::before {
  position: absolute;
  content: '1';
  font-size: 38px;
  top: 0;
  left: -55px;
  height: 40px;
  width: 40px;
  background: #A855F7;
  color: #1A0355;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}

.conversion-idea-slider .cta {
  padding-left: 30px;
  padding-bottom: 30px;
}

.conversion-idea-slider .idea_card {
  background: #F4F4F8;
  -webkit-box-shadow: 2px 2px 10px #00000029;
  -moz-box-shadow: 2px 2px 10px #00000029;
  -o-box-shadow: 2px 2px 10px hsla(0, 0%, 0%, 0.161);
  box-shadow: 2px 2px 10px #00000029;
  margin-bottom: -20%;
}

.conversion-idea-slider .idea_card .bg-cover {
  min-width: 33%;
}

.conversion-idea-slider .idea_card .heading {
  border: none;
}

.conversion-idea-slider .idea_card .heading .dot {
  position: absolute;
  top: -10px;
  margin: 0;
}

.conversion-idea-slider .idea_card .slick-prev,
.conversion-idea-slider .idea_card .slick-next,
.conversion-idea-slider .idea_card .slick-dots {
  bottom: 10%;
}

.conversion-idea-slider .idea_card .slick-dots {
  position: absolute;
  right: calc(66% / 2);
}


@media (min-width: 768px) {

  .conversion-idea-slider .heading_content,
  .conversion-idea-slider .cta {
    padding-left: 0;
  }

  .conversion-idea-slider {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-right: 10%;
  }

  .conversion-idea-slider .idea_card {
    margin-right: -25%;
    margin-bottom: 0;
    height: 100%;
  }

  .conversion-idea-slider .idea_card .slick-prev {
    left: 50%;
  }

  .conversion-idea-slider .idea_card .slick-next {
    right: 25%;
  }
}

/********* E.24 - CONVERSION - RESSOURCES ************/
.conversion-ressource {
  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 .content h1 {
  padding-bottom: 15px;
}

@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 100px;
  }
}


/********* E.25 - SECTION SLIDER IMAGES CUSTOM *******************/
.image-slider__container {
  position: relative;
}

.image-slider__item img {
  width: 100%;
  object-fit: contain;
}

.image-slider__container .slick-dots {
  position:absolute; 
  bottom:-50px;
  left:0px;
  width:100%;
  text-align:center;
}

/*------Media queries-----*/
@media (min-width:768px) {
  .image-slider__container {
    padding: 0 60px;
    position: relative;
  }
}

@media (min-width:992px) {

  .image-slider__prev, .image-slider__next {
    display: block;
    position: absolute;
    height: 20px;
    width: auto;
    top: calc(50% - 10px);
  }

  .image-slider__prev {
    left: 0px;
  }

  .image-slider__next {
    right: 0px;
  }

}

/********* E.26 - COMPOSANT INTERVIEW *******************/
.composant-interview {
  position: relative;
  border-radius:5px;
  overflow:hidden;
  height:100%;
}
/*iciiii*/
.composant-interview .top-title {
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #1A0335;
  color: #FFF;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: center;
  align-items: center;
}

.composant-interview .top-title .svg-container-ghost {
  position: relative;
  margin-right: 10px;
  background: rgba(72, 183, 162, .5);
  height: 26px;
  width: 26px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.composant-interview .top-title .svg-container {
  background: #70E9E6;
  height: 20px;
  width: 20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.composant-interview .top-title .svg-container,
.composant-interview .top-title .svg-container svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}







/*************************************************
G. PARTIALS
*************************************************/


/******** 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 .footer__logo {
  margin-bottom:15px;
}
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;
  }
  footer .footer__logo {
    margin-bottom:0px;
  }
}

/*************************************************
H. TEMPLATE
*************************************************/


/********* H.1 - Blog post  **************************/
.blog-post{ 
  overflow-x: hidden;
}
.blog-post .blog-post__banner{ 
  height:300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.blog-post__banner-content{

}

.blog-post__body-heading svg{
  width:15px;
  vertical-align:top;
  position:absolute;
  top:0px;
}

.blog-post__body-heading-txt {
  font-style: italic;
  text-indent:20px;
}
.about-author-sec__img {
  max-height:150px;
  width:auto;
}

.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;
  } 

}

/*************************************************
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;
}