/*
 * Globals url(‘/fonts/Robot-Regular.ttf’) format(‘truetype’)
 */
 @font-face {
	font-family: 'Gothampro';
	src: url('../Fonts/gothampro.ttf') format('truetype'),
       url('../Fonts/gothampro_black.ttf') format('truetype'),
       url('../Fonts/gothampro_blackitalic.ttf') format('truetype'),
       url('../Fonts/gothampro_bold.ttf') format('truetype'),
       url('../Fonts/gothampro_bolditalic.ttf') format('truetype'),
       url('../Fonts/gothampro_italic.ttf') format('truetype'),
       url('../Fonts/gothampro_light.ttf') format('truetype'),
       url('../Fonts/gothampro_lightitalic.ttf') format('truetype'),
       url('../Fonts/gothampro_medium.ttf') format('truetype'),
       url('../Fonts/gothampro_mediumitalic.ttf') format('truetype'),

}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  /* text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); */
  /* background-color: #7D1628; */
  background-color: #861727;
  margin-bottom: 170px;
  overflow-x : hidden;
  font-family: Gothampro; 
  /* cursor: url("../img/imoneyIcon.png"), default; */
}

.imoney1 {
  /* cursor: url("../img/imoney.png"), default;*/
}

.imoney2 {
  /* cursor: url("../img/izylogoIcon.png"), default;*/
}


.titlee {
  opacity: 0;
 
  -webkit-transition: opacity 2s ease-in;
  -moz-transition: opacity 2s ease-in;
  -o-transition: opacity 2s ease-in;
  -ms-transition: opacity 2s ease-in;
  transition: opacity 2s ease-in;
}
.titlee.load {
  opacity: 1;
}

a:hover{ 
    color:  #EC9B59;
}
.animated{
  animation: reveal linear;
  animation-timeline: view();
  animation-range-start: contain 0%;
  animation-range-end: contain 50% ;
}
.animatedP{
  animation: slide linear;
  animation-timeline: view();
  animation-range-start: cover 0%;
  animation-range-end: cover 50% ;
}

body.offer {
  /* text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); */
  /* background-color: #7D1628; */
  background-color: #EC9B59;
  margin-bottom: 170px;
  overflow-x : hidden;
}

@keyframes slide {
  from{
    transform: translateY(100%);
    opacity: 0;
  }
  to{
    transform: translateY(0);
    opacity: 1;
  }
}

html {
  position: relative;
  min-height: 100%;
}

.cover-container {
  max-width: 60em; 
  
}
/* Large devices (laptops/desktops, 992px and up) */
/* @media only screen and (min-width: 992px) {
  
  #first_news{   
    display: none;
    
  }
  #second_news {   
    display: none;
    
  }
  #third_news {   
    display: none;
    
  }
} */



/*
 * Header
 */
 .vertical-line{
  border-left: 2px solid #fff;
  display: inline-block;
  height: 39px;
  margin: 0 25px;
}
.vertical-line1{
  border-left: 2px solid #fff;
  display: inline-block;
  height: 109px;
  margin-top: 210%;
  /* margin: 0 25px; */
}

/* .nav-masthead {
  margin-left: 1rem;
} */

.nav-masthead .nav-link {
  padding: .25rem 0;
  /* font-weight: 700; */
  /* color: rgba(255, 255, 255, .5); */
  color:#fff;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  /* border-bottom-color: rgba(255, 255, 255, .25); */
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color:  #EC9B59;
  /* border-bottom-color: #fff; */
}
.nav-offer .active {
  color:  #861727;
  /* border-bottom-color: #fff; */
}

