body{
    min-width: 100% !important;
}

@font-face {
    font-family: "Roboto Light";
    src: url(Roboto-Light.ttf);
}

@font-face {
    font-family: "Trajan Pro";
    src: url(trajan.ttf);
}

#slidesContent{
    box-sizing: border-box;
    margin:0;padding: 0;
    min-width: 100%;
}

#slides{
    width:100%;
    position: fixed;
}

#slides img{
    box-shadow: 10px 0px 20px black;
}

.img .text{
    z-index: 15;
    position: absolute;
    margin-top: 32%;
    text-align: center;
    width: 100%;
    font-size: 250%;
    font-family: "Trajan Pro";
    color:black;
    letter-spacing: -4px;
    line-height: 1 !important;
    text-shadow: 0px 0px 2px #000;
}
.img .text .big{
    font-size: 140%;
    font-weight: bold;
}


.title{
    width: 100%;
    display: inline-block;
    font-size: 250%;
    font-weight: bold;
}

.small-title{
    display: inline-block;
    font-size: 120%;
}

.spec .large-2.columns{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.large-4 .small-title{
    font-size: 120%;
}
small span.big{
    letter-spacing: -2px;
}

.small-title img{
    max-height:70px !important;
    max-width: none;
    border-radius: 50%;
    background-color: #0f5116;
    padding: 10px;
    border: 5px solid #7B911C;
}

.row .large-4 .small-title,.row .large-12 .small-title{
    text-align: center !important;
    display: block;
}

.row .large-4 .small-margin{
    margin-top: 10px;
}

.title img{
    margin-top: -20px;
}

.margin{
    margin-top: 30px;
}

.small-margin{
    margin-top:15px;
}


#events .row.full .large-4.columns{
    background-color: rgba(0,0,0,0.7);
    color: #FFFFFF;
    min-height:450px;
    max-height: 500px;
    padding: 20px;
    font-size: 90%;
    height: 100%;
}

#events .large-4.columns .text-content p{
    padding: 30px;
    font-size: 100%;
}
#events .large-4.columns .text-content{
    transition: all 0.5s;
    transition-timing-function: ease-in-out;
    opacity: 0;

}

#events .large-4.columns .text-content:hover{
    opacity:1;
    transform: scale(1.1);
}


.row.full:not(.columns){
    max-width: none;
    margin: 0;
    height: 50%;

}
.row.full.full-height{
    height:100% !important;
}

.row.full-screen-height{
    height:100vh !important;

}
.row.full.mid-height {
    height:50vh;
}

.no-padding{
    padding:0 !important;
}

div.arrow{
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color:  #7B911C transparent transparent;
}

ul.pagination  li a{
    color: #FFFFFF !important;
}

.pagination li a:hover{
    background-color:#7B911C !important;
}

ul.pagination li.current a{
    background-color:#7B911C !important;
}

#events .panel{
    background-color: rgba(216, 216, 216,0.5);
}

.button.coffee{
    background-color: #9d866f !important;
    color: #FFFFFF !important;
}

.alert-box{
    background-color: #7B911C !important;
    border: 1px solid #7B911C !important;
}

.submit-form{
    width:100%;
    text-align: right;
    font-size: 70%;
    cursor:pointer;
}

#top-bottom{
    border-top: 1px dotted black;
}

.columns .centered{
    margin:auto;
    float: none !important;
    display:block;
    text-align: center;

}

#copyright{
    font-size: 95%;
    letter-spacing: -1px;
}

.btn-up{
    cursor:pointer;
}

#content{
    padding-top: 53%;
    z-index: 15;
    background-color: transparent;
    position: relative;
    box-sizing: border-box;
}

#contact{
    display: none;
    background-color: rgba(255, 255, 255,0.9);
    padding-top: 20px;
    padding-bottom: 20px;
    color:black;
}

#contact .row .columns .row{
    margin: 0;
}

#presentation{
    height: 100%;
    border-top: 2px solid #222;
    background-color: #ffffff;
    padding-top: 30px;
    opacity: 0.9;
    padding-bottom: 30px;
}

