@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300);
@import url('menu.css');
@import url('pop.css');
@import url('download.css');
@import url('footer.css');
@import url('mentions.css');


html {
    height: 100%;
}

body {
    height: 100%;
    position: relative;
    font-family: Roboto;
    overflow-x: hidden;
    font-size: 18px;
    font-weight: 300;
}

div#background-image {
    min-height: 100%;
    min-width: 100%;
    background-image: url(../images/semaine4-banner.png);
    background-size: cover;
    position: fixed;
}

/* content wrapper */
#accueil-section {
    position: relative;
}

div#accueil-banniere {
    position: absolute;
    width: 100%;
    background-color: rgba(58, 170, 53, .8);
    font-weight: 300;
    color: white;
    text-align: center;
    font-size: 19px;
    padding: 45px 0;
    bottom: 100px;
    
}

div#background-image img {
    min-height: 100%;
    min-width: 100%;
}

div span#accueil-banniere1 {
    font-weight: 700;
    font-size: 24px;
    display: block;
}

div span#accueil-banniere2 {
    font-weight: 300;
    font-size: 35px;
    display: block;
}

/* --- content wrapper --- */
#content-wrapper {
    background-color: white;
    padding-bottom: 1px;
}

.div-colored {
    position: relative;
}

.div-colored:nth-child(2n+1){
    background-color: #ebebeb;
}

@media screen and (min-width: 0){
    .text-wrapper1 {
        padding: 50px 10px;
        max-width: 1024px;
        margin: auto;
        text-align: center;
    }

    .text-wrapper2 span {
        font-weight: 700;
        font-size: 24px;
        display: block;
        text-transform: uppercase;
        margin-bottom: 23px;
    }

    .text-wrapper2 {
        padding: 65px 10px;
        max-width: 1024px;
        margin: auto;
        text-align: center;
    }
}

@media screen and (min-width: 436px){
    .text-wrapper1 {
        padding: 50px 42px;
        max-width: 1024px;
        margin: auto;
        text-align: center;
    }

    .text-wrapper2 span {
        font-weight: 700;
        font-size: 24px;
        display: block;
        text-transform: uppercase;
        margin-bottom: 23px;
    }

    .text-wrapper2 {
        padding: 65px 65px 40px 65px;
        max-width: 1024px;
        margin: auto;
        text-align: center;
    }
}

.image-wrapper {
    height: auto;
    max-width: 943px;
    position: relative;
    margin: auto;
    margin-bottom: 60px;
}

.image-wrapper img {
    width: 100%;
    margin: auto;
    display: block;
    box-shadow: 0 0 4px black;
}

.design-block {
    position: absolute;
    background-color: #ebebeb;
    height: 150px;
    width: 100%;
    z-index: -1;
}

/* --- Edito section --- */
.edito-wrapper {
    padding-top: 45px;
    background-color: #3aaa35;
    color: white;
    padding-bottom: 50px;
}

span.title {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}


@media screen and (min-width:0){
    .edito-text1 {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        padding: 0 10px;
    } 

    
    .image-edito {
        display: block;
        margin: 0 0 20px 0;
        text-align: center;
    }
    
    .edito-content {
        max-width: 1024px;
        margin: auto;
        padding-left: 0;
    }

}

@media screen and (min-width:1001px){
    .edito-content {
        max-width: 1024px;
        margin: auto;
        padding-left: 40px;
    }

    .edito-text1 {
        display: inline-block;
        vertical-align: top;
        max-width: 580px;
        padding: 0;
    }

    .image-edito {
        display: inline-block;
        margin: 60px 80px 80px 0;
        text-align: left;
    }

}

.image-edito span {
    margin-top: 10px;
    font-weight: 700;
    display: block;
}

.edito-text1 p {
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}

img.quote-img {
    float: left;
    display: inline-block;
    margin-top: 5px;
    padding: 0 15px 0px 0px;
}


div.edito-wrapper a {
    color: white;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    position: relative;
    width: 120px;
    transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}

div.edito-wrapper a:hover {
    color: #51ce4b;
    text-decoration: none;
    transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}

div.edito-wrapper polygon {
    transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}

div.edito-wrapper a:hover polygon {
    fill: #51ce4b;
    transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}

svg.arrow-rotate {
    transform: rotate(-90deg);
    vertical-align: middle;
    margin-bottom: 1px;
    margin-left: 10px;
}

/* --- press report --- */
@media screen and (min-width: 0){
    .press-report {
        max-width: 943px;
        margin: auto;
        background-color: #ebebeb;
        margin-bottom: 50px;
/*        padding: 10px 10px; */
    }
    
    .image-report {
        max-width: 362px;
        vertical-align: top;
        display: block;
        margin: auto;
        position: relative;
    }
    
    .text-report {
        max-width: 420px;
        display: block;
        margin-left: 0;
        margin-top: 0;
        margin: 45px auto;
    }
}

