:root {
    --gradient : linear-gradient(320deg, rgba(255,202,2,1) 75%, rgba(255,155,15,1) 100%);;
    --radial : radial-gradient(circle, #ffffff 0%, var(--light) 45%);
    
    --tag  : #737578;
    --high : #3e4145;
    
    --low  : #333438;
    --low2 : #383a3e;
    --low3 : #424448;
    
    --bd   : #d8d9da
    --cl   : #606165;
    
    --gray : #dddddd;
    --mid  : #999;
    --light : #f5f5f5;
    --light2 : #f8f8f8;
    
    --blue : rgb(38, 172, 227);
    --pink : #d43f8d;
    --pale : #f3f6fc;
    
    --color2 : orange;
    --color3 : #FFCA02;
    
    --color4 : #f8f4da;
    
    --color5 : #FF9B0F;
    
    --hover : #e8e8e8;
    
    --main : #fff229;
}
.color {
    color: var(--main) !important
}
body {
    /*    background-color: #f5f5f5;*/
    background-color: #fff;
    color: var(--mid);
    font-family: 'Ubuntu', sans-serif;
}

/*
section {
    margin-bottom: 1.5rem;
    position: relative;
}
*/
.page {
    transition: transform .5s ease
}
/*.fp-wrapper*/
.page
{
    /*    background-color: #212121;*/
    background-color: var(--light);
    background:       var(--radial);
    background-attachment: fixed;
}
.page.single {
    background: var(--light);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 700;
    color: #383a3e;
}
h2,
h2 a,
a h2 {
    color: #383a3e;
}

strong {
    color: var(--low);
}

header,
.mobile-bar {
    /*    background-color: #333;*/
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
footer {
    background-color: #383a3e;
    color: var(--tag);
}
footer h4 {
    color: #fff;
}
header h1 {
    position: relative;
    font-size: 1px;
/*    width: 120px;*/
    height: 80px;
    padding: 0;
    margin: 0;
}
header.clear h1 {
    transform: scale(.5);
}
header h1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(http://autodesign.re/images/logo2.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;

}
header li a:after {
    content: '';
    display: inline-block;
    position: absolute ;
    bottom: 0 ;
    top: 0 ;
    left: 0 ;
    right: 0 ;
    margin: auto ;
    width: 95% ;
    height: 1em ;
    z-index: -1;
    background-color: var(--main);
    transform: translateY(0.5em);
    opacity: 0;
}
header li a {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--tag)
}
header li a.hovered,
header li a:hover {
    color: var(--low2);
}
header li a.hovered:after,
header li a:hover::after {
    opacity: 1;
}
.g-col a,
.g-col img {
    /*    display: block;*/
    text-decoration: none;
    /*    color: #999;*/
    /*
    background-color: #fff;
    height: 100%
*/
    transition: all .3s ease;
    width: 100%;
}

.g-col a:hover {
    color: var(--cl)
}

.g-col {
    /*    background-color: #444;*/
    /*    overflow: hidden;*/
    position: relative;
    transition: transform .3s ease;
    z-index: 1;
    /*        box-shadow: 0 1px 5px rgba(0,0,1,.05);*/
}

.g-col p,
.prix {
    color: var(--low2);
}

.g-col * {
    will-change: auto;
}

/*
.g-col,
.g-col img {
    transform: translateZ(0)
}
.g-col:hover {
    transform: scale(1.025);    
    transform: translate3d(0, -5px, 0)!important;
}
*/
.g-col:hover:before {
    opacity: 1;
    /*    transform: scale(1);*/

}

.g-col:focus {
    /*    transform: scale(1.025);*/
    background: yellow;
}


/*
.g-col > div {
    background: var(--pale)
}
*/

/*
.g-col .content, 
.g-col .car-data {
    display: block;
}
*/

/*
.g-col-v-2x > div {
    background-color: transparent;
}
.g-col-v-2x > div > div:first-child {
    position: absolute;
    width: 100%;
    z-index: -1;
}

.g-col--2x > div {
    background-image: url('../data/wild.jpg');
    background-position: center center;
}
*/







figure,
figure img,
.g-col,
.g-col:after,
.g-col a {
    /*    border-radius: 8px;*/
}

figure {
    /*    background-color: #222;*/
    padding-bottom: calc((3/4)*100%);
/*
    background-size: calc(100% - 2rem) auto;
    background-position: center 1rem;
*/
    
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}

figure.landscape {
    padding-bottom: calc((8/16)*100%) !important;
}

figcaption {
    color: #fff;
    width: 100%;
    height: 100%;

    top: 0;
    left: 0;
    
}
figcaption > * {
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    background-color: rgba(0,0,0,0.75);
}

.search {
    margin: 0 auto;
}
input {
    outline: 0
}
input[type="range"]{
    width: 100%;
}
input[type="search"]{
    border:1px solid var(--gray);
    color: var(--tag);
}
input[type="search"]:focus{
    
    border: 1px solid var(--tag);
}










header *::selection {
    background-color: transparent;
}


article h2 {
    text-transform: capitalize;
}



.car-data {}

.row-grid {
    position: relative;
}


.hero {
    position: relative;
}
.hero,
.hero * {
    color: #fff;
}
.hero:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    padding-bottom: calc((6/16)*100%);
    /*    background-color: red;*/
/*    background-image: var(--gradient);*/
    background-size: cover;
/*    clip-path: polygon(0% 0%, 80% 55%, 100% 0%);*/
/*    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 70% 100%, 0 80%);*/
/*    clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 70% 60%, 0 50%);*/
    top: 0;
    z-index: -10;
    animation: hue-rotate 20s linear infinite;
}
.hero,
.hero:before {
/*    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 70% 100%, 0 80%);*/
}

