body {
  font-family: 'Lato', sans-serif;
  line-height: 1.6;
  background-color: ;
  overflow-x: hidden;
  font-size: 16px;
  color: #333;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;
}
/* ---New code--- */
.orange {
  color: #ff8809;
}
.content {
  background-color: #f2f2f2;
}
.prod_home {
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 0px;
}
.homet {
  display: flex;
  flex-direction: row;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
  padding-bottom: 25px;
  max-width: 950px;
  margin: 0 auto;
}
.homet:before, .homet:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #000;
  margin: auto;
  margin-right: 10px;
  margin-left: 10px;
}

.footer_home {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;


}

.carousel-inner {
	width: 100%;
	display: inline-block;
	position: relative;
    min-height: 100vh;
}

/*.carousel-inner {
	padding-top: 4%;
	display: block;
	content: "";
}
*/

.home .carousel-item {
  /*min-height: 100vh;

  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
*/
    	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;

	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.home .carousel-caption {
	bottom:20px;
    left:5%;
    text-align:left;
}
.home .carousel-caption h5 {
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 10px;
}
.home .carousel-caption p {
	width: 60%;

	font-size: 18px;
	line-height: 1.9;
}
.home .carousel-caption a.bt1 {
	text-transform: uppercase;
	text-decoration: none;
	border:1px solid #fff;
    background-color:#fff;
	padding: 5px 15px;
	display: inline-block;
	color: #000;
	margin-top: 15px;
    font-size:25px;
    letter-spacing:1px;
}

.home .carousel-caption a.bt1:hover {
 background-color:transparent;
    color:#fff;
        }


.home .carousel-caption a.bt2 {
	text-transform: uppercase;
	text-decoration: none;
	border:1px solid #000;
    background-color:#fff;
	padding: 5px 15px;
	display: inline-block;
	color: #000;
	margin-top: 15px;
    font-size:25px;
    letter-spacing:1px;
}

.home .carousel-caption a.bt2:hover {
 background-color:#000;
    color:#fff;
        }

.w-100 {
	height: 100vh;
}
.home .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: right;
  padding: 0;
  margin-right: 5%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
div .carousel-indicators [data-bs-target] {
    border-radius: 13px;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    background-color: #fff;
}


 .example-marquee {
                position: relative;
            }

            .content_vid {
                display: table;
                width: 100%;
                min-height: 100vh;
                z-index: 1;
                position: relative;
            }

            .content_vid .inner {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                padding:0
            }




			iframe {
				transition: opacity 500ms ease-in-out;
				transition-delay: 250ms;
			}
/*----------------------------------------------------------------
		PAGE
----------------------------------------------------------------*/

.page_content {
    max-width:100%;
    margin:0 auto;
       padding-top:100px;
    min-height: 65vh;



}

.page_content h1, .page_contact h1  {
    text-align: center;
    text-transform: uppercase;
    font-weight:300;
        padding-top:30px;
    padding-bottom:30px
}


 .present {
	width: 100%;
	display: inline-block;
	position: relative;
    min-height: initial;
}

 .present {
	padding-top: 0%;
	display: block;
	content: "";
}
/*----------------------------------------------------------------
		COLLECTION - CONFIGURATEUR
----------------------------------------------------------------*/
.collection {
    max-width:99%;

    position:relative;

}


#div_new {
    color:#e86d03;

}

.fs-4 {
   font-weight:700;
}

.photos_config {
    position: relative;
    min-height:520px;
    text-align: center;
  /*border:1px dashed #383636;*/


}
.bg_photos_config {
       /* background-image: linear-gradient(
  180deg,
  hsl(0deg 0% 100%) 0%,
  hsl(0deg 0% 100%) 7%,
  hsl(0deg 0% 100%) 14%,
  hsl(0deg 0% 99%) 22%,
  hsl(0deg 0% 99%) 30%,
  hsl(0deg 0% 99%) 38%,
  hsl(0deg 0% 99%) 47%,
  hsl(0deg 0% 97%) 56%,
  hsl(0deg 0% 95%) 65%,
  hsl(0deg 0% 94%) 74%,
  hsl(0deg 0% 92%) 83%,
  hsl(0deg 0% 90%) 91%,
  hsl(0deg 0% 88%) 100%
);

  */
background: rgb(246,246,246);
background: linear-gradient(0deg, rgba(246,246,246,1) 0%, rgba(241,241,241,1) 32%, rgba(216,216,216,1) 100%);
}


/
.info_top {
    background-color:#fff;
    margin:0;
    padding:0;
}
.info_top a {
   color:#444444;
    text-decoration: none;
    border:1px solid #adadad;
    border-radius:5px;
    padding:4px;

}

