/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/



* {
  box-sizing: border-box;
  margin: 0;
}
*,
body {
  font-weight: 400;
}
body {
    color: #5F5F5F;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 30px;
}
a {
  display: inline-block;
  text-decoration: none;
}
/*img {
  width: 100% !important;
}*/
strong {
  font-weight: 700;
}
.container-fluid {
  padding: 0;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 990px;
  }
  .custom-container {
    max-width: 1197px;
  }
}
h1 {
  font-size: 32px;
  line-height: 40px;
}
h2 {
  font-size: 30px;
  line-height: 33px;
}
h3 {
    font-size: 18px;
    line-height: 26px;
}
h4 {
  font-size: 20px;
  line-height: 30px;
}
h5 {
  font-size: 28px;
  line-height: 42px;
}
h6 {
  font-size: 14px;
  line-height: 19px;
}
p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.cta-wrapper {
    display: block;
    max-width: 237px;
    width: 100%;
    border-radius: 35px;
}
.cta {
    width: 100%;
  padding: 5px 10px;
}
.cta, .cta > * {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cta > * {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cta span {
    padding-left: 5px;
	line-height: 23px;
    padding-bottom: 4px;
}
.cta-wrapper:hover{
      background-color: #ea7e4e;
}
.cta:hover {

  color: #fff;
}
.cta-wrapper:hover > * {
    background-color: #ea7e4e;
}
.cta img {
    max-width: 18px !important;
    width: auto !important;
    margin-left: 5px;
}
.blackColor {
  color: #000 !important;
}
.whiteColor {
  color: #fff !important;
}
.lightblue-color{
   color: #909bae !important;
}
.blueColor {
  color: #003057 !important;
}
.gap-100 {
  gap: 30px;
}

/* -- Responsive form mobile -- */

@media (max-width: 600px)
.gap-100 {
  gap: 0px;
}
@media (max-width: 991px)
.mt-64 {
    margin-top: -20px;
}

/* -- END Responsive form mobile -- */


.pb-36 {
  padding-bottom: 36px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-64 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-36 {
  margin-bottom: 36px;
}
.mb-53 {
  margin-bottom: 53px;
}
.mb-54 {
  margin-bottom: 54px;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.gap-lg-6{
  gap: 6rem !important;
}
.border-bottom {
    border-bottom: 2px solid #1e3758 !important;
}
.border-top {
    border-top: 2px solid #1e3758 !important;
}
.gap-65 {
    gap: 5.3rem !important;
}

.header-banner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(30, 55, 88, 0.6);
}

.header-banner .form-wrapper {
    height: 100%;
    max-width: 420px;
    width: 100%;
    padding: 20px;
}

.header-banner .form-wrapper .inputs-list.multi-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(clamp(100% / (3 + 1) + 0.1%, 13rem, 10%), 1fr));
    grid-gap: 1rem;
}

--------------/* Accorion Pierre */--------------------

.accordion-with-background-color-faq-section {
    padding: 0;
}

#hs_cos_wrapper_widget_1689772365714 .faq-box .faq-title {
    font-size: 18px;
}

--------------/* Accorion Pierre */--------------------


.form-wrapper{
  background-color: rgba (234, 102, 33, 60%);
  border-radius: 5px;
}

