/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */
















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

.dnd-section {
  padding-bottom: 30px;
  padding-top: 30px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #0046FE;
}
.page-center {
  max-width: 1320px;
}






body {
  color: #4d6c86;
  font-family: Manrope;
  font-weight: 400;
  font-size: 20px;
}

p {
  font-family: Manrope;
  font-weight: 400;
}

a {
  font-family: Manrope;
  color: rgba(0, 70, 254, 1.0);
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

a:hover,
a:focus {
  color: rgba(0, 44, 82, 1.0);
}

a:active {
  color: rgba(40, 110, 255, 1.0);
}

h1 {
  color: #f6f2e4;
  font-family: EBP Cyrillic;
  font-size: 104px;
  font-weight: 800;
}

@media(max-width: 767px) {
  h1 {
    font-size: 88.39999999999999px;
  }
}

h2 {
  color: #002c52;
  font-family: EBP Cyrillic;
  font-size: 72px;
  font-weight: 700;
}

@media(max-width: 767px) {
  h2 {
    font-size: 61.199999999999996px;
  }
}

h3 {
  color: #002c52;
  font-family: EBP Cyrillic;
  font-size: 48px;
  font-weight: 700;
}

@media(max-width: 767px) {
  h3 {
    font-size: 40.8px;
  }
}

h4 {
  color: #4d6c86;
  font-family: Manrope;
  font-size: 24px;
  font-weight: 400;
}

@media(max-width: 767px) {
  h4 {
    font-size: 20.4px;
  }
}

h5 {
  color: #414141;
  font-family: Manrope;
  font-size: 24px;
  font-weight: 600;
}

h6 {
  color: #002c52;
  font-family: Manrope;
  font-size: 20px;
  font-weight: 700;
}






form,
.submitted-message {
  border-color: rgba(#null, 0.0);
  font-family: Manrope;
}

h3.form-title {
  
  padding: 10px 5px;
  
  background-color: rgba(0, 44, 82, 1.0);
  color: rgba(246, 242, 228, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(0, 70, 254, 1.0);
  border-color: rgba(0, 70, 254, 1.0);
  border-radius: 30px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(0, 70, 254, 0.8);
  border-color: rgba(0, 70, 254, 1.0);
  color: rgba(251, 250, 244, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(40, 110, 255, 1.0);
  border-color: rgba(40, 110, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(0, 44, 82, 1.0);
  font-weight: 300;
}

.hs-form legend {
  color: rgba(0, 44, 82, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 44, 82, 1.0);
  border-radius: 16px;
  border-width:0px;
}

.hs-search-module .hs-input {
  margin-bottom: 20px;
}


form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(255, 255, 255, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(246, 242, 228, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #4d6c86;
}

.hs-richtext {
  font-size: 20;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Manrope;
}

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(77, 108, 134, 1.0);
  color: rgba(77, 108, 134, 1.0);
}

thead th,
thead td {
  background-color: rgba(0, 70, 254, 1.0);
  color: rgba(246, 242, 228, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 44, 82, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(77, 108, 134, 1.0);
}





header.header:before{
  background-color: rgba(246, 242, 228, 1.0);
}

.header__container {
  max-width: 1320px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: rgba(0, 44, 82, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
.custom-menu-primary .hs-menu-wrapper > ul > li:focus > a {
  color: rgba(0, 44, 82, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
  color: rgba(0, 44, 82, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch {
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li:focus {
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul ul a{
  color: rgba(127, 135, 158, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul ul a:hover,
.custom-menu-primary .hs-menu-wrapper > ul ul a:focus {
  background-color: rgba(15, 68, 134, 0.0);
  color: rgba(15, 68, 134, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a{
  color: rgba(15, 68, 134, 1.0);
  background-color: rgba(15, 68, 134, 0.0);
}


.tools--container .navigation--tools .navigation--item.cart--container .hs-button{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(0, 44, 82, 1.0);
  border-color: rgba(0, 44, 82, 1.0);
}

.tools--container .navigation--tools .navigation--item.cart--container .hs-button:hover{
  color: rgba(0, 44, 82, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.Votreentreprise>ul>li>a{
  color: rgba(0, 0, 0, 1.0);
}

.tools--container .navigation--tools .navigation--item.account--container a i{
  color: rgba(0, 0, 0, 1.0);
}
.tools--container .navigation--tools .navigation--item.account--container a i:hover{
  color: rgba(0, 44, 82, 1.0);
}







.footer .footer--top{
  background-color: rgba(0, 44, 82, 1.0);
}

footer.footer .footer--top .col-lg-6 .hs-menu-wrapper>ul>li>a,
footer.footer .footer--top .contact_section p,
footer.footer .footer--top .footer-social p,
footer.footer .footer--top .footer-social ul li,
.networks--block p{
  color: rgba(246, 242, 228, 1.0);
}

footer.footer .footer--top .col-lg-6 .hs-menu-wrapper>ul>li>ul>li>a:hover,
footer.footer .footer--top .contact_section ul li a:hover{
  color: rgba(246, 242, 228, 0.8);
}

footer.footer .footer--top .col-lg-6 .hs-menu-wrapper>ul>li>ul>li>a,
footer.footer .footer--top .contact_section ul li a{
  color: rgba(246, 242, 228, 0.8);
}


footer.footer .footer--top .col-lg-6 .hs-menu-wrapper>ul>li>ul>li>a:before,
footer.footer .footer--top .contact_section ul li a:before{
  border-bottom-color: rgba(246, 242, 228, 0.8);
}

.networks--block ul.rs-container li a.image--icon{
  background-color: rgba(246, 242, 228, 1.0);
}

.networks--block ul.rs-container li a.image--icon svg path{
  fill: rgba(0, 44, 82, 1.0);
}


.networks--block ul.rs-container li a.image--icon:hover{
  background-color: rgba(251, 250, 244, 1.0);
}

.networks--block ul.rs-container li a.image--icon:hover svg path{
  fill: rgba(0, 44, 82, 1.0);
}


.footer .footer--bottom{
  background-color: rgba(255, 255, 255, 1.0);
}


.footer .footer--bottom .mentions--container .hs-menu-wrapper>ul>li>a{
  color: rgba(127, 135, 158, 1.0);
}


.footer .footer--bottom .mentions--container .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(15, 68, 134, 1.0);
}

.footer .footer--bottom .col-lg-3 a{
  color: rgba(15, 68, 134, 1.0);
}


.footer__container {
  max-width: 1320px;
}





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










body .icon svg {
  fill: #4D6C86;
}

body .tns-nav button.tns-nav-active {
  background-color: #4D6C86;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #4D6C86;
}

body .social-links__icon {
  background-color: #4D6C86;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #0046FE;
}

.page-center {
  max-width: 1320px;
  margin: 0 auto;
}

ul.liste-coche-orange > li {
  padding-left:24px;
  background:transparent url(https://f.hubspotusercontent40.net/hubfs/7123392/_Assets/Icone_PuceCoche_orange.png") 0 center no-repeat;
}



.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}









UL.list-blue-check {
  margin:0;
  padding:0;
}

UL.list-blue-check li {
  list-style-type:none;
  padding-left:35px;
  margin-bottom:5px;
  background:transparent url(https://7123392.fs1.hubspotusercontent-na1.net/hubfs/7123392/_Assets/Icone_PuceCoche_bleu.png) left center no-repeat;
  background-size:20px auto;
}













@media(max-width:1439px){
  .dnd-section>.row-fluid,
  .page-center,
  .content-wrapper,
  .footer__container{
    max-width: 960px;
  }

  body {
    font-size:18px;
  }

}


@media(max-width:991px){
  .dnd-section>.row-fluid,
  .page-center,
  .content-wrapper,
  .footer__container{
    max-width: 720px;
  }
}


@media(max-width:767px){
  .dnd-section>.row-fluid,
  .page-center,
  .content-wrapper,
  .footer__container{
    max-width: 540px;
  }
  body {
    font-size:16px;
  }
}