/******************************************************************************
 * Box model
 ******************************************************************************/
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

/******************************************************************************
 * Fonts
 ******************************************************************************/
@font-face {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/noto-serif-v6-latin-regular.eot');
    src: local('Noto Serif'), local('NotoSerif'), url('fonts/noto-serif-v6-latin-regular.eot?#iefix') format('embedded-opentype'), url('fonts/noto-serif-v6-latin-regular.woff2') format('woff2'), url('fonts/noto-serif-v6-latin-regular.woff') format('woff'), url('fonts/noto-serif-v6-latin-regular.ttf') format('truetype'), url('fonts/noto-serif-v6-latin-regular.svg#NotoSerif') format('svg');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('lato-v14-latin-regular.eot');
    src: local('LatoRegular'), local('LatoRegular'), url('lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), url('fonts/lato-v14-latin-regular.woff2') format('woff2'), url('lato-v14-latin-regular.woff') format('woff'), url('lato-v14-latin-regular.ttf') format('truetype'), url('fonts/lato-v14-latin-regular.svg#LatoRegular') format('svg');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    src: url('lato-v14-latin-300.eot');
    src: local('LatoRegular'), local('LatoRegular'), url('lato-v14-latin-300.eot?#iefix') format('embedded-opentype'), url('fonts/lato-v14-latin-300.woff2') format('woff2'), url('lato-v14-latin-300.woff') format('woff'), url('lato-v14-latin-300.eot.ttf') format('truetype'), url('fonts/lato-v14-latin-300.svg#LatoRegular') format('svg');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('lato-v14-latin-700.eot');
    src: local('LatoRegular'), local('LatoRegular'), url('lato-v14-latin-700.eot?#iefix') format('embedded-opentype'), url('fonts/lato-v14-latin-700.woff2') format('woff2'), url('lato-v14-latin-700.woff') format('woff'), url('lato-v14-latin-700.eot.ttf') format('truetype'), url('fonts/lato-v14-latin-700.svg#LatoRegular') format('svg');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: url('lato-v14-latin-700italic.eot');
    src: local('LatoRegular'), local('LatoRegular'), url('lato-v14-latin-700italic.eot?#iefix') format('embedded-opentype'), url('fonts/lato-v14-latin-700italic.woff2') format('woff2'), url('lato-v14-latin-700italic.woff') format('woff'), url('lato-v14-latin-700italic.eot.ttf') format('truetype'), url('fonts/lato-v14-latin-700italic.svg#LatoRegular') format('svg');
}

/******************************************************************************
 * Layout
 ******************************************************************************/
html {
    font-size:16px;
}
body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

header {
    background-image: url(../img/background.jpg);
    background-repeat: no-repeat;
    background-size: 1800px auto;
    background-position: center -100px;
    position: relative;
    padding: 60px 0;
    display:flex;
}

.futurise{
    display: block;
    margin: 0 auto;
    position: relative;
    width: 50%;
    min-width: 250px;
    max-width: 400px;
}

main {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

footer {
    background-image: url(../img/footer.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    padding-top:12.3263889%;
}

h1, h2, h3, h4, h5{
    font-family: 'Noto Serif', serif;
}
h1 {
    font-size:3.2rem;
    line-height:3.2rem;
}
h2 {
    font-size:2.8rem;
    line-height:2.8rem;
}
h3 {
    font-size:2.4rem;
    line-height:2.4rem;
}
h4 {
    font-size:2rem;
    line-height:2rem;
}
h4 {
    font-size:1.6rem;
    line-height:1.6rem;
}

.boite {
    margin:30px 0;
    width: 100%;
    height: 100px;
    border:10px solid #ccc;
    background:#fee;
    padding:30px;
}


/******************************************************************************
 * Forms
 ******************************************************************************/

.field {
    margin-bottom:20px;
}
label {
    display: block;
}

input[type=text] {
    width: 100%;
    border-radius: 5px;
    background-color: #cfccef;
    border: 1px solid #cfccef;
    padding: 5px 7px;
    font-size: inherit;
}
input[type=password] {

}
textarea {
    width: 100%;
    font-family: 'Lato', sans-serif;
    padding: 5px 15px;
    line-height: 24px;
    border-radius: 5px;
    border: 1px solid #000000;
}
select {

}
input[type=submit], button {
    border-radius: 5px;
    background-color: #31537a;
    border: 1px solid #31537a;
    padding: 5px 15px;
    color: #ffffff;
    display: inline-block;
}
.submit{
    background-color: #4c3fcb;
    border: 1px solid #4c3fcb;
}
.button-secondary{
    background-color: #cfccef;
    border: 1px solid #cfccef;
    color: #000000;
}
.button-cancel{
    color: #000000;
    background-color: inherit;
    border: none;
}

.error input[type=text],
.error input[type=text],
.error input[type=text],
.error textarea {
    color: #bd3d3d;
    background-color: #e4b3b3;
    border: #bd3d3d;
}
ul.error {
    background-color: #e4b3b3;
    list-style:none;
    padding:15px;
    color: #bd3d3d;
    font-style: italic;
    font-size: inherit;
}
div.error {
    color: #bd3d3d;
    font-style: italic;
    font-size: inherit;
}

.hint{
    font-style: italic;
    font-size: 14px;
}

/******************************************************************************
 * Programme
 ******************************************************************************/
.programme1 {
    border-collapse: collapse;
    width: 100%;
}
.programme1 tr {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.programme1 th {
    color: #4c3fcb;
    width: 150px;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
}
.programme1 span {
}
.programme1 td {
    text-align: left;
}


.programme2 {
    border-collapse: collapse;
    width: 100%;
}
.programme2 tr {
}
.programme2 th {
    color: #4c3fcb;
    width: 150px;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    background-image: url(../img/dot-middle.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 0.5rem;
}
.programme2 span {
}
.programme2 td {
    text-align: left;
    padding-left: 10px;
}

.programme2 tr:first-child th {
    background-image: url(../img/dot-top.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 0.5rem;
}

.programme2 tr:last-child th {
    background-image: url(../img/dot-bottom.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 0.5rem;
}



.programme3 {
    border-collapse: collapse;
    width: 100%;
}
.programme3 tr {
}
.programme3 th {
    color: #ffffff;
    text-align: right;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    background-image: url(../img/dot-middle.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 0.5rem;
}
.programme3 span {
    display: inline-block;
    border-radius: 20px;
    background-color: #4c3fcb;
    border: 1px solid #4c3fcb;
    padding: 7px 20px 4px 20px;
}
.programme3 tr:last-child span {
    background-color: #ffffff;
    border: 1px solid #ffffff;
}
.programme3 td {
    text-align: left;
    padding-left: 15px;
}

.programme3 tr:first-child th {
    background-image: url(../img/dot-top.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 0.5rem;
}

.programme3 tr:last-child th {
    background-image: url(../img/dot-bottom.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 0.5rem;
}



/******************************************************************************
 * Menu
 ******************************************************************************/
#hamburger {
    position:absolute;
    top:30px;
    right:30px;
    color:#fff;
    cursor: pointer;
}
body.showmenu {
    overflow: hidden;
}

/******************************************************************************
 * Nav
 ******************************************************************************/

/* Desktop */
@media only screen and (min-width: 1024px) {

    #hamburger {
    display: none;
    }

    nav ul {
        text-align: center;
        padding: 0;
        border-bottom: 1px solid #4c3fcb;
    }

    nav li {
    display:inline-block;
    }

    nav a {
        display:inline-block;
        line-height:30px;
        padding:0 15px 7px 15px;
        text-decoration: none;
        color:inherit;
    }
    nav a.active {
        color: #4c3fcb;
    }
}

/* Mobile */
@media only screen and (max-width: 1024px) {
    .showmenu nav {
    display: block;
    }
    nav {
        display: none;
        position:absolute;
        top:0;
        bottom:0;
        width:100%;
        background:#000;
        color:#fff;
        padding:0;
    }
    nav ul {
        list-style: none;
        text-align:center;
        padding:30px;

    }
    nav li {
        display:block;
    }

    nav a {
        display: block;
        background:#fff;
        color:#000;
        line-height:50px;
        margin:40px 0;
        border-radius: 10px;
        text-decoration:none;
    }
}


/******************************************************************************
 * Grid
 ******************************************************************************/

.grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.col3 img {
    width: 100%;
}


@media only screen and (min-width: 650px) {
    .col3 {
        width: 50%;
    }
}


@media only screen and (min-width: 1024px) {
    .col3 {
        width: 33.33333333333333%;
    }
}


/* Desktop */
@media only screen and (min-width: 1380px) {
    .col3 {
        width: 25%;
    }
}