.video-container iframe {
  aspect-ratio: 2.17;
}
.banner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}
.speakers .image img {
  max-width: 225px;
}
.carousel-indicators {
  gap: 30px;
  margin-bottom: 0;
}
.carousel-indicators [data-bs-target] {
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid #003057;
  border-radius: 50%;
  box-sizing: border-box;
  height: 15px;
  margin: 0;
  opacity: 1;
  width: 15px;
}
.carousel-indicators [data-bs-target].active {
  background-color: #003057;
}
.social-icon:hover {
  opacity: 0.8;
}
footer .links {
  gap: 20px 60px;
}
footer .links a {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.28px;
  line-height: 13px;
}
footer .links a:hover {
  text-decoration: underline;
}
.header-banner form label {
  margin-bottom: 4px;
  margin-top: 14px;
}
.header-banner form input {
  background: #cccccc80;
  border: none;
  outline: 0;
  padding: 5px 10px;
  width: 100%;
  border-radius: 5px;
}
.form form ul.inputs-list,
.header-banner form ul.inputs-list {
  list-style: none;
  padding: 0;
}
.form form ul.hs-error-msgs,
.header-banner form ul.hs-error-msgs {
  margin-bottom: 0;
}
.form form ul.hs-error-msgs .hs-error-msg,
.header-banner form ul.hs-error-msgs .hs-error-msg {
  color: #d84b4f;
}
.form form label.hs-form-booleancheckbox-display,
.header-banner form label.hs-form-booleancheckbox-display {
  display: flex;
}
.form form .input ul.inputs-list input, .header-banner form .input ul.inputs-list input {
    background: #fff !important;
    border: 1px solid #ffffff;
    border-radius: 0 !important;
    flex-shrink: 0;
    height: 12px !important;
    margin-top: 0;
    outline: 0;
    padding: 0 !important;
    width: 12px !important;
    position: absolute;
    top: 9px;
    left: 0;
}
.form form .hs-form-booleancheckbox-display > span,
.header-banner form .hs-form-booleancheckbox-display > span {
  margin-left: 13px;
}
.header-banner form .hs-form-booleancheckbox-display p {
  font-size: 12px;
  line-height: 23px;
}
.form form .hs-form-booleancheckbox-display p {
  font-size: 15px;
  line-height: 23px;
}
.header-banner form .hs-button {
  background: #ff6136;
  border: none;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  margin: 20px auto 0;
  max-width: 237px;
  padding: 5px 10px;
  text-align: center;
  width: 100%;
}
.header-banner form .hs-button:hover {
  background-color: #765c00;
}
.form form > * {
  color: #fff;
}
.form form fieldset {
  display: flex;
  gap: 150px;
  margin-bottom: 20px;
  max-width: 950px;
}
.form form .form-columns-2 {
  margin-top: 26px;
}
.form form .hs-form-field {
  width: 100% !important;
}
.form form .hs-input,
.form form .input {
  margin: 0;
  resize: none;
  width: 100% !important;
}
.form form .input input {
  background: #fff;
  border: 1px solid #5f5f5f;
  color: #53565a;
  outline: none;
  padding: 8px 15px;
  width: 100%;
  box-shadow: none;
}
.form form ::placeholder {
  color: #53565a;
}
.form form label {
  margin-bottom: 8px;
  margin-top: 8px;
}
.form form .hs-button {
    background: #ea6621;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    margin: 20px auto 0;
    max-width: 237px;
    padding: 5px 10px;
    text-align: center;
    width: 100%;
    border-radius: 35px;
    border: none;
    height: auto !important;
}
.form form .hs-button:hover {
  background-color: #ea7e4e;
}
form .hs-input {
  background: #fff;
  border: 1px solid #5f5f5f;
  color: #53565a;
  outline: 0;
  padding: 8px 15px;
}
form textarea {
  min-height: 50px;
}
.submitted-message {
  font-size: 18px;
  line-height: 23px;
}
.form form ul.hs-error-msgs .hs-error-msg {
  margin-bottom: 0;
}
.hs-main-font-element {
  color: #d84b4f;
  display: block;
  font-weight: 700;
  margin-top: 0 !important;
}

