body {
font-family: 'Montserrat', sans-serif !important;
background-color:#FFFFFF;
margin:0;
padding:0;
}

svg {
  display: none;
}

#line2, #line3, #line4 { display: none; }

#dot1,#dot2,#dot3,#dot4 {display: none;}
#divider1 { padding: 0px !important; }

.verylong { /* height:500px; */ }        
#section4 { /*display: -ms-flexbox; display: flex;*/ text-align: center; }
#line1 { position: absolute; top: 280px; left: 0; }
.line-pure, .line-color { fill: none; stroke-miterlimit: 10; stroke-width: 14; }
.line-pure { fill:none; stroke:#838383; stroke-width:2; stroke-linejoin:round; stroke-dasharray:5; animation: dash 1s linear alternate infinite; }

#section5 { display: -ms-flexbox; display: flex; text-align: center; }
#line2 { position: absolute; display: inline-block; top: 26px; height: 960px; }
.line2 { fill: none; stroke-miterlimit: 10; stroke:#838383; stroke-width:2; stroke-linejoin:round; stroke-dasharray:4; animation: dash 1s linear alternate infinite; }

#section6 { display: -ms-flexbox; display: flex; text-align: center; margin-top: 40px; }
#line3 { position: absolute; display: inline-block; top: -20px; height: 600px; left: -170px; }
.line3 { fill: none; stroke-miterlimit: 10; stroke:#838383; stroke-width:3; stroke-linejoin:round; stroke-dasharray:9; animation: dash 1s linear alternate infinite; }

#section7 { display: -ms-flexbox; display: flex; text-align: center; min-height: 780px; }
#line4 { position: absolute; display: inline-block; top: -40px; height: 630px; left: -136px; }
.line4 { fill: none; stroke-miterlimit: 10; stroke:#838383; stroke-width:2; stroke-linejoin:round; stroke-dasharray:5; animation: dash 1s linear alternate infinite; }


.separator {
  padding: 20px 0px;
}
.linezone {
  display: block;
}

/* HEADER & NAVIGATION */
#mainNav.navbar-scrolled {
  box-shadow: none !important;
  background-color: transparent !important;
  position: absolute !important;
}
#mainNav {
box-shadow: none !important;
background-color: transparent !important;
transition: background-color 0.2s ease;
}
.fixtop {
  position: absolute !important;
  top: 0px;
  right: 0;
  left: 0;
  z-index: 1030;
}

.warrow {
    animation: arrow 7s forwards 1;/* 1 au lien de infinite */
}
@keyframes arrow{ /*temps*/
    0%{width:0;}/*début*/
    40%{width:15px;}
    100%{width:30px;}/*fin*/
}

#menu1 {
font-size: 9px;
color: #FFF;
text-transform: uppercase;
letter-spacing: 0.1em;
}

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
display: block ruby;
border-radius: .7rem;
background-color: #009FCA;
right: 1%;
}

.dropdown-menu.show {
position: relative !important;
display: flow-root !important;
background-color: transparent !important;
}

ul.dropdown-menu.show {
list-style: square;
padding-left: 26px;
color: #FFF;
}

.dropdown-menu.show li a {
color: #FFFFFF;
font-size: 10px;
font-family: 'Montserrat', sans-serif;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}.dropdown-toggle { outline: none; }
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}

.dropdown-menuS {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 8.4rem;
padding: 0.5rem .7rem;
margin: 0.125rem 0 0;
color: #FFFFFF;
font-size: .7rem;
font-family: 'Montserrat', sans-serif;
text-align: left;
list-style: none;
background-color: #009FCA;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: .7rem;
}
.dropdown-menuS li a {
color: #FFFFFF;
}

.dropdown-menuS li a .fa-square {
width: .3rem;
margin-right: .2rem;
}

.dropdown-menuS li {
color: #FFFFFF;
border-bottom: 1px solid #FFF;
width: 100%;
display: inline-block;
padding: 5px 0px;
}
.dropdown-menuS li.last {
color: #FFFFFF;
border-bottom: 0px !important;
display: inline-block;
}


ul.dropdown-menuS {
color: #FFFFFF;
}


/* HEADER */
.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.welcometxt {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 36px;
color: #FFFFFF;
text-align: center;
padding-top: 20%;
}