/* end header */
main.px-3 .image-clignote{
  height: 70px;
  width: 80px;
}
.lead{
  color:  #EC9B59;
  font-size: 180%;
  letter-spacing: 3px;
}
.infolink{
  font-size: 160%; 
  letter-spacing: 1px;
   color: #fff;
   text-decoration:none
}
.simplemessage{
  font-size: 120%;
  letter-spacing: 3px;
  font-weight:lighter;
}
.simplemessage1{
  color:  #EC9B59;
  font-size: 180%;
  letter-spacing: 3px;
  font-weight: lighter;
}
#first_bloc_index{
  margin-top: 27%;
}
#second_bloc_index{
  margin-top: 5%;
  padding-bottom: 16%;
}
#second_bloc_index .row{
  margin-top: 27%;
}
#second_bloc_index h2.lead{
  margin-top: -8%;
}
.arrow_index{
  margin-top: 6%;
}
.arrow_index1{
  margin-top: 16%;
}
p.foot{
  color:  #fff;
}
.div_page_title{
  margin-top: -25%;
}
.page_title{
  font-size: 380%;
  margin-bottom: 3%;
  font-family: gruppo;
}
main.px-3{
  /* background-image: url("../img/iconBag.png"); */
  /* background-size: 63%; */
  /* background-image: url("../img/iconBag1.gif"); */
  /* background-image: url("../img/home-Copie-unscreen3.gif");
  background-repeat: no-repeat;
  background-size: 93%;
  background-position: center;
  min-height: 600px;
  min-width: 600px; */
}

main.px-3{
  background-image: url("../img/iconBag.png");  
  min-height: 600px;
  min-width: 600px;

  /* Create the parallax scrolling effect */
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-size: 63%;
  
}

 /* main.px-3{
  
  min-height: 600px;
  min-width: 600px;
  background-size: 38%;
  
} 
#first_parallax{
  border-style: solid;
  border-width: 1;  
  background-image: url("../img/iconBag.png");  
 
 
  background-attachment: fixed;  
  background-position: center;
  background-repeat: no-repeat;  
  background-size: 43%;
  
} */


main.px-3 h1{
  font-size: 475%;
  font-family: gruppo;
} 

h1.keyword{
  color:  #EC9B59;
  font-family: gruppo;
  letter-spacing: 2px;
  margin-top: 15%;
}
h1.mt-5{
  color:  #EC9B59;
  font-family: gruppo;
  letter-spacing: 2px;
  margin-top: 5%;
}

main .izy h1{
  font-size: 475%;
  font-family: gruppo;
}
.izy{
  background-image: url("../img/iconInverse.png");
  background-repeat: no-repeat;
  background-size: 63%;
  background-position: center;
  min-height: 600px;
  min-width: 600px;
}
.vision{
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
#first_about{
  max-height: 33%;
}
#second_about{
  max-height: 33%;
  display: none;
  visibility: hidden;
}
#third_about{
  max-height: 33%;
  display: none;
  visibility: hidden;
}
.contries{
  color:  #861727;
  font-family: gruppo;
  font-size: 120%;
  font-weight: 350;
}
.listpuce{
  height:20px 
}
#first_offer{
  max-height: 13%;
  margin-top: -8%;
  margin-bottom: 4%;
}
#second_offer{
  max-height: 33%;
  margin-top: 6%;
  margin-bottom: 4%;
}
.offermarg{
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.aboutmarg{
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
#first_news{
  max-height: 33%;
  margin-top: -10%;
  margin-bottom: 27%;
  transition: transform .1s;
}
#second_news{
  max-height: 33%;
  margin-bottom: 27%;
  transition: transform .1s;
}
#third_news{
  max-height: 33%;
  margin-bottom: 27%;
  transition: transform .1s;
}
#first_news:hover{
  -ms-transform: scale(1.03); /* IE 9 */
  -webkit-transform: scale(1.03); /* Safari 3-8 */
  transform: scale(1.03);
  }
#second_news:hover{
    -ms-transform: scale(1.03); /* IE 9 */
    -webkit-transform: scale(1.03); /* Safari 3-8 */
    transform: scale(1.03);
    }
#third_news:hover{
  -ms-transform: scale(1.03); /* IE 9 */
  -webkit-transform: scale(1.03); /* Safari 3-8 */
  transform: scale(1.03);
  }
#div_img{
  height: 548px;
}
#div_img_offer{
  height: 700px;
}
#img_news{
  height: 100%;
  padding: 0;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
#div_img_detail{
  margin-left: -3%;
  height: 548px;
}
#div_img_detail .flex-row{
  background-color: #fff;
  height: 100%;
  padding: 0;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}
#div_img_detail .flex-row .col-md-10{
  padding-top: 16%;
}
#div_img_detail .flex-row .col-md-10 .float-start{
  color:  #EC9B59;
  font-family: gruppo;
  letter-spacing: 1px;
  font-size: 230%;
}

