







/* 1a. Containers */


  




/* 1b. Colors */







/* 1c. Typography */





























/* 1d. Buttons */






























/* 1e. Forms */






























/* 1f. Icons */
















/* 1g. Cards */











/* 1h. Tables */













/* 1i. Website header */



























/* 1j. Website footer */














/* Drag and drop layout styles */

.dnd-section {
  padding: 10%;
}

/* Padding on blog post sections */

.blog-post-section {
  padding: 0;
}

/* .content-wrapper is used for blog post and system templates and .header-wrapper is used for the website header module */

.dnd-section > .row-fluid,
.content-wrapper,
.header__wrapper {
  max-width: ;
}





html {
  font-size: ;
}

body {
  ;
  background-color: #ffffff;
  color: ;
  font-size: ;
}

/* Paragraphs */

p {
  ;
  display: inline-block;
  color: black;
}
/* Anchors */

a {
  ;
  color: ;
}

a:hover,
a:focus {
  ;
  color: ;
}

a:active {
  ;
  color: ;
}

/* Headings */

h1 {
  ;
  color: ;
  font-size: ;
  text-transform: none;

}
  
h2 {
  ;
  color: #231f20;
  font-size: 32px;
  text-transform: none;

}

h3 {
  ;
  color: #231f20;
  font-size: 28px;
  text-transform: none;
  }
h4 {
  ;
  color: #231f20;
  font-size: 24px;
  text-transform: none;
}
h5 {
  ;
  color: #231f20;
  font-size: 20px;
  text-transform: none;
}

h6 {
  ;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
  }
Div {
  ;
  color: #231f20;
  font-size: 16px;
  text-transform: none;}
	-webkit-animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
	        animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}
@-webkit-keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
            transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
            transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
}
/* Blockquotes */

blockquote {
  ;
  border-left-color: #FF0201;
  color: ;
  font-size: ;
}

blockquote > footer {
  ;
  font-size: ;
}

/* Horizontal rules */

hr {
  border-bottom-color: #d7d9e3;
}





/* Primary button */

button,
.button,
.hs-button {
  border: 1px solid #3bb3bc;

  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  ;
  background-color: 

  
  
    
  


  rgba(59, 179, 188, 1.0)

;
  border-radius: 7px;
  color: ;
  fill: ;
  font-size: 16px;
  text-transform: none;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active {
  border: 1px solid #3bb3bc;

  ;
  background-color: 

  
  
    
  


  rgba(59, 179, 188, 1.0)

;
  color: ;
  fill: ;
}

button:active,
.button:active,
.hs-button:active {
  border: 1px solid #3bb3bc;

  ;
  background-color: rgba(139, 255, 255, 100);
  border-color: #8bffff;
  color: ;
  fill: ;
}

/* Secondary button */

.button.button--secondary {
  border: 1px solid #3bb3bc;

  ;
  background-color: 

  
  
    
  


  rgba(59, 179, 188, 1.0)

;
  border-radius: 0px;
  color: ;
  fill: ;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  border: 1px solid #3bb3bc;

  ;
  background-color: 

  
  
    
  


  rgba(59, 179, 188, 1.0)

;
  color: ;
  fill: ;
}

.button.button--secondary:active {
  ;
  background-color: rgba(139, 255, 255, 100);
  border: 1px solid #3bb3bc;

  border-color: #8bffff;
  color: ;
  fill: ;
}

/* Simple button */

.button.button--simple {
  ;
  color: ;
  fill: ;
}

.button.button--simple:hover,
.button.button--simple:focus {
  ;
  color: ;
  fill: ;
}

.button.button--simple:active {
  ;
  color: ;
  fill: ;
}

/* Button sizing */

.button.button--small {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 14px;
}

.button.button--large {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 18px;
}





/* Form */

form {
  border: 0px solid #f4f0ec;

 padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
}

/* Form title */

.form-title {
  border: 1px none #FF0201;

  padding: 27px;

  ;
  background-color: 

  
  
    
  


  rgba(255, 2, 1, 1.0)

;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: ;
  font-size: ;
  text-transform: ;
}

/* Labels */

form label {
  padding-top: 6px;
padding-right: 0px;
padding-bottom: 6px;
padding-left: 0px;

  ;
  color: ;
  font-size: ;
}

/* Help text */

form legend {
  ;
  color: ;
  font-size: ;
}

/* Form fields */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
  border: 1px solid #d7d9e3;

  padding: 10px;

  ;
  background-color: 

  
  
    
  


  rgba(238, 238, 238, 1.0)

;
  border-radius: 7px;
  color: #000000;
  font-size: 16px;
}