.myLyxorMAP {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 80px;
color: #FFFFFF;
text-align: center;
}

.thebaseline {
font-family: 'Montserrat', sans-serif;
font-size: 36px;
color: #FFFFFF;
text-align: center;
max-width: 795px;
margin-left: auto;
margin-right: auto;
}

.thebaseline p.landing-p {
    font-size: 26px;
}
.about-text{
font-size: 22px;
}

.subtitle.text-gris{
  font-size: 18px;
      font-weight: initial;
} 

/* BUTTONS */
.btnblue { 
font-family: 'Montserrat', sans-serif;
box-shadow: 0px 3px 6px #00000029;
color: #FFFFFF !important;
background-color: #009FCA !important;
border: 2px solid #009FCA !important;
text-transform: uppercase;
}
.btnblue:hover{
background-color: #FFFFFF !important;
color: #009FCA !important;
border-color: #FFFFFF !important;
}

.btn-padd-b {
padding: 7px 80px !important;
font-size: 0.85rem;
font-weight: 400 !important;
text-transform:none !important;
border-radius: 10rem !important;
}

.btnbluetxt {
text-align: center;
font-weight: 700;
font-size:27px;
line-height: 37px;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0;
color: #FFFFFF;
text-transform: uppercase;
opacity: 1;
}

.btn-primary-white {
color: #FFFFFF !important;
background-color: transparent !important;
border: 2px solid #FFF !important;
}
.btn-primary-white:hover {
background-color: #FFFFFF !important;
color: #009FCA !important;
}

/* SCROLL ACOUNT BTN */
.scroll {
  position: fixed !important;
  margin-left: auto !important;
  margin-right: auto !important;
  top: 20px !important;
  z-index: 999;
}

.btn-primary-white-scroll {
color: #3E4069 !important;
background-color: #FFFFFF !important;
border: 2px solid #3E4069 !important;
}
.btn-primary-white-scroll:hover {
background-color: #3E4069 !important;
color: #FFFFFF !important;
}


.btn-padd-w {
padding: 8px 45px !important;
font-size: 0.85rem;
font-weight: 400 !important;
text-transform:none !important;
border-radius: 10rem !important;
}

.btnwhite {
border: 2px solid #FFFFFF;
border-radius: 36px;
opacity: 1;
color:#FFFFFF;
}

/* LINKS */
.linkinvestor {
color: #FFFFFF !important;
font-family: 'Montserrat', sans-serif !important;
font-size: 0.75rem;
font-weight: 300;
text-decoration: underline;
padding: 24px 0px;
display: inline-block;
}

/* BODY */
/* Introducing */

.imgscroll { text-align:center; }

.imgtitleoff {

}

.bloc1 { padding-top: 7.8%; }
.bloc2 { padding-top: 9%; }
.bloc3 { padding-top: 7.8%; }

.toggleImg1{
  display: none;
}

.toggleImg2{
  display: none;
}

.toggleImg3{
  display: none;
}

.keybloc1s { padding-top: 4%; }
.keybloc2s { padding-top: 0%; }
.keybloc3s { padding-top: 4%; }

.keycontentcol1 {
padding: 80px 40px 40px 100px !important;
font-size: 12px;
text-align: left;
font-family: 'Montserrat', sans-serif !important;
}
.keybloctitle1 {
  font-size: 38px;
  color: #3E4069;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif !important;
  line-height: initial;
}
.keytext1 {
padding-left: 12%;
font-family: 'Montserrat', sans-serif !important;
font-size: .8rem;
line-height: inherit;
font-weight: 500;
color: #212529;
}
.keybloc1view {
  background-image:url('../img/ligne-02.gif');
  background-size:contain;
  background-repeat: no-repeat;
  min-height: 700px;
}
.keybloc1 {
  text-align: right;
  background-image:url('../img/ligne-02.png');
  background-size:contain;
  background-repeat: no-repeat;
  min-height: 700px;
}
.keygraph1 img {
  max-width: 480px;
  text-align: left;
  position: absolute;
  bottom: -160px;
  left: -30px;
}
.keynum1 {
right: -32px;
top: -50px;
position: absolute;
font-size: 90px;
color: #3E4069;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
}

