
 /*
--- 01 TYPOGRAPHY SYSTEM

- Font sizes (px)
10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98

- Font weights
Default: 
Medium: 
Semi-bold: 
Bold: 

- Line heights

Default : 1
medium : 1.2
high : 1.5
higher : 1.8
- Letter spacing

--- 02 COLORS

- header: #eeedf2
- Tints:
- Shades: 

- Accents:
- Greys : #868686
          #6c6c6c

--- 05 SHADOWS
box-shadow: 0 0 6px #bbbbbb;

--- 06 BORDER-RADIUS

--- 07 WHITESPACE

- Spacing system (px)
2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128
*/


/* Default padding / Margin */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  color: #000000;
  font-weight: 400;
}
.hide {
    display: none!important;
}


*:focus {
  outline: none;
  /* outline: 4px dotted #e67e22; */
  /* outline-offset: 8px; */
  /* box-shadow: 0 0 0 0.8rem rgba(230, 125, 34, 0.5); */
}
  
  
  /*====================*/
/* HEADER SECTION */
/*====================*/
img {
      vertical-align: middle;
      width: 100%;
    }



.logo {
 justify-self: center;
}

.logo_head {
  background-color: #414F5E;
  background-size: cover;
  background-position: 70%;
  background-repeat: no-repeat;
  height: auto;
}

.logoimg-container {
  width: 100% !important;
  position: relative;
  max-width: 30.521vw;
  margin: auto;
  padding: 1.04167vw 0 1.012vw;
}


.logo-img {
  align-content: center;
  /*max-height: 6rem;*/
  display: inline-block;
}




/*====================*/
/* HEADER SECTION */
/*====================*/



/*====================*/
/* CTA SECTION */
/*====================*/



.section-cta {
  background-image: url("https://image.email.groupeseb.com/lib/fe3111717564047c7d1d76/m/1/3236d6b5-f4a7-4317-a78e-1920978314f4.png");
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  padding: 7.5rem 0;

}

.cta-container {
  max-width: 160rem;
  margin: 0 auto;

}
  html {
  font-size: 62.5%;
  height: 100%;
  -ms-overflow-style: scrollbar;
}
.cta-headline {
  font-size: 8rem;
  line-height: 5rem;
  color: #4480C2;
  text-align: center;
  font-family: 'Oxanium', sans-serif;
  display: block;
  padding: 0rem 4rem 6rem 4rem;
 font-weight: 700;
}
  .cta-first-headline {
   font-size: 5.6rem;
   text-transform: uppercase !important;
   font-weight: 700;
  }
.headline-container {
  position: relative;
  max-width: 120rem;

  margin: 0 auto;
}


.cta-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2rem;
  justify-content: center;
  align-items: center;
}

.form-background-color {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 5rem; 
  /*margin: 3rem 3rem 3rem 3rem;*/
  margin-right: 11.5rem;
  border-radius: 10px;

}

.form-background-color h2 {
  color: #333333;
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-family: 'Oxanium', Sans-serif !important;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.2;
}



.form-background-color input,
.form-background-color select {
  border: 1px solid #63636d;
  border-radius: 10px;
  font-family: 'Oxanium', Sans-serif !important;
  height: 4.2rem;
  color: #000000;
  padding: 1rem 2rem 1rem 1rem;
  display: block;
  margin-top: 1.5rem;
  width: 100%;
  font-size: 1.3rem;
  font-family: inherit;
  letter-spacing: 0.2px;
  background-color: #ffffff;
}

.form-background-color select {
  width: 11rem;
  color: #000000;
  border-radius: 10px;
}

.form-background-color button {
  background-color: #4480C2;
  font-family: 'Oxanium', sans-serif;
  color: #ffffff;
  border: none;
  font-weight: 800;
  text-transform: uppercase;
  width: 100%;
  padding: 1rem 3rem;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 3rem;
  margin-bottom: 4rem;
  font-size: 1.9rem;
}

.checkbox-flex {
  display: flex;
  gap: 2.5rem;
  margin-top: 1.5rem;
}

.cta-text {
  color: #333333;
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: 'Oxanium', Sans-serif !important;
}

.form-background-color label {
  font-family: 'GothamStd', Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  max-width: 90%;
  cursor: pointer;
  margin-bottom: 2rem;
}

input[type='checkbox'] {

  height: 20px;
  width: 20px;
  cursor: pointer;
}


/*====================*/
/* SLIDER */
/*====================*/




/* SLIDER */

.slider_middle {
  justify-content: center;
  align-items: center;
}

.mySlides {
  display: none;
}



/* Slideshow container */
.slideshow-container {
  max-width: 550px;
  position: relative;
  margin: auto;
}

/* Caption text */

.slider-text {
  color: #aaaaaa;
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-family: 'Oxanium', Sans-serif !important;
  text-align: center;
}


/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}



/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}



/* More slides? Add here more rules */

.slide {
 width: 100%;
  max-width: 550px;
  height: auto;
  text-align: center;
}

.dot-span {
text-align:center;
margin-top: 2rem;
}

/*====================*/
/* ICON SECTION */
/*====================*/




/*====================*/
/* FOOTER SECTION */
/*====================*/

