html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.container {
    position: relative;
    float: left;
    width: 100%;
}

.container * {
    font-family: 'Poppins', sans-serif;
}

.content {
    max-width: 1200px;
    width: 100%;
    float: none;
    margin: 0 auto;
}

.top {
    height: 740px;
    max-height: 740px;
    min-height: 740px;
    background-image: url('../images/mainbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.mid {
    height: 420px;
    max-height: 420px;
    min-height: 420px;
    background-color: #FFFFFF;
}

.mid1 {
    height: 620px;
    max-height: 620px;
    min-height: 620px;
    background-color: #f3f3f3;
}

.mid2 {
    height: 470px;
    max-height: 470px;
    min-height: 470px;
    background-color: #f3f3f3;
}

.footer {
    height: 150px;
    max-height: 150px;
    min-height: 150px;
    background-color: #343434;
}

.mentions {
    height: 400px;
    max-height: 400px;
    min-height: 400px;
    background-color: #FFFFFF;
}


.top .logo {
    float: left;
    width: 100%;
}

.top .logo img {
    margin: 30px 0 0 40px;
}

.top .left {
    width: 50%;
    float: left;
    margin-top: 80px;
}

.top .left > div {
    float: left;
    width: 80%;
    margin: 0 0 0 40px;
    background-color: rgba(255, 255, 255, 0.9);
}

.top .left > div > div:first-child {
    width: 100%;
    padding: 20px 0;
}
.top .left > div > div:first-child h2 {
    color: #ff8800;
    width: 90%;
    float: left;
    margin: 0 5%;
    font-size: 40px;
    line-height: 150%;
    text-transform: uppercase;
    font-weight: 700;
}
.top .left > div > div:first-child p {
    color: #343434;
    width: 90%;
    margin: 0 5%;
    font-size: 24px;
    line-height: 150%;
    font-weight: 700;
}

.top .left > div > div:last-child {
    width: 100%;
    margin: 0 0;
    padding: 10px 0;
    background-color: #343434;
}

.top .left > div > div:last-child p {
    color: #FFFFFF;
    width: 90%;
    margin: 0 5%;
    font-size: 20px;
    line-height: 130%;
    font-weight: 700;
}
.top .left > div > div:last-child p span {
    color: #ff8800;
}

.top .left > div > div:last-child p sup {
    font-size: 0.5em;
}

.top .right {
    width: 50%;
    float: left;
    margin-top: -60px;
}

.top .right > div {
    float: left;
    width: 76%;
    margin: 0 12%;
    background-color: rgba(255, 255, 255, 1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.top .right > div > div {
    float: left;
    width: 84%;
    margin: 24px 8%;
}

.top .right > div > div > p {
    color: #343434;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
}

div.line {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
    position: relative;
}

div.line > p {
    color: #343434;
    font-size: 12px;
    font-family: Arial;
}

div.col50 {
    width: 49%;
    float: left;
    position: relative;
}

div.col100 {
    position: relative;
}

div.col50:last-child {
    float: right;
}

div.radio {
    width: 100%;
    float: left;
    margin-top: 10px;
}

div.radio label {
    color: #343434;
    font-size: 12px;
    font-family: Arial;
    margin-left: 5px;
    margin-right: 20px;
}

input[type="radio"] {
    margin-top: -1px;
    vertical-align: middle;
  }

input[type="text"], input[type="email"], select {
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3); 
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
}

select { 
    text-indent: 10px;
}

option {
    text-indent: 0;
}

input[type="text"]:focus, input[type="email"]:focus {
    -webkit-box-shadow: 2px 2px 20px rgba(0,0,0,0.3); 
    box-shadow: 2px 2px 20px rgba(0,0,0,0.3);
}

button {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 200px;
    height: 40px;
    background-color: #ff8800;
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    margin-top: 15px;
    outline: none;
}


.mid h3 {
    width: 100%;
    margin: 30px 0;
    color: #000000;
    font-size: 31px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.mid .content {
    max-width: 1000px;
    width: 100%;
}

.mid .content > div {
    width: 100%;
    float: left;
}

.mid .content > div > div {
    width: 164px;
    float: left;
    height: 164px;
    text-align: center;
    background-image: url('../images/picto1.png');
    margin: 0 18px;
}

.mid .content > div > div > p {
    height: 164px;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
    font-family: Arial;
    font-weight: 700;
}

.mid .content > div > div > p sup {
    font-size: 0.5em;
}

.mid .content > div > div.picto1 {
    background-image: url('../images/picto1.png');
    background-position: center center;
    background-repeat: no-repeat;
}
.mid .content > div > div.picto2 {
    background-image: url('../images/picto2.png');
    background-position: center center;
    background-repeat: no-repeat;
}
.mid .content > div > div.picto3 {
    background-image: url('../images/picto3.png');
    background-position: center center;
    background-repeat: no-repeat;
}
.mid .content > div > div.picto4 {
    background-image: url('../images/picto4.png');
    background-position: center center;
    background-repeat: no-repeat;
}
.mid .content > div > div.picto5 {
    background-image: url('../images/picto5.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.mid .content > div.btn {
    text-align: center;
}

.mid .content > div.btn a {
    display: inline-block;
    color: #343434;
    font-size: 24px;
    font-weight: 700;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border:2px solid #000000;
    text-decoration: none;
    padding: 10px 30px;
    margin: 40px 0 0 0;
}

.mid1 h3 {
    width: 100%;
    margin: 30px 0;
    color: #000000;
    font-size: 31px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.mid1 .content {
    max-width: 1000px;
    width: 100%;
}

.mid1 .content > div {
    width: 100%;
    float: left;
}

.mid1 .content > div > div {
    width: 480px;
    float: left;
}

.mid1 .content > div > div:last-child {
    float: right
}

.mid1 h4 {
    width: 100%;
    min-height: 44px;
    line-height: 44px;
    background-color: #ff8800;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    display: block;
    float: left;
}

.mid1 p {
    font-family: Arial;
    font-size: 20px;
    color: #000000;
    line-height: 120%;
    margin: 15px 0;
    float: left;
}

.mid1 p span {
    font-weight: 700;
}

.mid1 .content > div > div > div {
    min-height: 280px;
    background-image: url('../images/visu1.png');
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
}

.mid1 .content > div > div:last-child > div {
    background-image: url('../images/visu2.png');
}

.mid2 .content > div:first-child {
    width: 50%;
    margin: 0 25%;
    float: left;
    border: 2px solid #ff8800;
    background-color: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding-bottom: 20px;
}

.mid2 h5 {
    color: #ff8800;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    min-height: 48px;
    line-height: 48px;
    width: 100%;
    float: left;
    width: 100%;
}

.mid2 .content > div > div {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
}

.mid2 .content > div > div > div {
    width: 30%;
    float: left;
    text-align: center;
}

.mid2 .content > div > div > div:last-child {
    width: 60%;
    float: left;
    text-align: left;
}

.mid2 p {
    width: 60%;
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    font-family: Arial;
    font-size: 20px;
    color: #000000;
}

.mid2 p span {
    font-weight: 700;
}

.mid2 .content > div:last-child {
    width: 100%;
    float: left;
    text-align: center;
}

.mid2 .content >div:last-child a {
    display: inline-block;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #ff8800;
    text-decoration: none;
    padding: 10px 30px;
    margin: 40px 0 0 0;
}

.footer .content > div {
    width: 20%;
    float: left;
    padding: 37px 0;
}

.footer .content > div > p {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}

.footer .content > div > p span {
    font-size: 26px;
}

.mentions {
    padding: 40px 0;
}

.mentions .content > p {
    color: #343434;
    font-size: 14px;
    line-height: 130%;
}

.mentions .content >p a {
    color: #343434;
}

.mentions .content > p span {
    font-weight: 700;
}

p.error {
    display: none;
    color:#FFFFFF;
    font-size: 12px;
    position: absolute;
    bottom: 55px;
    background-color: #343434;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
    width: 100%;
    z-index: 99;
    line-height: 150%;
}

p.error::after{
    content:""; 
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top: 10px solid #343434;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
    }

.error p.error {
    display: block;
}

.error input[type="text"], .error input[type="email"], .error select {
    border:1px solid rgba(248, 50, 50, 0.3);
}

.thx {
    display: none;
}

@media screen and (max-width: 1200px) {
    .top .left > div {
        width: 90%;
    }
}

@media screen and (max-width: 1000px) {
    .content {
        float: left;
    }

    .top {
        max-height: none;
        height: auto;
        padding-bottom: 20px;
    }

    .top .logo {
        text-align: center;
    }

    .top .logo img {
        margin: 30px auto 0 auto;
    }

    .top .left, .top .right {
        width: 100%;
        margin-top: 20px;
    }

    .top .left > div {
        width: 80%;
        margin: 0 10%;
    }

    .top .right {
        margin-top: 20px;
    }

    .top .right > div {
        width: 80%;
        margin: 0 10%;
    }
    
    .mid {
        max-height: none;
        height: auto;
        padding-bottom: 20px;
    }

    .mid .content > div > div {
       width: 20vw;
       height: 20vw;
       margin: 20px 6vw;
       background-size: contain;
    }
    .mid .content > div > div.picto4, .mid .content > div > div.picto5 {
        margin: 20px 14vw;
    }
    .mid .content > div > div > p {
        height: 20vw;
        padding: 0 5px;
        width: 20vw;
    }

    .mid1 {
        max-height: none;
        height: auto;
        padding-bottom: 20px;
    }

    .mid1 .content > div {
        width: 98%;
        margin: 0 1%;
    }

    .mid1 .content > div > div {
        width: 48%;
    }

    .mid1 h4 {
        line-height: 150%;
        padding: 5px 0;
    }

    .mid2 {
        max-height: none;
        height: auto;
        padding-bottom: 20px;
    }
    .mid2 .content > div:first-child {
        width: 80%;
        margin: 0 10%;
    }

    .footer {
        max-height: none;
        height: auto;
    }

    .mentions {
        max-height: none;
        height: auto;
        padding-bottom: 20px;
    }

    .mentions .content > p {
        width: 98%;
        margin: 0 1%;
    }
    button {
        width: 100%;
    }

}

@media screen and (max-width: 940px) {
    .footer {
        padding-bottom: 20px;
    }
    .footer .content > div {
        width: 25%;
        margin: 0;
        text-align: center;
    }
    .footer .content > div:first-child {
        width: 100%;
        margin: 0;
        text-align: center;
    }
}

@media screen and (max-width: 800px) {
    .mid .content > div > div {
        width: 25vw;
        height: 25vw;
        margin: 20px 3vw;
        background-size: contain;
     }
     .mid .content > div > div.picto4, .mid .content > div > div.picto5 {
         margin: 20px 11vw;
     }
     .mid .content > div > div > p {
         height: 25vw;
         padding: 0 5px;
         width: 25vw;
     }
     .mid1 .content > div > div {
        width: 100%;
    }
    .mid1 .content > div > div > div {
        background-position: bottom center;
    }
    .mid2 .content > div:first-child {
        width: 98%;
        margin: 0 1%;
    }
    .mid2 h5 {
        height: auto;
        line-height: 150%;
        padding: 5px 0;
    }
    .footer .content > div {
        width: 50%;
        margin: 0;
        text-align: center;
    }
}

@media screen and (max-width: 622px) {
    .mid .content > div > div > p {
        font-size: 14px;
    }
    .top .left > div,  .top .right > div {
        width: 96%;
        margin: 0 2%;
    }
}

@media screen and (max-width: 570px) {
    .top .left > div > div:first-child h2 {
        font-size: 29px;
    }
    .top .left > div > div:first-child p {
        font-size: 21px;
    }
    .top .left > div > div:last-child p {
        font-size: 17px;
    }
    .mid h3 {
        font-size: 20px;
    }

    .mid1 h3 {
        font-size: 20px;
    }

    .mid1 h4 {
        font-size: 20px;
        line-height: 48px;
    }
    .mid1 p {
        font-size: 16px;
        line-height: 150%;
    }
    .mid2 p {
        font-size: 17px;
    }
}

@media screen and (max-width: 500px) {
    .mid .content > div > div, .mid .content > div > div.picto4 {
        width: 40vw;
        height: 40vw;
        margin: 20px 4vw;
        background-size: contain;
     }
     .mid .content > div > div.picto5 {
         margin: 20px 29vw;
     }
     .mid .content > div > div > p {
         height: 40vw;
         padding: 0 5px;
         width: 40vw;
     }
     div.col50 {
         width: 100%;
     }
     div.col50:first-child {
        margin-bottom: 15px;
     }
     .footer .content > div {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    
}