@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;500;600;800&display=swap');

*{
  /*font-family: 'Montserrat';  */
  /*font-family: 'Roboto';  */
  /*font-family: 'Oswald';  */
  font-family:"Open sans", Serif;
}

html{
  height: 100%;
  /*height: 100hw;*/
  /*width: 100vw;*/

}

body {
  background-color:#ffffff;
  color: #000000;
  /*overflow-x:hidden;*/
  min-height: 100%;
  height: 100hw;
  display: flex;
  flex-direction: row;
}

a {
  text-decoration: none;
  color: #000000;
}

/*#page1 {
  margin-left: 200px;
  background-image: url(../images/back1.jpg);
  background-size: 1720px 880px;
  background-repeat: no-repeat; 
}
*/
/*color*/
/*#02539c*/
/*#dddddd*/

.header-wrap {
/*position: relative;*/
width: 100%;
display: flex;
flex-wrap: wrap;
flex-flow: row;
align-items: center;
/*visibility: hidden;*/
background-color: #ffffff;
}

.header-tel{
  display: none;
}

.header-right {
  display: flex;
  margin: 0 auto;
  position: relative;
  width:40%;
  /*height:80px;*/
  margin-top: 10px;
  /*top: 120px;*/
  /*left: 33%;*/
  /*margin-top: -100px;*/
  /*margin-left: -100px;*/
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: bolder;
  font-style: italic;
  color: #333333;
  text-align-last: center;
  justify-self: center;
  background-color: #ffffff;
}


.container, .topbar {
    width: auto;
  }  

#menubar {
display: block;
visibility: visible;
}

.topbar {
  background-color: #02539c;
  color: #ffffff;
  height: 50px;
  font-size: 12px;
  font-weight: bolder;
  padding-right: 50px;
}

.topbarright {
    background: transparent;
    color: #ffffff;
    float: right;
}

.topfacebook {
  background-size: contain;
  background-repeat: no-repeat; 
  float: left;
  text-align: left;
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 25px;
  padding-left: 30px;
  background-size: contain;

}

.htel1, .htel2, .hfax, .emailh, .hdirect, .contactus , .langue {
  background-size: contain;
  background-repeat: no-repeat; 
  float: left;
  text-align: left;
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 25px;

}

.maison {
  background-image: url(../images/home.png);
  background-size: contain;
  background-repeat: no-repeat; 
  float: left;
  text-align: left;
  margin-top: 5px;
  margin-left: 20px;
  padding-left: 25px;
  width: 30px;
  height: 30px;
}

.rendezvous a {
  color:  #ffffff;
  font-size: 20px;
}

.langue {
  background-image: url(../images/globe_white.png);
  padding-left: 30px;
}

.langue a {
  color: #ffffff;
}

.htel1 {
  background-image: url(../images/icon_telephone_white.png);
  padding-left: 30px;
}

.hfax {
  background-image: url(../images/icon_fax_white.png);
  margin-right: 5px;
  padding-left: 30px;
}

.emailh {
  background-image: url(../images/icon_email_white.png);
  margin-right: 5px;
  padding-left: 30px;
}

.hdirect {
 background-image: url(../images/icon_location_white.png);
  margin-right: 5px;
  padding-left: 30px;
}

.emailh:hover a, .hdirect:hover a, .contactus:hover a, .langue:hover a {
  /*color:  #02539c;*/
  color: red;
}

.emailh a, .hdirect a, .contactus a {
  color: #ffffff;
}

#carousel {
    width: 100%;
    height: 50px;
    background-color: transparent;
    /*overflow: auto;*/
    overflow: visible;
    white-space:nowrap;
}

#carousel .slide {
    display: inline-block;
}

.marquee {
  width: 100vw;
  height: 10vh;
  background-color: #ffffff;
  color:  #000000;
  overflow: hidden;
  position: fixed;
  top: 270px;
  z-index: 1;
  /*bottom: 0px;*/
  /*margin-top: 0px;*/
}

.marquee:before, .marquee:after {
  position: absolute;
  top:  0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}

.marquee:before {
  left: 0;
  background: linear-gradient(to right, #ffffff, transparent 100%);
}

.marquee:after {
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, transparent 100%);
}


.marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling 25s linear infinite;
}

@keyframes scrolling {
  0% {transform: translateX(0vw);}
  /*100% {transform: translateX(-180vw);}*/
  100% {transform: translateX(calc(-1*10vw*20));}

}
.marquee-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  /*border:  3px solid teal;*/
  width: 10vw;
  flex-shrink: 0;
  font-size: 5rem;
  white-space: nowrap;
}

.marquee-content li img {
  width: 150px;
  height: 40px;
}


.marquee-content:hover {
 -moz-animation-play-state: paused;
 -webkit-animation-play-state: paused;
 animation-play-state: paused;
 }


/*.marquee {
  display: inline-block;
 height: ;  
 overflow: hidden;
 position: relative;
 margin: 0;
 padding: 0;
 white-space: nowrap;
 width: auto;
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);  
 transform:translateX(100%);
 -moz-animation: marquee 24s linear infinite;
 -webkit-animation: marquee 24s linear infinite;
 animation: marquee 24s linear infinite;
}
*//*
.marquee img {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 40px;
 text-align: center;
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);  
 transform:translateX(100%);
 -moz-animation: marquee 24s linear infinite;
 -webkit-animation: marquee 24s linear infinite;
 animation: marquee 24s linear infinite;
}
*/

/*debut infor carte oneus*/

#result {
  margin: 0 auto;
  margin-top: 2200px;
  background-color: #ffffff;
  color: #000000;
  position: absolute;
  display: block;
/*  flex-direction: column;
  flex-wrap: nowrap;
*/ 
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 90vw;
  height: 100vh;
}