#presentation .row:not(:first-child) .columns p span{
    overflow: hidden;
    width: 100%;
}

#menu{
    background-color: #1a1a1a;
    z-index: 20;
    position: fixed !important;
    height: 20px;
    width: 100%;
    border-bottom: 1px solid black;
    opacity: 0.8;
}


#fleche{
    margin-top:0px;
    cursor:pointer;
    margin-left: auto;
    margin-right: auto;
    z-index: 21;
    width: 20px;
    height: auto;
    border-style: solid;
    border-width: 40px 50px 0 50px;
    border-color:  #1a1a1a transparent transparent;
}

#fleche-container{
    height: auto;
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 22;
}

#fleche .fleche{
    margin-top: -25px;
    margin-left:-25px;
    cursor:pointer;
    position: absolute;
    z-index: 20;
    width: auto;
    height: auto;
    border-style: solid;
    border-width: 20px 25px 0 25px;
    border-color:  #7B911C transparent transparent;
    opacity: 0.8;
}

#menu-content{
    color:white;
    height: 60px;
    display: none;
}


#menu-content .menu{
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: space-around;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction : row;
    -ms-flex-pack: justify;
    -webkit-flex-direction: row;
    justify-content: space-around ;
    display: -ms-flexbox;
    -ms-flex-direction : row;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -moz-box-pack: space-around;
    -webkit-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
}

#menu-content .menu img{
    height:30px !important;
    max-width: 60px;
    cursor: pointer;
}

#menu-content .menu div{
    margin-top: -65px;
}


.menu a{
    color:white;
}

.menu a:hover{
    color:#7B911C;
}

.menu a div.text-link{
    display: inline-block;
    margin-left: 10px;
}

#menu-content .menu div:not(.text-link){
    margin:none;
    -ms-flex-direction : row;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-flex-direction: row;
    justify-content: space-around ;
    display: -ms-flexbox;
    -ms-flex-direction : row;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -moz-box-pack: space-around;
    -webkit-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
}

#background{
    height: 100%;
    width: 100%;
    background-image: url('../img/fond.jpg');
    position: fixed;

}

#bubble{
    opacity:0.9;
    position:absolute;
    border-radius: 5px;
    border:1px solid black;
    box-shadow: 5px 5px 10px black;
    display: none;
    z-index: 25;
    color:white;
    font-weight: bold;
    background-color: #1a1a1a;
}

#social{
    right:30px;
    padding: 0px;
    opacity: 0.8;
    background-color: black;
    position: fixed;
    border-radius: 2px;
    z-index: 30;
    margin-top: 15%;
}

#social img{
    border-radius: 2px;
}

#buttonup{
    margin-top: 50px;
    z-index: 10;
    margin-bottom: -50px;
    text-align: center;
}

#buttonup .columns{
    position: relative !important;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.text .row .large-12{
    font-size: 80% !important;
    text-shadow:  0 0 3px #000;
    letter-spacing: normal;
}

@media screen and (max-width: 40em) {
    
    .text{
        letter-spacing: -1px !important;
    }

    span.big{
        letter-spacing: normal !important;
    }

    small span.big{
        letter-spacing: normal !important;
    }

    #project{
        overflow-y: scroll !important;
    }
    .text .row .large-12{
        margin-top: -20px;
        letter-spacing: normal;
        font-size: 110% !important;
    }
    #slides .img .text{
        font-size: 90%;
    }

    #preview{
        height: 100% !important;

    }

    #project{
        margin-top: 25% !important;
    }

}
@media screen and (max-width: 64em) {

    .text .row .large-12{
        font-size: 70%;
    }

    .img .text.text-b{
        margin-top: 43% !important;
    }

    #textTornade{
        padding-top: 10% !important;
    }

    #content{
        max-width: 64rem !important;
        width: 100% !important;
    }

    #footer .row .large-4.columns :first-child{
        padding-right: 0 !important;
    }

    #footer .row .large-4.columns .row:first-child{
        padding-right: 0 !important;
    }

    #footer .columns .columns{
        padding-left: 0 !important;
    }
    #footer .columns:not(:last-child),#footer .columns.large-8{
        border:none !important;
    }


    #footer .columns{
        text-align: center !important;
    }

    #footer .columns .text-right{
        text-align: center !important;
    }
    #menu-content{
        color:white;
        height: 60px;
        display: none;
    }

    #menu-content .menu{
        display: flex;
        margin-left: none;
        display: -ms-flexbox;

    }
    #menu-content .menu div{
        margin:none;
        -ms-flex-direction : row;
        -ms-flex-pack: justify;
        justify-content: space-around;
    }

}
#preview h4{
    color:#ffffff;
    font-style: italic;
}

