/* GLOBAL STYLES
-------------------------------------------------- */

body{
    font-family: Roboto;
}

.body{
    padding-top: 60px;
}

.big-3d{
    vertical-align: middle;
    font-size: 40px;
    font-weight: bold;
}

.big-3d.orange{
    color: #e25825;
}

.big-3d.bleu{
    color: #1c90d9;
}

.padding15{
    padding: 15px;
}

.nopadding{
    padding:0;
}

.social-media-item{
    width: 53px;
    height: 53px;
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 0 2.5px;
    cursor: pointer;
    display: inline-block;
}

.social-media-item.fb{
    background-image: url('../img/icon-fb.png');
}

.social-media-item.viadeo{
    background-image: url('../img/icon-viadeo.png');
}

.social-media-item.linkedin{
    background-image: url('../img/icon-linkedin.png');
}

.social-media-item.youtube{
    background-image: url('../img/icon-youtube.png');
}

.entry-title.line{
    line-height: 1;
    background-position-y: 50%;
    background-repeat: repeat-x;
    position: relative;
}

.entry-title.line:before{
    content: "";
    position: absolute;
    width: 67px;
    height: 71px;
    background-position: 0 50%;
    left: -50px;
    top: -18px;
    background-repeat: no-repeat;
}

.entry-title.line.white{
    background-image: url('../img/line-white.png');
}

.entry-title.line.orange{
    background-image: url('../img/line-orange.png');
}

.entry-title.line.orange:before{
    background-image: url('../img/cube-orange.png');
    background-color: white;
}

.entry-title.line.blue{
    background-image: url('../img/line-blue.png');
}

.entry-title.line.blue:before{
    background-image: url('../img/cube-bleu.png');
    background-color: white;
}

.entry-title.line.green{
    background-image: url('../img/line-green.png');
}

.entry-title.line.green:before{
    background-image: url('../img/cube-vert.png');
    background-color: white;
}

.entry-title.line .bg{
    padding: 0 15px;
}

.entry-title.line .bg.white{
    background-color: white;
}

.entry-title.line .bg.grey{
    background-color: #333;
}

video, div, p, span, img{
    max-width: 100%;
}

/*
    Front Page
*/

.accueil .entry-header .entry-title{
    font-size: 30px;
    font-family: Roboto;
    text-align: center;
    margin: 50px 0;
}

.accueil .entry-header .entry-title img{
    vertical-align: middle;
    margin-right: 10px;
}

.accueil .entry-video{
}

.accueil .entry-video .content-video .video-list,
.accueil .entry-video .content-navigation .list-item{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.accueil .entry-video .content-video .video-list .video video{
    max-width: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    padding: 0;
    position: relative;
    z-index: 1;
    padding: 0;
    box-shadow: 0 0 20px black;
    background-color: #ccc;
    border: 3px solid #999;
}

.accueil .entry-video .content-video .video-list .video{
    display: none;
}

.accueil .entry-video .content-video .video-list .video:first-child{
    display: block;
}

.accueil .entry-video .content-video:before{
    content: "";
    position: absolute;
    top: -40px;
    right: -115px;
    width: 230px;
    height: 262px;
    background-image: url("../img/cubes-bleus-video.png");
}

.accueil .entry-video .content-video:after{
    content: "";
    position: absolute;
    bottom: 41px;
    left: -88px;
    width: 300px;
    height: 262px;
    background-image: url("../img/cubes-oranges-video.png");
}

.accueil .entry-video .content-navigation{
    margin-top: 15px;
    margin-bottom: 30px;
}

.accueil .entry-video .content-navigation .list-item .item{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2.5px;
    border-radius: 100%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background 0.3s;
}

.accueil .entry-video .content-navigation .list-item .item:hover,
.accueil .entry-video .content-navigation .list-item .item.current{
    background-color: rgba(0, 0, 0, 1);
    transition: background 0.3s;
}

.accueil .entry-description-title{
    margin: 0 0 50px 0;
}

.accueil .entry-nomination{
    margin-bottom: 20px;
}

.accueil .entry-nomination .item-nomination{
    font-family: Roboto;
    font-size: 25px;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.accueil .entry-nomination .item-nomination img{
    margin: 10px 0px;
}

.accueil .entry-nomination .item-nomination strong{
    font-size: 22px;
}

.accueil .entry-description{
    margin-bottom: 60px; 
}

.accueil .entry-description p{
    font-family: Roboto;
    text-align: center;
    font-size: 18px;
    color: #333;
}

#slideshow-home{
    padding: 10px 0 0 0;
    margin-bottom: 20px;
    box-shadow: 0px -3px 5px black;
    background-color: #333333;
}

#slideshow-home h2{
    color: white;
    font-size: 25px;
    font-family: Roboto;
    font-weight: normal;
    margin-bottom: 40px;
}