.card-result {
   float: left;
   background-color: transparent;
   position: relative;
   display: flex;
   flex-direction: column;
   flex-wrap: rap;
   color: #000000;
   width:  300px;
   height: 700px;
   margin:  10px;
   border-radius: 15px;
   border:  solid 3px #02539c;
   /*align-self: center;*/
}

.card-result p {
  color: #000000;
  padding: 10px;
  text-align: center;
  z-index: 1;
}

.card-result a {
   background-color: black;
   color:  white;
   padding: 15px 20px;
   display: block;
   text-align: center;
   margin: 20px 50px;
   margin-left: 70px;
   /*margin:  0 auto;*/
   text-decoration: none;
   position: absolute;
   bottom: 0px;
}

.card-result a:hover {
   background-color: black;
   color:  red;
 }

/*.card-result:hover {
   background-color: #333333;
   color: white;
   cursor: pointer;
   transform: scale(1.05);
   transition: all .5s ease;
}
*/

.card-image-result {
   background-color: transparent;
   color: #000000;   
   height: 150px;
   margin-bottom: 15px;
   /*background-size: cover;*/
   border-radius: 15px 15px 0 0;
   /*border: 3px black;*/

}

.card-image-result img.imgmanu {
  padding: 10px 10px 10px 10px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 15px;
  max-width: 200px;
  max-height: 100px;
   
}

.card-image-result img.imgtype {
  padding: 10px 10px 10px 10px;
  background-repeat: no-repeat;
  background-size: contain;
  /*border-radius: 15px;*/
  max-width: 50px;
  max-height: 50px;
}

.card-image-result img {
  display: block;
  padding: 10px 10px 10px 10px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 15px;
  max-width: 200px;
  max-height: 200px;
  /*width: 300px;*/
  width: auto;
  height: auto;
}

.card-image-result h2 {
  font-size: 20px;
  color: #000000;
  align-self: center;
}

/*fin pour afficher les carte pneus info*/



.searchcontainer {
  position: absolute;
  margin-top: 500px;
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  width: 90vw;
  align-items: center;
  justify-content: center;
  height: 100vh;
  min-height: 1000px;
  /*height: 30%;*/
  /*border: 3px solid #333333;*/
  /*border-radius: 5px;*/
}

.searchcontainer .year, .searchcontainer .tmake, .searchcontainer .tmodel , .searchcontainer .result {
  /*padding: 5px;*/
  margin: 5px 5px 5px 5px;
}

.searchcontainer label {
  margin: 10px 10px;

}

.searchcontainer .smodel {
  max-width: 100px;
}

.searchcontainer .result {
  width: 300px;
  height: 30px;
 background-color: transparent;
 color: #000000;
}

.searchcontainer #vehicule {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /*width: 100vw;*/
  margin: 0px;
}

.searchcontainer #grandeur {
  display: flex;
  width: 100vw;
  margin: 0px;
}

.searchcontainer #tireinfo {
  background-image: url(../images/tireinformation.png);
  background-repeat: no-repeat;
  background-size: contain;
  float: right;
  width: 400px;
  height: 400px;
}


.searchcontainer h2{
  text-align: center;
  color: #000000;
}


/*debut tabs*/
#tabs {
  /*margin-top: 450px;*/
  width: 60%;
  padding: 0px;
  background-color: #ffffff;
  color: #000000;
  border: 3px solid #02539c;
  border-radius: 15px;
  height: auto;
}


/*#tabs-1 img {
  width: 250px;
  height: 250px;
  float: right;
}
*/
#tabs-1, #tabs-2 {
  margin: 0px;
  height: auto;
  min-height: 500px;
  background-position: top 30px right -1px;
  background-image: url(../images/tireinformation.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  /*float: right;*/
  /*min-height: 100vh;*/

}

/*#tabs-2 {
  margin: 0px;
  height: auto;
  min-height: 400px;
}
*/
/*fin tabs*/


#myBtntop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-image: url(../images/top.jpg);      
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtntop:hover {
  background-color: #555;
}


.information {
  margin: 0 auto;
  min-height: 100px;
  height: auto;
  width: 100%;
  margin-top: 800px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: absolute;
  background-color: #333333;
  color:  #ffffff;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.information_service {
  margin-top: 2500px;
}
.information a {
  color: #ffffff;
}

.information a:hover {
  color: red;
}

.infogauche {
  float: left;
  width: 30%;
  margin-left: 25px;
  padding-left: 100px;
  text-align: left;
}

.infocentre {
  float: left;
  width: 30%;
  padding-left: 100px;
  padding-right: 100px;
  text-align: left;
}

.infodroite {
  float: right;
  width: 30%;
  margin-right: 25px;
  padding-right: 100px;
  text-align: left;
}

/*social css*/
.social{
  top: 300px;
  position: fixed;
  height: 100vh;
  /*display: flex;*/
  flex-direction: column;
  justify-content: center;
  transform: translate(-250px, 0);
}

.social a{
  color: #fff;
  /*background: rgba(0, 0, 0, 0.4);*/
  background: rgba(51, 51, 51, 100);
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  margin: 5px;
  padding: 20px;
  width: 300px;
  text-align: right;
  border-radius: 50px;
  transition: 1s;
  transition-property: transform;
}

.social a:hover{
  transform: translate(140px, 0);
  color: #ffffff;
}

.social i{
  margin-left: 10px;
  font-size: 30px;
  width: 30px;
  height: 30px;
}

.social a:nth-child(1) i{
  color: #1DA0F0;
}

.social a:nth-child(2) i{
  color: #F80000;
}

.social a:nth-child(3) i{
  color: transparent;
  background-image: linear-gradient(45deg, #FFDF9E, #E56969, #8A49A1);
  -webkit-background-clip: text;
  font-weight: 600;
}

.social a:nth-child(4) i{
  color: #4ECCE8;

}

/*carousel*/

#slider {
  height: 300px;
  width: 950px;
  margin-right: auto;
  margin-left: auto;
}
#element {
  height: 300px;
  width: 950px;
  margin-right: auto;
  margin-left: auto;
}