#preview{

    color: #ffffff;
    display: none;
    position: fixed;
    background-color: rgba(0,0,0,0.4);
    z-index:20;
    height: 90%;
    width: 100%;
    bottom: 0;
}

#preview:not(#project){
    background-color: rgba(0,0,0,0.8);
}

#project{
    margin-top: 12%;
    overflow: hidden;
    height:60%;
}
#preview #project div.row.project:not(:first-child){
    display: none;
}
#preview .close{
    position: absolute;
    top: 20px;
    right: 50px;
    cursor:pointer;
    font-weight: bold;
    font-size: 200%;
    color: #888888;
}

.project .columns .titleProject{
    font-size: 110%;
    font-weight: normal;
    text-align: center;
}

#preview img.preview{
    height: 150px;
}

#preview .reflect{
    height: 30px;
    background-size: 100% 100%!important;
    background-repeat: no-repeat!important;
}

.evidence{
    letter-spacing: -1px;
    font-size: 120%;
}

.evidence p{
    color: #FFFFFF;
    text-shadow: 0 0 4px #1A1A1A;
}

.normal{
    font-weight: normal;
}
.diminue{
    font-size: 80%;
}

.borderBottom{
    padding-bottom: 40px;
    border-bottom: 1px dotted #f0a900;
}

.icon-bar a.item:hover{
    background-color:#7B911C; !important;
}

a.button img{
    height: 20px;
}

a.button{
    width:auto;
    padding: 10px !important;
}

.off-canvas-wrap{
    position: fixed !important;
    z-index: 30;
    height: auto;
    width: 100%;
}

.move-left.off-canvas-wrap{
    z-index: 21;
}
.off-canvas-wrap.docs-wrap{
    right: 0;
    top:0;
    position: fixed !important;
}

.off-canvas-wrap{
position: absolute;
}

.inner-wrap .tab-bar{
    background-color: transparent;
}
.right-off-canvas-menu {
    width: 15.625rem;
    top: 0px;
    bottom: 0px;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto !important;
    background: #333 none repeat scroll 0% 0%;
    z-index: 1001;
    box-sizing: content-box;
    transition: transform 500ms ease 0s;
    transform: translate3d(100%, 0px, 0px);
    right: 0px;
    min-height: 500px !important;
    max-height: 700px;
    height: 100vh;
}

.inner-wrap .right-small{
    border-left: none;
    position: fixed;

}

.move-left a.exit-off-canvas{
    box-shadow: none ;
    background-color: transparent;

}
.right-off-canvas-toggle.menu-icon span{

    margin-top: 50px;
}
aside.right-off-canvas-menu{
    min-height: 700px;

}
a.right-off-canvas-toggle{
    text-indent: 1rem !important;
}

a.right-off-canvas-toggle img{
    height:20px;
}

.login-panel{
    z-index: 25;
    padding-top: 100px !important;

}

.login-panel input[type=submit]{
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    background-color: transparent;
    font-weight: bold;
    border-top: 1px solid #222;
    border-bottom: 1px solid transparent;
}

.separator .columns div{
    text-align: center;
}