/*====================*/
/* MEDIA QUERIES */
/*  @media (max-width: 22em) - Small mobile device
    @media (max-width: 35em) - Standard mobile device
    @media (max-width: 30em) - Small mobile device
    @media (max-width: 34em) - Standard mobile device
    @media (max-width: 38em) - Large mobile device
    @media (max-width: 44em) - Tablet
    @media (max-width: 48em) - Landscape tablet
    @media (max-width: 63em) - Laptop screen
    @media (max-width: 74em) - Desktop computer screen
    @media (max-width: 81em) - Large desktop computer screen
    @media (max-width: 94em) - Extra-large desktop computer screen
*/
/*====================*/
      
    @media (max-width: 22em) {
      .cta-headline {
        font-size: 1.1rem;
      }
      .cta-first-headline {
        font-size: 1.1rem;
      }
    }

    @media (max-width: 35em) {
      .cta-headline {
        font-size: 1.2em;
        line-height: 1.2;
        color: #4480C2;
        text-align: center;
        font-family: 'Oxanium', sans-serif;
        display: block;
        padding-top: 3.6rem;
        padding-bottom: 3.6rem;
        padding-left: 2rem;
        padding-right: 2rem;
        margin: 1rem;
      }

      .cta-first-headline {
        font-size: 1.5rem;
      }

      .headline-container {
        margin: 0 3rem;
      }


      .logo-img {
        align-content: center;
        display: inline-block;
        width: 100%;
      }
      .logoimg-container {
          position: relative;
          width: 100%;
      }
    }

    @media (max-width: 30em) {
     

      .cta-headline {
        font-size: 2.4rem;
        margin: 1rem;
      }

      .cta-first-headline {
        font-size: 1.2rem;
      }

      
 
      .form-background-color button {
        font-size: 1.6rem;
        border-radius: 10px;
      }
    }

    @media (max-width: 34em) {
     

      .cta-headline {
        font-size: 2.4rem;
      }

      .cta-first-headline {
        font-size: 1.2rem;
      }

     

      .form-background-color button {
        font-size: 1.6rem;
        text-align: center;
      }
    }

    @media (max-width: 38em) {

        .cta-box{
            display: block;
            margin: 0 auto;
                    }
        .form-background-color {
        display: block;
        margin: 1rem;
        padding: 2rem;
        padding-bottom: 80rem;
        }

         .cta-headline {
        font-size: 1.2em;
        line-height: 1.2;
        color: #4480C2;
        text-align: center;
        font-family: 'Oxanium', sans-serif;
        display: block;
        padding-top: 3.6rem;
        padding-bottom: 3.6rem;
        padding-left: 2rem;
        padding-right: 2rem;
      }

      .cta-first-headline {
        font-size: 1.5rem;
      }

      .headline-container {
        margin: 0 3rem;
      }

      .logo-img {
        align-content: center;
        display: inline-block;
        width: 100%;
      }
      .logoimg-container {
          position: relative;
          width: 100%;
      }
      .primary-headline{
       text-align: center;
     }
      .secondary-headline{
       text-align: center;
     }
    }

    @media (max-width: 44em) {
      .headline-container {
        margin: 0 3rem;
      }

      .cta-headline {
        font-size: 2.5rem;
      }

      .cta-first-headline {
        font-size: 2rem;
      }

      .form-background-color {
        max-width: 80%;
        margin: 1rem;
        padding: 1rem;
        text-align: center;
        padding-bottom: 70rem;
      }

      .form-background-color label {
        margin-bottom: 0;
        font-size: 1.06rem;
        line-height: 1.4rem;
        text-align: center;
      }

      .checkbox-flex {
        gap: 1rem !important;
        font-family: 'Roboto', sans-serif;
      }

      
    }

    @media (max-width:48em) {
        .logo-img {
        width: 100% !important;
        align-content: center;
        display: inline-block;
    }
    .logoimg-container {
        width: 100% !important;
        max-width: 320px;
        position: relative;
        margin: auto;
        padding: 1.6rem 0;
    }
    }

    @media (max-width: 63em) {

      .logo {
        justify-self: right;
        margin-right: 2rem;
      }


      .cta-box {
        grid-template-columns: 1fr;
      }

      .form-background-color {
        max-width: 40rem;
        margin: auto;
        margin-left:2rem;
        margin-right:2rem;
        padding: 3rem;
        text-align: center;

      }
      .primary-headline{
       text-align: center;
     }
      .secondary-headline{
       text-align: center;
     }

      .cta-headline {
        font-size: 2.5rem;
      }

      .cta-first-headline {
        font-size: 2rem;
      }

      .section-cta {
        padding: 4rem 0;
      }
    }

    @media (max-width:74em)  { 

    .logo-img {
        width: 100% !important;
        align-content: center;
        display: inline-block;
    }
    .logoimg-container {
        width: 100% !important;
    max-width: 390px;
        position: relative;
        margin: auto;
        padding: 1.6rem 0;
    }

    }

    @media (max-width: 81em) {
      
      .cta-first-headline {
        font-size: 3.8rem;
        line-height: 3.5rem;
      }
     .cta-headline {
        font-size: 4rem;
        line-height: 1.3rem;
      }
     .slider-text {
        font-size: 2rem;
        line-height: 2rem;
      }
    }

    @media (max-width: 94em) {
      .form-background-color {
        margin-right:auto;
        margin-left:auto;
        margin-top:3rem;
      }
    }





  
  
  