#slideshow-home article{
    margin-bottom: 20px; 
    display: none;
}

#slideshow-home article.current{
    display: block;
}

#slideshow-home article .entry-thumbnail{
    height: 310px;
    overflow: hidden;
    text-align: center;
}

#slideshow-home article .entry-thumbnail img{
    position: relative;
    max-width: 100%;
    left: 0;
}

#slideshow-home article .entry-content{
    font-family: Roboto;
}

#slideshow-home article .entry-content .entry-title{
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}

#slideshow-home article .entry-content .entry-title a{
    color: white;
}

#slideshow-home article .entry-content .entry-title a:hover{
    color: #e25825;
    text-decoration: none;
}

#slideshow-home article .entry-content .date{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 30px;
    color: white;
}

#slideshow-home article .entry-excerpt{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
    color: white;
    text-align: justify;
}

#slideshow-home article .link{
    font-size: 14px;
    color: #e25825;
    font-weight: normal;
    cursor: pointer;
}

#slideshow-home .content-navigation ul{
    margin: 10px auto;
    padding: 0;
    text-align: center;
}

#slideshow-home .content-navigation ul .puce{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 2.5px;
    background-color: white;
    transition: background 0.3s;
    cursor: pointer;
    position: relative;
}

#slideshow-home .content-navigation ul .puce:hover, #slideshow-home .content-navigation ul .puce.current{
    background-color: #e25825;
    transition: background 0.3s;
}

#slideshow-home .barre{
    display: block;
    width: 100%;
    height: 5px;
    box-shadow: 0px 3px 5px black;
}

.accueil .bloc-com{
    margin-bottom: 20px;
}

.accueil .bloc-com .entry-title{
    font-family: Roboto;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.accueil .bloc-com .item-com{
    margin-bottom: 20px;
}

.accueil .bloc-com .item-com .title-item{
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}

.accueil .bloc-com .item-com .title-item.orange{
    color: #e25825;
}

.accueil .bloc-com .item-com .title-item.blue{
    color: #1885c9;
}

.accueil .bloc-com .item-com .title-item.green{
    color: #1f8523;
}

.accueil .bloc-com .item-com .text-item{
    text-align: justify;
    font-size: 16px;
    color: #333333;
}

.accueil .bloc-com .item-com .img-item{
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-bottom: 20px;
}

.accueil .en-ce-moment article{
    margin-bottom: 20px;
}

.accueil .en-ce-moment .entry-title, .accueil .newsletter .entry-title{
    margin-bottom: 40px;
    font-size: 25px;
}

.accueil .en-ce-moment article .entry-thumbnail{
    position: relative;
    display: block;
    max-height: 200px;
    overflow: hidden;
}

.accueil .en-ce-moment article .entry-thumbnail .thumbnail{
    max-width: 100%;
    width: auto;
    border: 3px solid #333;
    padding: 0;
    border-radius: 3px;
}

.accueil .en-ce-moment article .entry-content .entry-title{
    margin: 0;
}

.accueil .en-ce-moment article .entry-content .entry-title h4{
    margin: 0;
    font-size: 20px;
}

.accueil .en-ce-moment article .entry-content .entry-title h4 a{
    color: #333333;
}

.accueil .en-ce-moment article .entry-content .entry-title h4 a:hover{
    text-decoration: none;
    color: #1885c9;
}

.accueil .en-ce-moment article .entry-content .entry-title .date{
    margin: 0 0 20px 0;
    font-size: 14px;
}

.accueil .en-ce-moment article .entry-content .entry-excerpt{
    margin: 0 0 0px 0;
    font-size: 16px;
    text-align: justify;
}

.accueil .en-ce-moment article .entry-content .more-link{
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}

.accueil .en-ce-moment .see-all a{
    line-height: 32px;
    padding-left: 47px;
    background-image: url('../img/icon-news-blue.png');
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 32px 32px;
    display: inline-block;
    height: 32px;
    font-size: 18px;
}

.accueil #newsletter{
    padding: 20px 15px;
    background-color: #143d56;
    position: relative;
}

