@charset "utf-8";

@font-face {
    font-family: 'WorkSans-Thin';
    src: url('work-sans/WOFF2/WorkSans-Thin.woff2') format('woff2');
}
@font-face {
    font-family: 'WorkSans-Light';
    src: url('work-sans/WOFF2/WorkSans-Light.woff2') format('woff2');
}
@font-face {
    font-family: 'WorkSans-LightItalic';
    src: url('work-sans/WOFF2/WorkSans-LightItalic.woff2') format('woff2');
}
@font-face {
    font-family: 'WorkSans-Regular';
    src: url('work-sans/WOFF2/WorkSans-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'WorkSans-Medium';
    src: url('work-sans/WOFF2/WorkSans-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'WorkSans-SemiBold';
    src: url('work-sans/WOFF2/WorkSans-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'WorkSans-Bold';
    src: url('work-sans/WOFF2/WorkSans-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'WorkSans-Italic';
    src: url('work-sans/WOFF2/WorkSans-Italic.woff2') format('woff2');
}
img,
object,
embed,
video {
    max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% WorkSansLightItalic*/
.ie6 img {
    width: 100%;
}
a:focus {
    outline: 0;
}
a {
    text-decoration: none;
}
body {
    font-family: 'WorkSans-Regular', Verdana, sans-serif;
    font-size: 16px;
    background-image: linear-gradient(rgba(17, 17, 17, 0.6), rgba(17, 17, 17, 0.9));
}
* {
    list-style: none;
    outline: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.main-container {
    max-width: 2050px;
    margin: 0 auto;
}
header {
    display: flex; position:relative;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px;
    background-image: linear-gradient(rgb(19, 19, 19), rgb(0, 0, 0) 100%);
    color: #ffffff;
    border-bottom: thin solid #017ac0;
   box-shadow: 1px 1px 8px 1px rgba(78, 78, 78, 0.8); /**/
    top: 0;
    height: 100px;
    position: sticky;
    z-index: 3;
}
.logo {
    padding: 2px;
    text-align: center;
    flex-basis:200px;
    flex-shrink: 0;
    margin-left: 0.5rem;
}
.logo h1 {
    font-size: 32px;
    letter-spacing: 0.1rem;
    color: #3498db;
    font-weight: bolder;
    text-shadow: #3a3a3a 1px 1px, #3a3a3a -1px 1px, #3a3a3a -1px -1px, #3a3a3a 1px -1px;
}

.logo p {
    display: block;
    margin: 2px auto;
    font-size: 1rem;
    text-align: center;
}

.logo img {
    height: 75px;
}

.nav-link { 
    display: flex;
    justify-content: center;
    flex-basis: auto;
    flex-shrink: 1;
    padding-right: 10px;
    font-size: 1.2rem;
}

.nav-link li {
    border: 1px solid rgb(163, 163, 163);
    position: relative;
    padding: 0.5rem 1vw;
    margin-left:1.5rem;
    flex-shrink: 1;
    border-radius:4px;
    box-shadow: 0 2px 1px -1px #505050;
}

.nav-link li a {
    color: #f1f1f1;
    font-weight: 500;
    transition: all 0.3s ease-out;
    padding:6px 2vw;
}
.nav-link li a:hover {
    color: rgb(255, 145, 145);
}
.nav-link li:hover {
     border: 1px solid rgb(255, 0, 0);
}
.nav-link li:nth-child(4){
    margin-left:1vw;
    border:none;
    text-align:center;
    flex-shrink: 2;
    box-shadow:none;
}
.active {
    color: rgba(121, 121, 121, 0.8);
}
.nav-link .home {
    font-weight: 500;
    color: rgb(130, 184, 221);
    padding:6px 2.2vw;
}
.nav-link .home:hover {
    color: rgb(130, 184, 221);
   border: 1px solid rgb(163, 163, 163);
}
.flag a {
    width:35px;
    transition: all ease-in-out 0.3s;
    z-index: 1;
}
.flag a:hover {
   opacity:0.7;
}
.flag img {
    width: 30px;
    border-radius: 4px;
    padding: 1px;
    background-color: #bbb4b4;
    box-shadow: 0 2px 1px -1px;
}
.active {
    color: rgba(121, 121, 121, 0.8);
}
.burger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}
.bar1,
.bar2,
.bar3 {
    display: block;
    width: 32px;
    height: 3px;
    border: 0px solid #9ba09f;
    margin-top: 5px;
    background-color: #e9e9e9;
    border-radius: 4px;
    transition: all 0.3s;
}
.burger :first-child {
    margin-top: 0;
}
.main {
    padding: 0;
    background-color: #f1f1f1;
}
section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bord {
    color: #f5f5f5;
    text-shadow: -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}
.par-top-co {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url(../img/contact-telephonique.webp);
    background-size: cover;
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center center;
    padding: 4rem 0.5rem;
}
.par-top-pl {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.34)), url(../img/vue-parc_elsib-autos.webp);
    background-size: cover;
    min-height: 75vh;
    background-attachment: fixed;
    background-position: top center;
    padding: 2rem 5px;
}
.local {
    display: block;
    margin: 10px auto -15px;
    width: 60px;
}
.desc-pl {
    margin: 1rem auto;
    width: 85%;
    max-width: 700px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    border-radius: 1.5rem;
    background-color: rgba(22, 116, 192, 0.4);
}
.par-top-an {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.0)), url(../img/garage-autos-vehicules-occasions_geneve.webp);
    background-size: cover;
    min-height: 80vh;
    background-attachment: fixed;
    background-position: top center;
    padding: 2rem 5px 1rem;
}


.par-top-v {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url(../img/achat-vente_voitures-occasions-geneve.webp);
    background-size: cover;
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center center;
    padding: 2rem 5px;
}
.par-top {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url(../img/parking-aeroport-cointrin-geneve_elsib-autos.webp);
    background-size: cover;
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center right 55%;
    padding: 4rem 0.5rem;
}
.desc-par-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0.5rem auto;
    padding: 1rem 0px;
    color: #ffffff;
    text-align: center;
    opacity: 1;
    transition: all 0.8s ease-in-out;
}
.desc-par-top  img {
    max-width:100px;
}
.fondu-scroll {
    margin-top: 80px;
    transform: translateY(180px) scale(0.4);
    opacity: 0.1;
}
.headline h1 {
    font-size: 7rem;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 1px #020202;
}
.underline p { 
    max-width:850px;
    text-align: center;
    font-family: "WorkSans-SemiBold", Arial, sans-serif;
    font-size: 3.5rem;
    line-height: 6rem;
    margin:0px auto  1.5rem;
    padding:5px;
}
.desc {
    display: block;
    border: 1px solid rgba(87, 87, 86, 0.9);
    max-width: 600px;
    margin: 60px auto 20px;
    padding: 4px 10px;
    border-radius: 15px;
    background: rgba(31, 54, 73, 0.7);
    color: #f5f5f5;
    font-size: 1.2rem;
    text-indent: 1rem;
    line-height: 1.5rem;
    text-align: justify;
    text-justify: inter-word;
}
.headline-one h1 {
    font-size: 7rem;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 1px #020202;
}

