@-moz-keyframes anim {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes anim {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes anim {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes anim {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes anim {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes animinverse {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes animinverse {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes animinverse {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes animinverse {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes animinverse {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

#fade {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1040;
    -moz-animation: animinverse 2s linear forwards 1s;
    -webkit-animation: animinverse 2s linear forwards 1s;
    -o-animation: animinverse 2s linear forwards 1s;
    animation: animinverse 2s linear forwards 1s;
}


/* .neige {
  position: absolute;
  width: 100%;
  height: calc(100% - 76px);
  top: 76px;
  left: 0;
  z-index: 1060;
  background: url(img/neige.gif) repeat;
} */

.navbar {
    -webkit-transition: background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    transition: background 0.5s ease-out;
    background-color: rgba(0, 0, 0, 0.4);
}

.nav-item a {
    font-size: 1.6em;
    -webkit-transition: font-size 0.5s ease-out;
    -moz-transition: font-size 0.5s ease-out;
    -o-transition: font-size 0.5s ease-out;
    transition: font-size 0.5s ease-out;
}

.bigLinks .nav-item a {
    font-size: 1.6em;
}

.texte {
    color: #ffffff;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-family: "Big Shoulders Text", cursive;
    font-family: "Noto Sans", sans-serif;
    font-family: "Source Sans Pro", sans-serif;
    position: relative;
    opacity: 1;
    /*margin-top:76px;*/
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff
}

#navbar1 .active>.nav-link {
    text-decoration: underline
}

.bg-transparent {
    background: #000000ad!important
}

.bg-dark {
    background: #262626!important
}

@media (min-width: 992px) {
    #navbar1 .navbar-nav .nav-link {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }
}

.othersection {
    margin-top: 125px;
}

.itemCarousel {
    height: 100vh;
    background-size: cover;
}


/* .colText1 {
    background-image: url(img/leonard.jpg);
}

.colText2 {
    background-image: url(img/albert.jpg);
}

.colText3 {
    background-image: url(img/neil.jpg);
}

.colText4 {
    background-image: url(img/pere_noel.jpg);
}

.colText5 {
    background-image: url(img/charlie.jpg);
} */

.real-RenaultF1 {
    background-image: url(img/RF1-4.jpg);
    background-size: cover;
    height: 100vh;
}

.txt {
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
    position: absolute;
    margin: 0;
    width: calc(100% - 20px);
    left: 10px;
    right: 10px;
    bottom: 10px;
    text-align: center;
    /*top: 385px;*/
    display: block;
    border-radius: 5px;
    padding: 5px;
}

.txt:hover {
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 1.05em;
}

div.txt {
    height: 180px !important;
}

#construction0 {
    position: absolute;
    width: calc(100% - 20px);
    left: 10px;
    right: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    margin: 0;
    top: 80px;
    font-size: 16px;
    color: #ffffff;
    font-family: "Rubik", sans-serif;
    font-family: "Roboto", sans-serif;
    font-family: "Raleway", sans-serif;
    display: block;
    opacity: 0;
    -moz-animation: anim 2s linear forwards 3s;
    -webkit-animation: anim 2s linear forwards 3s;
    -o-animation: anim 2s linear forwards 3s;
    animation: anim 2s linear forwards 3s;
    -moz-border-radius: 5px 5px;
    -webkit-border-radius: 5px 5px;
    border-radius: 5px 5px;
    z-index: 2;
}

#construction0 p {
    margin: 10px 0px;
}

#BoutonCons {
    position: absolute;
    font-size: 30px;
    color: #ffffff;
    font-family: "Rubik", sans-serif;
    font-family: "Roboto", sans-serif;
    font-family: "Raleway", sans-serif;
    border: solid;
    width: 50%;
    height: 20%;
    left: 25%;
    border-color: rgba(199, 199, 199, 0.4);
    border-width: 1px;
    background-color: rgba(150, 150, 150, 0.4);
    padding: 0;
    -moz-border-radius: 5px 5px;
    -webkit-border-radius: 5px 5px;
    border-radius: 5px 5px;
    text-decoration: none;
}

#border-top1 {
    border-top: 4px solid #AB2825;
    background-color: #212121;
    color: #e8e8e8;
}

#border-top2 {
    border-top: 4px solid #D57D15;
    background-color: #353535;
    color: #e8e8e8;
}

#border-top3 {
    border-top: 4px solid #189A3C;
    background-color: #212121;
    color: #e8e8e8;
}

#border-top4 {
    border-top: 4px solid #0F7891;
    background-color: #353535;
    color: #e8e8e8;
}

#border-top5 {
    border-top: 4px solid #5A447E;
    background-color: #212121;
    color: #e8e8e8;
}