.login-panel input[type=submit]:hover{
    border: 1px solid #222;
    color: white;
    background-color: rgba(123, 145, 28,0.6);
    font-weight: bold;
    box-shadow: 0px 0px 1px white inset;
}

*.white{
    color: white;
}

.login-panel .panel{
    border: 1px solid #222;
    background-color: rgba(123, 145, 28,0.4);

}

.button.white,.button.red{
    border: 1px solid black;
    color:black;
    background-color: #ffffff;
}

.button.white:hover{
    background-color: #ffffff;
    box-shadow: 0px 0px 3px #989898 inset;
    color:black;
}

.button.red:hover{
    background-color: #ffffff;
    box-shadow: 0px 0px 2px #d49479 inset;
}

#loadModal{
    top:0 !important;
    max-width: 100% !important;
    max-height: 100%!important;
    color:white;
    background-color: black;
    border: none transparent;
    width: 100%;
    height: 100%;
    padding-top: 15%;
}
#range{
    height: 4px;
    width: 100%;
    background-color: #000;
}

#cursorRange{
    height: 4px;
    width: 0%;
    background-color: #FFFFFF;
}

#imageModal{
    max-width: 50rem;
    padding: 0;
    border-radius: 0;
    height:auto !important;
    min-height: auto;
}

#imageModal .row.image{
    text-align: center;
}
#imageModal img{
    z-index: 0;
}


.modal-header{
    padding-top: 5px;
    height:2rem;
    width: 100%;
    background-color:#7B911C;
    border-radius: 8px 8px 0px 0px;
    color:white;
    margin-bottom: 10px;
    font-size: 150%;
}

.modal-header a{
    color:white !important;
    top: 0 !important;
    font-size: 2rem !important;
}


#imageModal .title {
    vertical-align: text-bottom;
    font-size: 70%;
    text-align: center;
    top:0;
    position: absolute;
    z-index: 1;
    width:100%;
    height:50px;
    background-color: rgba(0,0,0,0.6);
    color:white;
    padding-top: 20px;
    border:none transparent;
}

#imageModal .description {
    vertical-align: text-bottom;
    font-size: 90%;
    text-align: center;
    bottom:0;
    position: absolute;
    z-index: 1;
    width:100%;
    height:80px;
    background-color: rgba(0,0,0,0.6);
    color:white;
    padding-top: 20px;
    border:none transparent;
}

#imageModal a.close-reveal-modal{
    z-index: 2;
    font-size: 150%;
}

ul.off-canvas-list li img{
    height:20px;
}

#menu .text-center{
    font-size: 80%;
    text-align: center;
    position: relative;
    z-index: 21;
    margin-top: -2px;
    font-weight: bold;
    color:#ffffff;
}
div.row.panel.small-margin{
    max-width: none;
}

.image-project{
    cursor:pointer;
}
.separator{
    padding:10px;
    font-size: 150%;
    color:white;
    max-width:100%;
    background-color: rgba(0,0,0,0.8);
    text-shadow: 0 0 10px #000000;
    min-height: 110px;
    text-align: center;
}

.separator .columns:first-child img{
    position: relative;
    text-align: center;
}

.separator:hover{
    background-color: rgba(123, 145, 28,0.8);
    cursor: pointer;
}

#map{
    width:100%;height:300px;
    opacity: 0.8;
}

.little-margin{
    margin-top: 5px;
}
.other-project.precedent {
    margin-top: 0;
}

.other-project.precedent img{
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.other-project{
    box-shadow: 0px 0px 5px #000;
    font-size: 150%;
    text-shadow: 0 0 10px #000000;
    padding:15px;
    color:white;
    height: 20%;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
}

.other-project:hover{
    background-color: rgba(123, 145, 28,0.7);
    cursor: pointer;
}

.other-project.suivant{
    bottom:0;
}

.other-project.red{
    background-color: rgba(0, 0, 0,0.8);
}

#footer{
    min-width: 100%;
    font-size: 70%;
    font-family: Arial;
    padding-top: 50px;
    padding-bottom: 40px;
    box-shadow: 0px 0px 5px black;
    margin-top: 100px;
    position: relative;
    z-index: 10;
    min-height: 100px;
    color:white;
    background-color: rgba(0,0,0,0.8);
    text-shadow: 0 0 10px #000000;
}