.keycontentcol2 {
padding: 80px 100px 40px 30px !important;
font-size: 12px;
text-align: left;
font-family: 'Montserrat', sans-serif !important;
}
.keybloctitle2 {
  font-size: 34px;
  color: #3a92bf;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif !important;
  line-height: initial;
}
.keybloc2view {
  background-image:url('../img/ligne-03.gif');
  background-size:contain;
  background-repeat: no-repeat;
  min-height: 740px;
}
.keybloc2 {
  background-image:url('../img/ligne-03.png');
  background-size:contain;
  background-repeat: no-repeat;
  min-height: 740px;
}
.keygraph2 img {
  max-width: 480px;
  text-align: right;
  position: absolute;
  top: 243px;
  left: 120px;
}
.keygraph2sm { display: none; }

.keynum2 {
right: -12px;
top: -50px;
position: absolute;
font-size: 90px;
color: #3a92bf;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
}

.keycontentcol3 {
padding: 80px 40px 40px 60px !important;
font-size: 12px;
text-align: left;
font-family: 'Montserrat', sans-serif !important;
}
.keybloctitle3 {
font-size: 32px;
color: #3E4069;
font-weight: 600;
font-family: 'Montserrat', sans-serif !important;
line-height: initial;
padding-top: 10px;
}
.keytext3 {
padding-left: 0%;
font-family: 'Montserrat', sans-serif !important;
padding-right: 26%;
font-size: .8rem;
line-height: inherit;
padding-top: 8%;
}
.keybloc3view {
  background-image:url('../img/ligne-04.gif');
  background-size:contain;
  background-repeat: no-repeat;
  min-height: 700px;
}
.keybloc3 {
  text-align: right;
  background-image:url('../img/ligne-04.png');
  background-size:contain;
  background-repeat: no-repeat;
  min-height: 700px;
}
.keygraph3 img {
  max-width: 480px;
  text-align: right;
  position: absolute;
  top: 355px;
  left: 0px;
}
.keynum3 {
right: -45px;
top: -42px;
position: absolute;
font-size: 90px;
color: #3E4069;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
}