.underline-one p {
    font-family: "WorkSans-Thin", sans-serif;
    font-size: 2.8rem;
    line-height: 4rem;
}
.icarte {
    display: block;
    width: 100%;
    min-height: 800px;
    margin: 0px;
    border-radius: 0px;
    border: 0px solid #008C21;
    padding: 0;
}
.desc-map { 
    max-width:550px;
    margin:1rem auto;
    text-align: center;
}
.desc-map h1{
    font-size:3rem;
}
.desc-map img {
    width:60px;
    margin:1rem auto 0;
}
.par-mid {
    background-color: rgba(255, 255, 255, 1);
    min-height: 100vh;
    padding: 4rem 0.5rem;
}
.phone-top {
    display: flex;
    max-width: 480px;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(156, 156, 156, 0.9);
    text-align: center;
    font-size: 18px;
    color: rgb(245, 245, 245);
    padding: 4px 2px;
    margin: 3.5rem auto 2rem;
    border-radius: 1rem;
    background: rgba(245, 3, 3, 0.5);
    transition: all 0.6s ease-out;
}
.phone-top a {
    font-size: 2rem;
    color: rgb(245, 245, 245);
    padding: 4px 8px;
}
.phone-top a img {
    vertical-align: middle;
    width: 40px;
}
.phone-top img:nth-child(1) {
    margin-right: -5px;
}
.phone-top img:nth-child(2) {
    margin-left: 5px;
}
.desc-par-mid {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem auto;
    color: #161616;
    gap: 1rem 0.5rem;
    transition: all 0.7s ease-out;
}
.headline-m h1 {
    margin-bottom: 1rem;
    font-family: "WorkSans-Medium", sans-serif;
    font-size: 4rem;
    line-height: 5rem;
    text-align: center;
}
.underline-m {
    display: flex;
    width: auto;
    max-width: 700px;
    flex-direction: column;
    align-content: center;
    gap: 2rem;
    font-family: "WorkSans-Thin", sans-serif;
    font-size: 2.5rem;
    line-height: 4rem;
}
.underline-m p {
    width: auto;
    text-align: center;
    background-color: rgba(22, 116, 192, 0.0);
    border-radius: 1.2vw;
    margin: 0 auto;
}
.container-card {
    display: flex;
    margin: 0 auto;
    align-content:center;
    gap: 0.5vw;
    width: 95%;
}
.card-font {
    font-size: 24px;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    width: auto;
    max-width: 500px;
    margin: 4rem auto;
    text-align: center;
    color: #505050;
    background-color:#f7f7f7;
    border: thin solid #cfcfcf;
    border-radius: 0.8rem;
    font-family: 'WorkSans-Regular', sans-serif;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.card:nth-child(1) {
    margin-right:2vw;
}
.img-card img {
    position:relative;
    padding:0;
    max-width: 100%;
     box-shadow:0px 2px 3px #383838; 
}
.head-card {
    padding: 10px 5px;
    border: 1px solid rgb(19, 19, 19);
    color: #f5f5f5;
    font-size: 3rem;
    text-align: center;
    text-indent:5px;
    background-color: #b60303;
    border-radius: 0.8rem 0.8rem 0 0;
}/**/
.desc-card p {
    padding: 1.5rem 1rem;
    max-width:100%;
    text-align: justify;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-stretch: semi-expanded;
}
.desc-card a {
    color:  rgba(1, 111, 175, 1);
}
.desc-card a:hover{
    color:  rgba(252, 0, 0, 0.8);
}
.desc-card hr {
    border-top: thin solid rgba(1, 111, 175, 0.7);
    margin:0px auto;
    width:90%;
}
.desc-card em {
    display: inline-block;
    width: 98%;
    margin: 20px auto 5px;
    font-family: 'WorkSans-Light', sans-serif;
    font-size: 24px;
}
.desc-card p img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.marge-left {
    margin-left: 2rem;
}
.marge-bottom {
    margin-bottom: 2rem;
}
.footer-card{
    position:relative;
}
.tab {
    display: flex;
    justify-content:center;
    align-items:center;
    width:96%;
    gap: 0.5rem ;
    margin: 0 auto;
    font-family: 'WorkSans-Light', sans-serif;
}
.tab div {
    display: flex; 
    justify-content:center;
    margin:25px auto;
    border: thin solid rgba(85, 85, 85, 0.5);
    border-radius:8px;
    background-color:rgb(182, 3, 3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
}
.tab div h2 {
    color:#f2f2f2;
    font-size: 1.3rem;
    line-height: 2.5rem;
    padding:4px 6px;
}
.footer-card a {
    display:inline-block;
   max-width:150px;
   margin-bottom: 2rem;
   color: #ffffff;
   border: 0px solid rgb(163, 163, 163); 
   background-color: #b90101;
   padding: 0.5rem 2rem;
   border-radius: 4px;
   transition: all ease-in-out 0.3s;
   box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.6);
}
.footer-card a:hover {
    color:rgb(255, 145, 145);
    padding: 0.5rem 1.6rem;
    opacity:0.7;
}
.par-bot {
    background-image: linear-gradient(rgba(10, 10, 10, 0.8),
            rgba(10, 10, 10, 0.5)), url(../img/elsib-voitures-autos-occasion-genève-cointrin.webp);
    background-size: cover;
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center center;
    padding: 6px 10px;
}
.desc-par-bot {
    border: 0px solid yellow;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 100px auto 0px;
    padding: 1rem 0.5rem;
    color: #ffffff;
    text-align: center;
    transition: all 0.6s ease-out;
}
.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 3vw;
    min-height: 300px;
    color: #f5f7fa;
    font-family: 'WorkSans-Light', sans-serif;
    line-height: 1.5rem;
    text-align: center;
    background-image: linear-gradient(rgba(0, 0, 0, 9), rgba(0, 0, 0, 0.8));
    background-position: center center;
    background-repeat: no-repeat;
    border-top: thin solid  #017ac0;;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
}
.footer img {
    width: 20px;
    margin: 4px 4px;
    vertical-align: middle;
}
.footer h1 {
    font-family: 'WorkSans-Light', Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
    margin: 15px auto;
}
.footer a {
    font-size: 1.2rem;
    color: rgb(248, 5, 5);
    transition: all ease-in-out 0.3s;
}
.footer a:hover {
    opacity: 0.7;
}
.bouton a {
    font-size: 1.2rem;
    color: #f5f5f5;
    background: rgb(255, 1, 1);
    padding: 4px 8px;
    border-radius: 8px;
    transition: all ease-in-out 0.3s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.bouton a:hover {
    color: #cccccc;
    background: rgb(207, 18, 11);
    padding: 6px 10px;
}
form {
    width: 98%;
    max-width: 600px;
    margin: 1rem auto 3rem;
    color: rgb(255, 255, 255);
    padding: 10px 6vw 0 6vw;
    border: 1px solid rgb(120, 120, 120);
    border-radius: 1rem;
    text-align: center;
    background-image: linear-gradient(rgba(29, 29, 29, 0.7), rgba(8, 8, 8, 0.6));
    font-size: 1.1rem;
}
form em {
    font-size: 14px;
}
form fieldset {
    text-align: left;
    border: none;
}
form label {
    display: block;
    margin-top: 25px;
    margin-bottom:6px;
}
.erreur::-webkit-input-placeholder {
    color: #c00;
}
.erreur:-moz-placeholder {
    color: #c00;
}
.erreur::-moz-placeholder {
    color: #c00;
}
.erreur:-ms-input-placeholder {
    color: #c00;
}
form input[type], form input[type]:focus {
    display: inline-block;
    height: 30px;
    border-radius: 4px;
    width:95%;
    max-width: 350px;
    border: thin solid rgba(65, 169, 255, 0.7);
    font-size: 1rem;
    margin-bottom: 10px;
}
form textarea, form textarea:focus {
    height: 100px;
    border: thin solid rgb(21, 150, 255);
    border-radius: 4px;
    width: 100%;
    max-width: 350px;
    font-size: 16px;
}
form input[type=submit] {
    display: block;
    color: #f5f5f5;
    width: 150px;
    height: 30px;
    border: thin solid rgba(235, 235, 235, 0.5);
    margin: 40px auto;
    background: rgba(184, 0, 0, 1);
    border-radius: 8px;
    box-shadow: 1px 1px 2px rgba(70, 70, 70, 0.8);
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}
form input[type=submit]:hover {
   background: rgba(184, 0, 0, 0.7);
    color: #d1d1d1;
    margin: 40px auto;
    width: 160px;
}
form .code {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-top: 15px;
    gap: 5px;
}
form .code img {
    width:80px;
    height:30;
    border-radius: 4px;
}
form .message_valid {
	display:block;
	margin-left:10px;
	text-align: left;
    padding: 15px 1px 5px;
    color: #097E00;
    font-weight: bold;
}
form .erreur_message {
    padding: 15px 1px 0px;
    color: rgb(255, 78, 78);
    font-size: 1rem;
    text-align: left;
}
form .comment {
    display: block;
    margin: 5px auto 30px;
    font-size: 14px;
    color: #f3f2f2;
}
form .comment em {
    font-size: 14px;
    color: #f3f2f2;
}
form .comment_erreur span {
    display: block;
    padding-top: 12px;
    font-size: 13px;
    color: #097E00;
}
form .comment_erreur {
    display: block;
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.1rem;
    color: rgb(241, 114, 114);
}
textarea.erreur,
input[type].erreur {
    border: 1px solid #f7bfbf;
    color: #000000;
    background-color: rgb(248, 123, 123);
}
textarea.erreur:focus,
input[type].erreur:focus {
    border: 1px solid #f7bfbf;
    color: #000000;
    background-color: rgb(248, 123, 123);
}
form div.erreur {
    width: 80%;
    color: #ffffff;
    background-color: rgb(248, 123, 123);
    padding: 2px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Responsive */
@media (max-width: 879px) {

.nav-end {
        display: none;
}
.nav-link {
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    top: 100px;
    left: -80%;
    width: 80%;
    height: 100%;
    border-right: rgba(43, 44, 44, 0.3) thin solid;
    background-color: rgba(20, 20, 20, 0.9);
    transition: transform 0.5s ease-in-out;
    backdrop-filter: blur(4px);
 }
.slide_menu {
        transform: translate(100%);
    }
.nav-link li {
    align-content: space-around;
    flex-shrink: 2;
    transition: all ease-in-out 0.3s;
    margin-left: 0;
    text-align:left;
    padding:1rem 0;
    border:none;
     border-bottom: rgba(223, 223, 223, 0.3) thin solid;
    }
.nav-link li:hover {
    border:none;
     border-bottom: rgba(223, 223, 223, 0.3) thin solid;
    }
.nav-link li a {
    color:#fff;
    }
.nav-link li a:hover {
     color: rgb(255, 145, 145);
    }
.nav-link .home {
    border:none;
    border-bottom: rgba(223, 223, 223, 0.3) thin solid;
    color: rgb(130, 184, 221);
    text-indent:10px;
    padding:1rem 0;
    }
.nav-link .home:hover {
    border:none;
    border:none;
    border-bottom: rgba(223, 223, 223, 0.3) thin solid;
    color: rgb(130, 184, 221);
    padding:1rem 0;
}
.nav-link li:nth-child(1) {
    margin-top: 20px;
}
.nav-link li:nth-child(4){ 
    margin-top:1rem;
    border:none;
    text-align:left;
    flex-shrink: 2;
}
.burger {
    display: block;
    margin-right: 10px;
     border-radius: 50%;
 }
.open.burger {
    content:0 solid rgb(99, 99, 99);
    transition: ease-in-out 0.5s;
    padding: 8px 4px;
 }
.open {
    transform: translateX(0%);
}
.open .bar1 {
     transform: translateY(8px) rotate(-45deg);
}
.open .bar2 {
    opacity: 0;
    transition: ease-in-out 0.2s;
    transform: scale(0);
}
.open .bar3 {
    transform: translateY(-8px) rotate(45deg);
}
.icarte {
    min-height: 500px;
}
.icarte {
    min-height: 500px;
 }
.par-top {
    min-height: 90vh;
    background-position: bottom 45% right 50%;
}
.par-mid {
    min-height: 100vh;
}
.headline h1 {
    font-size: 14vw;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 1px #020202;
}
.desc {
    font-size: 1rem;
    width: 90%;
}
.headline-valid p {
    font-size: 1.2rem;
    line-height:1.5rem;
}
.underline p {
    font-size: 6.5vw;
    line-height: 10vw;
    padding: 5px 0;
}
.headline-m  {
    padding:0rem ;
}
.headline-m h1 {
    font-size: 10vw;
    line-height: 12vw;
   margin:-10px auto -20px;
}
.underline-m p {
    font-family: "WorkSans-Thin", sans-serif;
    font-size: 4.8vw;
    line-height: 5vw;
}
.desc-map h1{
    font-size:2.6rem;
}
.phone-top a {
    font-size: 1.5rem;
    padding: 4px;
    transition: none;
}
.phone-top img {
    width: 6.5vw;
    max-width: 35px;
}
.desc-par-mid {
    flex-direction: column;
    gap: 2rem;
}
.container-card {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    width: 98%;
}
.card:nth-child(1) {
    margin-right:auto;
}
.card:first-child {
     margin-bottom: 2rem;
}
.tab div h2 {
    font-size: 1.1rem;
    line-height: 2.5rem;
}
.footer {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 3.5rem;
}
.footer h1 {
    font-family: 'WorkSans-Light', Verdana, Geneva, Tahoma, sans-serif;
    font-size: 2rem;
    margin: 10px auto
}

.footer div:nth-child(2) {
    order: 4;
}
form {
    padding-left:5vw;
}

}