/*fin carousel*/

/*fin social css*/

  .site-logo {
    max-height: 200px;
    max-width: 350px;
    position: absolute;
    top: 60px;
    lhdirecteft: 100px;
    /*margin: 0px 0px -100px 0px;*/
    padding: 0;
    float: left;
    background-color: #ffffff;
    z-index: 1;
  }


  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    z-index: 1000;
    /*padding: 20px 0;*/
    background-color: #ffffff;
/*    background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url(../images/header.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
*/
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
  }

  .site-header.fixed {
    position: fixed;
  }

  .site-header .col-md-4,
  .site-header .col-md-8 {
    min-height: 0;
  }

  .site-header .logo {
    margin: 40px 0;
    float: left;
    -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
  }

  .site-header .logo a {
    display: block;
    height: 100%;
  }

  .site-header .logo {
    width: 135px;
    height: 27px;
  }

  .site-header.float-header {
    background-color: rgba(0,0,0,0.9);
    padding: 5px;
  }
  .site-header.float-header #mainnav {
    padding: 0;
  }

  .site-header.float-header #mainnav > ul > li > a {
      height: 70px;
      line-height: 70px;
  }

  .site-header.float-header .logo {
      margin: 20px 0;
  }

.container {
  /*width:  100vw;*/
  /*margin-top: 150px;*/
  margin-left: 10px;
  background-color: #ffffff;

}

.row {
 background-color: #ffffff; 
}

.navbar{
  width: 100%;
	background-color: transparent;
	/*overflow: hidden;*/
	height:50px;
}


.navbar a{
  float:left;
  display:block;
  color: #000000;
  text-align:center;
  padding:14px 16px;
  text-decoration:none;
  font-size:20px;
  font-weight: bolder;
  transition:0.5s; 
}


.navbar ul{
  margin:8px 0 0 0;
  list-style:none;
}

.navbar a:hover{
  /*background-color: #02539c;*/
  color: #02539c;
  text-decoration: underline 5px;
  text-underline-offset: 5px;
  /*transform: scale(1.5);  */
}

.navbar a:focus {
  text-decoration: underline;  
}


.navbar-nav {
width: 70%;
float: right;
align-self: center;

}


.side-nav{
  height:100%;
  width:0;
  position:fixed;
  z-index:1;
  top:0;
  left:0;
  background-color:#333333;
  opacity:0.9;
  overflow-x:hidden;
  padding-top:60px;
  transition:0.5s;
}

.side-nav a{
  padding:10px 10px 10px 30px;
  text-decoration:none;
  font-size:22px;
  color:#ffffff;
  display:block;
  transition:0.3s;
}

.side-nav a:hover{
  color: red;
  text-decoration:none;  
}

.side-nav .btn-close{
  position:absolute;
  top:0;
  right:22px;
  font-size:36px;
  margin-left:50px;
}


/*.navbar-nav .link2 {
  background-image: url(../images/service_white.png);
  background-size: contain;
  background-repeat: no-repeat; 
  float: left;
  text-align: left;
  padding-left: 25px;
}
*/

.hright {
    background: transparent;
    color: #000000;
    width: 50%;
    height: 100px;
    /*min-height: 125px;*/
    /*display: block;*/
    float: right;
    align-content: center;
    align-items: center;
    margin-right: 25px;
    margin-top: 30px;
}

.hright h3 {
    /*font-family: "Tahoma", sans-serif;*/
    font-size: 3em;
    font-weight: 500;
    /*text-shadow: 1px 1px #ffffff;*/
}

.hright div {
  width: 0 auto;
  margin: 5px 5px 5px 5px;
}

.hright form {
  margin: 0 auto;
  height: auto;
  width: 100%
}

.hright ul {
    padding:0; 
    margin:0;
    /*display: flex;*/
    /*list-style: none;*/
    /*justify-content:center;*/
}

.hright li {
  width: 100%;
  height: 20px;
  margin: 5px 5px 5px 5px;
  padding: 0;
}


.hright li a {
  display: block;
/*  text-align: left;
  padding-left: 35px;
*/
}

.hright {
  width: auto;
  height: 20px;
  /*font-family: "Tahoma", sans-serif;  */
  color: #333333;
  float: left;
}


.profiltitre {
  margin-top: 400px;
  position: absolute;
  transition:margin-left 0.5s;
  padding-top: 230px;
  overflow:hidden;
  width: 100%;
  height: 100vh;
  padding-left: 20%;
  margin-bottom: 50px;
  color: #ffffff;
}

#promo {
  margin: 0 auto;
  position: absolute;
  transition:margin-left 0.5s;  
  margin-top: 800px;
  margin-bottom: 50px;
  width: 100vw;
  height: auto;
}

/*#promo object {
  width:60%;
  min-height: 1280px;
  height:100%;
}
*/

#profil{
  /*margin:  0 auto;*/
  margin-top: 600px;
  position: absolute;
  display: flex;
  flex-direction: row;
  transition:margin-left 0.5s;
  /*padding-top: 300px;*/
  overflow:hidden;
  width: 60%;
  min-height: 1024px;
  /*padding-left: 5%;*/

  /*font-size: 16px;*/
  /*transition: color 2ms ;*/
/*    -webkit-transition: all 0.7s linear;
       -moz-transition: all 0.7s linear;
        -ms-transition: all 0.7s linear;
         -o-transition: all 0.7s linear;
            transition: all 0.7s linear;
*/
}

#profil h1, .profiletitre h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  padding-top: 30px;
  padding-bottom: 10px;
  margin: 0;  
}

#contactdesc {
  width: 100%;
  flex: 0 0 50%;  
}


#contactdesc input {
  padding: 10px;
  margin: 0 auto;
}