header .logo a {
    display: flex;
    align-items: center;
}
header .logo a h2 {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding-left: 13px;
}   
/*.header-banner .sample-image img {
    max-width: 240px;*/
}
.headline {
    padding: 38px 0 25px;
}
.two-col{
    padding: 45px 0 20px;
}
.two-col-rev {
    padding: 20px 0 20px;
}
.video {
    padding: 45px 0 30px;
}
.form {
    padding: 30px 0 42px;
}
.three-col .container {
    padding-top: 55px;
    padding-bottom: 65px;
}
footer {
    background-color: #1e3758;
}
footer h6 span {
    padding: 0 11px;
}
footer h4 {
    font-size: 18px;
    line-height: 25px;
}
footer .box1 h5 {
    font-size: 16px;
    line-height: 22px;
}
.speakers {
    padding: 60px 0 30px;
}
.speakers .content1 img {
    max-width: 120px;
}
.speakers .carousel {
    padding: 0 60px;
}
.speakers .carousel-control-next, .speakers .carousel-control-prev {
    opacity: 1;
    width:  auto;
}
.speakers .carousel-control-prev span.carousel-control-prev-icon {
    background-image: url('https://page.septeo.fr/hubfs/Septeo%20Images/arrow-left.png');
    height: 35px;
    width: 35px;
}
.speakers .carousel-control-next span.carousel-control-next-icon {
    background-image: url('https://page.septeo.fr/hubfs/Septeo%20Images/arrow-right.png');
    height: 35px;
    width: 35px;
}
.speakers .carousel-control-prev {
    left: -70px;
}
.speakers .carousel-control-next {
    right: -70px;
}
.form_box label, .form_box label span {
    margin: 0 !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #5F5F5F;
}

.header-banner form input, .header-banner form textarea, .header-banner form select {
    background: #fcfcfc;
    border: none;
    outline: 0;
    padding: 5px 10px;
    width: 100% !important;
    height: 30px !important;
    color: #5f5f5f;
    font-size: 12px;
  border-radius: 5px;
}
.form form ul.hs-error-msgs .hs-error-msg, .header-banner form ul.hs-error-msgs .hs-error-msg {
    color: #d84b4f;
    font-size: 15px;
}
.hs-form-radio, .hs-form-checkbox {
    position: relative;
    padding-left: 22px;
}
.hs-form-radio label input, .hs-form-checkbox label input {
    position: absolute;
    left: 0;
	top: 5px;
}
.hs-form-booleancheckbox span, .hs-form-booleanradio span, .hs-form-checkbox span{
    margin-left: 13px;
}
.header-banner form .hs-button {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin: 10px auto 0;
    max-width: 237px;
    padding: 5px 10px;
    text-align: center;
    width: 100%;
    background: #ff6136;
    border-radius: 35px;
    height: auto !important;
}
.header-banner form .hs-button:hover {
    background-color: #ea7e4e;
}
/* ---- Forcer une iframe de vidéo ----
.video-container .hs-responsive-embed-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    max-height: 100% !important;
    min-width: 100% !important;
}

*/
.form form input, .form form textarea, .form form select {
    background: #fff;
    border: 1px solid #5F5F5F;
    color: #53565a;
    outline: 0;
    padding: 8px 15px;
    width: 100%;
    height: 35px !important;
    border-radius: 5px;
}
form span.hs-form-required {
    color: #FF0101;
}
.header-banner .form_box .hs-form-field {
    margin: 0 0 5px;
}
.hs-form-booleancheckbox {
    position: relative;
    padding-left: 22px;
}
.hs-form-booleancheckbox input {
    position: absolute;
    left: 0;
	top: 1px;
}
.form_box .hs-form-booleancheckbox span, .form_box .hs-form-radio span, .form_box .hs-form-booleanradio span, .form_box .hs-form-checkbox span {
    font-size: 12px;
    line-height: 18px;
}
.form_box .hs-fieldtype-radio label span, .form_box .hs-fieldtype-checkbox label span {
    font-size: 12px;
    line-height: 25px;
}
.form .form_box .hs-form-booleancheckbox span, .form .form_box .hs-form-radio span, .form .form_box .hs-form-booleanradio span, .form .form_box .hs-form-checkbox span {
    font-size: 13px;
    line-height: 30px;
}
.form .form_box .hs-fieldtype-radio label span, .form .form_box .hs-fieldtype-checkbox label span {
    font-size: 13px;
    line-height: 30px;
}
header {
    transition: all 0.6s ease-in-out;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}
