/* STRUCTURE */

html, body {
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background-color:#81868D;
}

#bg1 {
    /* background: url(../../png/CDLC-2017-PAGE%20ATTENTE-elementsgraphiques-01.png) no-repeat; */
    /* background-size: 100%;
    height: 600px; */
    position:relative;    
}

#bg2 {
    background: url(../../png/CDLC-2017-PAGE%20ATTENTE-elementsgraphiques-14.png) no-repeat;
    background-size: 100%;
    height: 100%;
}

#bg3 {
    background: url(../../png/CDLC-2017-PAGE%20ATTENTE-elementsgraphiques-08.png) no-repeat;
    background-size: 100%;
    height: 100%;
}

.container {
    width: 960px;
    margin: 0 auto;
}

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

a, a:hover, a:visited {
    text-decoration: none;
    color: #fff;
}

span {
    font-weight: bold;
}

.clear {clear: both;}

.grid_1 {width: 8.33%;}
.grid_2 {width: 16.66%;}
.grid_3 {width: 25%;}
.grid_4 {width: 33.33%;}
.grid_5 {width: 41.66%;}
.grid_6 {width: 50%;}
.grid_7 {width: 58.33%;}
.grid_8 {width: 66.66%;}
.grid_9 {width: 75%;}
.grid_10 {width: 83.33%;}
.grid_11 {width: 81.66%;}
.grid_12 {width: 100%;}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    float: left;
    display: block;
}

.right_float {
    float: right;
}

.whitebox{
    background-color: #fff;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.4);
    padding: 20px;
}

/* Logo CDLC */

.logo {
    /* height: 500px; */
}

.logo img {
    position: absolute;
    width: 15%;
    top: 5%;    
}

/* Content contact */
.contact .whitebox {
    padding-top: 30px;
    margin-top: 30px;
}

.contact p {
    font-size: 18px;
    line-height: 20px;
    color: #81868d;
    padding-top: 8px;
}

.div_contact{
    /* padding-top: 15px; */
    padding-top: 15px;
    margin-top: -30px;
}

.contact .email a {
    color: #c42c2c;
    text-decoration: underline;
    font-weight: 700;
}

.contact img {
    width: 35px;
}

.red-element {
    position: absolute;
    width: 600px;
    transform: translateX(25%);
}


/* Content bg gris */

.h1_div_gris{
font-size: 30px;
font-weight: 900;
line-height:1;
}

.h2_div_gris{
font-size: 27px;
font-weight: 400;
line-height:1;
}


.content-bg-gris {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #fff;
    font-size: 1.313em; /* 21px */
    line-height: 25px;
    margin: 15px 0;
    position:relative;
}

.content-bg-gris img{
    width: 90%;
}

.bg_gris_div{
    position:absolute;
    top : 20%;
    left: 15%;
    width: auto;
    right: 15%;
}

.content-bg-gris p:nth-child(1) {
    font-weight: 700;
}

/* Content partenaires */

.item {
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    height: 250px;
}

.item h2 {
    font-weight: 700;
    color: #c42c2c;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.item p {
    color: #81868d;
}

/* Content bg vert */

.content-bg-vert {
    color: #fff;
    text-align: center;
    font-size: 1.313em; /* 21px */
    line-height: 25px;
    margin: 60px 0;
    position:relative;
}

.bg_vert_div{
    position:absolute;
    top : 30%;
    left: 15%;
    right: 15%;
    width: auto;
}

.content-bg-vert h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding-bottom: 30px;
}

.content-bg-vert p {
    font-family: 'Roboto Condensed', sans-serif;
}

.content-bg-vert span {
    font-weight: 700;
}

/* Content marques partenaires */

.partners{
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    color: #81868d;
    padding-bottom: 30px;
}

/* Footer */

footer {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    height: 25%;
    padding: 50px 0 20px 0;
    text-align: center;
}

.address1, .address2 {
    padding-top: 50px;
    padding-left: 20px;
    text-align: left;
}

.grid_3 .logoBesson img {
    height: 95px;
    padding-top: 20px;
    padding-left: 90px;
}