#contactdesc textarea {
  width: 80%;
  height: 100px;
  padding: 10px;
  resize: none;

}
#contactdesc form {
  /*width: 50%;*/
  min-height: 1024px;
}

.map {
  background-color: transparent;
  display: flex;
  flex-direction: row;  
  float: center;
  justify-content: center;
  width: 100%;
  height: 500px;
  /*min-height: 300px;*/
  margin-bottom: 0px;
  padding: 5px 5px 5px 5px;
}

.map iframe {
  min-height: unset;
  height: 500px;
}

#profildesc {
  flex: 0 0 50%;
  font-size: 16px;  
  /*float: left;*/
  /*max-width: 50%;*/
}



#profilphototest {
  flex: 1;
  width: 100vw;
  height: 100hw;
  position: absolute;
  position: sticky;
  margin: 0 auto;
  /*margin-top: 260px;*/
}

.separateur {
  margin:  0 auto;
  margin-top:  50px;
  width: 90%;
  height: 1px;
  border: 1px solid #02539c;
}


#profilphototest iframe {
  background-color: transparent;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  overflow: hidden;
  height: 100hw;
  width: 100%;
  min-height: 800px;
}


.main-slide-container {
  background-color: white;
  /*background-image: url(../images/mainback.jpg);*/
  /*background-repeat: no-repeat;*/
  /*background-size: contain !important;*/
  background-position: center;
  margin-top: 650px;
  padding-bottom: 400px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
}

.topimg-slider {
  margin: 0 auto;
  background-image: url(../images/logo/mug.jpg);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position: center;
  /*margin-top: 450px;*/
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100vw;
  height: 100px;
}

#mainleft {
width: 15%;
background-image: url(../images/gauche.jpg);
background-repeat: no-repeat;
background-size: contain;
opacity: 0.5;
}
#maindroite {
width: 15%;
background-image: url(../images/droite.jpg);
background-size: contain;
background-repeat: no-repeat;
opacity: 0.5;
}

/*services*/

.service-container {
  background-color: white;
  margin-top: 600px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100vh;
  /*padding-bottom: 400px;*/
}

.card {
   background-color: #ffffff;
   width:  300px;
   /*height: 200px;*/
   margin:  10px;
   border-radius: 15px;
}

.card p {
   padding: 10px;
}

.card a {
   background-color: black;
   color:  white;
   padding: 15px 20px;
   display: block;
   text-align: center;
   margin: 20px 50px;
   text-decoration: none;
}

.card:hover {
   background-color: #333333;
   color: white;
   cursor: pointer;
   transform: scale(1.05);
   transition: all .5s ease;

}

.card-image {
   background-color: aqua;
   height: 150px;
   margin-bottom: 15px;
   background-size: cover;
   border-radius: 15px 15px 0 0;

}

.car-1 {
   background-image: url(../images/image11.jpg);
}

.car-2 {
   background-image: url(../images/image2.jpg);
}

.car-3 {
   background-image: url(../images/image3.jpg);
}

.car-4 {
   background-image: url(../images/image12.png);
}

.car-5 {
   background-image: url(../images/image4.jpg);
}
.car-6 {
   background-image: url(../images/image6.jpg);
}
.car-7 {
   background-image: url(../images/image5.jpg);
}
.car-8 {
   background-image: url(../images/image8.jpg);
}

.car-9 {
   background-image: url(../images/image9.jpg);
}

.car-10 {
   background-image: url(../images/image10.jpg);
}

/*finservice*/

/*promo fournisseur*/
.promo-container {
  background-color: white;
  margin-top: 1500px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 100vh;
}

.card-promo {
   background-color: #02539c;
   color: #ffffff;
   width:  300px;
   min-height: 300px;
   /*height: 200px;*/
   margin:  10px;
   border-radius: 15px;
   border-color: #000000;
   border:  solid 3px black;
}

.card-promo p {
   padding: 10px;
}

.card-promo a {
   background-color: black;
   color:  white;
   padding: 15px 20px;
   display: block;
   text-align: center;
   margin: 20px 50px;
   text-decoration: none;
}

.card-promo a:hover {
   background-color: black;
   color:  red;
 }

.card-promo:hover {
   background-color: #333333;
   color: white;
   cursor: pointer;
   transform: scale(1.05);
   transition: all .5s ease;

}

.card-image-promo {
   /*background-color: aqua;*/
   height: 150px;
   margin-bottom: 15px;
   background-size: cover;
   border-radius: 15px 15px 0 0;
   /*border: 3px black;*/

}

.prom-1 {
   background-image: url(../images/logo/MICHELIN.PNG);
   background-size: contain;
   background-repeat: no-repeat;
   background-color: white;
}

.prom-2 {
   background-image: url(../images/logo/UNIROYAL.JPG);
   background-size: contain;
   background-repeat: no-repeat;
   background-color: white;
}
.prom-3 {
   background-image: url(../images/logo/BFGOODRICH.JPG);
   background-size: contain;
   background-repeat: no-repeat;
   background-color: white;
}
.prom-4 {
   background-image: url(../images/logo/CONTINENTAL.JPG);
   background-size: contain;
   background-repeat: no-repeat;
   background-color: white;
}
.prom-5 {
   background-image: url(../images/logo/GENERALTIRE.JPG);
   background-size: contain;
   background-repeat: no-repeat;
   background-color: white;
}
.prom-6 {
   background-image: url(../images/logo/KUMHO.JPG);
   background-size: contain;
   background-repeat: no-repeat;
   background-color: white;
}
.prom-7 {
   background-image: url(../images/logo/TOYO.JPG);
   background-size: contain;
   background-repeat: no-repeat;
   background-color: white;
}
.prom-8 {
   background-image: url(../images/logo/YOKOHAMA.JPG);
   background-size: contain;
   background-repeat: no-repeat;
   background-color: white;
}