/* Form fields - placeholders */

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

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

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

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

::placeholder {
  color: #d7d9e3;
}

/* Form fields - date picker */

form .hs-dateinput:before {
  right: 10px;
}

form .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(255, 2, 1, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #000000;
}

form .is-selected .pika-button {
  background-color: #FF0201;
  color: #000000;
}

form .pika-button:hover {
  background-color: #FF0201 !important;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  ;
  color: ;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  ;
  color: ;
  font-size: ;
}

/* Submit button */



  form input[type='submit'],
  form .hs-button {
    border: 1px solid #3bb3bc;

    ;
    background-color: 

  
  
    
  


  rgba(59, 179, 188, 1.0)

;
    border-radius: 7px;
    color: ;
    text-transform: none;
  }

  form input[type='submit']:hover,
  form input[type='submit']:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    border: 1px solid #3bb3bc;

    ;
    background-color: 

  
  
    
  


  rgba(59, 179, 188, 1.0)

;
    color: ;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    border: 1px solid #3bb3bc;

    ;
    background-color: rgba(139, 255, 255, 100);
    border-color: #8bffff;
    color: ;
}





  form input[type='submit'],
  form .hs-button {
    padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

    font-size: 18px;
  }



/* Inline thank you message */


}





/* Default icon (regular/dark) */

.icon {
  padding: 15px;

  background-color: 

  
  
    
  


  rgba(115, 78, 54, 1.0)

;
    color:#3d85c6 !important
}

.icon svg {
  fill: #ffffff;
  height: 16px;
  width: 16px;
}

/* Light icon */

.icon--light .icon {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color:#3d85c6 !important
}

.icon--light svg {
 /* fill: {/*{ icon_light_color }};*/
    color:#3d85c6 !important
}

/* Size */

.icon--small svg {
  height: 12px;
  width: 12px;
}

.icon--small .icon {
  padding: 10px;

}

.icon--large svg {
  height: 24px;
  width: 24px;
}

.icon--large .icon {
  padding: 25px;

}





/* Table */