.url a span{
    display: block;
    margin-top: 100px;
    padding-left: 70px;
}

/* MEDIA QUERIES */

@media all and (max-width: 1100px) {
    
    .bg_vert_div{
        top : 5%;
        left: 6%;
        right: 6%;
    }

    .bg_gris_div{
        top : 5%;
        left: 6%;
        right: 6%;        
    }

}

@media all and (max-width: 840px) {
    
    .content-bg-vert img{
        height:200px;
    }

    .content-bg-vert{
        margin: 40px 0;
    }

    .content-bg-gris img{
        height:350px;    
    }

}

/* A partir de 960px */

@media all and (max-width: 960px) {
    .container {
        width: 768px;
    }
    .logo {
        margin-left: 10%;
    }
    .contact p, .partners {
        font-size: 14px;
        line-height: 16px;
    }  
    .red-element {
        width: 600px;
        transform: translateX(16%);
    } 
    /* .content-bg-gris, .content-bg-vert {
        font-size: 17px;
        line-height: 19px;
    } */
    .item {
        padding: 5px;
        font-size: 12px;
        line-height: 16px;
        height: 220px;
    }
    .item h2 {
        font-size: 14px;
    }       
    footer {
        font-size: 10px;
        line-height: 12px;
    }
    .grid_3 .logoBesson img {
        height: 75px;
        padding-top: 20px;
        padding-left: 80px;
    }
    /* .content-bg-gris, .content-bg-vert {
        padding: 0 15px;
    } */
    .url a span{
        margin-top: 85px;
    }
    .address2 {
        padding-left: 25px;    
    }    
    .content-bg-gris img{
        height:350px;    
    }
}


@media all and (min-width: 450px) and (max-width: 620px) {
    .content-bg-vert img{
        height:300px;
    }

    .content-bg-vert{
        margin: 20px 0;
    }

    .content-bg-gris img{
        height:450px;    
    }

}
/* A partir de 768px */

@media all and (max-width: 768px) {

    .bg_vert_div{
        top : 15%;
    }

    .bg_gris_div{
        top : 15%;       
    }

    .container {
        width: 100%;
    }
    .contact .grid_1, .contact .grid_2, .contact .grid_8, .contact .grid_4,.contact .grid_10 {
        width: 100%;
        text-align: center;
    }
    .contact .grid_5 {
        width: 100%;
    }
    .red-element {
        width: 100%;
        transform: none;
        margin-bottom: 10%;
    }
    .item {
        height: 290px;
    }    
    .contact img {
        padding-top: 10px;
    }
    .grid_12 .grid_3 {
        width: 50%;
    }
    footer .grid_3 {
        width: 50%;
        text-align: center;       
    }
    .address1 p, .address2 p, .url a span {
        font-size: 12px;
        line-height: 14px;
    }    
    .url a span, .logoBesson img, .address1, .address2 {
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .url a span{
        margin-top: 75px;
    }
    .grid_3 .logoBesson img{
        padding-left: 25px;
    }
}

@media all and (max-width: 450px) {
    .grid_12 .grid_3 {
        width: 100%;
    }
    .contact p, .partners {
        font-size: 12px;
        line-height: 14px;
    }     
    .content-bg-gris, .content-bg-vert {
        font-size: 14px;
        line-height: 16px;
        /* padding: 0 10px; */
    }
    .item {
        height: 120%;
        text-align: center;
    }
    .red-element {
        margin-top: 5%;
    }    
    .contact img:nth-child(2){
        margin-top: 100px;
    }
    footer .grid_3{
        width: 100%;
    }
    .grid_3 .logoBesson img, .url a span, .address1, .address2 {
        height: 60px;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .address1, .address2, .url {
        margin-top: 20px;
    }
    .url a span{
        font-size: 10px;
        line-height: 12px;
    }
    .grid_3 .logoBesson img{
        margin: 10px 0;
    }
    
    .h1_div_gris{
        font-size: 27px;
        font-weight: 900;
        line-height:1;
    }

    .h2_div_gris{
        font-size: 20px;
        font-weight: 400;
        line-height:1;
    }
    
    .content-bg-gris img{
        height:450px;    
    }
}