#div_img_detail_offer{
  margin-left: -3%;
  height: 548px;
}
#div_img_detail_offer .flex-row{
  background-color: #fff;
  height: 100%;
  padding: 0;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}
#div_img_detail_offer .flex-row .col-md-10{
  padding-top: 5%;
  margin-left: -5%;
}
#div_img_detail_offer .flex-row .col-md-10 h1{
  color:  #861727;
  font-family: gruppo;  
  letter-spacing: 2px;
  font-size: 300%;
  text-align: left;
}

#div_img_detail_offer .flex-row .col-md-10 .item{
  text-align: left; 
  color:  #861727;
  letter-spacing: 1px;
  font-size: 140%;
  font-weight: 100;  
}
.zoomimg{  
  transition: transform .1s;
} 
.zoomimg:hover{
 
  -ms-transform: scale(1.3); /* IE 9 */
   -webkit-transform: scale(1.3); /* Safari 3-8 */
   transform: scale(1.3);  
  }
.zoom:hover{
  zoom:120%;
  /* -ms-transform: scale(2.03); /* IE 9 */
  /* -webkit-transform: scale(2.03); /* Safari 3-8 */
  /* transform: scale(2.03);  */
  }

#div_img_detail_offer1{
  margin-left: -3%;
  height: 700px;
}
#div_img_detail_offer1 .flex-row{
  background-color: #fff;
  height: 100%;
  padding: 0;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}
#div_img_detail_offer1 .flex-row .col-md-10{
  padding-top: 5%;
  margin-left: -5%;
}
#div_img_detail_offer1 .flex-row .col-md-10 h1{
  color:  #861727;
  font-family: gruppo;  
  letter-spacing: 2px;
  font-size: 300%;
  text-align: left;
}

#div_img_detail_offer1 .flex-row .col-md-10 .item{
  text-align: left; 
  color:  #861727;
  letter-spacing: 1px;
  font-size: 140%;
  font-weight: 100;
}
h1.partner{
  font-size: 350%;
  letter-spacing: 1px; 
  color: #fff;
  text-decoration:none
}

h1.partner span{
  display: inline-block;
  font-family: gruppo;
}
h1.partner img{
  height: 40px;
  width: 50px;    
} 
.spacepartner{
  margin-top: 8%;
}
#contactform h1{
  color: #861727;
  font-family: gruppo;
  font-size: 300%;
}
.simplemessageoffer{
  color: #fff;
  font-family: gruppo;
  font-size: 450%;
}
/* offer page */
main.intro1{
  margin-top: 0%;
}

main.intro1 p{
  font-size: 180%;margin-bottom: -5%;font-weight: 100;
}

main.intro1 h1{
  font-size: 1000%;
  color:  #861727;
  letter-spacing: 3px;
}

main.intro1 p.description1{
  font-size: 150%;font-weight: 100;
}
.containerimgofferclignote .image-clignote{
  height: 50px;
  width: 60px;
}




#div_img_detail_about{
  margin-left: -3%;
  height: 548px;
}
#div_img_detail_about .flex-row{
  background-color: #fff;
  height: 100%;
  padding: 0;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}
#div_img_detail_about .flex-row .col-md-10{
  padding-top: 22%;
  margin-left: -5%;
}
#div_img_detail_about .flex-row .col-md-10 p{
  font-size: 120%;
  font-weight: 350;
  line-height: 19px;
  color:  #861727;
  text-align: left;
  letter-spacing: 1px;
}
#div_img_detail_about .second_about_right{
  padding-left: 12%;
}

#div_img_detail_about .third_about_right{
  padding-left: 15%;
}
#first_arrow{
  margin-top: 18%;
  margin-left: 22%;
  /* margin-bottom: 10%; */
}
#second_arrow{
  margin-top: 21%;
  margin-left: 11%;
}
#third_arrow{
  margin-top: 20%; 
  margin-left: 7%;
  /* margin-bottom: 15%; */
}
#myHeader{
  background-color: #EC9B59;
  padding: 0%;
  height: 15%;
  width: 112%;
}
#izy .first_bloc_izy{
  margin-top: -15%;
}
#izy .first_bloc_izy p{
  font-size: 150%; 
  margin-bottom: -3%;
  font-weight: 100;
}
div.banner{
  padding: 0%;
  margin-left: 0%;
  margin-right: 0%;
  margin-top: -4%;
}
.div_page_title p.intro{
  font-size: 180%;
  margin-bottom: -2%;
}
.div_page_title h1.mb-1{
  font-size: 1000%;
  color:  #EC9B59;
  font-family: gruppo;
  letter-spacing: 3px;
}
.div_page_title p.description{
  font-size: 150%;
  font-weight: 100;
}