.hero figure {
    padding-bottom: calc((815/1920)*100%);
}



.data {
    /*    background-color: #212121;*/
}

/*
main article,
.data {
        border-radius: 8px;
}
*/

/*article .content*/ 
.car:first-child {
    border: 1px solid #ddd;
    border-width: 1px 0;
    color: var(--tag);
/*    border-width: 0  0 1px;*/
    font-weight: 500;
    font-size: .9rem
}

[data-tag]:before {
    background-color: var(--tag);
    color: #fff;
    padding: 0 5px;
    font-size: .8rem
}
.prix {
    font-weight: bold;
}
.bsi {
    display: inline;
}
.bsi,
[data-prix]:before {
    box-shadow: inset 0 -0.5em 0 var(--main);
}
[data-prix]:after {
    content: ' €';
}
.car span {
    /*    display: none;*/
}
.car-img {
    display: block;
}
.car-img:hover figure:after {
    opacity: 1;
}
figure {
    background-color: var(--hover);
}
figure:after {    
    background-color: rgba(10, 10, 10, 0.09375);
    transition: opacity .3s ease;
    opacity: 0;
}
.single figure:after {
    opacity: 0;
    background-color: rgba(42, 42, 42, 0.046875);
}
/*
.car-img:hover {
    background-color: var(--hover);
}
.car-img:hover img {
    opacity: 0;
}
*/
.social {
    padding: 0;
}
.social a {
    background-color: var(--high);
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}
.social .fa {
    margin: 0;
}
.copy {
    background-color: var(--low);
}
.km:after {
    content: 'km'
}
.button {
    color: var(--tag);
    padding: 0;
    background-color: rgba(0,0,0,0);
    border: none;
}
.button:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(to right, var(--main) 50%, var(--light) 50%) no-repeat scroll right bottom / 210% 100% var(--light);
    transition: all .3s ease
}
.button:hover,
.button.is-checked {
    color: var(--low2);
}
.button.is-checked:after,
.button:hover::after {
    background-position: left bottom !important;
}

/*
.search-bar {
    padding: 15px;
    background: var(--low2);
}
.search-bar input {
    background: var(--low3);
    border-color: var(--low3);
}
*/

.icon:before {
    display: block;
    margin: 0 auto;
/*    font-size: 1.5rem;*/
    font-size: 150%;
    color: var(--mid)
}
.goTop {
    background-color: var(--main);
    border: 3px solid var(--main);
    padding: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
/*    border-radius: 50%;*/
    text-align: center;
}