@charset "utf-8";


* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}



body {
line-height:1.4em;
overflow-x: hidden;
}


.modal {
  z-index: 99999;
}


.sticky-toolbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1020;
}


.sticky-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1020;
}



/*toolbar*/
#toolbar {background-color:#fff; min-height:30px; padding: 10px 0px; border-bottom:1px solid #3d3d3d; margin-bottom: 30px}
.panier { color:#000}
.panier:hover { color:#000}
/*fin toolbar*/

.container {
max-width: 1170px;
}


.container-hybride {
max-width: 1640px;
margin: 0 auto
}

@media (max-width:730px) {
.container-hybride {
max-width: 1640px;
margin: 0 auto; padding: 0px 30px
}
}

/*POP UP home page*/
#admodal a { color:  #000}
.modal-content {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: none;
border-radius: 0%;
outline: 0;
}
/*POP UP*/


/*CAROUSEL*/
.carousel-caption h5 { font-size:6vw; margin-top:-10%}
.carousel-caption p { font-size:1vw;}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 35%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color:#fff;
    text-align: center;
}

.filtre { background-color:#000;}
.opaciter img { opacity:1;}
/*CAROUSEL*/



/*INTEGRATION*/
h1, h2, h3, h4, h5 {font-family: 'Poppins', sans-serif;}
h1 {font-size: calc(1rem + 1.5vw);}
h2 {font-size: calc(1rem + 1.3vw);}
h3 {font-size: calc(1rem + 1.1vw);}
h4 {font-size: calc(1rem + 0.4vw);}
h5 {font-size: calc(1rem + 0.3vw);}
p {font-size: 16px}

.text-justify { text-align:justify}




#section-galerie {background:none}




.gal {

	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;


	}
.gal img{ width: 100%; padding: 7px 0;}
@media (max-width: 500px) {

.gal {
-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}
}




/*hexagon
 */
.hexa, .hexa div {
  margin: 0 auto;
  transform-origin: 50% 50%;
  overflow: hidden;
  width: 100%;
  height: 300px;
}
.hexa {
  width: 100%;
  height: 230px;
}
.hexa div {
  width: 100%;
  height: 100%;
}
.hexa {
  transform: rotate(120deg);
}
.hex1 {
  transform: rotate(-60deg);
}
.hex2 {
  transform: rotate(-60deg);
}

.zoom {
  transition: transform .2s; /* Animation */
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.up {
  transition: 0.3s;
}
.up:hover {
  transform: translate(0, -10px);
}

table td {padding:0.5em;border:1px solid #fff}


@media (max-width: 767px){
dl, ol, ul {
margin-bottom: 0rem;
}
}


/* ANIMATION PHOTO - source : https://codepen.io/melnik909/pen/QgPpeg  */
.photobox{
  display: inline-block;
}

.photobox__previewbox{
  position: relative;
  overflow: hidden;
}

.photobox__preview{
  display: block;
  max-width: 100%;
}

.photobox__previewbox:before{
  content: "";
}

.photobox_type11 .photobox__previewbox:before{
  width: 0;
  height: 0;
  padding: 25%;
  background-color:rgba(161,152,132,0.5);
  border-radius: 50%;

  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;

  transition: -webkit-transform calc(var(--photoboxAnimationDuration, .8s) / 2) ease;

  transition: transform calc(var(--photoboxAnimationDuration, .8s) / 2) ease;

  transition: transform calc(var(--photoboxAnimationDuration, .8s) / 2) ease, -webkit-transform calc(var(--photoboxAnimationDuration, .8s) / 2) ease;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  will-change: transform;
}

.photobox_type11:hover .photobox__previewbox:before{
  -webkit-transform: translate(-50%, -50%) scale(4);
          transform: translate(-50%, -50%) scale(4);
  transition-duration: var(--photoboxAnimationDuration, .8s);
}

.photobox_type11 .photobox__label{
  width: 95%;
  text-align: center;

  -webkit-transform: translate(-200%, -50%);

          transform: translate(-200%, -50%);
  transition: -webkit-transform calc(var(--photoboxAnimationDuration, .8s) / 2) ease-out;
  transition: transform calc(var(--photoboxAnimationDuration, .8s) / 2) ease-out;
  transition: transform calc(var(--photoboxAnimationDuration, .8s) / 2) ease-out, -webkit-transform calc(var(--photoboxAnimationDuration, .8s) / 2) ease-out;
  will-change: transform;

  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
	font-size:22px;
}

.photobox_type11:hover .photobox__label{
  transition-duration: calc(var(--photoboxAnimationDuration, .8s) / 4);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);color:#fff;
}

.photobox_type11 .photobox__preview{
	transition: -webkit-transform calc(var(--photoboxAnimationDuration, .8s) / 2) cubic-bezier(0.71, 0.05, 0.29, 0.9);
	transition: transform calc(var(--photoboxAnimationDuration, .8s) / 2) cubic-bezier(0.71, 0.05, 0.29, 0.9);
	transition: transform calc(var(--photoboxAnimationDuration, .8s) / 2) cubic-bezier(0.71, 0.05, 0.29, 0.9), -webkit-transform calc(var(--photoboxAnimationDuration, .8s) / 2) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: transform;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.photobox_type11:hover .photobox__preview{
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}



/* DEBUT TABLEAU RESPONSIVE passage en deux colonne sur mobile cf:https://bootsnipp.com/snippets/V1aQ*/
#no-more-tables tr.gray { background:#000; color:#fff}
@media screen and (max-width: 767px) {

	#no-more-tables table,
	#no-more-tables thead,
	#no-more-tables tbody,
	#no-more-tables th,
	#no-more-tables td,
	#no-more-tables tr {
		display: block;
	}

	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#no-more-tables tr { border: 1px solid #eee; margin-top: 1em;}

	#no-more-tables td {
		border: none;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align:left;
	}

	#no-more-tables td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	#no-more-tables td:before { content: attr(data-title); }

}
/* FIN TABLEAU RESPONSIVE */



/*FIN INTEGRATION*/






/*FORMULAIRE*/
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height:1.5em;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 72px;
	opacity: 0.8;
	margin-bottom: 20px
}

.form-check {margin-left:3%}
/*FORMULAIRE*/


/*FOOTER*/
#btn-back-to-top {
  position: fixed;
  bottom:100px;
  right: 20px;
  display: none;
}