.accueil #newsletter:before{
    content: "";
    display: block;
    width: 91px;
    height: 91px;
    position: absolute;
    top: -20px;
    right: -20px;
    background-image: url('../img/label-free.png');
}

.accueil #newsletter .entry-header{
    color: #f6ffba;
}

.accueil #newsletter .entry-header .before{
    font-size: 20px;
    display: block;
    margin-bottom: 25px;
}

.accueil #newsletter .entry-header strong{
    font-size: 34px;
    color: white;
    display: block;
    margin-bottom: 25px;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}

.accueil #newsletter .entry-header .after{
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
}

.accueil #form-newsletter .form-group input, .accueil #form-newsletter .form-group button{
    background-color: transparent;
    border: 1px solid white;
    border-radius: 3px;
    color: white;
    font-family: Roboto;
}

.accueil #form-newsletter .form-group button{
    background-color: transparent;
    border: none;
    color: white;
    font-family: Roboto;
    font-size: 20px;
    margin-top: 20px;
    padding-left: 60px;
    background-image: url('../img/icon-mail-newsletter.png');
    background-repeat: no-repeat;
    background-position: 0 50%;
    display: inline-block;
    height: 32px;
    line-height: 32px;
}

.accueil .carte-visite{
    border: 3px solid #e25825;
    padding: 10px;
    border-radius: 3px;
    margin: 20px 0;
    background-color: white;
    position: relative;
    z-index: 1;
}

/*.accueil .carte-visite:after{
    content: "";
    background-image: url("../img/cubes-oranges-contact.png");
    background-repeat: no-repeat;
    width: 308px;
    height: 262px;
    position: absolute;
    top: -15px;
    right: -40px;
    z-index: 0;
}*/

.accueil .carte-visite .entry-title{
    font-size: 18px;
    margin-bottom: 20px;
}

.accueil .carte-visite .contact{
    display: block;
    float: right;
    width: 60%;
}

.accueil .carte-visite .contact p{
    margin: 0;
    display: block;
    font-size: 16px;
    text-align: center
}

.accueil .carte-visite .contact .mail-contact{
    margin: 15px 0;
    display: block;
    font-size: 16px;
    color: #428bca;
    cursor: pointer;
}

.accueil .carte-visite .socials{
    display: block;
    float: left;
    width: 40%;
    text-align: center;
    margin-top: 10px;
}

/*
    ACTUS
*/

.actus .entry-header .entry-title{
    font-size: 30px;
    font-family: Roboto;
    text-align: center;
    margin: 50px 0;
}

.actus .content-actus{
    margin-bottom: 40px;
}

.actus .item-actu{
    margin-bottom: 30px;
}

.actus .item-actu .content-thumbnail{
    position: relative;
}

.actus .item-actu .content-thumbnail .entry-title h2{
    font-size: 20px;
    margin: 10px 0;
}

.actus .item-actu .content-thumbnail .entry-title h2 a{
    color: #e25825;
}

.actus .item-actu .content-thumbnail .entry-thumbnail{
    max-height: 300px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    display: block;
    margin-bottom: 10px;
}

.actus .item-actu .content-extract{
    text-align: justify;
}

.actus .item-actu .more-link{
    display: inline-block;
    color: #e25825;
}

.actus .item-actu .content-thumbnail .entry-thumbnail img{
    max-width: 100%;
}

.actus .item-actu .content-thumbnail .entry-thumbnail .publication{
    position: absolute;
    width: auto;
    bottom: 0;
    left: 0;
    padding: 20px 10px;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
    transition: opacity 0.3s;
    color: white;
    margin: 0;
    display: inline-block;
}

.actus .item-actu .content-thumbnail .entry-thumbnail:hover .publication{
    opacity: 0;
    transition: opacity 0.3s;
}

/*
    ACTU SINGLE
*/
.actus .single{
    margin-bottom: 40px;
}

#zoom-in{
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    text-align: center;
    padding: 20px;
    display: none;
}

#zoom-in img{
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

#zoom-in .close{
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 25px;
    position: absolute;
    top: 20px;
    right: 20px;
    text-shadow: none;
}