.speakers .content h5 {
    position: relative;
    padding-top: 7px;
}
.speakers .content h5 img {
    max-width: 23px;
    position: absolute;
    top: 0;
    left: -21px;
} 
form ul.hs-error-msgs label {
    color: #d84b4f;
    font-size: 15px;
}
header .logo img {
    max-width: 200px;
}
.two-col .image img, two-col-rev .image img {
    max-width: 450px;
}

.three-col .image img {
    max-width: 250px;
}
.box2 .logo img{
    max-width:146px;
}
.box1 img {
	max-width:28px;
}
.speakers .cta-wrapper {
    background-color: rgba(234, 102, 33, 100%);
}
.two-col-rev .image img {
    max-width: 450px !important;
}
.three-col .d-flex .content {
    width: 33% !important;
}
.header-banner .hs-form-booleancheckbox input, .header-banner .hs-form-booleanradio input {
    top: 6px !important;
}
.two-col .content {
    padding-left: 45px;
    padding-right: 0;
}
.two-col-rev .content {
    padding-right: 40px;
}
.two-col-rev .image {
    text-align: right;
}
.three-col .content {
    padding: 0 36px;
}


/* -------MARGE (BAS) SUR LE 3 COLONNES ------
.three-col .content {
    margin-bottom: 40px;
}*/


.three-col .row {
    margin: 0 -36px;
}
.frmt_heading h4 {
    margin-bottom: 0 !important;
}

/* -------MARGE (BAS) texte SUR LE 3 COLONNES ------
.frmt_heading {
    margin-bottom: 15px;
}*/

.frmt_text {
    margin-bottom: 20px;
}
.frmt_text p {
    margin-bottom: 0 !important;
}
header .logo {
    margin: 2px 0;
}

@media (max-width: 1199px){
.speakers .carousel-control-prev {
    left: -20px;
}
.speakers .carousel-control-next {
    right: -20px;
}
}

@media (max-width: 991px){
.gap-lg-6 {
    gap: 3rem !important;
}
.gap-65 {
    gap: 2.5rem !important;
}
.speakers .content1 img {
    margin-bottom: 27px;
}
.speakers .content1 {
    align-items: flex-start !important;
}
footer .d-flex {
    align-items: center;
    justify-content: center !important;
    text-align: center;
} 
 .two-col .content {
    padding: 20px 10px 0;
} 
  .two-col-rev .content {
   padding: 20px 10px 0;
}
  .two-col-rev .row {
    flex-direction: column-reverse;
}
  .two-col-rev .image {
    text-align: left;
}
  .three-col .row {
    margin: 0 -12px;
}
  .three-col .content {
    padding: 0 15px;
}
  .frmt_heading, .frmt_text, .frmt_img {
    min-height: auto !important;
}
}



@media (max-width: 575px) {
  form .hs-input {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .form form fieldset {
    gap: 100px;
  }
}
@media (max-width: 767px) {
  .form form fieldset {
    flex-direction: column;
    gap: 25px;
  }
}

/* TEST RESPONSIVE PIERRE

@media (max-width: 991px) {
  .mt-64 {
    margin-top: 25px;
  }
*/



@media (max-width: 991px) {
  .mt-64 {
    margin-top: -30px;
  }
  .mb-53 {
    margin-bottom: 25px;
  }
  h2 {
    line-height: 42px;
}
.speakers .cta img {
    margin-bottom: 0 !important;
}
}
@media (max-width: 767px) {
.speakers .carousel {
    padding: 0 32px;
}
.speakers .carousel-control-prev {
    left: 0 !important;
}
.speakers .carousel-control-next {
    right: 0 !important;
}
.speakers .carousel-control-prev span.carousel-control-prev-icon {
    height: 20px;
    width: 20px;
}
.speakers .carousel-control-next span.carousel-control-next-icon {
    height: 20px;
    width: 20px;
}
.speakers .content h5 {
    padding-top: 15px;
}
.speakers .content h5 img {
    top: 0;
    left: 0;
}

}

@media (max-width: 575px) {
header .cta-wrapper {
    margin-top: 10px;
}
}