#news_title{
  color:  #861727;
  letter-spacing: 2px;
  font-size: 300%;
  text-align: left;
}

h1.product_number{
  color:  #861727;
  font-family: gruppo;
  letter-spacing: 2px;
  font-size: 2500%;
  margin-top: 30%;
}
h1.product_number3{
  color:  #861727;
  font-family: gruppo;
  letter-spacing: 2px;
  font-size: 2500%;
  margin-top: 30%;
}
h1.product_title{
  color:  #861727;
  font-family: gruppo;
  letter-spacing: 2px;
  font-size: 300%;
  text-align: left;
}

#footer {
  position: absolute;
  bottom: 0;
  /* width: 100%; */
  height: 2.5rem;            /* Footer height */
  bottom: 0px; left: 0;
}
.footer{
  margin-top: 125%;
}
.footer_news{
  margin-top: 5%;
}
.footer_dialog{
  margin-top: 25%;
}

.image-clignote  {
  animation-duration: .8s;
  animation-name: clignoter;
  animation-iteration-count: infinite;
  transition: none;
  /* transform: translateY(70%); */
  /* animation-direction: alternate-reverse; */
}
.dialogspantitle h2{
  display: inline-block;
  margin-left:-3% ;
  letter-spacing: 1px;
  font-size: 150%;
}

.dialogcontact{
  font-size: 170%;
  font-weight:300;
}

@keyframes clignoter {
 0%   { opacity:1; }
 40%   {opacity:0; }
 100% { opacity:1; }
}
/* begin about section */
div.mainabout{
  /* background-image: url("../img/aboutmain.jpg"); */
  background-color: transparent;
}
div.aboutmainimg{
  background-image: url("../img/royalty---3.png");
  /* background-repeat: no-repeat; */
  background-size: 63%;
  background-position: center;
  min-height: 600px;
  min-width: 600px;
}
div.introBloc{
  background-image: url("../img/royalty---3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 65%;
  min-width: 100%;
  
}
.spaceheadermain{
  margin-top: 350%;
}
/* end about section */
/* textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
} */
.form-control:focus {
  border-color: #EC9B59;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(236,155,89, 0.6);
}
/* .form-control{
  box-shadow: none;
} */
.form-control{
  border-top: #fff;border-left: #fff;border-right: #fff;border-bottom:1px solid #861727;color: #861727;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #861727;
  font-size: 150%;
  opacity: 1; /* Firefox */
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  display: block;
  visibility: visible;
}

.stickynon {
 
  display: none;
  visibility: hidden;
}

#izy{
  margin-top: 23%;
  background-color: #EC9B59;
  padding: 0%;
  margin-left: 0;
  margin-right: 0;
}

/* nav 
{
    margin: 100px auto;
    width: 50%;
    height: 100px;
    background: #48435C;
}
 
nav .main_pages 
{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
 
nav .main_pages a 
{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    color: white;
} */
 
nav a:hover 
{
    /* background: #5A5766 */
}
/*responsive menu*/
label, #toggles,nav .main_pages
{
    display: none;
}