.font {
    font-size: 20px;
    font-weight: 300;
}

.btn-center {
    text-align: center;
}

.txt-margin {
    margin: 8 50 8 50 !important
}

.font {
    font-size: 15px;
}

#logoToofoot {
    height: 58px;
    opacity: 1;
    transition: height 1s ease;
}

.size {
    font-size: 30px;
}

.font-fam-contact {
    font-family: 'Raleway', sans-serif;
    font-size: .7em;
}

.contact {
    padding: 10px;
}

.form-group.input-material label {
    color: black;
}

.form-group.input-material .form-control:focus,
.form-group.input-material .form-control[value]:not([value=""]) {
    border-bottom-color: #303030;
}

.form-group.input-material .form-control:focus~label,
.form-group.input-material .form-control[value]:not([value=""])~label {
    color: #303030;
}

.btn-primary {
    background-color: #454545;
    border-color: #303030;
}

.btn-primary:hover {
    background-color: #303030;
    border-color: #252525;
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #202020;
    border-color: #151515;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #303030;
    border-color: #252525;
}

.bord-r-contact {
    border-right: 1px solid grey;
}

.bg-contact {
    background-color: black;
    opacity: 0.5;
    color: white;
    font-size: 1.5em;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.font-size-con {
    font-size: 15px;
}

.img-contact {
    background: url(cdm2.png) no-repeat;
    background-size: cover;
    /* position: fixed; */
    height: calc(100vh - 66px);
}

.padding-top-contact {
    padding-top: 66px;
}

#checkbox-contact {
    font-size: 1.5em;
}

.contact {
    font-size: 3.8em;
}

.contact-small {
    font-size: 0.4em;
}

.svg-wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 350px;
}

.shape {
    color: #141414;
    stroke-dasharray: 140 540;
    stroke-dashoffset: -474;
    stroke-width: 8px;
    fill: transparent;
    stroke: #141414;
    border-bottom: 5px solid black;
    transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}

.text-send {
    font-family: 'Raleway', sans-serif;
    ;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #141414;
    top: -48px;
    position: relative;
}

.svg-wrapper:hover .shape {
    stroke-width: 2px;
    stroke-dashoffset: 0;
    stroke-dasharray: 760;
}

.boutonlien {
    background: none;
    border: none;
    cursor: pointer;
    animation: none;
    width: 80%;
}

.boutonlien:focus {
    outline: none;
}

.font-fam-text {
    font-family: 'Raleway', sans-serif;
    font-size: 1.3em;
}

.title-concept {
    font-family: 'Advent Pro', sans-serif;
    font-size: 3em;
}

.ml9 {
    position: relative;
    font-weight: 200;
    font-size: 4em;
}

.ml9 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
}

.ml9 .letter {
    transform-origin: 50% 100%;
    display: inline-block;
    line-height: 1em;
}

.pointer {
    cursor: pointer!important
}

.txt-realisation {
    text-align: center;
    color: #d3d3d3;
    margin-top: 66px;
    font-size: 2em;
}

.color-renault {
    color: #e0ab18;
    font-family: 'Titillium Web', serif;
    font-size: 1.5em;
}

.img-site-renault {
    background-image: url(img/img-site-renault-acces-site.png);
    height: 100vh;
    background-size: cover;
}

.my-container {
    width: 100%;
    margin-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: auto;
    margin-left: auto;
}

.my-container-2 {
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    margin-right: auto;
    margin-left: auto;
}