.info_top a:hover {
   color:#fff;
    text-decoration: none;
    border:1px solid #adadad;
    background-color: #444444;
    border-radius:5px;
  

}

.ref_mc {
    color:#535353;
    z-index:400;

}

.ad_panier {
    border-radius:0;
    font-size:0.7rem;
    background-color:#5ab031;
    padding:3px;
    text-transform:uppercase;
}

.image_branche_r, .image_branche_r_hover {
  position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;

  z-index: 9;


}

.image_branche_l, .image_branche_l_hover {
  position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;

  z-index: 10;
    -webkit-transform: scaleX(-1);
  transform: scaleX(-1);


}
.image_monture, .image_monture_hover {
  position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;

  z-index: 11;


}

.image_clip, .image_clip_hover {
 position: absolute;

    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  z-index: 12;

}
.image_picot, .image_picot_hover {
 position: absolute;

    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  z-index: 13;

}

.image_gen, .image_gen_hover {
 position: absolute;

    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  z-index: 14;

}




.btplus {
    z-index:500;
}

/*---VERSION 2---*/



.option {
    max-width:60px;
    padding:0;
      margin:5px;
    border:0px;
}

.option a  {
    display:block;
    transition: all 0.5s;

}

.option a.select, .option a:hover {
     background: rgb(186,186,186);
    overflow:hidden;
     border:2px dotted #696969;
         padding:2px;

}





/*----*/

/*---VERSION 3

.choix a {
    display:block;
    color:#383636;
    text-decoration:none;
    text-align:center;
    font-size:0.9rem;
    font-weight:700;
    padding:5px;
       position:relative;
    line-height:20px;
    border:1px dashed #000;
    margin:10px;
}

.choix a:hover, .choix a.selected {
    color:#ec6408;
   border:1px dashed #ec6408;
     transition: all 0.8s;
}






.choix a:hover:before, .choix a.selected:before {
    content:"";
    display:block;
    position:absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;

    bottom:-8px;
    width:80%;
    height:2px;
    background:#ec6408;
}




---*/
/*---VERSION 4 --*/

.choix a {
    display:block;
    color:#000;
    text-decoration:none;
    text-align:center;
    font-size:0.8rem;
    font-weight:700;
    padding:3px;
       position:relative;
    line-height:20px;
    border:1px solid  #000;
    margin:5px;
    text-transform: uppercase;

}

.choix a:hover, .choix a.selected {
    color:#fff;
   border:1px solid #000;
    background-color: #000;
     transition: all 0.8s;
}


  .prod {
    height: 5rem;

    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 2px;
      position:relative;
    }


     .prod a {
    font-size:0.8rem;
    text-align:center;
     color:#656565;
     text-decoration:none;
    margin:0;
    padding:0px 3px 5px 3px;
     margin-bottom:5px;
     display: block;
     border:1px solid transparent;

}

    .prod  a.slide_on, .prod a:hover {
    border:1px dashed #383636;
    font-weight:700;
    color:#000;
 transition: all 0.4s;
}

.prod_new {
    position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
 max-width:120px;

}



.mount {
   max-width:120px;


}





.t_conf {
  display: flex;

    color:#696969;
    font-size:0.9rem;
    font-weight:400;
      text-align:left;
    text-transform: uppercase;
}
.t_conf:before,
.t_conf:after {
  content: '';
  flex: 1;
  border-bottom: 1px #959595  solid;
  margin: auto 0.2em;/* 0.5em : espace entre texte et bords */
  /* + IE */
  display:inline;
   height:0;

}

.t_color {
  display: flex;
    color:#696969;
    font-size:0.9rem;
    font-weight:400;
      text-align:left;
    text-transform: uppercase;
}
.t_color:before,
.t_color:after {
  content: '';
  flex: 1;
  border-bottom: 1px #959595 solid;
  margin: auto 0.2em;/* 0.5em : espace entre texte et bords */
  /* + IE */
  display:inline;
   height:0;

}

.titre_conf {
    background-color: #383636;
    color:#fff;
    padding:3px 5px 3px 5px;
}





.module_collect img {
    margin:5px;
    max-width:230px;
    padding:5px;
     opacity: 0.8;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
   border:1px dashed transparent;
     filter:         url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    filter: gray;
}

.module_collect img.active, .module_collect img:hover {

          opacity: 1.0;
    filter:alpha(opacity=100);
    -moz-opacity:1.0;
      /* border:1px dashed #161616;*/
       filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
    cursor: pointer;
 transition: all 0.4s;

}


.form-check {
    font-size:0.9rem;
    color:#696969;
}

