@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic");
@import url(font/Archer-Light.css);
@import url(font/Archer-Medium.css);
@import url(font/Archer-Bold.css);
@import url(font/Pisang-Bold.css);
@import url(font/DINOT-CondBold.css);
@import url(font/DINOT-CondMedium.css);
@import url(font/DINOT-Regular.css);

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-family: 'Roboto Condensed', sans-serif;
    vertical-align: baseline;
}
a {
    text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    text-align: center;
    margin-bottom: 50px;
}
header{
    width: 70%;
    margin: 0 auto 20px auto;
    display: flex;
    justify-content: space-around;
}
header img{
    max-width: 100%;
}
a{
    text-decoration:none
}
body {
    line-height: 1;
}
.logoca{
    width: 20%;
}
.logorse{
    width: 80%;
}
.logoca{
 /* width: 100%; */
 display: block;
 display: flex;
 justify-content: flex-end;
}
.logoca a{
    display: block;
}
.logoca img{
    width: 185px;
    height: auto;
}
.logorse{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.logorse img{
    width: 300px;
}
.logorse h2{
    font-size: 2.7em;
    font-weight: normal;
    color: #003a4a;
    text-align: left;
    line-height: 50px;
}

#bgimg{
    position: fixed;
    z-index: -3;
    left: 0;
    top: 0;
    width: 100%;
    ;
    -webkit-filter: contrast(104%);
    -moz-filter: contrast(104%);
    -o-filter: contrast(104%);
    -ms-filter: contrast(104%);
}

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;
}

body {
    -webkit-text-size-adjust: none;
}

/* Box Model */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


#nav_onglet {
 text-transform: uppercase;
 display: flex;
 justify-content: center;
 margin-bottom: 35px!important;
}
#nav_onglet p{
 text-transform: lowercase;
 font-size: 1.5em;
}
#nav_onglet h2{
    font-size: 2em;
}
#container{
    margin: 0 50px;
}
#lire-rapport{
    height: 15vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
#lire-rapport .img-left{
    background-color: #00939a;
    height: 30px;
    width: 25%;
}
#lire-rapport .img-right{
    width: 25%;
    position: relative;
}
#lire-rapport .img-right .img-right-bottom{
    background-color: #2d7ec2;
    height: 30px;
    width: 80%;
}
#lire-rapport .img-right .img-right-top{
    background-color: #65a7db;
    height: 30px;
    width: 100%;
    position: absolute;
    top: -50px;
    left: 40px;
}
#lire-rapport .text-center{
   font-size: 1.7em;
   display: flex;
   align-items: center;
   margin: 0 15px;
   text-align: center;
}
.text-center a{
    color: #003a4a;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-txt{
    margin: 0 20px;
}
.part, .part p{
    display: flex;
    align-items: center;
    flex-direction: row;
}
#tableau{
 display: flex;
 margin: 0 auto;
 flex-wrap: wrap;
 align-items: center;
 width: 100%;
 text-align: center;
 max-width: 1025px;
 justify-content: center;
}
#nav_onglet{
 text-align: center;
 display: flex;
 flex-wrap: wrap;
}
.dalle_pdf{
    border: 2px solid rgba(161, 161, 161, 0);
    border-radius: 5px;
    width: auto;
    padding: 5px 40px;
    transition: all 0.2s;
    color: snow;
    background-color: #000000;
    font-size: 2em;
    margin: 30px 7px;
    display: inline-block;
}
.dalle {

    width: 205px;
    height: 291px;
    /* padding: 20px; */
    
    transition: all 1s;
    color: black;
    /*float: left;*/
}
.click{
    cursor: pointer;
}

.dalle_onglet{
   width: 215px;
   height: 200px;
   transition: all 0.2s;
   color: white;
   display: flex;
   align-items: center;
   flex-direction: column;
   justify-content: center;
}
.dalle p{
    display: none;
    padding-top: 50px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3em;
    line-height: 1.5em;
    color: white;
    
}
.dalle:hover p{
    display: block;
}
/* COLOR BLOC */

#rectangle1{
    background-color: #2d7ec2;
}

#rectangle2{
    background-color: #00939a;
}

