@charset "UTF-8";
/* CSS Document */

/* ------------------------------ RESET ------------------------------ */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, 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: inherit;
	vertical-align: baseline;
	outline:none;
	/* font-size:100%; */
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
table {border-collapse: collapse;border-spacing: 0;}

/* ------------------------------ STRUCTURE ------------------------------ */

html, body {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 1.4;
}

img {width: 100%;height: auto;}

strong {font-weight: 500;}

hr {background-color: #222;height:1px;border:0;width:25%;margin:50px auto 0 auto;}

a { color:#000;/*font-weight: 400;*/}


.container {width:1300px;margin:0 auto;position: relative;padding:0 25px;}

.row {display: flex;align-items:center;margin:0 -25px;flex-wrap: wrap;}

.col {padding:0 25px;position: relative;}

.col-12 {width:100%}
.col-10 {width:83.33%}
.col-8 {width:66.66%}
.col-6 {width:50%}
.col-5 {width:41.66%}
.col-4 {width:33.33%}
.col-2 {width:16.66%}

.top {align-items:flex-start;}

.mb25 {margin-bottom: 25px;}
.mb50 {margin-bottom: 50px;}
.mb100 {margin-bottom: 100px;}
.mt50 {margin-top: 50px;}
.pt0 {padding-top: 0;}
.pt50 {padding-top: 50px;}
.pb0 {padding-bottom: 0;}
.mt0 {margin-top: 0;}

.surtitre {
    color:#cbbf9b;
    font-weight:600;
    text-transform: uppercase;
    z-index: 1;
}
h1 {
    font-size:3rem;
    line-height:1.1;
    font-weight:800;
    text-transform: uppercase;
    background: #FFF;
    z-index: 2;
    position: relative;
    padding:10px 0 20px 0;
}
h2 {text-transform: uppercase;font-weight: 600;color:#8d8776}

/* ----------------------------------------------- HEADER -----------------------------------------------*/

header {
    padding:35px 0 25px 0;
    position: relative;
    /*position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index:1000;
    overflow: hidden;
    background: #FFF;*/
}
/*#sous_header {height:120px;} */

header img {width:300px;height:auto;display: block;margin:0 auto;}

header a {font-size:0.8rem;text-decoration: none;}

.baseline {text-align: center;margin:10px;}

#reseaux {position: absolute;top: 15px;right:0;}

#reseaux i {font-size: 1.2rem;margin:0 5px;}

/* ----------------------------------------------- REFERENCES -----------------------------------------------*/

.play {
    position: absolute;
    top:0;bottom:0;right:0;left:0;
    background-size: 50px 50px;
    background-position: center;
    background-image: url('../img/play.webp');
    background-repeat: no-repeat;
    z-index:100;
}


.reference {
    margin-bottom:25px;
    padding:1px;
    border:0;
}

.reference a {
    position: relative;
    z-index:1;
}

.grid-sizer, .reference {width:calc(33.33% - 16.66px)}
.gutter-sizer { width:25px;}

.reference img {display: block;border-radius:10px 10px 0 0;}

.infos {
    background:#222;
    color:#FFF;
    padding:30px 20px;
    font-size:1rem;
    border-radius: 0 0 10px 10px;

}
.infos a {
    color:#FFF;
}
.reference h3 {
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.infos  p:first-of-type {margin-top:0}

/* ----------------------------------------------- FOOTER -----------------------------------------------*/

footer {
    padding:20px 0;
    background-color: #222;
    color:#FFF;
    font-size:0.7rem;
}
footer p { margin:0;text-align: center;}

#scroll_to_top {
    position:fixed;
    z-index:1000;
    right:25px;
    bottom:25px;
    display: inline-block;
    width:60px;
    height:60px;
    border-radius: 50%;
    background-color: #cbbf9b;
    color:#FFF;
    text-align: center;
    font-size: 1.5rem;
    padding-top:7px;
    opacity:0;
    transition: ease all 0.5s;
}


/* ----------------------------------------------- RESPONSIVE -----------------------------------------------*/

@media(max-width:1300px) {
    
    .container {width:100%;}

}
@media(min-width:1025px) {
    nav {display: block !important;}
}

@media(max-width:1024px) {

    header .col-4 {width: calc(100% - 82px) !important;}
    header .col-8 {width:32px !important;}

    h1 {    font-size:2.5rem;}

    .reference, .grid-sizer {width:calc(50% - 10px)}
    .gutter-sizer { width:20px;}
    .reference {margin-bottom:20px;}
    
}

@media(max-width:640px) {

    .desktop {display: none;}

    .col {width:100% !important;}

    #references {display: block;}
    .reference {width:100%;margin:20px 0;}   

    h1 {    font-size:2rem;}
    

}
@media(max-width:480px) {
    html, body {
        font-size: 18px;
    }    
    
}
@media(max-width:350px) {
    html, body {
        font-size: 17px;
    }    
}