.form-check-inline {
  display: inline-block;
  margin-right:0.6rem;
}

.form-check-input:checked {
  background-color: #656565;
  border-color: #656565;
}
.color_box {

}

.select_color {
    width:25px;
    height:25px;
    text-align: center;
}

.select_color a {
    text-decoration: none
}

.select_color a:hover {
     border-bottom:3px dotted #686868;
    display:block;

    width:24px;
    height:30px;
}

.color_on {
    border-bottom:3px dotted #686868;
    display:block;

    width:24px;
    height:30px;


}

.select_color img {
    max-width:24px;
    padding-bottom:6px;
}

.form-switch .form-check-input {
    height: 18px;
    width: 40px;
    margin-right:5px;

}
.form-switch .form-check-input:focus {
    border-color: rgba(0, 0, 0, 0.25);

    outline: 0;

    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,0.25)'/></svg>");
}
.form-switch .form-check-input:checked {
    background-color: #30D158;
    border-color: #30D158;

    border: none;

    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}




/* ----FIN New code--- */





/*----------------------------------------------------------------
		ACCESSOIRES
----------------------------------------------------------------*/
.accessoires {
    max-width:1500px;
    margin:0 auto;
}

.diapo {
    background-color:#fff;
    min-height:460px;
    color:#394c62;
    position: relative;
    border:1px solid #d0d0d0;
}

.diapo_image {
  
}
.diapo_image img {
    max-height:300px;
      background-color:#fff;
}

.diapo h3 {
    font-weight:600;
    font-size:0.9rem;
}

.diapo p {
    font-size:0.8rem;
   
    margin-bottom:0.3rem;
}

.table_panier td {
    font-size:0.9rem;
}

  @media (max-width: 700px){
    .table thead {
    display: none;
    }

    .table tr{
    display: block;
    margin-bottom: 5px;
    }

    .table td {
    display: block;
    text-align: left;
    }

    .table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    }
    }


.strikethrough {
  position: relative;
    color:#5a5a5a;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: inherit;
  
  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}

.prix {
    color:#000;
    font-size:1.4rem;
    margin-left:10px;
}



.btn.acheter {
    background-color:#fff;
    color:#000;
    position: absolute;
    bottom:3%;
   left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
       width:150px;
        border-color: #4c4c4c;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #000;
  background-color:#fff;
  border-color: #4c4c4c;
 
}

.btn.acheter:hover {
    background-color: #292929;
    color:#fff;
}


/*----------------------------------------------------------------
		ETAPES COMMANDE
----------------------------------------------------------------*/




.breadcrumb-item {
    color:#7d7d7d;
    font-size:0.9rem;
    margin:2px;
    padding:3px 3px 3px 5px;
}
.breadcrumb-item.active {


  background-color: #dc6f0a;
  color:#fff;
    font-weigth:700;
    text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: .2rem;
}



/*----------------------------------------------------------------
		CLIENT
----------------------------------------------------------------*/





.client {
    
    max-width:1250px;
    margin:0 auto;
}

.client  hr {
  margin:0 auto;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .65;
  border-top: 1px dashed #8c8b8b;
max-width:450px;
}

.connexion_client {
    max-width:550px;
    margin:0 auto;
    
}

.btclient {
 
  text-decoration: none;
  border: 1px solid #000;
  background-color: #000;
  padding: 5px 15px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  
}
.btclient:hover {
    background-color:#535353;
    color: #fff;
}


.form_client {

  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;

}


.client a {
    color:#dc6f0a;
    text-decoration: none
}
.client a:hover {
    color:#000;
}

.contact_link {
    color: #dc6f0a;
}
.form_client label {

  font-weight: 500;
}
.form_client input, .form_client textarea , .form_client select {
  font-size: 0.9rem;
  border: 1px solid #7a7a7a;
  background-color: #fff;
    padding:10px;
}

.form_client select {
    color:#646464;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #7a7a7a;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,0.0);
}

.form-select:focus {
  border-color: #7a7a7a;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0.0)
}


.form-wrapper {
  margin: 10rem auto;
  max-width: 30rem;
}

.form_client .form-check-label {
    margin:5px 0px 0px 5px;
}



.bt_cc {
    background-color:#4c4c4c;
    font-size:1.1rem;
    color:#fff;
}
.bt_cc:hover {
    color:#d4d4d4
}



.menu_compte {
     background-color: #000;
    color:#fff;
}

.menu_compte a {
    color:#fff;
    text-decoration: none;
}

.menu_compte a:hover {
    color:#d4d4d4
}


/*----------------------------------------------------------------
		DEPOSITAIRES
----------------------------------------------------------------*/
.liste_depos {
    max-width:950px;
    margin:0 auto;
}