#zoom-in .close:hover{
    background-color: rgba(255, 255, 255, 1);
}

.actus .single .post-thumbnail img{
    max-width: 100%;
    margin-bottom: 10px;
    cursor: zoom-in;
}

.actus .single .content-navigation{
    margin-top: 40px;
}

.actus .single .content-navigation a{
    color: #e25825;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 17px;
}

.actus .single .content-navigation a.left{
    background-image: url("../img/arrow_left.png");
    background-position: 0 0;
    padding-left: 35px;
    transition: padding 0.3s;
}

.actus .single .content-navigation a.left:hover{
    padding-left: 45px;
    transition: padding 0.3s;
}

.actus .single .content-navigation a.right{
    background-image: url("../img/arrow_right.png");
    background-position: 100% 0;
    padding-right: 35px;
    transition: padding 0.3s;
}

.actus .single .content-navigation a.right:hover{
    padding-right: 45px;
    transition: padding 0.3s;
}

/* ERREUR */

.content-error{
    margin-top: 40px;
    margin-bottom: 40px;
}

.content-error .entry-title{
    font-size: 26px;
    margin-bottom: 20px;
    color: #e25825;
}

.content-error .entry-description{
    font-size: 20px;
}

.content-error .btn-redirect{
    margin-top: 20px;
    text-align: center;
}

.content-error .btn-redirect a{
    border-radius: 3px;
    display: inline-block;
    padding: 10px;
    color: white;
    background-color: #1ea6fb;
}

.content-posts-error{
    margin-bottom: 40px;
}

.content-posts-error .post .entry-title a{
    color: #e25825;
    font-size: 18px;
}

.content-posts-error .post .entry-thumbnail{
    max-height: 300px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.content-posts-error .post .entry-thumbnail img{
    max-width: 100%;
}

.content-posts-error .post .entry-thumbnail .entry-excerpt{
    position: absolute;
    width: 100%;
    padding: 15px;
    bottom: -100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    line-height: initial;
    text-align: justify;
    color: white;
    transition: bottom 0.3s;
}

.content-posts-error .post .entry-thumbnail .entry-excerpt .link{
    margin-top: 15px;
}

.content-posts-error .post .entry-thumbnail .entry-excerpt .link a{
    color: #e25825;
}

.content-posts-error .post .entry-thumbnail:hover .entry-excerpt{
    transition: bottom 0.3s;    
    bottom: 0;
}

.contact .entry-header .entry-title{
    font-size: 30px;
    font-family: Roboto;
    text-align: center;
    margin: 50px 0 20px 0;
}

.contact .entry-header .entry-description{
    font-size: 25px;
    font-family: Roboto;
    text-align: center;
    margin: 0 0 40px 0;
}

.contact .entry-title{
    margin-bottom: 40px;
}

.contact .content-form form{
    padding: 20px;
    background-color: #333;
    color: white;
    border-radius: 3px;
}

.contact .content-form form label{
    font-weight: normal;
}

.contact .content-adr .adresse p{
    margin-bottom: 0;
    font-size: 16px;
}

#map{
    padding: 20px;
    margin-bottom: 40px;
    border: 5px solid #333;
    border-radius: 3px;
    height: 500px;
}

@media (max-width: 950px) {
    .accueil .entry-video .content-video:before, .accueil .entry-video .content-video:after{
        display: none;
    }
    
    .accueil .entry-video video{
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    #footer a{
        font-size: 18px;
    }
    
    .header .login-zone a span{
        display: none;
    }
    
    .entry-title.line:before{
        background: none !important;
    }
}

.bottom20{
    margin-bottom: 20px;
}

.bottom40{
    margin-bottom: 40px;
}

.none{
    display: none;
}

#language{
    
}

#language .list-langue{
    margin: 0;
    padding: 5px;
    position: absolute;
    list-style-type: none;
    right: 0;
    background-color: #111;
    border-radius: 0 0 3px 3px;
    z-index: 1;
    cursor: pointer;
}

#language .list-langue .item-langue{
    
}

#language .list-langue .item-langue hr{
    margin: 5px 0;
}

#language .list-langue .item-langue.visible .title, #language .list-langue .item-langue a:hover .title{
    font-weight: bold;
}

#language .list-langue .item-langue a .title{
    color: white;
    margin-left: 10px;
}

#language .list-langue .item-langue a:hover .title{
    text-decoration: underline;
}