.backgroung-color-realisation {
    background-color: #e6e6e6;
}

.txt-qcqb {
    background-color: #dddddd;
    text-align: center;
    font-size: 3em;
    color: #454545
}

.border-text-realisation {
    border: 0.5px solid #adadad;
    padding: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.font-fam-realisation {
    text-align: center;
    font-size: 2em;
    font-family: 'Spartan', sans-serif;
}

.font-fam-realisation-color {
    color: #e0ab18;
}

.margin-txt-realisation {
    margin-top: 60px;
    margin-bottom: 60px;
}

.itv {
    text-align: center;
    font-size: 2em;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 20px;
}

.itv-2 {
    text-align: center;
    font-size: 1em;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 20px;
}

.itv-3 {
    font-size: 1.2em;
}

footer {
    background-color: #e4e4e4;
    position: fixed;
    font-size: 1.04em;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    text-align: center;
}

.border-itv {
    border: 0.5px solid #adadad;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sent-1 {
    text-align: center;
    border: 1px solid rgb(104, 104, 104);
    color: rgb(233, 61, 61);
    font-size: 1.8em;
}


/* .font-icone {
    font-size: 2em;
    top: 50%;
}

.deco-icone {
    border: black solid 1px;
    border-radius: 100%;
    height: 70px;
    width: 70px;
    text-align: center;
} */

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
* {
    padding: 0px;
    margin: 0px;
}

.okk {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20vh;
}

.okk ul {
    position: relative;
    display: flex;
    /* transform: rotate(-25deg) skew(25deg); */
    transform-style: preserve-3d;
}

.okk ul li {
    position: relative;
    list-style: none;
    width: 60px;
    height: 60px;
    margin: 0px 20px;
}

.okk ul li:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -5px;
    width: 100%;
    height: 10px;
    /* background: #2a2a2a; */
    transform-origin: top;
    transform: skewX(-41deg);
}

.okk ul li:after {
    content: '';
    position: absolute;
    top: 5px;
    left: -9px;
    width: 9px;
    height: 100%;
    /* background: #2a2a2a; */
    transform-origin: right;
    transform: skewY(-49deg);
}

.okk ul li span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex !important;
    background: #4b4b4b;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px !important;
    transition: 1.5s ease-out;
}

.okk ul li:hover span {
    z-index: 1000;
    transition: .3s;
    color: #fff;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, .5);
}

.okk ul li:hover span:nth-child(5) {
    transform: translate(40px, -40px);
    opacity: 1;
}

.okk ul li:hover span:nth-child(4) {
    transform: translate(30px, -30px);
    opacity: .8;
}

.okk ul li:hover span:nth-child(3) {
    transform: translate(20px, -20px);
    opacity: .6;
}

.okk ul li:hover span:nth-child(2) {
    transform: translate(10px, -10px);
    opacity: .4;
}

.okk ul li:hover span:nth-child(1) {
    transform: translate(0px, 0px);
    opacity: .2;
}

.okk ul li:nth-child(1):hover span {
    background: #0A66C1 !important;
}

.okk ul li:nth-child(2):hover span {
    background: #3C5A99 !important;
}

.okk ul li:nth-child(3):hover span {
    background: #3BCD2E !important;
}

.okk ul li:nth-child(4):hover span {
    background: #be1717 !important;
}

.degrade-all-color-toofoot {
    background-color: #ab2825;
    background-image: linear-gradient(90deg, #ab2825 0%, #d57d15 22%, #189a3c 49%, #0f7891 75%, #5a447e 100%);
}


/*NAVIGATION ADMINISTRATEUR*/

.nav-admin {
    position: fixed;
    top: 84px;
    z-index: 2000;
    text-decoration: none;
    color: rgb(182, 182, 182);
    width: 280px;
    height: 60px;
    border-radius: 0 10px 10px 0;
}

.nav-admin-a {
    color: rgb(182, 182, 182) !important;
}

.nav-admin-a:hover {
    text-decoration: none;
    color: rgb(182, 182, 182) !important;
}