#div_liste ul {
   list-style-type: none;
}
.border-depos {
  border-color: #4f4f4f
}

.search_depos a {
    text-decoration:none;
    color:#dc6f0a;
}

.search_depos a:hover {

    color:#000;
}


/* NOUVELLE PAGE AVEC GOOGLE MAP*/

.choix_opticien {
      max-width:1250px;
    margin:0 auto;
}

.list_opticiens {
    max-height:550px;
 
  
}

.box_opticien h6 {
    color:#ff8809;
    font-weight:600
    
}
.box_opticien p {
    margin:0;
    padding:1px;
    font-size:0.9rem;
}

    .search_opticien {
       position: relative;
       box-shadow: 0 0 40px rgba(51, 51, 51, .1);
         
       }

       .search_opticien input{

        height: 45px;
        text-indent: 10px;
        border: 2px solid #d6d4d4;


       }


       .search_opticien input:focus{

        box-shadow: none;
        border: 2px solid #7e7e7e;


       }

       .search_opticien .fa-search{

        position: absolute;
        top: 10px;
        left: 10px;

       }

       .search_opticien button{

        position: absolute;
        top: 5px;
        right: 5px;
        height: 35px;
        width: 35px;
        background: #000;

       }
.search_opticien button:hover {
      background: #ff8809;
    border-color: #ff8809;
}


/* custom radio */

.custom {
  display: block;
  min-height: 1.5rem;
  padding-left: 0.3em;
  margin-bottom: .125rem;
}

.customRadio input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.customRadio input[type="radio"]+label {
  position: relative;
  padding: 0px 0 0 25px;
  cursor: pointer;
}

.customRadio input[type="radio"]+label:before {
  content: '';
  background: #fff;
  border: 2px solid #d96d09;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.customRadio input[type="radio"]+label:after {
  content: '';
  background: #000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0;
  transform: scale(2);
  transition: transform 0.3s linear, opacity 0.3s linear;
}

.customRadio input[type="radio"]:checked+label:after {
  opacity: 1;
  transform: scale(1);
}




/*----------------------------------------------------------------
                PANIER
----------------------------------------------------------------*/
  .table_panier * {
        white-space: nowrap;
    }

.table_panier img {
    max-width:120px;
}

.table thead th {
  border-bottom: 2px solid #f8f9fa;
}


  @media (max-width: 700px){
    .table thead {
    display: none;
    }

    .table tr{
    display: block;
    margin-bottom: 15px;
    }

    .table td {
    display: block;
    text-align: left;
    }

    .table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    }
    }


/*----------------------------------------------------------------
	PAGES CONTENU
----------------------------------------------------------------*/

.contenu {
  max-width: 1500px;

  margin: 0 auto;
  padding: 5px;
}


.texte-placement-b{
  width:100%;
  box-sizing: border-box;
  float:none;
	 padding:10px;
}
.images-placement-b{
  width:100%;
  box-sizing: border-box;
	text-align:center;
  float:none;
}
.texte-placement-l{
  box-sizing: border-box;
  width:55%;
  float:right ;
	padding:0px 10px 10px 20px;
		margin-top:10px;
}
.images-placement-l{
  box-sizing: border-box;
  width:44%;
  padding:0px;
  float:left ;
}
.texte-placement-r{
  box-sizing: border-box;
  width:55%;
  float:left ;
	 padding:0px 10px 10px 20px;
	margin-top:0px;

}
.images-placement-r{
  box-sizing: border-box;
  width:45%;
	padding:0px;
  float:right ;
}

.texte-placement-l h2, .texte-placement-r h2, .texte-placement-b h2 {
    font-size:2.1rem;
    margin-bottom:1.5rem;
}
.texte-placement-l h3, .texte-placement-r h3, .texte-placement-b h3  {
    font-size:1.8rem;
    margin-bottom:1rem;
}
.texte-placement-l p, .texte-placement-r p, .texte-placement-b p {
    font-size:1.1rem;

}
.orange {
    color:#ed7004;
}

.page_dyn_img{
  width: :33%;
  height: 120px;
  line-height: 120px;
  box-sizing: border-box;
  float: left;
  text-align:center ;
  margin:7px;
}
.page_dyn_img img{
  max-width: 100% ;
  max-height: 100% ;
}


.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='gray' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='gray' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.actu_plus {
    padding:15px;
}


