/* Global */

body {
    color: white;
    margin: 0;
    padding: 0;
    font-family: 'Raleway';
    font-size: 14px;
    line-height: 18px;
}

a {
    text-decoration: none;
}

a:link,
a:visited {
    color: inherit;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}


/* video */

video {
min-height: 100%;
    position: fixed;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/* Nav */

.principale {
    position: absolute;
    z-index: 3;
    top: 0;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    color: #8E8E8E;
    text-align: center;
    left: 0;
    opacity: 0;
    cursor: url(cursor.gif), pointer;
}

.principale ul {
    background-color: white;
    padding-top: 60px;
}

.principale ul li {
    padding: 20px 30px;
    border-bottom: 1px solid #eee;
    text-align: left;
    text-transform: uppercase;
}

.noir {
    background-color: black!important;
}

.show {
    top: 0;
    transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    visibility: visible;
    opacity: 1;
}


/* header */

header .logo img {
    width: 250px;
    margin-top: 10px;
}

header .logo_menu {
    display: block;
    width: 50px;
    height: 50px;
    z-index: 5;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
}

header .ai {
    height: 300px;
    background-image: url('images/entete-ai.jpg');
    background-position-x: 20%;
}

header .am {
    height: 300px;
    background-image: url('images/entete-am.jpg');
    background-position-x: 50%;
}

header .rc {
    height: 300px;
    background-image: url('images/entete-rc.jpg');
    background-position-x: 30%;
}

h1 {
    line-height: 1.5;
}

header section {
    width: 90%;
    margin: 0 auto;
}

header {
    background-color: #151e31;
}

.logo_menu span {
    background-color: white;
    display: block;
    height: 2px;
    left: 14px;
    position: absolute;
    width: 22px;
}

.logo_menu span:first-child {
    top: 16px;
    -webkit-transition: width 0.15s linear 0.3s;
    transition: width 0.15s linear 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.logo_menu span:nth-child(2) {
    top: 24px;
    -webkit-transition: width 0.15s linear 0.3s;
    transition: width 0.15s linear 0.3s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.logo_menu span:nth-child(3) {
    top: 32px;
    -webkit-transition: width 0.15s linear 0.3s;
    transition: width 0.15s linear 0.3s;
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
}

header h1 {
    text-align: center;
    text-transform: uppercase;
}

header h1:before {
    content: '';
    display: block;
    background-color: white;
    width: 80vw;
    height: 1px;
    margin: 20px auto;
}



/* bloc bleu */

.centrage {
        background-color: #151e31;
width: 100vw;
    position: absolute;
    top: 250px;

    margin-bottom: 50px;
}



/* form */

form p {
display: block;
    width: 100%;
    margin: 10px 0;
    vertical-align: top;
}

.duree .champ {
    display: block;
    padding: 10px 0px;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-family: 'Raleway';
    margin: 0 auto;
}

.duree input.champ::placeholder {
    color: white;
}



.duree select {
    cursor: pointer;
    display: block;
    border: 0;
    border-radius: 0;
    outline: 0;
    resize: none;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    margin: 0 auto;
}


.centrage>div {
    margin: 70px 50px;
    margin-bottom: 0px;
}

#menu-deroulant-style {
    display: block;
    padding: 9px 0;
    width: 100%;
    margin: 0;
    background-color: #151e31;
    border-radius: 0px;
    text-align: left;
    color: white;
    font-size: 14px;
    font-family: 'Raleway';
    cursor: pointer;
}

.input-prepend {
display: block;
    width: 100%;
    margin: 10px 0;
}

#menu-deroulant-style-on {
    opacity: 0;
    visibility: hidden !important;
    display: none;
}

#menu-deroulant-style-on.ouvert {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1 !important;
    visibility: visible !important;
    display: block;
}

.fermeture {
    color: red;
    cursor: pointer;
    text-align: right;
    background-color: transparent;
}

.fermeture {
    padding-top: 20px;
    margin: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    text-align: right;
    height: 60px;
    top: 70vh;
    text-align: center;
    z-index: 9999;
}

.lightbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    width: 80vw;
    margin: auto;
    color: white;
}

.fermeture img {
    padding-right: 5px;
    width: 60px;
    height: 20px;
    margin: 20px;
}