.prom-9 {
   background-image: url(../images/logo/PIRELLI.JPG);
   background-size: contain;
   background-repeat: no-repeat;
   background-color: white;
}

.prom-10 {
   background-image: url(../images/logo/goodyear.JPG);
   background-size: contain;
   background-repeat: no-repeat;
   background-color: white;
}

.prom-11 {
   background-image: url(../images/logo/nexen.JPG);
   background-size: contain;
   background-repeat: no-repeat;
   background-color: white;
}

.prom-12 {
   background-image: url(../images/logo/falken.JPG);
   background-size: contain;
   background-repeat: no-repeat;
   background-color: white;
}

.prom-13 {
   background-image: url(../images/logo/DUNLOP.png);
   background-size: contain;
   background-repeat: no-repeat;
   background-color: white;
}

.prom-14 {
   background-image: url(../images/logo/GISLAVED.png);
   background-size: contain;
   background-repeat: no-repeat;
   background-color: white;
}

.prom-15 {
   background-image: url(../images/logo/BRIDGESTONE.png);
   background-size: contain;
   background-repeat: no-repeat;
   background-color: white;
}

.prom-16 {
   background-image: url(../images/logo/FIRESTONE.png);
   background-size: contain;
   background-repeat: no-repeat;
   background-color: white;
}

.prom-17 {
   background-image: url(../images/logo/HANKOOK.png);
   background-size: contain;
   background-repeat: no-repeat;
   background-color: white;
}

.prom-18 {
   background-image: url(../images/logo/LAUFENN.png);
   background-size: contain;
   background-repeat: no-repeat;
   background-color: white;
}

.prom-19 {
   background-image: url(../images/logo/COOPER.png);
   background-size: contain;
   background-repeat: no-repeat;
   background-color: white;
}

.prom-20 {
   background-image: url(../images/logo/HERCULES.png);
   background-size: contain;
   background-repeat: no-repeat;
   background-color: white;
}




/*fin promo fournisseur*/


#contactphoto {
  flex: 1;  
  background-image: url(../images/keyboard-hand-600x338.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

#faqphoto {
  flex: 1;  
  background-image: url(../images/faq.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

#toolsphoto {
  flex: 1;  
  background-image: url(../images/download.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 400px;
  max-height: 400px;
}


#logoemail{
  position: absolute;
  padding-top: 400px;
  width:100%;
  min-height: 100%;
  /*font-size: 16px;*/
  /*transition: color 2ms ;*/
/*    -webkit-transition: all 0.7s linear;
       -moz-transition: all 0.7s linear;
        -ms-transition: all 0.7s linear;
         -o-transition: all 0.7s linear;
            transition: all 0.7s linear;
*/
}
.imagecontainertest {
  display: flex;
  flex-direction: column;
  float: center;
  justify-content: center;
  width: 20%;
  margin-top: 0px;
  margin-bottom: 50px;
}



.imagecontainer {
  display: flex;
  flex-direction: column;  
  float: center;
  justify-content: center;
  width: 20%;
  margin-top: 0px;
  margin-bottom: 50px;
}
.image1 {
  flex: 0 0 33%;  
  justify-content: center;
  margin-bottom: 10px;
}

.image2 {
  flex: 1;  
  justify-content: center;
  margin-bottom: 10px;  
}

.image3 {
  flex: 1;  
  justify-content: center;
  margin-bottom: 10px;    
}

/* ceci pour afficher une page en construction*/
.underconstruction {
    margin: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-image: url(images/system/underconstruction.jpg); 
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;
    color: #000000;
    font-size: 24px;
    min-height: 700px;
}

.buttons {
  border: 0;
  outline: none;
  border-radius: 5px;
  padding: 15px 15px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #02539c;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  margin-top: 0px;
  margin-left: 10px;
  margin-bottom: 10px;
  font-weight: bolder;
  font-family: 'Oswald';  
}

.buttons:hover, .buttons:focus {
  background: #179b77;
  color: #ffffff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 12PX;
  font-weight: bolder;
  /*color: #b80813;*/
  color: #000000;
  opacity: 3; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  /*color: #b80813;*/
  color: #000000;
  font-weight: bolder;
  opacity: 3; /* Firefox */
}

::-ms-input-placeholder { /* Microsoft Edge */
  /*color: #b80813;*/
  color: #000000;
  font-weight: bolder;
  opacity: 3; /* Firefox */
}

.ctinput {
  margin-bottom: 10px;
  border-radius: 5px;
  pla
}

.ctinput input, .ctinput textarea {
  border: 2px solid #000000;
  border-radius: 10px;
}

.ctinput:focus {
  border-color: red;
}



#tabletools td {
  padding-bottom: 5px;
  padding-right: 10px;
  font-size: 16px;

}


/*--------------------------------------------------------------
Bottom
--------------------------------------------------------------*/
footer {
  /*clear: both;*/
  margin-top: auto;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width:100%;
  height:30px;
  background: #dddddd;
  color: #333333;
  font-weight: bolder;
  text-align: right;
  font-size: 10px;

}


  .site-footer {
    position: absolute;
    background-color: #1c1c1c;
    line-height: 35px;
    padding: 15px 0;
  }
  .site-footer,
  .site-footer a {
    color: #666;
  }
  


/*ecran 1920 minimum*/
@media only screen and (min-width: 120em) {

}


/*@media special settings*/
/*resolution entre 1441 et +++ px*/
@media only screen and (min-width: 90.063em) and (max-width: 119em) {


}



/* Large screen min-width 1025px and max-width 1440px */    
/*ecran 17 pouces (1280*1024) */ 
@media only screen and (min-width: 64.063em) and (max-width: 90em) {

.topimg-slider {
margin-top: 20px;
/*background-color: #ffffff;*/
}

#tabs {
  width: 85%;
}