div#logo-distributeur > a {text-decoration:none;display:block;width:90px;height:90px;background:none no-repeat top left transparent; margin: 0 auto}
div#logo-distributeur > a.distal {background-image:url('/media/distributeurs/logo-al.png')}
div#logo-distributeur > a.distar {background-image:url('/media/distributeurs/logo-ar.png')}
div#logo-distributeur > a.distco {background-image:url('/media/distributeurs/logo-co.png')}
div#logo-distributeur > a.disteo {background-image:url('/media/distributeurs/logo-eo.png')}
div#logo-distributeur > a.distsi {background-image:url('/media/distributeurs/logo-si.png')}
div#logo-distributeur > a.distpr {background-image:url('/media/distributeurs/logo-pr.png')}
/*FOOTER*/





.effet-top {transition: all .2s ease;}
.effet-top:hover {-webkit-transform: translateY(-15px);}



.about_section .about_img img
{
    max-width:100%;
	  border-radius:15px;
    box-shadow:0 16px 28px 0 rgba(8,56,103,.5);}

@media (min-width:992px)
{
    .about_section .about_img img
    {
	  width:60%;}

    .about_section .about_img_2
    {
    margin:-180px 0 0 270px;}

    .about_section .about_img_3
    {
    margin:-260px 0 0 40px;}
}

@media(max-width:991px)
{
    .about_section .about_img img
  {
      margin:3rem 0;}
}

.about_section .content
{
  background-color:white;
  border-radius:35px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}




.media.media-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 210px;
}
@media (min-width: 768px) {
    .media.media-news {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .media.media-news {
        padding-bottom: 25px;
        margin-bottom: 0;
    }
}
.media.media-news .media-body {
    padding: 20px;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    position: absolute;
    width:100%;
    right: 0;
    bottom: 0;
}
@media (min-width: 768px) {
    .media.media-news .media-body {
        position: relative;
        padding: 46.5px 35px;
        right: 0;
    }
}
@media (min-width: 992px) {
    .media.media-news .media-body {
        right: 40px;
        bottom: 0;
    }
}
@media (min-width: 1200px) {
    .media.media-news .media-body {
        position: absolute;
        right: -10px;
        width: 60%;
        padding: 20px;
    }
}
.media.media-news .media-body .media-date {
    font-family: "Open Sans", sans-serif;
    color: #848484;
    margin-bottom: 10px;
}
.media.media-news .media-body h5 {
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.media.media-news .media-body h5.small {
    font-size: 16px;
}
.media.media-news .media-body p {
    font-family: "Open Sans", sans-serif;
    color: #848484;
}
.media.media-news .media-body .common-btn {
    margin-top: 10px;
}


/*blockquote*/

/* center the blockquote in the page */
.blockquote-wrapper {
   display: flex;
   height:auto;
   padding: 0 20px;
}

/* Blockquote main style */
.blockquote {
    position: relative;
    font-family: 'Urbanist', sans-serif; font-weight: 100;
    max-width: 620px;
    margin: 80px auto;
    align-self: center;
}

/* Blockquote header */
.blockquote h1 {
    font-family: 'Urbanist', sans-serif; font-weight: 100;
    position: relative; /* for pseudos */
    color: #333333;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 2px solid #fff;
    border: solid 2px;
    border-radius:20px;
    padding: 25px;
}

/* Blockquote right double quotes */
.blockquote h1:after {
    content:"";
    position: absolute;
    border: 2px solid #333333;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3;
}

.blockquote h1:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #fff;
    bottom: -3px;
    left: 50px;
    z-index: 2;
}

/* increase header size after 600px */
@media (max-width: 900px) {
    .blockquote h1 {
        font-size: 1.8rem;
        line-height: 1.2;
   }
    .blockquote {
        margin: 10px auto;
    }

}

/* Blockquote subheader */
.blockquote h4 {
    position: relative;
    color: #000;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left:150px;
    padding-left:12px;
}


.blockquote h4:first-letter {
  margin-left:-12px;
}

/*custom modal*/
.modal-content {
    border-radius: 0rem 2rem!important;
}


@media (max-width: 768px) {
#fixme {
  position: fixed;
  bottom: 0;
  z-index: 999;

  background: #fff;
  color: white;
  padding: 10px; display: block ;width: 100%; text-align: center; box-shadow:0px -1px 5px #3d3d3d; border-radius:10px 10px 0px 0px
}

#fixme a {color:#000}

}
@media (min-width: 769px) {
#fixme {
display: none
}
}

/*effet image*/
.shadow {
    box-shadow: 0 0.1rem 1rem rgba(0,0,0,0.08) !important;
}

.img-gradient {
    position: relative;
    z-index: 99;
}

.img-gradient-right::before {
    left: auto;
    right: -2rem;
}
.img-gradient-left::before, .img-gradient-right::before {
    width: 80%;
    height: 110%;
    padding-bottom: 0;
}
.img-gradient::before {
    content: '';
    display: block;
   /* width: 100%;
    padding-bottom: 30%;*/
    position: absolute;
    bottom: 0rem;
	top:-1.5rem;
    left: 4rem;
    background: none;
	border:4px solid #333;
    border-radius: .25rem;
    z-index: 1;
    opacity: 0.5;
}

@media (max-width: 992px) {

    .img-gradient::before {
        content: '';
        display: block;
        /* width: 100%;
         padding-bottom: 30%;*/
        position: absolute;
        bottom: 0rem;
        top:-1.5rem;
        left: 4rem;
        background: none;
        border: none;
        border-radius: .25rem;
        z-index: 1;
        opacity: 0.5;
    }
}

.vertical-line{
	display: inline-block;
	height: 200px;
	border-width: 1px;
	border-style: solid;
	border-image: linear-gradient(transparent, black, transparent) 1 100%;
}


/*Custom pagination ecommerce*/
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.page-link {
    z-index: 2;
    color: #000;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #000;
    background-color: #fff;
    border-color: #dee2e6;
}
/*Custom pagination ecommerce*/


/*ecommerce*/