table {
  border: 1px solid #d7d9e3;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

th,
td {
  border: 1px solid #d7d9e3;

  padding: 10px;

  color: #000000;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(255, 2, 1, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 2, 1, 1.0)

;
  color: #000000;
}





/* Header container */

.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Header content color */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header a:not(.button),
.header span,
.header div,
.header li,
.header blockquote,
.header .tabs__tab,
.header .tabs__tab:hover,
.header .tabs__tab:focus,
.header .tabs__tab:active {
  color: #000000;
}

/* Header top bar */


.header__top {
  background-color: 

  
  
    
  


  rgba(255, 2, 1, 1.0)

;
}

/* Language switcher */

.header__language-switcher-current-label > span {
  ;
  color: ;
  font-size: ;
  text-transform: none;
}

.header__language-switcher:hover .header__language-switcher-current-label > span,
.header__language-switcher:focus .header__language-switcher-current-label > span {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
}

.header__language-switcher-child-toggle svg {
  fill: ;
}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class {
  border-color: #d7d9e3;
}

.header__language-switcher .lang_list_class li {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class a:not(.button) {
  ;
  color: #000000;
  font-size: ;
  text-transform: none;
}

.header__language-switcher .lang_list_class a:hover,
.header__language-switcher .lang_list_class a:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}

.header__language-switcher .lang_list_class a:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Header bottom */

.header__bottom {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Logo */

.header__logo-company-name {
  ;
  color: ;
  font-size: ;
  text-transform: none;
}


/* Menu */


@media (max-width: 767px) {
  .header__menu--mobile {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
  .header__menu-item--depth-1 {
    border-top: 1px solid #d7d9e3;
  }
}

/* Menu items */

.header__menu-submenu {
  display: inline-block;
}

.header__menu-link {
  ;
  font-size: ;
  text-transform: none;
}



/* Menu items - top level */

.header__menu-item--depth-1 > .header__menu-link:not(.button) {
  color: ;
}

.header__menu-item--depth-1 > .header__menu-link:hover,
.header__menu-item--depth-1 > .header__menu-link:focus {
  ;
  color: ;
}

.header__menu-item--depth-1 > .header__menu-link:active {
  ;
  color: ;
}

.header__menu-item--depth-1 > .header__menu-link--active-link:not(.button) {
  ;
  color: ;
}

.header__menu-item--depth-1 .header__menu-child-toggle svg {
  fill: ;
}

/* Menu items - submenus */

.header__menu-submenu {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #d7d9e3;
}

.header__menu-submenu .header__menu-link:not(.button) {
  color:#000000;
}

.header__menu-submenu .header__menu-item:hover,
.header__menu-submenu .header__menu-item:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus {
  ;
  color: #000000;
}

.header__menu-submenu .header__menu-link:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__menu-submenu .header__menu-link--active-link:not(.button) {
  color: ;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Menu icons */

.header__menu-toggle svg {
  fill: ;
}





/* Footer container */

.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Footer content color */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.button),
.footer span,
.footer div,
.footer li,
.footer blockquote,
.footer .tabs__tab,
.footer .tabs__tab:hover,
.footer .tabs__tab:focus,
.footer .tabs__tab:active {
  color: #000000;
}

.footer hr {
  border-bottom-color: #000000 !important;
}

/* Footer menu */

.footer .hs-menu-wrapper a {
  ;
  color: white !important;
  font-size: ;
  text-transform: none;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  ;
  color: ;
}

.footer .hs-menu-wrapper a:active {
  ;
  color: ;
}

.footer .hs-menu-wrapper .active > a {
  ;
  color: ;
}






/* Dark card */

.card--dark {
  border: 7px solid #eaf0f6;

  background-color: 

  
  
    
  


  rgba(234, 240, 246, 1.0)

;
  border-radius: 7px;
  color: #ffffff;
}

.card--dark summary,
.card--dark p,
.card--dark h1,
.card--dark h2,
.card--dark h3,
.card--dark h4,
.card--dark h5,
.card--dark h6,
.card--dark a:not(.button),
.card--dark span,
.card--dark div,
.card--dark li,
.card--dark blockquote {
  color: #ffffff;
}

/* Light card */

.card--light {
  border: 7px solid #eaf0f6;

  background-color: 

  
  
    
  


  rgba(234, 240, 246, 1.0)

;
  border-radius: 7px;
  color: #000000;
}

.card--light summary,
.card--light p,
.card--light h1,
.card--light h2,
.card--light h3,
.card--light h4,
.card--light h5,
.card--light h6,
.card--light a:not(.button),
.card--light span,
.card--light div,
.card--light li,
.card--light blockquote {
  color: #000000;
}





/* Error templates */

.error-page:before {
  ;
}

/* System templates */

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

/* Search template */

.hs-search-results__title {
  font-size: 32px;
}

/* Backup unsubscribe template */

.backup-unsubscribe input[type='email'] {
  font-size: 16px !important;
  padding: padding: 10px;
 !important;
}





/* Accordion */

.accordion__summary,
.accordion__summary:before {
  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  font-size: 24px;
}

.card--dark .accordion__summary:before {
  color: #ffffff;
}

.card--light .accordion__summary:before {
  color: #000000;
}
/* Blog listing, recent posts, related posts, and blog post */
.blog-listing__post{
  filter: drop-shadow(0 0 0.10rem grey);
  margin-top: 0px;
}

.blog-listing__post-title {
  font-size: 16;
}

.blog-listing__post-title-link {
  ;
  color: #231f20;
}

.blog-listing__post-title-link:hover,
.blog-listing__post-title-link:focus {
  ;
  color: #000000;
}

.blog-listing__post-title-link:active {
  ;
  color: #736f70;
}

.blog-listing__post-tag {
  color: ;
    text-decoration: none !important;
}

.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus {
  color: ;
    text-decoration: none !important;
  

}

.blog-listing__post-tag:active {
  color: ;
    text-decoration: none !important;
}

.blog-listing__post-author-name,
.blog-post__author-name {
  color: ;
}

.blog-listing__post-author-name :hover,
.blog-listing__post-author-name :focus,
.blog-post__author-name:hover,
.blog-post__author-name:focus {
  color: ;
}

.blog-listing__post-author-name :active,
.blog-post__author-name:active {
  color: ;
}

/* Image gallery */

.image-gallery__close-button-icon:hover,
.image-gallery__close-button-icon:focus {
  
  background-color: rgba(35, 0, 0, 1.0);
}

.image-gallery__close-button-icon:active {
  background-color: rgba(195, 158, 134, 1.0);
}
.icon--light .image-gallery__close-button-icon:hover,
.icon--light .image-gallery__close-button-icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .image-gallery__close-button-icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Pagination */

.pagination__link-icon svg {
  fill: ;
  height: ;
  width: ;
}

.pagination__link:hover .pagination__link-icon svg,
.pagination__link:focus .pagination__link-icon svg {
  fill: ;
}

.pagination__link:active .pagination__link-icon svg {
  fill: ;
}

.pagination__link--active {
  border-color: #d7d9e3
}

/* Pricing card */

.pricing-card__heading {
  background-color: #FF0201;
}

/* Social follow and social sharing */

.social-follow__icon:hover,
.social-follow__icon:focus,
.social-sharing__icon:hover,
.social-sharing__icon:focus {
  background-color: rgba(35, 0, 0, 1.0);
  
}

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(195, 158, 134, 1.0);
}

.icon--light .social-follow__icon:hover,
.icon--light .social-follow__icon:focus,
.icon--light .social-sharing__icon:hover,
.icon--light .social-sharing__icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .social-follow__icon:active,
.icon--light .social-sharing__icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Tabs */

.tabs__tab,
.tabs__tab:hover,
.tabs__tab:focus,
.tabs__tab:active {
  border-color: ;
  color: ;
}


/* Axel */
@font-face { 
  font-family: 'Axel';  
  src: url('https://25169193.fs1.hubspotusercontent-eu1.net/hubfs/25169193/axel-regular-webfont.ttf') format('truetype');}


body
{
    font-family: 'Axel' !important;
}












/*CODE PERSO BENEDIKT*/
/*CODE PERSO BENEDIKT*/
/*CODE PERSO BENEDIKT*/
/*CODE PERSO BENEDIKT*/
/*CODE PERSO BENEDIKT*/


/*Reset de la police des titres*/
h2,h1,h3,h4{
  font-family: 'Axel',sans-serif !important;
}



/*Bouton "Read more des articles de blog"*/
.blog-listing__post-button-wrapper{
  box-shadow: 1px 1px 3px #555;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  padding: 0px 0px;
  font-family: 'Axel' !important;
  font-size: 16px !important;
 
}

/*Titre des articles de blog"*/
a.blog-listing__post-title-link{
  text-decoration: none !important;
  font-size: 24px !important;
}


/*Bouton souligné de base "Become a contributor"*/
div#hs_cos_wrapper_widget_1638263077030 a.button{
  text-decoration: none !important;
}

/*Titre "BLOG" de la page "Blog*/

span#hs_cos_wrapper_widget_1638263847249_ h1{
  padding-bottom: 25px !important;
  border-bottom: solid white 1px;
}