#mainleft {
width: 15%;

}
#maindroite {
  width: 15%;
}

.header-right {
font-size: 17px;
width: 50%;
padding-left: 50px;
}

 .main-slide-container {
  /*background-image: none;*/
  background-size: 95% !important;
  background-position: top;
}

.service-container {
  height: 100vh;
  margin-top: 500px;
}

.promo-container {
  height: 100vh;
  margin-top: 650px;
}

.information {
  margin-top: 900px;
}

.information_service {
  margin-top: 3500px;
}


  .separateur {width: 90%;}

  #profil {
    margin-top: 700px;
    width: 80%;
  }


  #promo object {
    width:80%;
    min-height: 1280px;
    height:100%;
  }


  .social a {margin-right: 50px;} 


  .map {
    background-color: transparent;
    display: flex;
    flex-direction: row;  
    float: center;
    justify-content: center;
    width: 100%;
    height: 500px;
    margin-bottom: 0px;
    padding: 5px 5px 5px 5px;
  }



/*.marquee:before, .marquee:after {
  position: absolute;
  top:  0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}

.marquee:before {
  left: 0;
  background: linear-gradient(to right, #ffffff, transparent 100%);
}

.marquee:after {
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, transparent 100%);
}


.marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling 27s linear infinite;
}
*/

.marquee {
  top: 325px;
}
@keyframes scrolling {
  0% {transform: translateX(0vw);}
  /*100% {transform: translateX(-180vw);}*/
  100% {transform: translateX(calc(-1*16vw*20));}

}
.marquee-content li {
  width: 16vw;
}

.marquee-content li img {
  width: 150px;
  height: 40px;
}

.marquee-content {
  animation: scrolling 25s linear infinite;
}

.searchcontainer {
  margin-top: 600px;
}


}
/*fin media 1280 par 1024 */





/*iPhone 11*/
/* 1792x828px at 326ppi */
@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 2) {

}
 
/*iPhone 11 Pro*/
/* 2436x1125px at 458ppi */
@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3) {

#tabs-1 {
  background-image: none;
}

} 

/*iPhone 11 Pro Max*/
/* 2688x1242px at 458ppi */
@media only screen 
    and (device-width: 896px) 
    and (device-height: 414px) 
    and (-webkit-device-pixel-ratio: 3)
    and (orientation: landscape) {


.service-container{
margin-top: 650px;

}

#tabs {
  width: 100%;
}

#tabs-1 {
  background-image: none;
}


.main-slide-container {
  background-image: none;

}
.header-right{
  display: none;
}

.header-tel{
  display: none;
  position: relative;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  padding-left: 120px;
  padding-top: 150px;
  color: #02539c;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.topimg-slider {
  margin: 0 auto;
  display: block;
  position: absolute;
  background-color: white;
  width: 100%;
  height: 60px;
}



.promo-container {
  margin-top: 5300px!important

}


.information {
  /*margin: 0 auto;*/
  min-height: 100px;
  height: auto;
  width: 100%;
  margin-top: 400px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  background-color: #333333;
  color:  #ffffff;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.information_service {
  margin-top: 5600px;
}
.information a {
  color: #ffffff;
}

.information a:hover {
  color: red;
}

.infogauche {
  float: left;
  margin: 0 auto;
  width: 100%;
  margin-left: 10px;
  padding: 20px 50px;
  /*margin-left: 25px;*/
  /*padding-left: 100px;*/
  text-align: left;
}

.infocentre {
  float: left;
  margin: 0 auto;
  width: 100%;
  margin-left: 10px;
  padding: 20px 50px;
  /*padding-left: 100px;*/
  /*padding-right: 100px;*/
  text-align: left;
}

.infodroite {
  float: left;
  margin: 0 auto;
  width: 100%;
  margin-left: 10px;
  padding: 20px 50px;
  /*margin-right: 25px;*/
  /*padding-right: 100px;*/
  text-align: left;
}


.marquee {
  top: 270px;
}
@keyframes scrolling {
  0% {transform: translateX(0vw);}
  /*100% {transform: translateX(-180vw);}*/
  100% {transform: translateX(calc(-1*30vw*20));}

}
.marquee-content li {
  width: 30vw;
}

.marquee-content li img {
  width: 70px;
  height: 20px;
}

.marquee-content {
  animation: scrolling 25s linear infinite;
}


.marquee:before {
  left: 0;
  background: none;
  /*background: linear-gradient(to right, #ffffff, transparent 100%);*/
}

.marquee:after {
  right: 0;
  background: none;
  /*background: linear-gradient(to left, #ffffff 0%, transparent 100%);*/
}



}
/*iPhone 11 Pro Max lanscape*/
/* 2688x1242px at 458ppi */
@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (orientation: landscape)
    and (-webkit-device-pixel-ratio: 3) {


 .main-slide-container {
  background-image: none;
}

.header-right{
  display: none;
}


}