@media screen and (min-width: 911px){
    .press-report {
        max-width: 943px;
        position: relative;
        margin: auto;
        background-color: #ebebeb;
        margin-bottom: 50px;
        padding: 0;
    }

    .image-report {
        width: 362px;
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }
    
    .text-report {
        max-width: 420px;
        display: inline-block;
        margin: 0;
        margin-left: 90px;
        margin-top: 45px;
    }

}


.image-report img {
    width: 100%;
}

.text-report a {
    color: #3aaa35;
    margin-top: 30px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}

.text-report a:hover {
    color: #51ce4b;
    text-decoration: none;
    transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}

.text-report a:hover polygon{
    fill: #51ce4b;
    text-decoration: none;
    transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}

.text-report span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}

/* --- thematiques-section --- */
section#thematiques-section {
    background-color: #3aaa35;
    padding: 60px 0;
}

div#thematiques-wrap {
    max-width: 1200px;
    margin: 0 auto;
    color: white;
}

div#thematiques-wrap .row {
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 0){
    div#thematiques-wrap .row > div:first-child {
        margin-bottom: 100px;
    }
}

@media screen and (min-width: 768px){
    div#thematiques-wrap .row > div:first-child {
        margin-bottom: 0;
    }
}

div#thematiques-wrap > span {
    font-weight: 700;
    font-size: 25px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

div#thematiques-timeline {
    margin-top: 80px;
    height: 250px;
    max-width: 250px;
    position: relative;
}

div#thematiques-timeline:after {
    content: '';
    position: absolute;
    top: 0;
    left: 7px;
    height: 376px;
    width: 1px;
    background-color: white;
}

div#thematiques-timeline > div.thematiques-active {
    margin-top: 20px 0;
    font-weight: 700;
    font-size: 25px;
}

div.thematiques-active span {
    width: 17px;
    height: 17px;
    margin-left: -1px;
}

div#thematiques-timeline > div {
    margin: 20px 0;
    font-weight: 300;
    font-size: 20px;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    cursor: pointer;
}

div#thematiques-timeline > div:hover {
    margin: 20px 0;
    font-weight: 700;
    font-size: 25px;
    margin-right: 1px;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

div#thematiques-timeline > div:hover span {
    width: 17px;
    height: 17px;
    margin-left: -1px;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

span.timeline-square:first-child {
    margin-top: 23px;
}

span.timeline-square {
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    margin-right: 20px;
    background-color: white;
    box-sizing: border-box;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    margin-left: 2px;
}

div#thematiques-wrap button {
    padding: 10px 20px;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

div#thematiques-wrap button:hover {
    color: #3aaa35;
    background-color: white;
}

div#thematiques-wrap button:hover polygon {
    fill: #3aaa35;
}

.thematiques-image {
    max-width: 290px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    float: left;
}

.thematiques-image img {    
    width: 100%;
}

@media screen and (min-width: 0){
    .slide span {
        font-weight: 700;
        font-size: 16px;
        margin-top: 20px;
        display: inline-block;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 768px){
    .slide span {
        font-weight: 700;
        font-size: 16px;
        margin-top: 0;
        display: inline-block;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
}

.slide p {
    font-size: 16px;
    font-weight: 300;
}

.slide a {
    margin-top: 30px;
    color: white;
    display: block;
    font-size: 14px;
}

.slide a:hover {
    color: #51ce4b;
    text-decoration: none;
}

.slide a:hover polygon {
    fill: #51ce4b;
}

#thematiques-slider {
    margin: 20px 0;
}

div#thematiques-wrap #slide-up, div#thematiques-wrap #slide-down {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

div#thematiques-wrap #slide-up {
    margin-bottom: 40px;
    margin-top: 40px;
}

div#thematiques-wrap #slide-down {
    transform: rotate(180deg);
    margin-top: 40px;
}

.slide {
    display: none;
}

#slide-down:hover, #slide-up:hover {
    opacity: 0.5;
    transition: all .5s ease;
}



/* --- share-section --- */
section#share-section {
    background-color: white;
    padding: 30px 0;
}

section#share-section div#networks {
    background-color: #ebebeb;
    max-width: 1024px;
    height: 91px;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    display: block;
}

section#share-section div#networks a {
    color: #0e0e0e;
    text-decoration: none;
    position: relative;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 6px;
}

section#share-section svg { 
    height: 50px;
    margin-left: 20px;
    vertical-align: middle;
}

section#share-section svg:hover * {
    fill: #51ce4b;
}