/*Titre des articles de blog (sur une page d'article)*/
span#hs_cos_wrapper_name {
    font-size: 42px !important;
}

/*Auteur des articles de blog (sur une page d'article)*/
.blog-post-section a.blog-post__author-name{
  color: #3d85c6 !important;
  font-size: 24px !important;
}


/*Décalage des éléments pricinpiaux d'un article (sur une page d'article)*/
article.blog-post .blog-post__meta,
article.blog-post time.blog-post__timestamp,
article.blog-post h1{
  
  padding: 10% !important;
}
/*Section des réseaux sociaux (sur une page d'article)*/

.blog-post-section .blog-post__meta{
  position: -webkit-static;
  position: static;
  top: 50px;
}
.blog-post-section .blog-post__tag-link{
  color: #3d85c6 !important;
}
/*Îcone des réseaux sociaux (sur une page d'article)*/
.social-sharing span > span{
  border: solid 1.5px white !important;
  flex-direction: column;
  margin-left :50px;
}
#hs_cos_wrapper_social_sharing
{
    height: 100%;
    position: sticky;
    top: 20%;

}
}
/*Titre "THEY TRUST US*/
span#hs_cos_wrapper_widget_1637058308710_ h2{
  border-bottom: solid 1px black !important;
}

/*Flèches Slider Logos "THEY TRUST US*/
.logo_slider.widget_1639752042118.slick-initialized.slick-slider .slick-prev.slick-arrow,
.logo_slider.widget_1639752042118.slick-initialized.slick-slider .slick-next.slick-arrow{
  display: none !important;
}