/*iPhone 11 Pro Max portrait*/
/* 2688x1242px at 458ppi */
@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (orientation: portrait)
    and (-webkit-device-pixel-ratio: 3) {

 .main-slide-container {
  background-image: none;
}


  .site-logo {
    margin-left: 50px;    
    max-height: 150px;
    max-width: 300px;
    position: absolute;
    top: 40px;
    z-index: 0;
}


.header-right{
  display: none;
}

.header-tel{
  display: block;
  position: relative;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  padding-left: 120px;
  padding-top: 150px;
  color: #02539c;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.topimg-slider {
  margin: 0 auto;
  display: block;
  position: absolute;
  background-color: white;
  width: 100%;
  height: 60px;
}


.service-container {
  margin-top: 500px;
}

.promo-container {
  margin-top: 6600px;
}


.information {
  margin: 0 auto;
  /*margin-top: 800px !important;*/
  /*top: 50px;*/
  min-height: 100px;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  background-color: #333333;
  color:  #ffffff;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.information_service {
  margin-top: 7000px !important;
}
.information a {
  color: #ffffff;
}

.information a:hover {
  color: red;
}

.infogauche {
  float: left;
  margin: 0 auto;
  width: 100%;
  margin-left: 10px;
  padding: 20px 50px;
  /*margin-left: 25px;*/
  /*padding-left: 100px;*/
  text-align: left;
}

.infocentre {
  float: left;
  margin: 0 auto;
  width: 100%;
  margin-left: 10px;
  padding: 20px 50px;
  /*padding-left: 100px;*/
  /*padding-right: 100px;*/
  text-align: left;
}

.infodroite {
  float: left;
  margin: 0 auto;
  width: 100%;
  margin-left: 10px;
  padding: 20px 50px;
  /*margin-right: 25px;*/
  /*padding-right: 100px;*/
  text-align: left;
}


.marquee {
  top: 270px;
}
@keyframes scrolling {
  0% {transform: translateX(0vw);}
  /*100% {transform: translateX(-180vw);}*/
  100% {transform: translateX(calc(-1*30vw*20));}

}
.marquee-content li {
  width: 30vw;
}

.marquee-content li img {
  width: 70px;
  height: 20px;
}

.marquee-content {
  animation: scrolling 25s linear infinite;
}


.marquee:before {
  left: 0;
  background: none;
  /*background: linear-gradient(to right, #ffffff, transparent 100%);*/
}

.marquee:after {
  right: 0;
  background: none;
  /*background: linear-gradient(to left, #ffffff 0%, transparent 100%);*/
}



.searchcontainer {
  position: absolute;
  margin-top: 0px;
  top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 70vw;
  height: 100vh;

  /*border: 3px solid #333333;*/
  /*border-radius: 5px;*/
  /*margin-bottom: 100px;*/
  /*padding-bottom: 100px;*/
}

.searchcontainer .year, .searchcontainer .tmake, .searchcontainer .tmodel , .searchcontainer .result {
  margin: 5px 5px 5px 5px;
}

.searchcontainer .clargeur, .searchcontainer .chauteur, .searchcontainer .croue , .searchcontainer .ctype {
  margin: 5px 5px 5px 5px;
}

.searchcontainer label {
  margin: 10px 10px;

}

#tabs .clargeur, .clargeur .listselect {
  color: #000000 !important;
  font-weight: bold !important;

}


.searchcontainer .result {
  width: 300px;
  height: 30px;
 background-color: transparent;
 color: #000000;
}

.searchcontainer #vehicule {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100vw;
  margin: 0px;
}

.searchcontainer #grandeur {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100vw;
  margin: 0px;
}

.searchcontainer #tireinfo {
  background-image: url(../images/tireinformation.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  padding-bottom: 200px;
}

#tabs {
  width: 100%;
  margin-left: 50px;
  /*border:  none;*/
  height: 300px;
}

#tabs-1, #tabs-2 {
  background-image: none !important;
}

#result {
  margin-top: 0px;
  top: 750px;
  /*margin-top: 650px;*/
}

.card-result {
    margin-left: 50px;
   float: center;
   align-self: center;
}

}

/*fin media iphone*/



/*iPhone 13 and iPhone 13 Pro*/
/* 2532x1170 pixels at 460ppi */
@media only screen 
    and (device-width: 390px) 
    and (device-height: 844px) 
    and (-webkit-device-pixel-ratio: 3) {

}

/*iPhone 13 Pro Max*/
/* 2778x1284 pixels at 458ppi */
@media only screen 
    and (device-width: 428px) 
    and (device-height: 926px) 
    and (-webkit-device-pixel-ratio: 3) {
}


/*iPhone 13 mini*/
/* 2340x1080 pixels at 476ppi */
@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3) {

}


@media(max-width:568px){

  .navbar-nav{display:none}
  .hright{display: none;}
  .map{display: none;}
  /*iframe{display: none;}*/

.header-wrap {
display: block;
visibility: visible;
}

#mainleft {
display: none;
}
#maindroite {
display: none;
}

 .main-slide-container {
  background-image: none;
}
.header-right{
  display: none;
}

#menubar {
display: none;
visibility: hidden;
}

  #promo object {
    width:70%;
    min-height: 1280px;
    height:100%;
  }


  #profil{
    display: block;
    margin-left: 30px;
  }


  #serviceheure{width: 90%;}
  #serviceservice{width: 90%;}
  #serviceproduit{width: 90%;}

  .social a{
    margin-right: 60px;  
  } 


  .profiltitre {

    /*position: absolute;*/
    /*transition:margin-left 0.5s;*/
    /*padding-top: 230px;*/
    /*overflow:hidden;*/
    /*width: auto;*/
    /*height: auto;*/

    padding-left: 15px;
    /*margin-bottom: 50px;*/
    /*color: #ffffff;*/
  }


}

/*ipad 9th generation*/
@media only screen 
  and (device-width: 810px) 
  and (device-height: 1080px) 
  and (orientation:  portrait)
  and (-webkit-min-device-pixel-ratio: 2) 
  {

.open-slide{display:none}

.topbarright {
  size: 80%;
}


.site-logo {
  height: 125px;
}

.navbar-nav a {
  font-size: 10px !important;

}

.htel1, .htel2, .hfax, .emailh, .hdirect, .contactus , .langue {
  background-size: contain;
  background-repeat: no-repeat; 
  float: left;
  text-align: left;
  margin-top: 10px;
  margin-left: 5px;
  color:  #ffffff !important;
  text-decoration: none;
  font-size: 9px;
}


.header-right {
  /*display: none;*/
  font-size: 12px;
  width: 100%;
}

.img-slider .navtext {
  font-size: 12px !important;
}
.header-tel {
  display: none;
}

#mainleft {
 display: none;
}

#maindroite {
 display: none;
}

.topimg-slider {
  background-size: 60% !important;
}