#rectangle3{
    background-color: #4cb799;
}

#rectangle4{
    background-color: #65a7db;
}

#rectangle5{
    background-color: #87bb22;
}

/* COLOR DALLE + HOVER */

/* background case 1  + hover */ 
#case1{background: url(../image/briques/1.jpg) no-repeat ;background-size: cover;}
#case1:hover{background: url(../image/briques/1bis.jpg) no-repeat;     background-size: cover;}


#case2{background: url(../image/briques/2.jpg) no-repeat ;background-size: cover;}
#case2:hover{background: url(../image/briques/2bis.jpg) no-repeat;     background-size: cover;}

#case3{background: url(../image/briques/3.jpg) no-repeat ;background-size: cover;}
#case3:hover{background: url(../image/briques/3bis.jpg) no-repeat;     background-size: cover;}

#case4{background: url(../image/briques/4.jpg) no-repeat ;background-size: cover;}
#case4:hover{background: url(../image/briques/4bis.jpg) no-repeat;    background-size: cover;}

#case5{background: url(../image/briques/5.jpg) no-repeat ;background-size: cover;}
#case5:hover{background: url(../image/briques/5bis.jpg) no-repeat;     background-size: cover;}

#case6{background: url(../image/briques/6.jpg) no-repeat ;background-size: cover;}
#case6:hover{background: url(../image/briques/6bis.jpg) no-repeat;     background-size: cover;}

#case7{background: url(../image/briques/7.jpg) no-repeat ;background-size: cover;}
#case7:hover{background: url(../image/briques/7bis.jpg) no-repeat;     background-size: cover;}

#case8{background: url(../image/briques/8.jpg) no-repeat ;background-size: cover;}
#case8:hover{background: url(../image/briques/8bis.jpg) no-repeat;     background-size: cover;}

#case9{background: url(../image/briques/9.jpg) no-repeat ;background-size: cover;}
#case9:hover{background: url(../image/briques/9bis.jpg) no-repeat;     background-size: cover;}

#case10{background: url(../image/briques/10.jpg) no-repeat ;background-size: cover;}
#case10:hover{background: url(../image/briques/10bis.jpg) no-repeat;     background-size: cover;}

#case11{background: url(../image/briques/11.jpg) no-repeat ;background-size: cover;}
#case11:hover{background: url(../image/briques/11bis.jpg) no-repeat;     background-size: cover;}

#case12{background: url(../image/briques/12.jpg) no-repeat ;background-size: cover;}
#case12:hover{background: url(../image/briques/12bis.jpg) no-repeat;     background-size: cover;}

#case13{background: url(../image/briques/13.jpg) no-repeat ;background-size: cover;}
#case13:hover{background: url(../image/briques/13bis.jpg) no-repeat;     background-size: cover;}

#case14{background: url(../image/briques/14.jpg) no-repeat ;background-size: cover;}
#case14:hover{background: url(../image/briques/14bis.jpg) no-repeat;     background-size: cover;}

#case15{background: url(../image/briques/15.jpg) no-repeat ;background-size: cover;}
#case15:hover{background: url(../image/briques/15bis.jpg) no-repeat;     background-size: cover;}

#case16{background: url(../image/briques/16.jpg) no-repeat ;background-size: cover;}
#case16:hover{background: url(../image/briques/16bis.jpg) no-repeat;     background-size: cover;}

#case17{background: url(../image/briques/17.jpg) no-repeat ;background-size: cover;}
#case17:hover{background: url(../image/briques/17bis.jpg) no-repeat;     background-size: cover;}

#case18{background: url(../image/briques/18.jpg) no-repeat ;background-size: cover;}
#case18:hover{background: url(../image/briques/18bis.jpg) no-repeat;     background-size: cover;}

#case19{background: url(../image/briques/19.jpg) no-repeat ;background-size: cover;}
#case19:hover{background: url(../image/briques/19bis.jpg) no-repeat;     background-size: cover;}

#case20{background: url(../image/briques/20.jpg) no-repeat ;background-size: cover;}
#case20:hover{background: url(../image/briques/20bis.jpg) no-repeat;     background-size: cover;}