.liste_label {
    overflow-y: scroll;
    width: 80vw;
    height: 60vh;
    top: 40px;
    bottom: 0;
    position: absolute;
}

#menu-deroulant-style-on label {
    display: block;
    padding: 5px;
    font-size: 16px;
}

#menu-deroulant-style-on label input {
    font-size: 16px;
}

#menu-deroulant-style-on input {
    width: initial !important;
}

h1 {
    text-transform: uppercase;
    text-align: center;
    margin: 30px 0;
    font-size: 16px;
    color: white;
}

.submit {
    text-align: center;
    width: 100%;
}

.enter {
    padding: 10px 30px;
    border-radius: 25px;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    margin: 30px 0;
    width: 200px;
    cursor: pointer;
    border: none;
}

.prix p {
    font-family: 'RalewayBold';
    font-size: 30px;
    line-height: 35px;
    padding: 20px 0;
    text-align: center;
    margin: 30px auto 0 auto;
    display: block;
}

/* AI */

.centrage_ai .duree .champ {
    color: white;
    background-color: #151e31;
    border-bottom: 1px solid #009fe3;
}

.centrage_ai .duree select {
    border-bottom: 1px solid #009fe3;
    color: white;
}

#menu-deroulant-style {
    border-bottom: 1px solid #009fe3;
}

.centrage_ai .enter {
    background-color: #009fe3;
}

.centrage_ai .prix p {
    background-color: #009fe3;
}

.centrage_am .duree .champ {
    color: white;
    border-bottom: 1px solid #e94e1b;
}

.centrage_am .duree select {
    border-bottom: 1px solid #e94e1b;
    background-color: #151e31;
    color: white;
}

.centrage_am .enter {
    background-color: #e94e1b;
}

.centrage_am .prix p {
    background-color: #e94e1b;
}





/* Accueil */

.bouton-accueil a{
    display: block;
    vertical-align: middle;
    width: 100%;
}

.bouton-accueil {
    position: absolute;
    width: 100vw;
    top: 200px;
    left: 0;
        margin-bottom: 100px;
}

.bouton-accueil a img {
    display: block;
    margin: 0 auto;
    width: 250px;
    margin-bottom: 30px;
}




.max-width {
    color: black;
}

.max-width h1, .max-width h3 {
    color: #009fe3;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
}

.max-width-ai h1, .max-width-ai h3 {
    color: #e94e1b;
}

.max-width-rc h1  {
    color: #e94e1b;
}

.max-width-rc h3 {
    color: black;
}

.max-width-ai h4 {
color: #e94e1b!important;
}

.max-width-rc h4 {
color: #e94e1b!important;
}


.max-width h4 {
    margin: 0;
    margin-top: 20px;
    font-weight: 600;
color: #009fe3;
}

.max-width .deux-colonnes {
    margin-bottom: 50px;
}

.max-width .deux-colonnes h2 {
    margin-bottom: 40px;
}

.max-width h1 {
    margin-top: 50px;
}

.max-width .une-colonne {
    margin-top: 50px;
}

.max-width h2 {
    font-size: 18px;
    color: black;
    font-weight: 400;
    text-align: left;
}

.max-width {
    display: block;
    margin: 0 auto;
    width: 90%;
}

.max-width section {
    display: block;
    vertical-align: top;
}

.max-width .bouton-bleu {
    background-color: #009fe3;
    color: white;
    padding: 5%;
}

.max-width-ai .bouton-bleu {
    background-color: #e94e1b;
}

.max-width-rc .bouton-bleu {
    background-color: #e94e1b;
}

.max-width-ai .bouton-bleu a span {
    color: #e94e1b;
}

.max-width .bouton-bleu>span{
    display: block;
    font-size: 22px;
    text-align: center;
    line-height: 28px;
}

.max-width .bouton-bleu a {
padding: 10px 30px;
    border-radius: 25px;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    margin: 30px auto;
    width: 80px;
    cursor: pointer;
    border: none;
    background-color: white;
    display: block;
    margin-bottom: 0px;
}

.max-width .bouton-bleu a span {
    color: #009fe3;
}

.max-width-rc .bouton-bleu a span {
    color: #e94e1b;
}

.max-width-ai .bouton-bleu a span {
    color: #e94e1b;
}