.encart-paiement {border:2px solid #ccc; padding: 20px}

.encart-ecommerce-produit {background: #fff}

.divider-breadcrumb {
	--bs-breadcrumb-divider: '>';
}
#fixe {  position: sticky;
    top: 100px;
}
.fix-panier {
	position: -webkit-fixed;
    position: fixed;
    top: 90px;
    right: 20px;
    z-index: 1020;
}

.card-ecommerce {
    position: relative;
    overflow: hidden;
    width: 50%;
    height: auto;
    border-radius: 0%;
    border: none;
    background:#fff;
    transform-style: preserve-3d;
    transform: perspective(1000px);
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
}

.card-ecommerce .card-text strong {color:#415A76}

.active-ecommerce a {color:#A6D654}


.v-counter {
    border-radius: 32px;
    max-width: 89px;
    overflow: auto;
    padding: 0px 4px;
    border: 1px solid #323140;
    margin: 10px;
}

.v-counter input[type=button]:hover {
    color: black;
    font-weight: bold;
    background-color: transparent;
}
.v-counter span {

    font-size: 13px;
    color: black;
    font-family: 'Open Sans';
}
.v-counter input[type=button], .v-counter input[type=text] {
    display: inline-block;
    width: 20px;
    background-color: transparent;
    outline: none;
    border: none;
    text-align: center;
    cursor: pointer;
    padding: 0px;
    color: black;
    height: 33px;
    font-family: 'Open Sans';
}

.accordion-button:not(.collapsed) {
    color: #000!important;
    background-color: #fff!important;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
/*ecommerce*/



/*calendar*/
.wrapper {

    margin: 15px auto;

    max-width: 1100px;

}

.container-calendar {

    padding: 15px;

    max-width: 475px;

    margin: 0 auto;

    overflow: auto;
}

.button-container-calendar button {

    position: relative;

    cursor: pointer;

    display: inline-block;

    transform: scale(1.5);

    background: #00a2b7;

    color: #000;

    border: 1px solid #0aa2b5;

    border-radius: 4px;

    padding: 5px 10px;

    top: 10px;

    outline: none;

}

.table-calendar {

    border-collapse: collapse;

    width: 100%;

    padding: 0;

    border-top: 1px solid lightblue; color:#000

}



.table-calendar td, .table-calendar th {

    padding: 10px;

    text-align: center;

    vertical-align: top;

}

#monthHeader {

    text-transform: uppercase;

    color: #999;

    margin: 0;

    font-size: 24pt;

}

#yearHeader {

    margin: 0 0 10px;

    padding: 0 3px;

    font-size: 12pt;

    color: #999;

}



.date-picker {

    cursor: pointer;

}

.date-picker.selected {

    font-weight: bold;

    outline: 1px solid #00BCD4;

}

.date-picker.selected span {

    color: #00BCD4;

}

/* sunday */

.date-picker:nth-child(1), .red-text {

    color: #000;

}

/* friday */

.date-picker:nth-child(6) {

    color: #000;

}

#monthAndYear {

    text-align: center;

    margin-top: 0;

}

.button-container-calendar {

    position: relative;

    margin-bottom: 1em;

    overflow: hidden;

    clear: both;

    text-align: center;

}

#previous {

    float: left;

}

#next {

    float: right;

}

.footer-container-calendar {

    margin-top: 1em;

    border-top: 1px solid #dadada;

    padding: 10px 0;

    display: none;

}

.footer-container-calendar select {

    cursor: pointer;

    display: inline-block;

    transform: scale(1);

    background: #ffffff;

    color: #585858;

    border: 1px solid #bfc5c5;

    border-radius: 3px;

    padding: 5px 1em;

}

#date-picked {

    text-align: center;

    color: #999;

    border-top: 1px solid lightblue;

    padding-top: 15px;

    font-size: 11pt;

    font-weight: bold;

}

.date-picker[disabled] {
    cursor: default;
    color: #b4b4b4;
    font-weight: normal;
}
/*calendar*/

.carousel-indicators {
    top:100%
}

.carousel-indicators [data-bs-target] {
    width: 54px !important;
    height: 54px !important;
}

/*actus*/
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: -2rem;
    margin-left: 15%;
    list-style: none;
}
/*actus*/

.point5 {
    flex: 0 0 auto;
    width: 18%;
}


/*cheques cadeau*/
.cadeau {
    background: #c7c7c7 !important;
}
.btn-cadeau {
    color: #fafafa;
    background-color: #3094D2;
    border-color: #3094D2;
    padding: 15px;
}
.btn-cadeau:hover, .btn-cadeau:focus, .btn-cadeau:active, .btn-cadeau.active, .open>.dropdown-toggle.btn-cadeau {
    color: #3094D2;
    background-color: #fafafa;
    border-color: #3094D2; /*set the color you want here*/
}

.btn-cadeau2 {
    color: #3A3A3A;
    background-color: #fff;
    border: 1px solid #3A3A3A;
    border-radius: 8px;
    padding: 15px;
}
.btn-cadeau2:hover, .btn-cadeau2:focus, .btn-cadeau2:active, .btn-cadeau2.active, .open>.dropdown-toggle.btn-cadeau2 {
    color: #fff;
    background-color: #3A3A3A;
    border: 1px solid #3A3A3A;
    border-radius: 8px;
}

.gris {
    color: #9d9d9d !important;
}
@media (min-width: 992px) {
    .giftform {
        width: 78px;
        min-width: 78px;
    }
}
.giftform {
    font-family: var(--gt-walsheim-pro);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #101010;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    height: 48px;
    cursor: pointer;
}
.giftform:hover {
    font-family: var(--gt-walsheim-pro);
    background: #3A3A3A;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    height: 48px;
    cursor: pointer;
}

.giftform:active {
    font-family: var(--gt-walsheim-pro);
    background: #3A3A3A;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    height: 48px;
    cursor: pointer;
}

.tarif input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.tarif input[type="radio"]:checked {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.tarif input[type="radio"]:checked::before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tarifinput {
    border: 1px solid #9d9d9d;
    border-radius: 8px;
    padding: 10px;
}
.tarifinput2 {
    border: 1px solid #9d9d9d;
    border-radius: 8px;
    padding: 10px;
    width: 100%;
}

.encart-cadeau {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 8px;
}
.encart-cadeau h3{
   font-size: 24px;
}
.encart-cadeau h4{
    font-size: 20px;
}
.encart-cadeau h5{
    font-size: 16px;
}

.genre {
    width: 20px;
    height: 20px;
}
.genre {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}

.genre:checked {
    background: #3094D2;
}
 #total {
     font-weight: bold;
 }
/*fin cheques cadeau*/

/*garagiste*/