.information_service {
  margin-top: 2200px;
}


.searchcontainer {
  margin-top: 270px;
}


#tabs-1, #tabs-2 {
  /*background-image: none !important;*/
  background-size: 60% !important;
  background-position: top 70px right -1px;

}


#result {
  margin-top: 1700px;
}

.information {
  margin: 0 auto;
  margin-top: 800px;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
}

.infogauche {
  margin: 0px;
  margin-left: 5px;
  padding: 0px;
  width: 33%;
}

.infocentre {
  margin: 0px;
  padding: 0px;
  width: 33%;
}

.infodroite {
  width: 33%;
  margin: 0px;
  padding: 0px;
}


.marquee {
  top: 260px;
}

@keyframes scrolling {
  0% {transform: translateX(0vw);}
  /*100% {transform: translateX(-180vw);}*/
  100% {transform: translateX(calc(-1*20vw*20));}

}
.marquee-content li {
  width: 20vw;
}

.marquee-content li img {
  width: 70px;
  height: 20px;
}

.marquee-content {
  animation: scrolling 40s linear infinite;
}


.marquee:before {
  left: 0;
  background: none;
  /*background: linear-gradient(to right, #ffffff, transparent 100%);*/
}

.marquee:after {
  right: 0;
  background: none;
  /*background: linear-gradient(to left, #ffffff 0%, transparent 100%);*/
}



}
/*fin ipad 9th gen*/




/*ipad pro 11 pouce landscape */

@media only screen 
  and (min-device-width: 834px) 
  and (min-device-height: 1194px) 
  and (orientation:  landscape)
  and (-webkit-min-device-pixel-ratio: 2) 
  {

.service-container{
margin-top: 650px;

}


.marquee {

  /*display: none;*/
  top: 370px;
}

@keyframes scrolling {
  0% {transform: translateX(0vw);}
  /*100% {transform: translateX(-180vw);}*/
  100% {transform: translateX(calc(-1*20vw*20));}

}
.marquee-content li {
  width: 20vw;
}

.marquee-content li img {
  width: 140px;
  height: 40px;
}

.marquee-content {
  animation: scrolling 40s linear infinite;
}


.marquee:before {
  left: 0;
  background: none;
  /*background: linear-gradient(to right, #ffffff, transparent 100%);*/
}

.marquee:after {
  right: 0;
  background: none;
  /*background: linear-gradient(to left, #ffffff 0%, transparent 100%);*/
}

.main-slide-container {
  margin-top: 800px;
  background-size: 80% !important;
}

#mainleft {
  background-size: 90% !important;
}

#maindroite {
  background-size: 90% !important;
}

.information_service {
  margin-top: 1800px;

}


.searchcontainer {
  margin-top: 600px;
}


#tabs-1, #tabs-2 {
  /*background-image: none !important;*/
  background-size: 60% !important;
  background-position: top 70px right -1px;

}

#result {
  margin-top: 2400px;
  position: unset;
}



}
/*fin ipad pro 11 pouce landscape*/


/*ipad pro 11 pouce portrait */

@media only screen 
  and (min-device-width: 834px) 
  and (min-device-height: 1194px) 
  and (orientation:  portrait)
  and (-webkit-min-device-pixel-ratio: 2) 
  {


  .site-logo {
    max-height: 125px;
    max-width: 250px;
}


#profil {
width: 80%;
margin-top: 300px !important;
}

.promo-container {
  /*background-color: white;*/
  margin-top: 3200px;
}

.htel1, .htel2, .hfax, .emailh, .hdirect, .contactus , .langue {
  background-size: contain;
  background-repeat: no-repeat; 
  float: left;
  text-align: left;
  margin-top: 10px;
  margin-left: 10px;
  color:  #ffffff !important;
  text-decoration: none;
}


.header-tel{
  /*display: none;*/

}

#mainleft {
 display: none;
}

#maindroite {
 display: none;
}


.main-slide-container {
  background-size: 60% !important;
}


.searchcontainer {
  margin-top: 350px;
  /*min-height: 2500px;*/
}


#tabs-1, #tabs-2 {
  /*background-image: none !important;*/
  background-size: 60% !important;
  background-position: top 70px right -1px;
  min-height: 500px;
}


#result {
  margin-top: 2400px;
  position: unset;
}

.header-right {
  display: block;
  width: 100%;83
}

.service-container {
}

.information_service {
  margin-top: 3700px;
 
}


.topimg-slider {
 background-size: 70% !important;
}

.marquee {
  /*display: none;*/
  top: 320px;
}

@keyframes scrolling {
  0% {transform: translateX(0vw);}
  /*100% {transform: translateX(-180vw);}*/
  100% {transform: translateX(calc(-1*20vw*20));}

}
.marquee-content li {
  width: 20vw;
}

.marquee-content li img {
  width: 140px;
  height: 40px;
}

.marquee-content {
  animation: scrolling 40s linear infinite;
}


.marquee:before {
  left: 0;
  background: none;
  /*background: linear-gradient(to right, #ffffff, transparent 100%);*/
}

.marquee:after {
  right: 0;
  background: none;
  /*background: linear-gradient(to left, #ffffff 0%, transparent 100%);*/
}



}
/*//fin ipad pro portrait*/



/*important pour le menu hamberger*/
@media(min-width:834px){
  .open-slide{display:none}
}


/*c est ici que le changement de couleur ce fait si une page est cliquer*/

#page1 .link1, #page2 .link2, #page3 .link3, #page4 .link4 {
  /*color: #e00007;*/
  color: #02539c;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 5px;  
}

#page5 .link5, #page7 .link7, #page8 .link8, #page9 .link9{
  /*color: #e00007;  */
  color: #02539c;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 5px;  
}



.link6 {
  background-color: #02539c;
  color:  #ffffff !important;
  border: 1px black;
}