.blocani1, .blocani2, .blocani3 {
  display: none;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
 
.imgoff {
width: 130px;
height: 130px;
margin-left: auto;
margin-right: auto;
background-size: contain;
cursor: pointer;
transition: all .5s ease-in-out;
}

.imgoff:hover {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
/*
  animation-delay: 1s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  */
}

.imgoff1 {
background-image: url('../img/icone-bulle-01-off.png');
background-repeat: no-repeat;
transition: all .5s ease-in-out;
}
.imgoff1:hover {
background-image: url('../img/icone-bulle-01-on.png');
background-repeat: no-repeat;
transition: all .5s ease-in-out;
}
.imgoff2 {
background-image: url('../img/icone-bulle-02-off.png');
background-repeat: no-repeat;
transition: all .5s ease-in-out;
}
.imgoff2:hover {
background-image: url('../img/icone-bulle-02-on.png');
background-repeat: no-repeat;
transition: all .5s ease-in-out;
}

.imgoff3 {
background-image: url('../img/icone-bulle-03-off.png');
background-repeat: no-repeat;
transition: all .5s ease-in-out;
}
.imgoff3:hover {
background-image: url('../img/icone-bulle-03-on.png');
background-repeat: no-repeat;
transition: all .5s ease-in-out;
}

.imgoff img:hover {
box-shadow: 3px 3px 1px #ccc;
-webkit-box-shadow: 3px 3px 1px #ccc;
-moz-box-shadow: 3px 3px 1px #ccc;
border-radius: 100px;
max-width: 120px;
width: 100%;
}

.bluetitle {
text-align: center;
font-family: 'Montserrat', sans-serif;
font-size: 30px;
font-weight: 600;
line-height: 42px;
letter-spacing: 0;
color: #3E4069;
opacity: 1;
max-width: 80%;
margin-left: auto;
margin-right: auto;
}
.bluetitle-legal{
  max-width: 100%;
font-family: 'Montserrat', sans-serif;
font-size: 25px;
font-weight: 600;
line-height: 42px;
letter-spacing: 0;
color: #3E4069;

}
.bluetitle-medium{
   max-width: 100%;
font-family: 'Montserrat', sans-serif;
font-size: 14px;
font-weight: 600;
line-height: 42px;
letter-spacing: 0;
color: #3E4069;
}

.bluesubtitle-medium {
    max-width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0;
    color: #26b0d1;
}

.subtitleblue {
text-align: center;
font-family: 'Montserrat', sans-serif;
font-size:28px;
line-height: normal;
font-weight: 700;
letter-spacing: 0.64px;
color: #3E4069;
}

.subtitle {
text-align: center;
font-family: 'Montserrat', sans-serif;
font-size:36px;
line-height: 40px;
font-weight: 300;
letter-spacing: 1.12px;
color: #707070;
margin-left: auto;
margin-right: auto;
}

.container-lg {
  /*max-width: 1320px !important;
  border: 1px solid;*/
  padding-top: 80px;
}
.container-lgtop {
  max-width: 1420px !important;  
}

.container-blocks {
  padding-top: 25px;
  max-width: 980px !important;
  min-height: 440px;
  z-index: 9;
  position: relative;
}



/* ANIMZONE ELEMENTS */

.animage {
  background-image: url('../img/ligne-01.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: initial;
  min-height: 500px;
  padding: 0px !important;
  margin-top: -180px;
}

.animageon {
  background-image: url('../img/ligne-01.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: initial;
  min-height: 500px;
  padding: 0px !important;
  margin-top: -180px;
}

.page-section { padding: 6rem 0 !important; }

.titlebloc_off {
text-align: center;
font-family: 'Montserrat', sans-serif;
font-size:13px;
line-height: 22px;
font-weight: 400;
letter-spacing: 0;
color: #3E4069;
text-transform: uppercase;
opacity: 1;
 padding: 5px 20px 5px 20px;
margin-top: 15px;
display: inline-block;
transition: all .5s ease-in-out;
background-color: #FFFFFF;
border:0px;
width: 204px;
}

.titlebloc_on {
text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #3E4069 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 25px;
    display: inline-block;
    padding: 5px 20px 5px 20px !important;
    margin-top: 15px;
    transition: all .5s ease-in-out;
    width: 204px;
}

.titleblocMiddle_on{
  display: inline;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size:13px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0;
  color: #FFFFFF;
  text-transform: uppercase;
  background: #3E4069 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 25px;

}

/* 3 KEY FEATURES */

.featkeys {
background-color: #F7F7F7;
padding: 1rem 0px !important;
margin-bottom: 20px;
}

.keytitle {
text-align: center;
font-family: 'Montserrat', sans-serif;
font-size: 85px;
font-weight: 700;
letter-spacing: 0;
color: #429DC6;
width: 100%;
}

.keyone, .keytwo, .keythree {
text-align: left;
font-family: 'Montserrat', sans-serif;
font-size:201px;
line-height: 281px;
font-weight: 700;
letter-spacing: 0;
opacity: 1;
}

.keyone { color: #3E4069; }
.keytwo { color: #009FCA; }
.keythree { color: #3E4069; }

.keyone_title, .keytwo_title, .keythree_title {
text-align: left;
font-family: 'Montserrat', sans-serif;
font-size:67px;
line-height:67px;
font-weight: 600;
letter-spacing: 0;
opacity: 1;
}

.keyone_txt, .keytwo_txt, .keythree_txt {
text-align: left;
font-family: 'Montserrat', sans-serif;
font-size:22px;
line-height:30px;
font-weight: 400;
letter-spacing: 0;
color: #000000;
opacity: 1;
}

.keyone_title { color: #3E4069; }
.keytwo_title { color: #009FCA; }
.keythree_title { color: #3E4069; }


/* FOOTER */
.logofooter {
  text-align: center;
  margin-top: 25px;
}
.logo-footer{
  width: 87px;
  height: 43px;
}

.divlinksfooter {
  font-family: 'Gothic A1', sans-serif;
  text-align: center;
  padding: 10px 5px;
  font-size: 11px;
}

a.linksfooter {
  color: #3E4069;
}
.greybar {
border: 1px solid #707070;
opacity: 1;
}

.footerlinks {
text-align: center;
font-family: 'Montserrat', sans-serif;
font-size:16px;
line-height:22px;
font-weight: 400;
letter-spacing: 0;
opacity: 1;
}

/* ANIMATING */
@keyframes fadein {
  from {opacity:0;}
  to {opacity:1;}
}
@-moz-keyframes fadein { /* Firefox */
  from {opacity:0;}
  to {opacity:1;}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {opacity:0;}
  to {opacity:1;}
}
@-o-keyframes fadein { /* Opera */
  from {opacity:0;}
  to {opacity: 1;}
}

.fading {
animation: fadein 5s;
-moz-animation: fadein 5s; /* Firefox */
-webkit-animation: fadein 5s; /* Safari and Chrome */
-o-animation: fadein 5s; /* Opera */
}
/* OTHERS UPDATES */
header.masthead { padding-top: 0rem !important; }


.keyimg1, .keyimg2, .keyimg3 {
  max-width: 72px;
  margin-right: 15px;
}

.divkeys {
  padding-top: 0px !important;
  margin-top: -80px;
}


#section4 {
  padding: 0px 0px 0px 0px !important;
  margin-top: 50px;
}


/****************/
/*** MEDIAS *****/
/****************/


/************************/
/*** 320 / 480 pixels ***/
/************************/
@media (min-width: 320px) and (max-width: 480px) { 
  .toggleImg1, 
  .toggleImg2,
  .toggleImg3 { display: block; }

  .divkeys { padding-top: 0px; }

  .bluetitle { font-size: 20px; line-height: initial; max-width: 95%; }
  .page-section { padding: 3rem 0 !important; }
  .thebaseline { font-size: 25px; }
  .myLyxorMAP { font-size: 50px; margin-bottom: 20px; }
  .welcometxt { font-size: 40px; margin-top: 40px; }
  .keytitle { font-size: 40px; }
  .animage { background-image: none; }
  .bloc1 { padding:0px; margin-bottom: 40px; }
  .bloc2 { padding:0px; margin-bottom: 60px; }
  .bloc3 { padding:0px; }
  .keybloc1,
  .keybloc2,
  .keybloc3 { background-image: none; min-height: 750px;} 

  .keybloc1view { background-image:none !important; min-height: 700px; }
  .keybloc2view { background-image:none !important; min-height: 740px; }
  .keybloc3view { background-image:none !important; min-height: 700px; }

  .keybloctitle1,
  .keybloctitle2,
  .keybloctitle3 { font-size: 25px; }

  .keynum1 { left: 20px; font-size: 42px; right: auto; top: 0px; }
  .keynum2 { left: 20px; font-size: 42px; right: auto; top: 20px; }
  .keynum3 { left: 20px; font-size: 42px; right: auto; top: 20px; }

  .keytext1,
  .keytext2,
  .keytext3 { text-align: left; font-size: 14px; padding-left: 0%; }

  img.keyimg1,
  img.keyimg2,
  img.keyimg3 { width: 100%; max-width: 50px; }

  .keytable{ margin-bottom: 15px; }
  #about { padding-bottom: 0px; }
  .subtitleblue { font-size: 25px; margin-bottom: 0.5rem; }
  .subtitle { font-size: 24px; line-height: 26px; }
  .emptyspace { display: none; }

  .keygraph1 img {
  top: -50px;
  right: auto;
  bottom: 0;
  left: auto;
  margin-top: 20px;
  max-width: 95%;
  width: 100%;
  position: relative;
  }
   
  .keygraph2 img { top: 200px; left: auto; margin-top: 100px; max-width: 95%; width: 100%; }
  .keygraph3 img { top: -30px; right: auto; bottom: 0; left: auto; margin-top: 20px; max-width: 95%; width: 100%; }

  .separator { display: none; }

  #section4 { padding: 10px 0px 0px 0px !important; margin-top: 50px; }
  .blocani1, .blocani2, .blocani3 { display: block; }
  .bloc1 { padding-top: auto; margin-bottom: 10px; }
  .bloc2 { padding-top: auto; margin-bottom: 10px; }
  .bloc3 { padding-top: auto; margin-bottom: 10px; margin-top: 30px; }
  .titlebloc_off { font-size: 18px; line-height: 23px; }

  #section6 { display: flex; text-align: center; margin-top: 0px !important; padding: 0rem !important; } 
  .separator { padding: 15px 0px; }   
  .container-blocks { min-height: auto; }
  .featkeys { margin-bottom: 60px; }

  .keycontentcol1 { padding-top: 0px !important; padding-left: 50px !important; }
  .keycontentcol2 { padding: 10px 20px 40px 40px !important; }
  .keycontentcol3 { padding: 20px 40px 40px 60px !important; }
  .keytext3 { padding-right: 0%;}
  .featkeys { margin-bottom: 10px; }

  #section7 { margin-top: 180px; }

}

/*************************/
/*** 768 / 1024 pixels ***/
/*************************/
@media (min-width: 768px) and (max-width: 1024px) { 
  .bluetitle { font-size: 40px; line-height: normal; max-width: 95%; }
  .subtitleblue { font-size: 30px; }
  .subtitle { font-size: 40px; }

  .divkeys { padding-top: 0px; }

  .imgoff1 { margin-top: 40px; }
  .keytitle { font-size: 70px; }
  .keynum1 {
    right: 0px;
    left: 30px;
    top: -21px;
    text-align: left;
    font-size: 65px;
  }
  .keynum2 {
    right: 0px;
    left: 30px;
    top: -20px;
    text-align: left;
    font-size: 65px;
  }
  .keynum3 {
    right: 0px;
    left: 18px;
    top: -39px;
    text-align: left;
    font-size: 65px;
  }

  .keyimg3 { max-width: 50px; }
  .keytext3 { margin-top: 20px; }

  .keygraph3 img {
    max-width: 600px;
    position: relative;
    top: 50px;
    left: 45px;
    display: inline-block;
  }
  .keytable{ margin-bottom: 0px; margin-left: 0px; }
  .keytable-text { position: absolute; top: -25px; left: 99px; }

  .keytext1,
  .keytext2,
  .keytext3 { padding: 0px; font-size: 16px; width: 600px; line-height: initial;}

  .keybloc1 { background-image: none; margin-bottom: 120px;} 
  .keybloc2 { background-image: none; margin-right: 1px; margin-bottom: 120px;} 
  .keybloc3 { background-image: none;} 

  .keygraph1 img { left: 90px; top: 60px; position: relative; display: inline-block; max-width: 600px; width: 100%; }
  .keygraph2sm { display: inline-block; }
  .keygraph2sm img { left: 45px; top: 60px; position: relative; display: inline-block; max-width: 600px; width: 100%;   }

  .keybloctitle1, .keybloctitle2, .keybloctitle3 { line-height: 42px; }

  #section4 { padding: 40px 0px 0px 0px !important; margin-top: 50px; }
  .blocani1, .blocani2, .blocani3 { display: block; }
  .bloc1 { padding-top: 5.2%; }
  .bloc2 { padding-top: 2.2%; }
  .bloc3 { padding-top: 10.4%; }
  .titlebloc_off { font-size: 12px; line-height: 13px; }

  #section6 { display: flex; text-align: center; margin-top: 0px !important; padding: 0rem !important; } 
  .separator { padding: 15px 0px; }   
  .container-blocks { min-height: auto; }
  .featkeys { margin-bottom: 60px; }
}


/*******************/
/*** 1200 pixels ***/
/*******************/

@media (max-width: 1280px) { 
  .container-blocks {
    padding-top: 0px !important;
    max-width: 890px !important;
  }
  .bloc1 { padding-top: 14%; }
  .bloc2 { padding-top: 19%; }
  .bloc3 { padding-top: 14%; }
}

@media (min-width: 1281px) and (max-width: 1820px) { 
  .container-blocks {
    padding-top: 0px !important;
    max-width: 1380px !important;
  }
  .bloc1 { padding-top: 15%; }
  .bloc2 { padding-top: 23%; }
  .bloc3 { padding-top: 15%; }
}

@media (min-width: 1820px) and (max-width: 2200px) { 
  .container-blocks {
    padding-top: 10px !important;
    max-width: 1380px !important;
  }
  .bloc1 { padding-top: 14.5%; }
  .bloc2 { padding-top: 21.5%; }
  .bloc3 { padding-top: 14.5%; }

}
/*page-legal*/
.title-page{
      color: #26b0d1;

}
.monitor{
  height: 300px;
}