.encart-garagiste {border:1px solid #0A0A0A; padding: 20px; border-radius:10px}


.img-btn > input{
  display:none
}
.img-btn > img{
  cursor:pointer;
  border:1px solid transparent;
}
.img-btn > input:checked + img{
  border-color: #3d3d3d;
  border-radius:100%;
}
.coeur {background:#e20630; color:#fff; padding: 3px;  text-align: center}
.promo {background:#06b1e2; color:#fff; padding: 3px;  text-align: center}
.disponible {background:#80be15; color:#fff; padding: 3px; text-align: center }
.nouveau {background:#e9b411; color:#000; padding: 3px; text-align: center }


.infos {
  background: #F7F7F7;
  padding: 30px;
}

.hr-garage {
border: 2px solid gray;
width: 20%;
opacity: 1;
}


.contact-garage {
background: #A1C7DD;
padding: 30px;
}

.hr-contact-garage {
border: 2px solid #000;
width: 20%;
opacity: 1;
}

.border-infos {border-right:1px solid gray}
.border-infos2 {border-left:1px solid gray}

@media (max-width:730px) {
.border-infos {border-right:0px solid gray}
.border-infos2 {border-left:0px solid gray}
	}

.encart1 {background: #000; padding: 20px}
.encart2 {border:2px solid #000; padding: 20px}



.form-select2 {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius:0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.container price-range {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}



/* Price Range */
price-range {
    --thumb-size: 15px;
    --thumb-color: #D9B12B;
    --thumb-shadow-size: 5px;
    --track-size: 1px;
    --track-color: #bbb;
    --track-highlight-color: #D9B12B;

    width: 100%;
    display: block;
}

/* Price Range Containers */
price-range > div {
    position: relative;
    width: 100%;
    height: var(--thumb-size);
}
price-range > div > div {
    width: 100%;
    height: var(--track-size);
    background: var(--track-color);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* Price Range Input */
price-range input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* Price Range Input Track */
price-range input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
}
price-range input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
}
price-range input[type="range"]::-ms-track {
    appearance: none;
    height: 5px;
}

/* Price Range Input Thumb */
price-range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    margin-top: -5px;
    width: var(--thumb-size);
    height: var(--thumb-size);
    background: var(--thumb-color);
    border: none;
    border-radius: 50%;
    pointer-events: auto;
    cursor: pointer;
    box-shadow: 0 0 0 0 var(--thumb-color);
    transition: box-shadow 0.15s ease;
}
price-range input[type="range"]::-moz-range-thumb {
    -moz-appearance: none;
    width: var(--thumb-size);
    height: var(--thumb-size);
    background: var(--thumb-color);
    border: none;
    border-radius: 50%;
    pointer-events: auto;
    cursor: pointer;
    box-shadow: 0 0 0 0 var(--thumb-color);
    transition: box-shadow 0.15s ease;
}
price-range input[type="range"]::-ms-thumb {
    appearance: none;
    width: var(--thumb-size);
    height: var(--thumb-size);
    background: var(--thumb-color);
    border: none;
    border-radius: 50%;
    pointer-events: auto;
    cursor: pointer;
    box-shadow: 0 0 0 0 var(--thumb-color);
    transition: box-shadow 0.15s ease;
}

price-range input[type="range"]::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 var(--thumb-shadow-size) var(--thumb-color);
}
price-range input[type="range"]::-moz-range-thumb:hover {
    box-shadow: 0 0 0 var(--thumb-shadow-size) var(--thumb-color);
}
price-range input[type="range"]::-ms-thumb:hover {
    box-shadow: 0 0 0 var(--thumb-shadow-size) var(--thumb-color);
}

/* Price Range Output */
price-range output {
    display: block;
    margin-top: 1rem;
    text-align: center;
}

a.lien2 { color:#000}
a.lien2:hover { color:#000}
a.lien2:visited { color:#000}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -50px !important;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
/*garagiste*/



/*remorques*/
.encart3 {background:#D9B12B; padding:40px 20px; color:#000}


.arlo {
    font-size: 16px;

    /* ----- Custom resets ----- */
    font-family: "Source Sans Pro", Arial, Tahoma, sans-serif;
    /* ----- Clearfix ----- */
    /* ----- Icons ----- */
    /* ----- Filters and category buttons ----- */
    /* ----- Event list items ----- */
}

.arlo .arlo-loading-overlay {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    bottom: 50%;
    top: 50%;
    left: 50%;
    right: 50%;
    /*
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    */
    /* Transparent Overlay */
    /* :not(:required) hides these rules from IE9 and below */
}

.arlo .arlo-loading-overlay:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}

.arlo .arlo-loading-overlay:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.arlo .arlo-loading-overlay:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.arlo html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

.arlo body {
    margin: 0;
}

.arlo article,
.arlo aside,
.arlo details,
.arlo figcaption,
.arlo figure,
.arlo footer,
.arlo header,
.arlo main,
.arlo menu,
.arlo nav,
.arlo section,
.arlo summary {
    display: block;
}

.arlo audio,
.arlo canvas,
.arlo progress,
.arlo video {
    display: inline-block;
}

.arlo audio:not([controls]) {
    display: none;
    height: 0;
}

.arlo progress {
    vertical-align: baseline;
}

.arlo template,
.arlo [hidden] {
    display: none;
}

.arlo a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

.arlo a:active,
.arlo a:hover {
    outline-width: 0;
}

.arlo abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

.arlo b,
.arlo strong {
    font-weight: inherit;
}

.arlo b,
.arlo strong {
    font-weight: bolder;
}

.arlo code,
.arlo kbd,
.arlo samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

.arlo dfn {
    font-style: italic;
}

.arlo h1 {
    font-size: 2em;
    /* Set 1 unit of vertical rhythm on the top and bottom margins. */
    margin: 0.75em 0;
}

.arlo mark {
    background-color: #ff0;
    color: #000;
}

.arlo small {
    font-size: 80%;
}

.arlo sub,
.arlo sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.arlo sub {
    bottom: -0.25em;
}

.arlo sup {
    top: -0.5em;
}

.arlo img {
    border-style: none;
}

.arlo svg:not(:root) {
    overflow: hidden;
}

.arlo figure {
    margin: 1.5em 40px;
}

.arlo hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

.arlo pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

.arlo button,
.arlo input,
.arlo optgroup,
.arlo select,
.arlo textarea {
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
}

.arlo button {
    overflow: visible;
}

.arlo button,
.arlo select {
    /* 1 */
    text-transform: none;
}

.arlo button,
.arlo html [type="button"],
.arlo [type="reset"],
.arlo [type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

.arlo button,
.arlo [type="button"],
.arlo [type="reset"],
.arlo [type="submit"] {
    /**
     * Remove the inner border and padding in Firefox.
     */
    /**
     * Restore the focus styles unset by the previous rule.
     */
}

.arlo button::-moz-focus-inner,
.arlo [type="button"]::-moz-focus-inner,
.arlo [type="reset"]::-moz-focus-inner,
.arlo [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

.arlo button:-moz-focusring,
.arlo [type="button"]:-moz-focusring,
.arlo [type="reset"]:-moz-focusring,
.arlo [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

.arlo input {
    overflow: visible;
}

.arlo [type="checkbox"],
.arlo [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

.arlo [type="number"]::-webkit-inner-spin-button,
.arlo [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

.arlo [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
    /**
     * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
     */
}

.arlo [type="search"]::-webkit-search-cancel-button,
.arlo [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.arlo ::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

.arlo ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

.arlo fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

.arlo legend {
    box-sizing: border-box;
    /* 1 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    white-space: normal;
    /* 1 */
    color: inherit;
    /* 2 */
    padding: 0;
    /* 3 */
}

.arlo optgroup {
    font-weight: bold;
}

.arlo textarea {
    overflow: auto;
}

.arlo ol,
.arlo ul,
.arlo li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.arlo .arlo-h1 {
    font-size: 42px;
    line-height: 45px;
    letter-spacing: 0;
    font-weight: normal;
    color: #09142f;
}

.arlo .arlo-h2,
.arlo .arlo-h3 {
    margin-bottom: 5px;
}

.arlo .arlo-h2 {
    font-size: 30px;
    line-height: 34px;
}

.arlo .arlo-h3 {
    font-size: 24px;
    line-height: 30px;
}

.arlo label {
    font-weight: normal;
}

.arlo select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 10px 70px 10px 24px;
    background-repeat: no-repeat;
    background-position: 90% center;
    cursor: pointer;
}

.arlo select:hover {
    opacity: 0.7;
}

.arlo .arlo-bg-color-primary {
    background-color: #ed007b;
}

.arlo .arlo-bg-color-secondary {
    background-color: #FFE260;
}

.arlo .arlo-bg-color-highlight {
    background-color: #FFE260;
}

.arlo .arlo-bg-color-normal {
    background-color: #fafafa;
}

.arlo .arlo-bg-color-darker {
    background-color: #ededed;
}

.arlo .arlo-bg-color-darkest {
    background-color: #e1e1e1;
}

.arlo .arlo-bg-color-button {
    background-color: #08cec2;
}

.arlo .arlo-text-color-primary {
    color: #ed007b;
}

.arlo .arlo-text-color-secondary {
    color: #FFD101;
}

.arlo .arlo-text-color-contrast {
    color: #FFFFFF;
}

.arlo .arlo-text-color-lightest {
    color: #2654c5;
}

.arlo .arlo-text-color-light {
    color: #adaeb3;
}

.arlo .arlo-text-color-normal {
    color: #09142f;
}

.arlo .arlo-text-color-dark {
    color: #050b1a;
}

.arlo .arlo-text-color-link {
    color: #FF1D87;
}

.arlo .arlo-font-primary {
    font-family: "Source Sans Pro", Arial, Tahoma, sans-serif;
}

.arlo .arlo-font-secondary {
    font-family: "Source Sans Pro", Arial, Tahoma, sans-serif;
}

.arlo .arlo-font-special {
    font-family: "Source Sans Pro", Arial, Tahoma, sans-serif;
}

.arlo .arlo-clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.arlo * html .arlo-clearfix {
    transform: scale(1);
}

.arlo * {
    box-sizing: border-box;
}

.arlo *:first-child + html .arlo-clearfix {
    transform: scale(1);
}

.arlo .icons8 {
    display: inline-block;
}

.arlo .icon-size-36 {
    font-size: 36px;
}

.arlo .icon-size-30 {
    font-size: 30px;
}

.arlo .icon-size-24 {
    font-size: 24px;
}

.arlo #arlo-filter-toggle {
    display: none;
}

.arlo[max-width~="659px"] .arlo-filters-container {
    width: 100%;
}

.arlo[max-width~="659px"] .arlo-filters-container .arlo-timezone-select {
    padding: 0 35px 0 0;
}

.arlo[max-width~="659px"] .arlo-filters-container .arlo-collapse-button {
    display: block;
}

.arlo[max-width~="659px"] .arlo-filters-container div[id^='filter-'] {
    padding-right: 0;
}

.arlo[max-width~="659px"] .arlo-filters-container * {
    width: 100%;
}

.arlo[max-width~="659px"] .arlo-filters-container li {
    margin-bottom: 10px;
}

.arlo[max-width~="659px"] .arlo-filters-container #arlo-filter-toggle {
    display: block;
    cursor: pointer;
    background: #f1f7fb;
    border-radius: 10px;
    padding: 18px 26px;
    margin-bottom: 20px;
}

.arlo[max-width~="659px"] .arlo-filters-container #arlo-filter-toggle i {
    float: right;
    width: auto;
}

.arlo[max-width~="659px"] .arlo-filters-container #arlo-filter-toggle .arlo-filter-toggle-hide {
    display: none;
}

.arlo[max-width~="659px"] .arlo-filters-container #arlo-filter-toggle .arlo-filter-toggle-show {
    display: block;
}

.arlo[max-width~="659px"] .arlo-filters-container .arlo-filters {
    display: none;
}

.arlo[max-width~="659px"] .arlo-filters-container.arlo-show-filter .arlo-filters {
    display: block;
}

.arlo[max-width~="659px"] .arlo-filters-container.arlo-show-filter #arlo-filter-toggle .arlo-filter-toggle-hide {
    display: block;
}

.arlo[max-width~="659px"] .arlo-filters-container.arlo-show-filter #arlo-filter-toggle .arlo-filter-toggle-show {
    display: none;
}

.arlo .arlo-parent-category {
    font-size: 20px;
}

.arlo .arlo-traversable-categories {
    list-style: none;
}

.arlo .arlo-category-breadcrumb {
    color: #06c;
}

.arlo .arlo-traversable-category, .arlo .arlo-filter-select {
    display: inline-block;
    background-color: #F1F7FB;
    border-radius: 30px;
    color: #565656;
    border: none;
}

.arlo .arlo-filter-select:focus {
    outline-width: 0;
}

.arlo .arlo-locations-filter {
    text-align: center;
}

.arlo .arlo-category-breadcrumb:hover {
    color: #0397d3;
    cursor: pointer;
    text-decoration: underline;
}

.arlo .arlo-traversable-category:hover {
    cursor: pointer;
    opacity: 0.7;
}

.arlo .arlo-category-breadcrumb:last-child {
    color: #808080;
}

.arlo .arlo-category-breadcrumb:last-child:hover {
    color: #808080;
    cursor: default;
    text-decoration: none;
}

.arlo .arlo-traversable-breadcrumbs {
    margin-bottom: 5px;
}

.arlo .arlo-category-breadcrumb:after {
    content: '\00a0\003e\00a0';
    display: inline-block;
    text-decoration: none;
}

.arlo .arlo-category-breadcrumb:last-child:after {
    content: '';
    display: inline-block;
    text-decoration: none;
}

.arlo .arlo-filters {
    margin-bottom: 20px;
    overflow: auto;
}

.arlo .arlo-filters select {
    min-width: 280px;
}

.arlo .arlo-filters > div {

    float: left;
}

.arlo .arlo-filters > div:first-child {
    width: 75%;
}

.arlo .arlo-filters > div:last-child {
    width: 25%;
    margin-left: 20px;
}

.arlo .arlo-filter-radio-buttons {
    text-align: center;
}

.arlo .arlo-radio-filter-option {
    display: inline-block;
}

.arlo .arlo-radio-filter-option input[id^="categoryid"] + label {
    float: left;
    margin-right: 10px;
    border-radius: 30px;
    position: relative;
    margin-bottom: 10px;
    background-color: #F1F7FB;
    color: #636363;
    padding: 10px 20px;
    cursor: pointer;
}

.arlo .arlo-filter-unordered-list li {
    float: left;
    margin-right: 10px;
    border-radius: 30px;
    position: relative;
    margin-bottom: 10px;
    background-color: #F1F7FB;
    color: #636363;
    padding: 10px 20px;
    cursor: pointer;
}

.arlo .arlo-radio-filter-option input[id^="categoryid"] + label:hover {
    opacity: 0.7;
}

.arlo .arlo-radio-filter-option input[id^="categoryid"]:checked + label {
    padding-right: 25px;
    color: #fff;
    background-color: #0186e3;
}

.arlo .arlo-filter-unordered-list li.selected {
    padding-right: 25px;
    color: #fff;
    background-color: #0186e3;
}

.arlo .arlo-radio-filter-option input[id^="categoryid"] {
    display: none;
}

.arlo .arlo-collapse-button {
    display: none;
    background: #F1F7FB;
    margin: 10px 0;
    padding: 10px;
    border-radius: 15px;
    cursor: pointer;
    text-align: center;
}

.arlo .arlo-collapse-button.arlo-visible:after {
    margin-left: 10px;
    font-family: FontAwesome;
    content: "";
}

.arlo .arlo-collapse-button.arlo-hidden:after {
    margin-left: 10px;
    font-family: FontAwesome;
    content: "";
}

.arlo .arlo-filters[max-width~="550px"] .arlo-collapse-button {
    display: block;
}

.arlo .arlo-filters[max-width~="550px"] > div:first-child,
.arlo .arlo-filters[max-width~="550px"] * {
    width: 100%;
}

.arlo .arlo-filters[min-width~="551px"] div[id^="filter-"] {
    display: inline-block !important;
}

.arlo .arlo-categorycatalogue {
    clear: both;
    padding-top: 60px;
}

.arlo .arlo-categorycatalogue-listitem {
    padding-bottom: 60px;
    margin: 0 30px 0 30px;
}

.arlo .arlo-templatetags ul li {
    display: inline-block;
    padding-right: 12px;
    color: #FFD101;
}

.arlo .arlo-next-running a,
.arlo .arlo-register-interest,
.arlo .arlo-find-events {
    text-decoration: none;
    float: right;
    cursor: pointer;
    font-size: 15px;
    padding: 11px 25px;
    border-radius: 30px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03);
    font-style: normal;
}

.arlo .arlo-next-running.arlo-next-running-online-activity a {
    background-color: #08cec2;
}

.arlo .arlo-next-running a,
.arlo .arlo-find-events {
    color: white;
}

.arlo .arlo-next-running a:hover, .arlo .arlo-find-events:hover, .arlo .EventTemplateCategoryItems .arlo-eventtemplatecategoryitems-listitem .arlo-detail .arlo-next-running div:hover {
    opacity: 0.7;
}

.arlo .arlo-register-interest {
    border: 1px solid #08cec2;
    color: #08cec2;
    background-color: transparent;
}

.arlo .arlo-register-interest:hover {
    background-color: #08cec2;
    color: white;
}

.arlo .arlo-next-running-title {
    vertical-align: baseline;
    color: #969696;
}

.arlo div[class^="nextrunning-"] {
    display: inline-block;
    vertical-align: baseline;
}

.arlo .arlo-show-more-container {
    margin-top: 10px;
    text-align: center;
}

.arlo .arlo-show-more {
    line-height: 20px;
    margin-top: 13px;
    cursor: pointer;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 30px;
    background: #ED017B;
    color: #fff;
    font-size: 120%;
    font-weight: normal;
    font-size: 15px;
    display: inline-block;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03);
    background: #FFD101;
}

.arlo .arlo-show-more:hover {
    opacity: 0.7;
}

.arlo .arlo-page-footer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background: #F1F7FB;

    padding: 15px;
}

.arlo .arlo-page-footer p {
    margin: 0;
}

.arlo .arlo-category-header ul, .arlo .arlo-category-header li, .arlo .arlo-category-footer li {
    list-style: disc;
}

.arlo .arlo-category-header ul,
.arlo .arlo-category-footer ul {
    display: inline-block;
    text-align: left;
}

.arlo .arlo-page-header {
    text-align: center;
    margin-bottom: 10px;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/597099/home_software_pattern.png);
    background-color: #FFD101;
    padding-top: 54px;
    padding-bottom: 58px;
}

.arlo .arlo-page-header .arlo-page-title {
    font-size: 64px;
    line-height: 50px;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.arlo .arlo-page-footer .arlo-page-title {
    font-size: 64px;
    line-height: 50px;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.arlo .arlo-page-header p, .arlo .arlo-page-footer p {
    font-size: 18px;
}

.arlo .arlo-page-header {
    margin-bottom: 20px;
}

.arlo .arlo-page-footer {
    margin-top: 20px;
}

.arlo .arlo-eventtemplatecategoryitems-listitems[max-width~="599px"] .arlo-eventtemplatecategoryitems-listitem {
    width: 100%;
    padding: 10px 5px;
}

.arlo .arlo-eventtemplatecategoryitems-listitems[min-width~="600px"] .arlo-eventtemplatecategoryitems-listitem {
    width: 50%;
}

.arlo .arlo-eventtemplatecategoryitems-listitems[min-width~="900px"] .arlo-eventtemplatecategoryitems-listitem {
    width: 33.33333%;
}

.arlo .arlo-eventtemplatecategoryitems-listitems[min-width~="1200px"] .arlo-eventtemplatecategoryitems-listitem {
    width: 25%;
}

.arlo .arlo-eventtemplatecategoryitems-listitems[min-width~="1500px"] .arlo-eventtemplatecategoryitems-listitem {
    width: 20%;
}

.arlo .arlo-eventtemplatecategoryitems-listitems[min-width~="1800px"] .arlo-eventtemplatecategoryitems-listitem {
    width: 16.66667%;
}

.arlo .arlo-category-name {
    margin-bottom: 25px;
}

.arlo .EventTemplateCategoryItems .arlo-eventtemplatecategoryitems-listitem {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    list-style: none;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px 10px 0;
    text-decoration: none;
}

.arlo .EventTemplateCategoryItems .arlo-eventtemplatecategoryitems-listitem::after {
    clear: both;
    content: "";
    display: table;
}

.arlo .EventTemplateCategoryItems .arlo-eventtemplatecategoryitems-listitem .arlo-name:hover {
    color: #FF1D87;
    text-decoration: none;
}

.arlo .EventTemplateCategoryItems .arlo-eventtemplatecategoryitems-listitem .arlo-listitem {
    padding: 16px;
    position: relative;
    display: block;
    text-align: left;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 0 0 10px 5px #e6e6e6;
}

.arlo .EventTemplateCategoryItems .arlo-eventtemplatecategoryitems-listitem .arlo-listitem .arlo-side-border {
    position: absolute;
    left: 0;
    width: 10px;
    height: 100%;
}

.arlo .EventTemplateCategoryItems .arlo-eventtemplatecategoryitems-listitem .fa {
    margin-right: 3px;
    font-size: 14px;
}

.arlo .arlo-title {
    padding-bottom: 10px;
}

.arlo .EventTemplateCategoryItems .arlo-eventtemplatecategoryitems-listitem .arlo-title h2 {
    font-family: "Source Sans Pro", Arial, Tahoma, sans-serif;
    margin: 0 0 5px 0;
    font-size: 280%;
    font-weight: 400;
    display: inline;
    line-height: 30px;
}

.arlo .EventTemplateCategoryItems .arlo-eventtemplatecategoryitems-listitem .arlo-provider-info {
    display: inline;
    float: right;
    font-style: italic;
}

.arlo .EventTemplateCategoryItems .arlo-eventtemplatecategoryitems-listitem .arlo-start-date {
    font-size: 230%;
    font-weight: 700;
}

.arlo .EventTemplateCategoryItems .arlo-eventtemplatecategoryitems-listitem .arlo-name {
    margin: 0 0 5px 0;
    display: inline;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 25px;
    line-height: 27px;
    text-decoration: none;
}

.arlo .EventTemplateCategoryItems .arlo-eventtemplatecategoryitems-listitem .arlo-delivery-title {
    padding-top: 10px;
}

.arlo .EventTemplateCategoryItems .arlo-eventtemplatecategoryitems-listitem .arlo-detail .arlo-city {
    margin-right: 5px;
}

.arlo .EventTemplateCategoryItems .arlo-eventtemplatecategoryitems-listitem .arlo-detail .arlo-summary {
    padding: 5px 0;
    font-size: 14px;
}

.arlo .EventTemplateCategoryItems .arlo-eventtemplatecategoryitems-listitem .arlo-detail .arlo-original-price {
    text-decoration: line-through;
}

.arlo .EventTemplateCategoryItems .arlo-eventtemplatecategoryitems-listitem .arlo-detail .arlo-offer-ul {
    padding-left: 0;
}

.arlo .EventTemplateCategoryItems .arlo-eventtemplatecategoryitems-listitem .arlo-detail .arlo-offer-ul .arlo-offer-li {
    list-style: none;
}

.arlo .arlo-templatetags {
    margin-bottom: 16px;
}

.arlo .arlo-templatetags ul {
    margin-top: 0;
}

.arlo .arlo-register-interest {
    margin-bottom: 16px;
}

.arlo .EventTemplateCategoryItems .arlo-eventtemplatecategoryitems-listitem .arlo-detail .arlo-delivery-title, .arlo .EventTemplateCategoryItems .arlo-eventtemplatecategoryitems-listitem .arlo-detail .arlo-next-running-title {
    font-size: 14px;
    line-height: 18px;
}

.arlo .EventTemplateCategoryItems .arlo-eventtemplatecategoryitems-listitem .arlo-detail div {
    padding: 3px 0;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 400;
}

.arlo .EventTemplateCategoryItems .arlo-eventtemplatecategoryitems-listitem .arlo-detail div.arlo-offers div.arlo-offer-container {
    font-size: 18px;
}

.arlo .EventTemplateCategoryItems .arlo-eventtemplatecategoryitems-listitem .arlo-listitem-buttons {
    position: absolute;
    bottom: 5px;
    width: 100%;
}

.arlo .arlo-offer-container {
    font-style: italic;
    font-size: 20px;
}

.arlo .EventTemplateCategoryItems .arlo-eventtemplatecategoryitems-listitem .arlo-listitem-buttons .arlo-more-info-button {
    cursor: pointer;
    padding: 4px 20px;
    font-size: 80%;
    font-weight: 700;
    letter-spacing: 0.5px;
    border: 1px solid #FFF;
    text-transform: uppercase;
    display: inline-block;
}

.arlo .EventTemplateCategoryItems .arlo-eventtemplatecategoryitems-listitem .arlo-listitem-buttons .arlo-more-info-button:hover {
    opacity: 0.7;
}

.arlo .EventTemplateCategoryItems .arlo-eventtemplatecategoryitems-listitem .arlo-listitem-buttons .arlo-event-register {
    padding: 5px 20px;
    font-size: 80%;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    margin-top: 5px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    background: #fff;
    color: #FFFDF0;
}

.arlo .EventTemplateCategoryItems .arlo-eventtemplatecategoryitems-listitem .arlo-listitem-buttons .arlo-event-register a {
    text-decoration: none;
}

.arlo .EventTemplateCategoryItems .arlo-eventtemplatecategoryitems-listitem .arlo-listitem-buttons .arlo-event-register:hover {
    opacity: 0.7;
}

.arlo .arlo-no-results-found {
    text-align: center;
    font-size: 20px;
}

/*# sourceMappingURL=catalogue-category.css.map */

/* Placeholder */
.arlo #catalogue,
.arlo .arlo-categorycatalogue {
    min-height: 80vh;
}

.arlo.loading .arlo-categorycatalogue-listitem {
    min-height: 783px;
}

/* Loading placeholder */
.arlo {
    min-height: 100vh;
}

.arlo.arlo-loaded {
    min-height: auto;
}

.arlo.arlo-loading .loadingContainer {
    height: auto;
}
/* .arlo .loading-overlay-container {
    float: left;
    clear: both;
    background: black;
    height: 30px;
} */


.arlo .arlo-placeholder-filter {
    width: 100%;
    height: 40px;
    background-color: #f1f1f1;
}

.arlo .arlo-placeholder-eventtemplates {
    margin-bottom: 10px;
    overflow: hidden;
}

.arlo .arlo-placeholder-eventtemplate {
    float: left;
    width: 100%;
    padding: 10px;
}

.arlo[min-width~="600px"] .arlo-placeholder-eventtemplate {
    width: 50%;
}

.arlo[min-width~="900px"] .arlo-placeholder-eventtemplate {
    width: 33.3333%;
}

.arlo[min-width~="1200px"] .arlo-placeholder-eventtemplate {
    width: 25%;
}

.arlo[min-width~="1500px"] .arlo-placeholder-eventtemplate {
    width: 20%;
}

.arlo[min-width~="1800px"] .arlo-placeholder-eventtemplate {
    width: 16.66667%;
}

.arlo .arlo-placeholder-eventtemplate-inner {
    position: relative;
    height: 440px;
    padding: 20px;
    background: #f1f1f1;
}

.arlo[min-width~="500px"] .arlo-placeholder-eventtemplate-inner {
    height: 440px;
}

.arlo .arlo-placeholder-title,
.arlo .arlo-placeholder-text,
.arlo .arlo-placeholder-button {
    background: #fafafa;
}

.arlo .arlo-placeholder-title {
    height: 40px;
    margin-bottom: 20px;
}

.arlo .arlo-placeholder-text {
    width: 200px;
    height: 20px;
    margin-bottom: 10px;
}

.arlo .arlo-placeholder-button {
    position: absolute;
    bottom: 20px;
    width: 100px;
    height: 40px;
}

/*remorques*/

/*CARD PRIX*/
.rounded-lg {
  border-radius: 1rem !important;
}

.text-small {
  font-size: 0.9rem !important;
}

.custom-separator {
  width: 5rem;
  height: 6px;
  border-radius: 1rem;
}

.text-uppercase {
  letter-spacing: 0.2em;
}
/*CARD PRIX*/

.encart-transparent {background: #fff; width: 400px; margin: 0 auto}

/*ANIMATION 3D*/


.shoe-container {
	height: auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shoe {height: auto;
max-width: 100%;
transform: translateZ(50px);
max-height: auto;
width: 100%;
position: relative;
top: 0;
left: 0}

.category {
	transform: translateZ(30px);
	font-weight: bolder;
	font-size: 24px;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
	align-items: star;
}
/*ANIMATION 3D*/







/*survol image module galerie*/
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	/*max-width: 1000px;*/
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	/*float: left;*/
	overflow: hidden;
	margin: 10px 1%;
	/*min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;*/
	background: #008136;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.6;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 95%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 95%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff !important;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
    color: #FFF !important;
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*survol image module galerie*/



/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
    background: #3498db;
}

figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-apollo h2 {
    text-align: left;
}

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}


/*---------------*/
/***** Dexter *****/
/*---------------*/

figure.effect-dexter {
    background: -webkit-linear-gradient(180deg, rgba(236,236,236,1) 0%, rgba(37,37,37,1) 100%);
    background: linear-gradient(180deg, rgba(236,236,236,1) 0%, rgba(37,37,37,1) 100%);
}

figure.effect-dexter img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-dexter:hover img {
    opacity: 0.4;
}

figure.effect-dexter figcaption::after {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    height: -webkit-calc(50% - 30px);
    height: calc(50% - 30px);
    border: 7px solid #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

figure.effect-dexter:hover figcaption::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-dexter figcaption {
    padding: 3em;
    text-align: left;
}

figure.effect-dexter p {
    position: absolute;
    right: 60px;
    bottom: 60px;
    left: 60px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
}

figure.effect-dexter:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
    background: #42b078;
}

figure.effect-sarah img {
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-sarah:hover img {
    opacity: 0.4;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
    text-align: left;
}

figure.effect-sarah h2 {
    position: relative;
    overflow: hidden;
    padding: 0.5em 0;
}

figure.effect-sarah h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-sarah p {
    padding: 1em 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


/*---------------*/
/***** Lexi *****/
/*---------------*/

figure.effect-lexi {
    background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
    background: linear-gradient(-45deg, #000 0%,#fff 100%);
}

figure.effect-lexi img {
    margin: -10px 0 0 -10px;
    max-width: none;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    opacity: 0.9;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(10px,10px,0);
    transform: translate3d(10px,10px,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lexi figcaption::before {
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 300px;
    height: 300px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(0.5,0.5,1);
    transform: scale3d(0.5,0.5,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

figure.effect-lexi:hover img {
    opacity: 0.6;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-lexi h2 {
    text-align: left;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(5px,5px,0);
    transform: translate3d(5px,5px,0);
}

figure.effect-lexi p {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1.5em 1.5em 0;
    width: 140px;
    text-align: right;
    opacity: 0;
    -webkit-transform: translate3d(20px,20px,0);
    transform: translate3d(20px,20px,0);
}

figure.effect-lexi:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

figure.effect-lexi:hover h2,
figure.effect-lexi:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}



/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-ming {
    background: #030c17;
}

figure.effect-ming img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4,1.4,1);
    transform: scale3d(1.4,1.4,1);
}

figure.effect-ming h2 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-ming p {
    padding: 1em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-ming:hover h2 {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
    background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
    opacity: 0.4;
}


/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
    background-color: #17819c;
}

figure.effect-ruby img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

figure.effect-ruby:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-ruby h2 {
    margin-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-ruby p {
    margin: 1em 0 0;
    padding: 3em;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
}

figure.effect-ruby:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-ruby:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}


/*css module menu*/

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #89796c;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transform: rotate(-180deg);
}



.accordion-button:hover,
.accordion-button[aria-expanded="true"] {
    color: #fff;background-color: #89796c;
}

.accordion-button {font-size: 34px!important}


@media (max-width: 730px) {
    .accordion-button {font-size: 18px!important}
}

/*css module menu*/