@media all and (max-width: 991px)
{
    nav
    {
        height: 60px;
    }

    .main_menu nav
    {
        display: none;
    }
    nav .main_pages
    {
        display: none;
        flex-direction: column;
        /* background: #48435C; */
        height: 100px;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* height: 100px; */
        text-decoration: none;
        margin: 40px 15%;
        padding-top: 0;
        
        
    }
    nav .main_pages a 
    {
      color: white;
    }
 
    nav .main_pages a {
        width: 50%;
    }
    nav .main_pages a:hover 
    {
        color: #EC9B59
    }
 
    label 
    {
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        font-size: 40px;
        color: white;
        cursor: pointer;
    }
    #toggle:checked + .main_pages {
      display: flex;
    }
    /*index*/
    main.px-3{
      justify-content: center;      
      margin: 0px auto;
      margin-left: -25%;
    }
    main.px-2{
      margin-top: 10%;
    }
     
    main.px-3  h1{
      font-size: 175%;
    }
    
    main .izy h1{
      font-size: 375%;
      padding-left: 15%;
      text-align: center;
      justify-content: center;
    }
    .lead{  
      text-align: center;    
      font-size: 100%;
      margin-left: 5%;      
    }

    .footer{
      /* margin-top: 310%; */
      position: relative;
      top: 1000px;
      left:50px;
    }
    /*dialog*/
    .footer_dialog{
      position: relative;
      top: 600px;
      
      /* margin-top: 205%; */
    }
    .div_page_title{
      margin-top: -15%;
      margin-bottom: 10%;
    }
    .page_title{
      font-size: 180%;
      margin-bottom: 3%;
      
    }
    
    #second_news{      
      margin-top: 50%;
    }
    #third_news{
      margin-top: 50%;
    }
    #div_img{
      height: 248px;
    }
    #img_news{  
      width: 85.5%;    
      border-top-right-radius: 30px;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 0;
    }
    #div_img_detail{
      margin-left: -3%;
      height: 248px;
    }
    #div_img_detail .flex-row{
      width: 85.5%;
      border-bottom-left-radius: 30px;
      border-bottom-right-radius: 30px;
      border-top-right-radius: 0;
      margin-left: 10.5%;
    }
    #div_img_detail .flex-row .col-md-10{
      padding-top: 2%;
    }
    #div_img_detail .flex-row .col-md-10 .float-start{
      font-size: 130%;
    }

    
    #news_title{      
      letter-spacing: 1px;
      font-size: 150%;      
    }
    .footer_news{
      margin-top: 35%;
    }
    /*about*/
    .space{
      display: none;
      visibility: hidden;
    }
    #first_about{
      margin-bottom: 90%;
    }
    #second_about{
      margin-bottom: 90%;
    }

    #third_about{
      margin-bottom: 90%;
    }
    
    h1.keyword{
      margin-top: 3%;
      margin-bottom: 0%;
    }
    h1.product_number{
      margin-top: -25%;
      font-size: 1300%;
      /* margin-left: -9%; */
    }
    
    h1.product_number3{
      margin-top: -50%;
      font-size: 1300%;
      
    }
    h1.product_title{      
      letter-spacing: 1px;
      font-size: 120%; 
      /* margin-top: -25%;      */
    }
    .marge{
      margin-left: 5%;
    }

    #div_img_detail_about{
      margin-left: -3%;
      height: 420px;
    }
    
    #div_img_detail_about .flex-row{
      width: 85.5%;
      border-bottom-left-radius: 30px;
      border-bottom-right-radius: 30px;
      border-top-right-radius: 0;
      margin-left: 10.5%;
    }
    #div_img_detail_about .flex-row .col-md-10{
      padding-top: 2%;
    }
    #div_img_detail_about .flex-row .col-md-10 p{
      font-size: 80%;
      font-weight: 350;
      line-height: 13px;
    }

    #div_img_detail_about .second_about_right{
      padding-left: 0%;
    }

    #div_img_detail_about .third_about_right{
      padding-left: 1%;
    }

    #first_arrow{
      margin-top: 18%;
      margin-left: 20%;
      /* margin-bottom: 10%; */
    }
    #second_arrow{
      margin-top: 24%;
      margin-left: 12%;
    }
    #third_arrow{
      margin-top: 9%; 
      margin-left: 0%;
      /* margin-bottom: 15%; */
    }
    div.banner{      
      margin-top: -10%;
    }

    .div_page_title p.intro{
      font-size: 120%;
      margin-bottom: -5%;
      margin-top: -15%;
    }
    .div_page_title h1.mb-1{
      font-size: 500%;
      letter-spacing: 2px;
    }
    .div_page_title p.description{
      font-size: 100%;
      font-weight: 100;
    }
   /*offer*/
   #first_offer{
    
    margin-top: 4%;
    /* margin-bottom: 4%; */
    }
    #div_img_offer{
      height: 348px;
    }

    #div_img_detail_offer{
      margin-left: -3%;
      height: 348px;
    }
    
    #div_img_detail_offer .flex-row{
      width: 85.5%;
      border-bottom-left-radius: 30px;
      border-bottom-right-radius: 30px;
      border-top-right-radius: 0;
      margin-left: 10.5%;
    }
    #div_img_detail_offer .flex-row .col-md-10{
      padding-top: 0%;
    }
    #div_img_detail_offer .flex-row .col-md-10 h1{
      font-size: 220%;     
    }

    #div_img_detail_offer .flex-row .col-md-10 .item{     
      font-size: 80%;      
      padding-left: 8%;
    }
    .item .subitem{
      padding-left: 10%;
    }
    #div_img_detail_offer1{
      margin-left: -3%;
      height: 500px;
    }
    
    #div_img_detail_offer1 .flex-row{
      width: 85.5%;
      border-bottom-left-radius: 30px;
      border-bottom-right-radius: 30px;
      border-top-right-radius: 0;
      margin-left: 10.5%;
    }
    #div_img_detail_offer1 .flex-row .col-md-10{
      padding-top: 0%;
    }
    #div_img_detail_offer1 .flex-row .col-md-10 h1{
      font-size: 220%;     
    }

    #div_img_detail_offer1 .flex-row .col-md-10 .item{     
      font-size: 80%;      
      padding-left: 8%;
    }
    h1.partner{
      font-size: 250%;
     
    }
    main.intro1{
      margin-top: -150%;
    }


    /*general*/
    header{
      height: 1000px;
    }
    .sticky {
      position: fixed;
      top: 0;
      width: 0;
      height: 0;
      z-index: 1;
      display: none;
      visibility: hidden;
    }
    #myHeader{      
      padding: 0%;
      height: 0;
      width: 0;
      display: none;
      visibility: hidden;
    }
    #izy .first_bloc_izy{
      margin-top: 1%;
    }
    .simplemessage{
      font-size: 83%;
      letter-spacing: 1px;
      font-weight:lighter;
      /* width: 80%; */
      padding-left: 20%;
      padding-right: 10%;
      /* justify-content: center; */
    }
    #first_bloc_index{
      margin-top: 47%;
    }
    #second_bloc_index .row{
      margin-top: 43%;
    }
    #second_bloc_index h2.lead{
      margin-top: -15%;
    }

    .arrow_index{
      margin-top: -8%;
    }

    .arrow_index1{
      margin-top: 16%;
    }
   
}






