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, sup, 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;
}

.form-group{
    margin-bottom: 0;
}

.red{
    background-color: #EC6161;
}

.blue{
    background-color: #2E72A3;
}

.co-red{
    color: #EC6161
}

.co-white{
    color: white;
}

body{
    font-family: 'Roboto', sans-serif;
}
h2{
    font-size: 25px;
}



/***********************

HEADER

*****************************/

body > header{
    height: 100vh;
    left: 0;
    top: 0;
    width: 100%;
}

.container-header{
    height: 100%;
}



.logo{
    width: 243px;

}


.title{
    font-size: 21px;
    font-weight: normal;
    /* margin-left: 40%;
    font-size: 47px; */
    font-family: 'Raleway', sans-serif;
    line-height: 2em;;

}

.subtitle-header{
    color: white;
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
    font-size: 18px !important;
}

.row-time{
    justify-content: center;
    margin-top: 10%;
}

.time{
    border-radius: 50%;
    width: 65px;
    height: 65px;
    font-family: 'Roboto', sans-serif;
}

.block-send{
    margin-left: 80%;
    margin-top: 8%;
}

.mail{
    width: 52px;
    position: fixed;
    z-index: 2;
}

.form-popup{
    margin-bottom: 2em !important;
}

.arrow{
    width: 32px;
    height: 32px;
}

/**********************

MAIN

**********************/

.label-form {
    text-align: center;
    margin-top: 75px;
    line-height: 28px;
}


.form-input{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 0 0;
    padding: 0;
}

.form-input-first{
    margin-top: 75px;
}

.form-input:focus{
    border-bottom: 1px solid green;

}

.btn-form{
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: white;
}
.btn-form:active{
    color: white;
}

.btn-form-newsletter{
    width: 211px;
    height: 32px;
    border-radius: 50px;
    margin-top: 53px;
}

.content {
    margin-top: 32px;
    font-size: 21px;
}

.intercale{
    width: 173px;
    height: 4px;
    background-color: #A13232;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    margin-bottom: 32px;
}

 .subtitle{
    font-size: 22px;
    margin-top: 60px;
    margin-bottom: 60px;
    /* font-size: 36px; */
}

.software{
    margin-bottom: 174px;
}



.row-time{
    justify-content: center
}

.time span{
    display: inline-block;
    margin-top: 25%;
    font-size: 20px;
}

.time p{
    margin-top: 1em;
    font-size: 10px;
}


.container-software .content{
    text-align: center;
    line-height: 1.5;
}

.aside{
    height: 300px;
}

.price {
    font-weight: bold;
    font-size: 70px;
    display: inline-block;
}

.ttc{
    font-weight: bold;
}

footer{
    margin-top: 90px;
}

.logo-footer{
    width: 20em;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 2em;
}
.social-icon{
    text-align: center;
    color: white;
}

.icon {
    width: 30px;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.contact {
    padding-bottom: 2em;
}

.form-contact{
    display: none;
}

.nav-footer{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

@media(min-width:768px){
    .logo {
        width: 260px;
        margin-top: 65px;
    }

    .title {
        font-size: 36px;
    }

    .subtitle-header {
        font-size: 30px !important;
    }

    .row-time {
        margin-top: 75px;
    }
    .time {
        width: 110px;
        height: 110px;
    }
    .time span {
        font-size: 30px;
    }
    .time p {
        font-size: 16px;
    }

    .label-form{
        line-height: 41px;
    }

    .arrow{
        width: 60px;
        height: 60px;
        margin-top: 2em;
    }

    .btn-form-newsletter {
        margin-top: 75px;
    }

    .aside{
        border-radius: 7px;
    }

    .nav-footer{
        display: inline-block;
        padding-left: 0.5em;
        padding-bottom: 0.5em;
    }

    .menu-footer{
        margin-top: 2em;
    }
}

@media(min-width: 992px){

    .logo{
        width: 390px;
        margin-top: 181px;

    }

    .title {
        margin-top: 181px;
        font-size: 36px;
    }
}

@media(min-width: 1020px){

    h2{
        font-size: 35px;
    }
    h3{
        font-size: 25px;
    }

    body > header{
        position:absolute;
        z-index: 2;
    }

    body > main {
        margin-top: 100vh;
    }

    .logo{
        width: 465px;
        margin-top: 158px;
    }
    .title{
        margin-top: 181px;
        font-size: 36px;
    }

    .subtitle-header{
        font-size: 30px !important;
        margin-top: 91px;
    }

    .row-time{
        margin-top: 116px;
    }

    .time {
        width: 112px;
        height: 112px;
    }

    .time span{
        font-size: 40px;
    }

    .time p{
        font-size: 14px;
    }

    .arrow{
        width: 51px;
    }

    .vertical-center {
        margin: 0;
        position: absolute;
        top: 100%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .btn-form-newsletter{
        margin-top: 0;
    }

    .center-btn{
        height: auto;
        position: relative;
    }

    .label-form{
        margin-top: 143px;
    }

    .inscription{
        margin-bottom: 297px;
    }

    .software{
        margin-bottom: 223px;
    }

    .form-contact{
    margin-top: 143px;
    padding-bottom: 22px;
    position: fixed;
    top: 50;
    width: 240px;
    border-radius: 7px;
    }

    .title-contact-form{
    padding-top: 17px;
    margin-bottom: 65px;
    }

    .form-group-contact{
        margin-bottom: 26px;
    }

    .btn-contact{
        border-radius: 50px;
    }

    .row-reverse{
    flex-direction: row-reverse;
    }

    .form-contact{
    display: inherit;
    }

    .block-send{
        display: none;
    }
}
