/* Responsive grid */


.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  
}

@font-face {
    font-family: 'Century Gothic';
    src: url('https://143770934.fs1.hubspotusercontent-eu1.net/hubfs/143770934/century-gothic/Century%20Gothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('https://143770934.fs1.hubspotusercontent-eu1.net/hubfs/143770934/century-gothic/GOTHICB.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('https://143770934.fs1.hubspotusercontent-eu1.net/hubfs/143770934/century-gothic/GOTHICBI.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('https://143770934.fs1.hubspotusercontent-eu1.net/hubfs/143770934/century-gothic/GOTHICI.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}    

body {
margin: 0px !important;
    font-family: 'Century Gothic', Arial, sans-serif;

}

/*block with form Start */


.column-left, .column-right {
  position: relative;
  z-index: 1; /* Ensure content is above the background layers */
  /* Add any other styles for your content here */
}
ul.inputs-list {
padding: 0px!important;
}

label.hs-form-booleancheckbox-display, .hs-form-booleancheckbox-display{
  display: flex !important;
  align-items: center;
}

label.hs-form-booleancheckbox-display span {
  width: 90%;
} 


input.hs-input[type="checkbox"] {
 -webkit-appearance: none; 
  -moz-appearance: none; 
  appearance: ; 
  width: 20px !important; 
  height: 20px; 
  border: 2px solid #A09AB6; 
  border-radius: 3px; 
  outline: none; 
  cursor: pointer; 
  background-color: white;
  position: relative;
  padding: 0px !important;
}

input[type="checkbox"]:checked{
   border: none;
  outline: 2px solid #120248;
  background-color: #120248;
  content:"";

}

.moving_img{
position: relative;
}

.fieldset.form-columns-2{
  display: flex !important;
}
input.hs-input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

}

p {
line-height: 24px;
}

.hs_firstname, .hs_lastname, .hs_zip, .hs_pays {
display: ;
}
.hs_firstname, .hs_zip {
  
  width: 100%;
  
}

.hs_lastname, .hs_pays {
  width: 100%;
}





.hs-input.is-placeholder{
  font-family: 'Century Gothic', Arial, sans-serif;
  padding-left: 18px;
  font-size: 14px;
  color: rgba(138, 138, 138, 0.3);

}

/*form: radio check start */

label.hs-form-radio-display{
display: flex !important;
  align-items: center;
}

label.hs-form-radio-display input{
  width: 20px !important;
  height: 20px;
  margin-right: 15px;

}

label.hs-form-radio-display span {
  width: 90%;
}
/*form: radio check end */


.hs_pays select::after{
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;

}
/* Styling for select element */
select {
    -webkit-appearance: none;  /* for Chrome */
    -moz-appearance: none;     /* for Firefox */
    appearance: none;          /* for other browsers */
    background: url('data:image/svg+xml;utf8,<svg fill="gray" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
    background-size: 20px;
    padding-right: 20px; /* Add space for the arrow */
  line-height: 20px;
}

#hs_cos_wrapper_widget_1722245964310 select{
  line-height: 20px !important;
}


.hs-button.primary.large {
    width: 165px;
    height: ;
    border: none;
    background-color: #E14E0F;
    color: white;
    font-size: 16px;
    padding: 16px 25px;
    border-radius: 30px;
    margin-top: 20px;
    position: relative; /* Ensure pseudo-element positions correctly */
    display: inline-flex;
    align-items: center;
    justify-content: center;
      cursor: pointer;
  font-family: 'Century Gothic';

}

.hs-button.primary.large::after {
    content: " ";
    background-image: url('https://143770934.fs1.hubspotusercontent-eu1.net/hubfs/143770934/Background%20photos/Icon.png'); 
    background-size: 20px 20px; /* Adjust to ensure the image is visible */
    background-repeat: no-repeat;
    position: absolute;
    right: 10px; 
    top: 50%;
    transform: translateY(-50%);
    width: 20px; /* Adjust width */
    height: 20px; /* Adjust height */
    z-index: 1; /* Ensure it is above other elements */
      background-color: rgba(255, 0, 0, 0.5); /* Temporary background color for visibility */

}



.column-right form {
  display: block;
  flex-direction: column;
  
}

.hbspt-form-15bd0beb-3c4d-4a3c-9c55-836916584c68{
  margin-bottom: 15px;
        }
.hs-form-field {
  margin-bottom: 17px;
}
.hs-form-field label {
  display: block;
  margin-bottom: 8px;
  color: #A09AB6;
  font-size: 14px;
  font-weight: 200;
            
        }


.form-group input, .form-group select {
            
  width: calc(100% - 22px);
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
        }
.form-group input[type="checkbox"] {
  width: 20px !important;
        }
.form-group label[for="accept"] {
  display: inline;
        }

input::placeholder { 
  font-family: 'Century Gothic', Arial, sans-serif;
  padding-left: ;
  font-size: 14px;
  color: #A09AB6;
  opacity: 50%;
  
}


.btn-submit {
  background-color: #E14E0F;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
        }
.btn-submit:hover {
  background-color: #c9302c;
        }

@media (max-width: 767px){
    .moving_img{
      display:none;
    }
  }
@media (min-width: 400px) and (max-width: 770px)
{ 
  h1 {
  font-size: 30px !important;
    line-height: 38px !important;
    
  }
  .column-left {
  margin-right: 5% !important;
  }

  @media (max-width: 400px){
    h1 {
    text-align: center;
    }
  }
}


 /*block with form end */




#text {
display: none;
}

h1, h2, h3, h4, h5 {
margin: 0;
  font-weight: 400;
}
.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#movingImage {
    transition: transform 0.1s ease-out;
  }

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
    .mainContainer {
  height: 100% !important;
  }
  .container-inside {
    padding: 20px;
  }
  .container-inside {
    padding: 35px 20px 85px!important;
    align-items: center;
    display: ruby-text !important;
    
  }
  .banner.text {
    display: none
  
  }
  .column-right {
  max-width: fit-content !important;
  }

  .livre-blanc {
    font-size: 18px;
  }
  .column-left {
    width: 90%!important;
    margin-right: 0!important;
  }
  .column-right {
    top: 22px!important;
  
  }

  h1 {
    font-size: 24px;
    line-height: 38px;
  }

  .banner.text {
    font-size: 16px;
    line-height: 20px;
  }
  .book_image {
    display: none;
  }
  .container-inside {
  max-height: fit-content!Important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}


@media (min-width: 1440px) {
 .container_bullets{
   justify-content: center!important;
  }
  
}

@media (max-width: 1024px) {
  .hs_lastname, .hs_pays, .hs_firstname, .hs_zip {
  width:100%;
}
}



@media (max-width: 480px){
  h1 {
    font-size: 24px!important;
    line-height: 32px!important;
  }
  .column-right {
    width: 80%!important;
  }
  .hs_firstname, .hs_lastname, .hs_zip, .hs_pays {
width: 100% !important;
}
  .banner.text {
  display: none;
  }
  
  
  .container_bullets {
  display: block;
  }
  
  .bullets_column-left {
    
  }
  
  .bullets_column-right {
    
  
  }
  

}