/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1620px) {
  /* #div_img{
    padding-right: 0;
  }*/
  html, body 
  { 
  height: 100%;
  overflow-x: hidden
  }
  body{
    display: flex;   
  }
  #div_img{
    height: 80%;
  }
  #div_img_offer{
    height: 90%;
  }
  #div_img_detail{    
    height: 80%;
  } 
  #div_img_detail_about{    
    height: 80%;
  } 
  #div_img_detail_offer{
    /* margin-left: -3%; */
    height: 80%;
  }
  #div_img_detail_offer1{
    /* margin-left: -3%; */
    height: 90%;
  }
 
 #first_about{
    min-height: 83%;
  }
  #second_about{
    min-height: 83%;
  }
  #third_about{
    min-height: 83%;
  }
  #first_news{
    min-height: 70%;    
  }
  #second_news{
    min-height: 70%;    
  }
  #third_news{
    min-height: 70%;    
  }
  
 
    /*#div_img_detail_about  .flex-row{    
    width: 100%;
    margin-left: 3%;
    height: 100%;
  } */
  #myHeader{      
    padding: 0%;
    height: 0;
    width: 0;
    display: none;
    visibility: hidden;
  }
  #izy{
    margin-top: 5%;
   
  }
  #izy .first_bloc_izy{
    margin-top: 8%;
  }
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    display: block;
    visibility: visible;
  }
  
  .stickynon {
   
    display: none;
    visibility: hidden;
  }
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  /* about */
  .vision{
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /* All page */
  html, body 
  { 
  height: 100%;
  overflow-x: hidden
  }
  body{
    display: flex;   
  }
  /* index page */
  main.px-3{ 
    
    background-size: 63%;
    min-height: 300px;
    min-width: 300px;
    
  }
  .izy{
    
    background-size: 63%;   
    min-height: 300px;
    min-width: 300px;
  }
  .simplemessage{
    font-size: 55%;
    letter-spacing: 1px;
    font-weight:lighter;
  }
  .simplemessage1{
    color:  #EC9B59;
    font-size: 60%;
    letter-spacing: 1px;
  }
  main.px-3  h1{
    font-size: 175%;
    margin-top: -5%;
  }
  .lastH1{
    margin-left: 4%;
  }
  .infolink{
    font-size: 100%;     
  }
  #first_bloc_index{
    margin-top: 40%;
  }
  #second_bloc_index .row{
    margin-top: 43%;
  }
  #second_bloc_index h2.lead{
    margin-top: -15%;
  }
  .arrow_index1{
    margin-top: 10%;
  }
  /* End index page */
  #div_img_detail{   
    max-width: 500px;
    /* max-height: 300px; */
    padding: 0;
  }
  .footer{
    margin-top: -10%;
    margin-left: -15%;
  }
  #div_img{   
    /* max-width: 600px; */
    
    /* max-height: 300px; */
  }
  /* about */
  .div_page_title{
    margin-top: -60%;
  }
  div.banner{      
    margin-top: -25%;
  }
  .div_page_title p.description{
    font-size: 70%;
    font-weight: 100;
  }
  .vision{
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .offermarg{
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .aboutmarg{
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  #izy .first_bloc_izy p{
    font-size: 80%; 
    /* margin-bottom: -3%; */
    font-weight: 100;
  }
  .contries{    
    font-size: 100%;
    font-weight: 250;
  }
  .listpuce{
    height:15px 
  }
  .hiddenlitle{
    visibility: hidden;
    display: none;
  }
  #first_about {
    width: 95%;
  }
  #second_about {
    width: 95%;
  }
  #third_about {
    width: 95%;
  }
  #div_img_detail_about  .flex-row{    
    width: 100%;
    margin-left: 3%;
    height: 70%;
  }
  #div_img_detail_about .second_about_right{
    padding-left: 12%;
  }
  #div_img_detail_about .third_about_right{
    padding-left: 12%;
    margin-top: 13%;
  }
  #div_img_detail_about .first_about_right{
    padding-left: 12%;
  }
  /* Dialog page */
  .dialogspantitle{
    margin-left:-8% ;    
    font-size: 130%;
  }
  .dialogcontact{
    font-size: 110%;
    font-weight:250;
  }
  /* .foyi {   
    display: none;
    visibility: hidden;
  } */

  .footer_dialog{
    position: relative;
    top: 300px;
    
    /* margin-top: 205%; */
  }
  main.px-2{
    margin-top: 20%;
  }
  .dialogdivtitle{
    margin-left: -25%;
  }
  
  /* offer page */
  main.intro1{
    margin-top: -200%;
  }

  main.intro1 p{
    font-size: 170%;
    margin-bottom: -5%;
    font-weight: 100;
  }
  
  main.intro1 h1{
    font-size: 900%;
    color:  #861727;
    letter-spacing: 3px;
  }
  
  main.intro1 p.description1{
    font-size: 120%;font-weight: 100;
  }

  .containerimgofferclignote .image-clignote{
    height: 30px;
    width: 40px;
  }

  main.px-3 .image-clignote{
    height: 30px;
    width: 40px;
  }

  h1.partner{
    font-size: 180%;
    
  }
  h1.partner img{
    height: 20px;
    width: 30px;    
  } 