@media (max-width:790px) {

	.texte-placement-l, .texte-placement-r {
		float:none;
		width:100%;

	}

	.images-placement-l,  .images-placement-r {
		float:none;
		width:100%;

	}

    .texte-placement-r, .texte-placement-l table,th,tr,td {

    display:block;
	width:100%;

  }

.texte-placement-r, .texte-placement-l table td {

		padding:0px;
		 width:100%;
		position: relative;
	vertical-align:top;
    text-align:center;

	}


}

/*------FIN PAGES CONTENU----*/


/*----------------------------------------------------------------
	GALERIE
----------------------------------------------------------------*/

.portfolio-gallery {
    width:100%;


}

.portfolio-gallery {
    margin:0;
    padding:0;
}
.img-thumbnail {
  padding: 0rem;
  background-color: #fff;
  border: 0px solid #dee2e6;
  border-radius: 0rem;
  max-width: 100%;
  height: auto;
}

.portfolio-gallery img {
     -webkit-transition: all 0.2s ease;
	 transition: all 0.2s ease;

}

.portfolio-gallery img:hover {

    -webkit-filter: brightness(1.65);
    	opacity:0.8;
	filter: alpha(opacity=80);
	}


.product-grid2 {
  font-family: 'Open Sans', sans-serif;
  position: relative;

}
.product-grid2:hover {}
.product-grid2 .product-image2 {
  overflow: hidden;
  position: relative;
}

.vidcap {
    position: absolute;
    left:0;
    right:0;
    margin-left: auto;
    margin-right:auto;
}
.product-grid2 .product-image2 a {
  display: block
}
.product-grid2 .product-image2 img {
  width: 100%;

  object-fit: cover;
}
.product-image2 .pic-1 {
  opacity: 1;
  transition: all .5s
}
.product-grid2:hover .product-image2 .pic-1 {
  opacity: 0.8;
    filter: brightness(0.30);

}
.product-grid2 .social {
  position: absolute;
  bottom: -1%;
  left: 1%;
  /*transform: translate(0%, 0%);*/

}


.product-grid2 .social li {
  margin: 0px;
  padding: 0;
  display: block;
 transform: translateX(950px);
    color: #fff;



}
.product-grid2:hover .social li {
  transform: translateX(0)
}
.product-grid2:hover .social li:nth-child(2) {
  transition-delay: .15s
}
.product-grid2:hover .social li:nth-child(3) {
  transition-delay: .25s
}
.product-grid2 .social li a {
  color: #fff;
  padding: 5px;
  font-size: 17px;
  line-height: 25px;
  text-align: center;

  text-decoration:none;
  display: block;
  transition: all .3s ease 0s
}
.product-grid2 .social li a:hover {
  text-decoration: none;

}
.product-grid2 .social li a:after {
  content: '';
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -22px;
  z-index: -1
}
.product-grid2 .social li a:hover:after, .product-grid2 .social li a:hover:before {
  opacity: 1
}

/*------FIN GALERIE----*/

/*----------------------------------------------------------------
		CONTACT
----------------------------------------------------------------*/


.contact {
  max-width: 750px;

  margin: 0 auto;
  padding: 5px;

}

.form_contact {
  max-width: 990px;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 25px 0px;

}
.form_contact a {
    color:#dc6f0a;
}


.contact_link {
    color: #dc6f0a;
}
.form_contact label {

  font-weight: 500;
}
.form_contact input, .form_contact textarea , .form_contact select {
  font-size: 0.9rem;
  border: 1px solid #7a7a7a;
  background-color: #fff;
    padding:10px;
}

.form_contact select {
    color:#646464;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #7a7a7a;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,0.0);
}

.form-select:focus {
  border-color: #7a7a7a;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0.0)
}

.form_contact .form-check {

    padding-left: 0;
}
.form_contact input[type="checkbox"] {

  background-color: #fff;
  margin: 0px 5px 0px 0px;
  font: inherit;
  color: currentColor;
  width: 1.20em;
  height: 1.20em;
    line-height: 1.20em;
    vertical-align: middle;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;

}
/*.btc {
    background-color: #dc6f0a;
    width:100%;

}
*/

.btc {
	text-transform: uppercase;
	text-decoration: none;
	border:1px solid #7a7a7a;
    background-color:#fff;
	padding: 5px 15px;
	display: inline-block;
	color: #000;

    font-size:16px;
    letter-spacing:1px;
        width:100%;
}

.btc:hover {
 background-color:#000;
    border:1px solid #7a7a7a;
    color:#fff;
        }

.adresse {
    border: 1px solid rgba(220, 111, 10, 0.6);
}
/*------FIN CONTACT----*/