/*Section Slider Logos "THEY TRUST US*/
section.Evoque_logo_slider_v1{
  padding-top: 0px !important;
}

/*Section parente directe des Logos du Slide "THEY TRUST US"*/
.Evoque_logo_slider_v1 .logo-inner{
  height: auto !important;
}

/*Logo du Slider Logo "THEY TRUST US"*/
.Evoque_logo_slider_v1 .slick-slide img{
  width: 160px !important;
}



/*MODIFICATIONS FOOTER*/
/*MODIFICATIONS FOOTER*/
/*MODIFICATIONS FOOTER*/

/*Section globale du Footer*/
.row-fluid-wrapper.row-depth-1.row-number-1.footer-row-0-background-color.footer-row-0-vertical-alignment.dnd-section {
    padding: 30px 0px;
}

/*Menus du Footer*/
div#hs_menu_wrapper_footer-module-3_ ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/*Contenair Parent du Menu du Footer*/
.span10.widget-span.widget-type-cell.dnd-column.cell_1637657355003-vertical-alignment {
    display: block !important;
}

/*Container du Menu de navigation*/
div#hs_cos_wrapper_widget_1637835948444 .header__bottom {
    padding: 0px !important;
}

/*Liens du Footer*/
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  padding: 0px !important;
  white-space: nowrap;
  display: flex;
  max-width: 100%;
  overflow: hidden;
  text-decoration: none !important;
  color: #000000; 
}


/*MODIFICATIONS HEADER*/
/*MODIFICATIONS HEADER*/
/*MODIFICATIONS HEADER*/

/*Container parent du Logo du Menu de Navigation*/
div#hs_cos_wrapper_widget_1637835948444
 
}
#header #header-content {
    margin: 10px;
}*/
.header__logo {
    max-height: 10% ;
}

/*Container interne du Menu de Navigation*/
div#hs_cos_wrapper_widget_1637835948444 .header__wrapper.header__wrapper--bottom {
    max-height: 90px;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

/*Logo du Footer*/
.widget-type-logo img{
  margin-bottom: 0px !important;
}


/*Logo du Menu de Navigation*/
div#hs_cos_wrapper_widget_1637835948444 .header__logo img {
    height: auto;
    width: 270px;
    position: relative;
    top: 8px;
}