.spacepartner{
  margin-top: 24%;
}

#contactform h1{
  font-size: 200%;
}

.simplemessageoffer{
  
  font-size: 300%;
}
#div_img_detail_offer  .flex-row{
  /* margin-left: -3%; */
  height: 348px;
  width: 100%;
  margin-left: 3%;
}

#div_img_detail_offer1  .flex-row{
  /* margin-left: -3%; */
  height: 558px;
  width: 100%;
  margin-left: 3%;
}

/* news page */
#div_img_detail  .flex-row{ 
  /* height: 348px; */
  width: 93%;
  margin-left: 6.5%;
}

#news_title{      
  letter-spacing: 1px;
  font-size: 120%;      
}

/* .div_page_title{
  margin-top: -15%; 
  margin-bottom: 8%;
} */
  
}

 @media only screen and (max-width: 480px) {
  html, body 
  { 
  height: 100%;
  overflow-x: hidden
  }
  body{
    display: flex;   
  }
  main.px-3{
    margin-top: -4%;
    margin-right: -14%;
    background-size: 63%;
    
    /* max-height: 30px;
    max-width: 300px; */
  }
  
  .lead{
    color:  #EC9B59;
    font-size: 70%;
    letter-spacing: 3px;
  }
  .izy{
    margin-right: -14%;
    background-size: 63%;   
    /* max-height: 300px;
    max-width: 300px; */
  }
  main .izy h1{
    /* font-size: 375%;
    padding-left: 15%; */
    /* text-align: center;
    justify-content: center; */
    margin-top: -22%;
  }
} 