#case21{background: url(../image/briques/21.jpg) no-repeat ;background-size: cover;}
#case21:hover{background: url(../image/briques/21bis.jpg) no-repeat;     background-size: cover;}

#case22{background: url(../image/briques/22.jpg) no-repeat ;background-size: cover;}
#case22:hover{background: url(../image/briques/22bis.jpg) no-repeat;     background-size: cover;}

#case23{background: url(../image/briques/23.jpg) no-repeat ;background-size: cover;}
#case23:hover{background: url(../image/briques/23bis.jpg) no-repeat;     background-size: cover;}

#case24{background: url(../image/briques/24.jpg) no-repeat ;background-size: cover;}
#case24:hover{background: url(../image/briques/24bis.jpg) no-repeat;     background-size: cover;}

#case25{background: url(../image/briques/25.jpg) no-repeat ;background-size: cover;}
#case25:hover{background: url(../image/briques/25bis.jpg) no-repeat;     background-size: cover;}

#case26{background: url(../image/briques/26.jpg) no-repeat ;background-size: cover;}
#case26:hover{background: url(../image/briques/26bis.jpg) no-repeat;     background-size: cover;}

#case27{background: url(../image/briques/27.jpg) no-repeat ;background-size: cover;}
#case27:hover{background: url(../image/briques/27bis.jpg) no-repeat;     background-size: cover;}

#case28{background: url(../image/briques/28.jpg) no-repeat ;background-size: cover;}
#case28:hover{background: url(../image/briques/28bis.jpg) no-repeat;     background-size: cover;}

#case29{background: url(../image/briques/29.jpg) no-repeat ;background-size: cover;}
#case29:hover{background: url(../image/briques/29bis.jpg) no-repeat;     background-size: cover;}

#case30{background: url(../image/briques/30.jpg) no-repeat ;background-size: cover;}
#case30:hover{background: url(../image/briques/30bis.jpg) no-repeat;     background-size: cover;}

.ml_56{
    font-size: 1.5em;
}
.commandez-rapport{
 display: flex;
 justify-content: center;
 align-self: center;
 width: 100%;
}
.commandez-rapport img{
    max-width: 300px;
}
.commandez-rapport p{
    align-self: center;
}
footer{
    color:#00384a;
}
footer a{
    text-decoration: none;
    color:#00384a;
}


/****************/
/** RESPONSIVE **/
/****************/

@media screen and (max-width: 1420px) {
    #wrapperimg img{
        display: block;
        
    }
    .logo {

        /*position: absolute;
        left: 15px;*/
    }
    
}

@media screen and (max-width: 1140px) {

}

@media screen and (max-width: 980px) {
    body {
        /*background-color: snow;*/
    }
    #wrapperimg img{
        display: block;
        ;
    }
    header img{
        width: 50%;
    }
    
    .logo {

        position: initial;
        left: 15px;
    }   
    #container{
        margin: 60px 50px;
    }

}

@media screen and (max-width: 800px) {

    header{
       flex-direction: column-reverse;
   }
   .logoca, .logorse {
    width: 100%;
    justify-content: center;
}
.logorse{
    align-items: center;
}
.logorse h2{
    text-align: center;    
}
.commandez-rapport p{
    margin-top: 15px;
}
.logorse h2 {
    font-size: 1.8em;
    line-height: 39px;
}

#lire-rapport .text-center {   
    flex-direction: column;
}

.logoca img {
    width: 100px;
    height: auto;
}
.print{
    display: none;
}
.text-center a{
    color: #003a4a;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #169899;
    color: #fff;
    border-radius: 12px;
}
.text-center a .img-txt{
    margin: 0;
}

}





@media screen and (max-width: 480px) {
    .dalle{
        /*float: none;*/
        
    }
    .dalle_onglet{
        margin: 5px 15px ;
        /*border: 2px solid black;*/
        width: 100%;
        height: auto;
        padding: 5px 30px;
        transition: all 0.2s;
        color: white;
        margin: 0;
        margin-bottom: 15px;
        display: inline-block;
    }
    .ribbon, .print{
        display: none;
    }

}