.text-black {
  color: #000000 !important;
}
.text-secondary {
  color: #12947f !important;
}
.bg-primary-light {
  background-color: rgba(15, 183, 141, 0.05);
}
.bg-secondary-light {
  background-color: rgba(18, 148, 127, 0.05);
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}
::selection {
  background: #000000;
  color: #ffffff;
}
.text-primary {
  color: #0fb78d !important;
}
a.text-primary {
  color: #0fb78d !important;
}
a.text-primary:hover {
  color: #0fb78d !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  color: #black;
}


.gutter-v1 {
  margin-right: -20px;
  margin-left: -20px;
}
@media (max-width: 991.98px) {
  .gutter-v1 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.gutter-v1 > .col, .gutter-v1 > [class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  .gutter-v1 > .col, .gutter-v1 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.gutter-v2 {
  margin-right: -5px;
  margin-left: -5px;
}
@media (max-width: 991.98px) {
  .gutter-v2 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.gutter-v2 > .col, .gutter-v2 > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
@media (max-width: 991.98px) {
  .gutter-v2 > .col, .gutter-v2 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.gutter-v3 {
  margin-right: -40px;
  margin-left: -40px;
}
@media (max-width: 991.98px) {
  .gutter-v3 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.gutter-v3 > .col, .gutter-v3 > [class*="col-"] {
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 991.98px) {
  .gutter-v3 > .col, .gutter-v3 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.spinner-border {
  color: #0fb78d;
}
/*PRELOADING------------ */
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top-bar a {
  color: #000000;
}



.product-item {
  text-align: center;
  margin-bottom: 25px;
}
.product-item .product-img {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
}
.product-item .product-img .custom-badge {
  position: absolute;
  padding: 5px 10px;
  left: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2rem;
  color: #ffffff;
  z-index: 2;
}
.product-item .product-img .custom-badge.new {
  background: #0fb78d;
}
.product-item .product-img .custom-badge.sale {
  background: #ffc107;
}
.product-item .product-img img {
  -webkit-transition: 1.3s all ease;
  -o-transition: 1.3s all ease;
  transition: 1.3s all ease;
  z-index: 1;
}
.product-item .product-img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.product-item h3 {
  font-size: 15px;
  margin-bottom: 0;
}
.product-item h3 a {
  color: #000000;
    text-decoration: none;
}
.product-item .price {
  font-size: 13px;
}

.deal-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
    width:100%;
  position: relative;
}
.deal-hero .deal-contents {
  width: 35%;
  padding: 30px;
   background-color: rgba(251,247,247,0.80);
  left: 120px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

a.bt1 {
	text-transform: uppercase;
	text-decoration: none;
	border:1px solid #fff;
    background-color:#fff;
	padding: 10px 30px;
	display: inline-block;
	color: #000;
	margin-top: 15px;
    font-size:16px;
}

a.bt1:hover {
 background-color:transparent;
    color:#fff;
        }

@media (max-width: 991.98px) {
  .deal-hero .deal-contents {
    width: auto;
    right: 20px;
    left: 20px;
  }
}
.subscribe > .d-flex {
  position: relative;
}
.subscribe > .d-flex .btn {
  border-radius: 0;
}
.subscribe > .d-flex .form-control:active, .subscribe > .d-flex .form-control:focus {
  outline: none;
  border-color: #000000;
}

.search-form {
  background: #ffffff;
  width: 100%;
  left: 0;
  right: 0px;
  position: fixed;
  z-index: 1100;
  padding: 30px 0;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.search-form.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.search-form .form-control {
  position: absolute;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  top: 50%;
}
.search-form button {
  position: absolute;
  top: 0;
  border: none;
  background: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 70px;
}
.close-search {
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
  z-index: 99;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.close-search > span {
  cursor: pointer;
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
}
.close-search > span:before, .close-search > span:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  background: #000000;
}
.close-search > span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-search > span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sort {
  background: #f8f9fa;
  padding: 20px;
}
.sort strong {
  font-weight: normal;
}
.sort select {
  background: #f8f9fa;
  border: none;
}
.sort select:active, .sort select:focus {
  outline: none;
}
.categories li {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f8f9fa;
}
.categories li a {
  color: #000000;
  display: block;
  position: relative;
}
.categories li a span {
  position: absolute;
  right: 0;
  font-size: 12px;
  color: #ccc;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.categories li a:hover span {
  color: #000000;
}
.custom-pagination ul li {
  display: inline !important;
}
.custom-pagination ul li a, .custom-pagination ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  position: relative;
  font-size: 13px;
  color: #000000;
  border: 1px solid #ccc;
  text-align: center;
}
.custom-pagination ul li a:hover, .custom-pagination ul li span:hover {
  border-color: #000000;
}
.custom-pagination ul li a:active, .custom-pagination ul li a:focus, .custom-pagination ul li span:active, .custom-pagination ul li span:focus {
  outline: none;
}
.custom-pagination ul li a svg, .custom-pagination ul li span svg {
  position: relative;
  top: -3px;
  font-size: 16px;
}
.custom-pagination ul li > span {
  background: #f8f9fa;
}
.custom-pagination ul li > span:hover {
  border-color: #ccc;
}
.untree_co-section .h3 {
  font-size: 20px;
}
.page-heading, .page-heading > .container > .row {
  height: 40vh;
  min-height: 200px;
}
.page-heading h1 {
  font-size: 40px;
}
@media (max-width: 991.98px) {
  .page-heading h1 {
    font-size: 30px;
  }
}
.site-blocks-table {
  overflow: auto;
}
.site-blocks-table .product-thumbnail {
  width: 200px;
}
.site-blocks-table .btn {
  padding: 2px 10px;
}
.site-blocks-table thead th {
  padding: 30px;
  text-align: center;
  border-width: 1px !important;
  vertical-align: middle;
  color: #212529;
  font-size: 18px;
}
.site-blocks-table td {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  color: #212529;
}
.site-blocks-table tbody tr:first-child td {
  border-top: 1px solid #0fb78d !important;
}
.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important;
}
.site-block-order-table td, .site-block-order-table th {
  color: #000000;
}
.site-block-top-search {
  position: relative;
}
.site-block-top-search .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-block-top-search input {
  padding-left: 40px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.site-block-top-search input:focus, .site-block-top-search input:active {
  padding-left: 25px;
}
.team {
  padding: 20px;
}
.team img {
  border-radius: 50%;
  width: 200px;
}
.team h3 {
  font-size: 20px;
}
.team .position {
  color: #999;
}
.bg-1:before {
  position: absolute;
  width: 300px;
  height: 400px;
  background: rgba(15, 183, 141, 0.05);
  content: "";
  left: -20%;
  bottom: 20%;
  z-index: -1;
}
.contact-info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #0fb78d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}
.contact-info h4 {
  font-size: 18px;
  padding: 0 0 0 60px;
}
.contact-info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
}
.custom-block {
  margin-bottom: 30px;
}
.custom-block .section-title {
  font-size: 18px;
  font-weight: 700;
}
.custom-accordion .accordion-item {
  margin-bottom: 0px;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}
.custom-accordion .accordion-item .btn-link {
  display: block;
  width: 100%;
  padding: 15px 0;
  text-decoration: none;
  text-align: left;
  color: #000000;
  background: transparent;
  border: none;
  padding-left: 40px;
  border-radius: 0;
  position: relative;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-accordion .accordion-item .btn-link:before {
  font-family: 'icomoon';
  content: "\f067";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}
.custom-accordion .accordion-item .btn-link[aria-expanded="true"] {
  font-weight: 700;
  color: #ffffff !important;
  background: #0fb78d;
}
.custom-accordion .accordion-item .btn-link[aria-expanded="true"]:before {
  font-family: 'icomoon';
  content: "\f068";
  position: absolute;
  color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}
.custom-accordion .accordion-item.active {
  z-index: 2;
}
.custom-accordion .accordion-item.active .btn-link {
  color: #000000;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
.custom-accordion .accordion-item .accordion-body {
  padding: 20px 20px 20px 20px;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.control .caption {
  position: relative;
  top: -3px;
  font-size: 16px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator, .control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #0fb78d;
}
.control:hover input:not([disabled]):checked ~ .control__indicator, .control input:checked:focus ~ .control__indicator {
  background: #11cf9f;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none;
}
.control__indicator:after {
  font-family: 'icomoon';
  content: '\e5ca';
  position: absolute;
  display: none;
  font-size: 14px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.control input:checked ~ .control__indicator:after {
  display: block;
  color: #fff;
}
.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--checkbox input:disabled:checked ~ .control__indicator {
  background-color: #0fb78d;
  opacity: .2;
}
.gal-item {
  display: block;
  margin-bottom: 8px;
}
.gal-item img {
  border-radius: 4px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 1;
}
.gal-item:hover img {
  opacity: .5;
}
.social-icons li {
  display: inline-block;
}
.social-icons li a {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  background: #303030;
}
.social-icons li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.social-icons li a:hover {
  color: #ffffff;
}
.social-icons li:first-child a {
  padding-left: 0;
}
.social-icons.light li a {
  color: #000000;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  background: #f8f9fa;
}
.video-wrap {
  position: relative;
  display: block;
}
.video-wrap .play-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.video-wrap .play-wrap > span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-wrap:hover .play-wrap {
  width: 60px;
  height: 60px;
}
.owl-single.dots-absolute .owl-dots, .owl-carousel.dots-absolute .owl-dots {
  bottom: 40px;
}
.owl-single.dots-absolute .owl-dots .owl-dot span, .owl-carousel.dots-absolute .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
}
.owl-single .owl-dots, .owl-carousel .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.owl-single .owl-dots .owl-dot, .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 5px;
}
.owl-single .owl-dots .owl-dot span, .owl-carousel .owl-dots .owl-dot span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}
.owl-single .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot.active span {
  background: #ff9f09;
}
.owl-single.no-dots .owl-dots, .owl-carousel.no-dots .owl-dots {
  display: none;
}
.owl-single.no-nav .owl-nav, .owl-carousel.no-nav .owl-nav {
  display: none;
}
.testimonial {
  max-width: 500px;
  text-align: center;
  margin-bottom: 30px;
}
.testimonial .name {
  font-size: 18px;
  color: #000000;
}
.testimonial .img-wrap img {
  margin: 0 auto;
  width: 70px;
  border-radius: 50%;
}
.list-check li {
  display: block;
  padding-left: 30px;
  position: relative;
}
.list-check li:before {
  content: "\e5ca";
  font-family: 'icomoon';
  position: absolute;
  top: -.3rem;
  font-size: 20px;
  left: 0;
}
.owl-single .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ul-check li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.ul-check li:before {
  position: absolute;
  left: 0;
  top: -.2rem;
  content: "\e5ca";
  font-size: 20px;
  font-family: 'icomoon';
}
.ul-check.primary li:before {
  color: #0fb78d;
}
.ul-check.white li:before {
  color: #ffffff;
}
.section-title {
  color: #000000;
  margin-bottom: 30px;
}
/*----------------------------------------------------------------
		FOOTER
----------------------------------------------------------------*/
.site-footer {
  background-color: #1f1f1f;
  font-size: 0.9rem;
  padding: 70px 0 70px 0;
  color: #fff;
}
.site-footer a {
  color: #fff;
  position: relative;
  display: inline-block;
    text-decoration: none;
}

.site-footer a:hover {
    color:#909090;
}
.site-footer .btn:before {
  display: none;
}
.site-footer .widget {
  margin-bottom: 40px;
  display: block;
  position: relative;
  z-index: 1;
}
.site-footer .widget h3 {
  color: #cfcfcf;
  font-size: 16px;
  margin-bottom: 30px;
}
.site-footer .widget .links {
  width: 150px;
}
.site-footer .widget .links li {
  margin-bottom: 10px;
}
.site-footer .widget .links li a {
  color: rgba(0, 0, 0, 0.5);
}
.site-footer .widget .links li a:hover {
  color: #000000;
}
.site-footer .social li {
  display: inline-block;
}
.site-footer .social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 50%;
  color: #000000;
}
.site-footer .social li a:before {
  display: none;
}
.site-footer .social li a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-footer .social li a:hover {
  background: #13e6b1;
}
.site-footer .copyright {
  font-size: 0.8rem;
}
.site-footer .copyright a {
  color: #fff;
  display: inline-block;
}
.site-footer .copyright a:before {
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #000000;
}

.list-unstyled li {
  margin-bottom:5px;
}
.news {
  display: block;
  width: 100%;
  border: none;
  font-size: 0.9rem;
  height: 48px;
  background: #fff;
  border: 1px solid #43434d;
  border-radius: 0;
  color: #000000;
    padding:5px;
}

.picto_footer {
  display: inline-block;
  margin: 5px 5px 10px 5px;
  text-align: center;
}
.picto_footer a {
    font-size:0.8rem;
    color:#fff;
}

.cookie-alert {
	   position: fixed;
	   bottom: 20px;
	   right:20px;
	   border-radius: 10px;
	   background:#fff;
	   color:#202020;
	   padding:10px 15px;
	   width:280px;
	   z-index:100;
        font-size:0.8rem;
        border:2px solid #ed601d;
	}
	.cookie-alert a {
	   display:block;
	   text-align: center;
	   padding:5px 10px;
	   margin:4px auto 0 auto;
	   border-radius: 10px;
	   background:transparent;
	   border: 2px solid #ed601d;
	   color:#ed601d;
	   transition: all .3s ease;
          font-size:0.8rem;
	}
	   .cookie-alert a:hover {
	      background: #ed601d;
	      color:#fff;
	   }
	@media only screen and (max-width:480px) {
	   .cookie-alert {
	      text-align: center;
	      left: 0; right: 0;;
	        margin: 0 auto;
	      max-width:700px;
	      padding:10px 30px;
	   }
	}