#videos-types .button{
    background-color: rgb(213, 11, 27);
}

#videos-types .button.active{
    background-color: rgb(150, 11, 27);
}

#footer{

}

#footer a{
    color: white;
}

#footer a:hover{
    color: #999;
}

#footer .columns:not(:last-child){
    border-right: 1px solid #888;
}

#footer .columns{
    min-height: 100px;
}

#footer .row .large-4.columns :first-child{
    padding-right: 5px ;
}

#footer .row .large-4.columns .row:first-child{
    padding-right: 0;
}

#footer .columns .columns{
    border: none;
    padding-left: 5px;
}

#footer .visible-for-large-up{
    float:none !important;
}

#footer .visible-for-medium-down{
    position: relative;
    text-align: center;
    width: 100%;
}

#mentions{
    text-align: justify;
    font-size:60%;
    border: 1px solid black;
    padding: 0;
    padding-bottom: 10px;
    border-radius: 10px 10px 0px 0px;
    background-color: rgba(255,255,255,0.7) !important;
}

#partenaires{
    padding-top: 10px;
    border-top: 2px solid rgb(123, 145, 28);
    margin-top: 0;
    background-color: rgba(255, 255, 255,0.8);
    padding-bottom: 30px;
}

#partenaires span.has-tip{
    border-bottom: none;
}

#partenaires img{
    max-width: 80px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

#footer .row .row{
    margin:0;
}
#fileSearch{
    margin:0;

}

.searchItem{
    padding-top: 10px !important;
    height:25px !important;
    border-bottom: 1px solid #e4e4e4 !important;

}
.searchItem:hover{
    cursor:pointer;
    background-color: rgb(213, 11, 27);
    color:white;
}
input[type=submit]{
    background-color: rgb(213, 11, 27);
}
input[type=submit]:hover{
    background-color: rgb(163, 8, 21);
}
.submit-form input[type=submit]{
    background-color: transparent;
    border:none;
}

#socialNetwork .columns{
    min-height: auto;
}

#socialNetwork .columns.large-6{
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

#socialNetwork .large-6 img{
    height: 25px;
    border-radius: 25px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

#socialNetwork .large-6 img:hover{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);

}

#menu-content .social{

    line-height:normal ;
}

#menu-content .social img{
    height: 20px!important;
    border-radius: 20px ;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

#menu-content .social img:hover{

    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);

}

.opene:not(.reveal-modal){
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    display: none;
    cursor: pointer;
}

.opene:not(.reveal-modal) div{
    height: 30px;
    width: 30px;
    border-radius: 20px;
    border: 1px solid white;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    font-size: 130%;
}

#imagesPreviews{
    position: fixed;
    z-index: 1005;
    bottom:0;
    width: 100%;
    height:100px;
    background-color: rgba(0,0,0,0.6);
    box-shadow: 0 0 5px #000;
    display: none;
    overflow-y: auto;
}

#imagesPreviews img{
    height:90px;
    max-width: 120px;
    display: inline-block;
    padding-top: 10px;
    margin-left: 30px;
    cursor:pointer;
}

#Imgleft{
    z-index: 1;

    top: 0;
    cursor: pointer;
    width:5%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    left: 0;
    position: absolute;
}
#Imgright{
    z-index: 1;
    top: 0;
    cursor: pointer;
    width:5%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    right: 0;
}

#Imgright img,#Imgleft img{
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
}

#Imgleft img{
    right: 0;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.delete-image{
    cursor: pointer;
}

#footer strong{
    color:rgb(123, 145, 28);
}

#member{
    color:#D50B1B;
}

#member:hover{
    color:white;
}

#menu #menu-content .menu div:first-child img{
    max-height: 70px;
    height: auto !important;
}