/* For iPhone 5 Portrait or Landscape View */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* @media only screen and (max-width: 320px) {
  html, body 
  { 
  height: 100%;
  overflow-x: hidden
  }
  body{
    display: flex;   
  }
  main.px-3{
   
   
    background-size: 33%;
    max-height: 300px;
    max-width: 300px;
  }
  .izy{
    
    background-size: 33%;   
    max-height: 300px;
    max-width: 300px;
  }
} */
.scroller{
  position: fixed;
  top: 0;
  left: 0;
  width:100%;
  height: 5px;
  z-index: 1000;
  background: linear-gradient(to right,rgb(236, 155, 89)100%,rgba(255,148,166,0)100%);
  background-repeat: no-repeat;
  background-size: 0;
  transform-origin: left;
  animation: scroll linear;
  animation-timeline: scroll();
  animation-range-start: cover 100px;
  animation-range-end: cover 100% ;
}

@keyframes scroll {
  from{
    background-size: 0% 5px;
  }
  to{
    background-size: 100% 5px;
  }
}

svg{
  width:150px;
  height: 150px;

}
svg circle{
  fill: none;
  stroke: #EC9B59;
  stroke-width: 5px;
  -webkit-transform: translate(5px,5px); 
  -moz-transform: translate(5px,5px);
  -ms-transform: translate(5px,5px);
  -o-transform: translate(5px,5px);
  transform: translate(5px,5px); 
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
  /* animation: circle 2s ease-in-out 200ms  forwards; */
  /* animation: circle 3s ease-in-out 200ms forwards; */
  animation: circle forwards;
  animation-timeline: scroll();
  animation-range-start: cover 100px;
  animation-range-end: cover 100% ;
}

.svg svg circle {
  fill: none;
  stroke: #861727;
  stroke-width: 5px;
  -webkit-transform: translate(5px,5px); 
  -moz-transform: translate(5px,5px);
  -ms-transform: translate(5px,5px);
  -o-transform: translate(5px,5px);
  transform: translate(5px,5px); 
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
  /* animation: circle 2s ease-in-out 200ms  forwards; */
  /* animation: circle 3s ease-in-out 200ms forwards; */
  animation: circle forwards;
  animation-timeline: scroll();
  animation-range-start: cover 100px;
  animation-range-end: cover 100% ;
}

@keyframes circle {
  from{
    stroke-dashoffset: 440;
    stroke-dasharray: 440;
  }
  to{
    /* stroke-dashoffset: 220; */
    stroke-dasharray: 20;
  }
}
.box{
  padding: 1em 0.5em;
  position: relative;
  /* background-color: #333; */
  position: fixed;
  bottom: 0;
  right: 0;
}

.topIcon{
  position: absolute;
  top: 40%;
  left: 45%;
  transform: translate(-50%,-50%);
}

/* anime page */
.animate-on-scroll {
  /* Initialement invisible avec une opacité de 0 */
  opacity: 0;
  /* Translation initiale de 50 pixels vers le bas */
  transform: translateY(50px);
  /* Animation pour la transparence et la translation */
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.animate-on-scroll.is-visible {
  /* Devenir visible avec une opacité de 1 */
  opacity: 1;
  /* Translation initiale de 0 pixels */
  transform: translateY(0);
}

/* change cursor */