table,tr,td {
    border-collapse: collapse;
}

.max-width table .font-12{
    font-size: 12px;
    box-shadow: 0px 7px 6px -1px rgba(0,0,0,0.30);
    -webkit-box-shadow: 0px 7px 6px -1px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 7px 6px -1px rgba(0,0,0,0.30);
    padding: 10px;
}

table tr td:first-of-type {
    padding: 10px;
    text-transform: uppercase;
    padding-left: 20px;
} 

table tr td:last-of-type {
    text-align: center;
} 

.max-width strong {
    font-weight: 600;
}

/*
.max-width .border::after {
    width: 100%;
    background-color: #1a373d;
    height: 1px;
    content: '';
    margin-top: 10px;
    display: block;
}

.border {
    text-transform: initial;
    padding-left: 40px;
    padding-right: 0!important;
}

.font-12.border {
    padding-left: 0px!important;
}*/

.border {
    position: relative;
}

.border::after {
    content: '';
    height: 1px;
    width: 80%;
    background-color: black;
    position: absolute;
    left: calc(5% + 20px);
}


/*.border-1 {
    border-bottom: 1px solid #1a373d;
}*/

.border-1 {
    position: relative;
}

.border-1::after {
    content: '';
    height: 1px;
    width: 80%;
    background-color: black;
    position: absolute;
    left: calc(5% + 20px);
}

.bouton-details.new-bouton-rcpro {
    padding: 10px 30px;
    border-radius: 25px;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    border: none;
    background-color: white;
    display: block;
    margin-bottom: 0px;
}

/* new accueil rc pro */

.pop-up {
    display: inline-block;
    padding: 10px 20px;
    background-color: #e94e1b;
    color: white!important;
    cursor: pointer;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 10px;
}

.ouvrir-garantie {
    display: none;
    background-color: #F7F7F7;
    padding: 10px;
    margin-top: 20px;
    cursor: pointer;
}

.show-div {
    display: block;
}

.mentions-legales-mobile {
    position: initial!important;
}

.bouton-accueil {
    position: initial;
    padding-top: 200px;
}

/* DESKTOP */


@media screen and (min-width: 960px) {
    #button {
        display: table;
        width: 100vw;
        padding: 0;
    }
    
    #button div {
        display: table-cell;
        width: 50vw;
        vertical-align: top;
    }
    
    #button .individuel {
            background-image: url(images/paysage.jpg);
    }
    
        #button .assurance {
            background-image: url(images/paysage.jpg);
    }
    
    .max-width section {
    display: inline-block;
    vertical-align: top;
}

.max-width .deux-colonnes {
    width: 60%;
}

.max-width .une-colonne {
    width: 36%;
    float: right;
}
    
    .centrage {
    width: 60vw;
    left: calc(50% - 30vw);
    }
    
    form p {
            display: inline-block;
    width: calc(50% - 4px);
    }
    
    .input-prepend {
            display: inline-block;
    width: 50%;
    }
    
    .duree .champ {
        width: calc(96% - 20px);
    }
    
    #menu-deroulant-style {
    width: calc(96% - 20px);
    }
    
    .bouton-accueil a{
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    margin-bottom: 40px;
}

.bouton-accueil {
    position: absolute;
    width: 70vw;
    top: 30%;
    left: calc(50% - 35vw);
    padding-top: 0px;
}

.bouton-accueil a img {
    display: block;
    margin: 0 auto;
    width: 250px;
}
    
    video {
min-height: 100%;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
    
    .border::after {
    width: 50%;
}


.border-1::after {
    width: 50%;

}
    
    .body-mobil {
         height: 100vh; 
overflow: hidden;
    }
    
    header .ai, header .rc, header .am {
        background-size: cover;
    }
    
    .lightbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50vw;
    height: 50vh;
    margin: auto;
    color: white;
}
    
    .liste_label {
    overflow-y: scroll;
    width: 50vw;
    height: 50vh;
    bottom: 0;
    position: absolute;
        top: initial;
}
    
    .fermeture {
    padding-top: 20px;
    margin: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    text-align: right;
    height: 60px;
        top: 0;
        z-index: 9999;
}

.mentions-legales-mobile {
    position: absolute!important;
}


}