@media screen and (min-width: 767px){
  /*Section des liens du Menu de navigation en format Desktop*/
  nav.header__menu.header__menu--desktop {
    width: 100%;
    display: inline-block !important;
  }
  article.blog-post{
  padding-left: 275px !important;
  padding-right: 275px !important;
}
 
    .header__container--left .header__logo-col {
        flex: inherit;
    }

/*Parent du bouton "LOGIN" du Menu de Navigation en format Desktop*/
  

    
  ul.header__menu-wrapper.no-list > li:nth-child(4){
    padding-right: 6px;
   display: inline-block;
    font-weight : bold ;
    text-align: center;
    background: white;
    border-radius: 6px;
    border: solid 2px #486481 !important;
    border-width: 3px;
    color: rgb(66,91,118);
    height: auto;
    transition: all .4s ease;
    padding: 8px 18px;
    text-shadow: none;
    width: auto;
    font-size: 24px;
    line-height: 1.5em;
    font-family: 'Axel' !important;
    font-size: 16px !important;
    box-shadow: 1px 1px 3px #555;
    margin: 1.1rem;
  }
  
   ul.header__menu-wrapper.no-list > li:nth-child(4) a {
     font-weight: bolder !important;
     color: #486481 !important;
      } 
     
  /*Bouton "ASK A DEMO en format Desktop"*/
  ul.header__menu-wrapper.no-list > li:nth-child(5) {
    font-family: 'Axel' !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: bolder !important;
    border: solid 1.5px #486481 !important;
    padding: 9px 12px 9px 12px;
    border-radius: 6px;
    box-shadow: 1px 1px 3px #555;
    background: rgb(66,91,118);*/
  }
  
  ul.header__menu-wrapper.no-list > li:nth-child(5) a {
   
     font-weight: bolder !important;
     color: white !important;
  }
  
@media screen and (max-width: 767px){
  .header__menu-col a#cta_button_25169193_77ed2434-f3eb-477c-a72d-a92abe9a4325,
  .header__menu-col a#cta_button_25169193_77ed2434-f3eb-477c-a72d-a92abe9a4325 span{
    display: none !important;
  }
  article.blog-post{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
  
  form{
  padding:0px !important;
}

div#hs_cos_wrapper_widget_1646323721681 {
    margin-left: -40px !important;
  
}

#hsForm_76e2a99c-9842-44d7-89d2-7d904d0e8f7f_2800 {
  background-color: #3bb3bc !important;
  }
  
#hs_form_target_widget_1648043695748 > form {
background-color: #f5f8fa !important;
 }
  
#hs_form_target_widget_1650362981337> form {
  margin-top: 30px;
  padding-left: 50px !important;
  background-color: #425B76 !important;
  padding: 30px !important;
  border-radius: 8px;
  box-shadow:-4px 4px 12px -2px rgb(0 0 0 / 20%) !important;
   }
  #hs_form_target_widget_1650362981337
  background-color:#f6f8fa;
  
 }
}

/*Cible " balise paragraphe" du bouton "ASK A DEMO"*/
.header__menu-col a#cta_button_25169193_77ed2434-f3eb-477c-a72d-a92abe9a4325 p{
  margin-bottom: 0px !important;
}

/**/
.header__menu-col a#cta_button_25169193_77ed2434-f3eb-477c-a72d-a92abe9a4325 span{
  color: white !important;
}


/*PAGE "THANK REQUEST*/
/*PAGE "THANK REQUEST*/
/*PAGE "THANK REQUEST*/

/*Formulaire "Get more details !"*/
form{
  padding:0px !important;
}

div#hs_cos_wrapper_widget_1646323721681 {
    margin-left: -40px !important;
  
}

#hsForm_76e2a99c-9842-44d7-89d2-7d904d0e8f7f_2800 {
  background-color: #3bb3bc !important;
  }
  
#hs_form_target_widget_1648043695748 > form {
background-color: #f5f8fa !important;
 }
  
#hs_form_target_widget_1650362981337> form {
  margin-top: 30px;
  padding-left: 50px !important;
  background-color: #425B76 !important;
  padding: 30px !important;
  border-radius: 8px;
  box-shadow:-4px 4px 12px -2px rgb(0 0 0 / 20%) !important;
   }
  #hs_form_target_widget_1650362981337
  background-color:#f6f8fa;
  
 }