
.clearboth{clear:both;}

/* 1. corrige les marges du titre des sections (classe rajoutée dans la balise <h2> pour le journal en ligne)  */
.titre-section {
	margin-top: 0px;
	margin-bottom: -12px;
}

.pos-btn-jel-detail {display: block;position: absolute;bottom: 25px !important;left: 20px;}

/*.overlay-playvideo {position:absolute;cursor:pointer;left:0;top:0;width:100%;height:100%;opacity: 0.8;filter:alpha(opacity=80);-o-filter:alpha(opacity=80); -webkit-filter:alpha(opacity=80); -moz-filter:alpha(opacity=80); -ms-filter:alpha(opacity=80);z-index:15;}*/
.overlay-playvideo {position:absolute;left:0;top:0;width:0px;height:0px;display:none;}

.slideBtnDivContainer{cursor:pointer;display:table;}

.carousel-caption-ccas{left: 5%;right: 5%;margin-left:-15%\9;margin-right:-15%\9;z-index:15;}
.carousel-indicators-ccas{z-index:25;}


.modal-body-ccas{padding:0px;}

div.modal-footer-ccas button.slideLinkBtn{float:right;}

.close-ccas{position:relative;right:2px;top:0; background: none repeat scroll 0 0 rgba(0, 0, 0, 0);border: 0 none;cursor: pointer;padding: 0;color: #000;font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;}

/* colore la grille / padding de la grille
-------------------------------------------------- */

[class*="col-"] {
    padding-top: 15px;
    padding-bottom: 15px;
    /*background-color: #eee;
    background-color: rgba(86,61,124,.15);
    border: 1px solid #ddd;
    border: 1px solid rgba(86,61,124,.2); */
}

/* général
-------------------------------------------------- */

body {
    background-color: #f5f5f5;
    font-family: "AvenirLight";
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}


.xpadding {
    padding-right: 15px;
    padding-left: 15px;
}

.align-right {
    text-align: right;
}

.align-left  {
    text-align: left;
}

.align-center {
    text-align: center;
}

.no-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}



/* Typo
-------------------------------------------------- */

@font-face {
    font-family: "AvenirLight";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/avenir.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir.woff") format("woff"), url("../fonts/avenir.ttf") format("truetype"), url("../fonts/avenir.svg#AvenirLight") format("svg");
}

@font-face {
    font-family: "AvenirHeavy";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/avenir-heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir-heavy.woff") format("woff"), url("../fonts/avenir-heavy.ttf") format("truetype"), url("../fonts/avenir-heavy.svg#AvenirHeavy") format("svg");
}

.avenir-light {
    font-family: "AvenirLight";
}

.avenir-heavy {
    font-family: "AvenirHeavy";
}


/* force la couleur de nav-inverse ///// à terminer ! /////
-------------------------------------------------- */

.navbar-ccas {
    border:0;
}
.navbar-inverse-ccas {
    background-image: linear-gradient(to bottom, #e34923 0%, #e34923 100%);
    background-repeat: repeat-x;
    background-color: #e34923;
    border-color: #e34923;
}
.navbar-inverse-ccas .navbar-nav-ccas > .active > a {
    background-image: linear-gradient(to bottom, #cc4220 0%, #cc4220 100%);
    background-repeat: repeat-x;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
    background-color: #cc4220;
}
.navbar-inverse-ccas .navbar-nav-ccas > li > a {
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    color: #FFF;
}
.navbar-inverse-ccas .navbar-toggle {
    border-color: #FFF;
}
.navbar-inverse-ccas .navbar-toggle:focus,
.navbar-inverse-ccas .navbar-toggle:hover {
    background-color: #e34923;
}
.navbar-inverse-ccas .navbar-collapse,
.navbar-inverse-ccas .navbar-form {
    border-color: #e34923;
}
.navbar-inverse-ccas .navbar-nav-ccas > .open > a,
.navbar-inverse-ccas .navbar-nav-ccas > .open > a:focus,
.navbar-inverse-ccas .navbar-nav-ccas > .open > a:hover {
    color: #FFF;
    background-color: #cc4220;
}
.navbar-inverse-ccas .navbar-nav-ccas > .open > a {
    background-image: linear-gradient(to bottom, #cc4220 100%, #cc4220 100%);
    background-repeat: repeat-x;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
}
.navbar-inverse-ccas .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.navbar-default-ccas {
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0) inset, 0px 0px 0px rgba(0, 0, 0, 0.075);
}


/* force les fenetres d'alerte
-------------------------------------------------- */

.alert-info-ccas {
    /*background-image: linear-gradient(to bottom, #f6be45 0%, #f6be45 100%);
    background-repeat: repeat-x;
    background-color: #f6be45;
    border-color: #f6be45;**/
    color: #FFF;
}

.alert-danger-ccas {
    background-image: linear-gradient(to bottom, #655f53 0%, #655f53 100%);
    background-repeat: repeat-x;
    background-color: #655f53;
    border-color: #655f53;
    color: #FFF;
}

.alert-ccas {
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0) inset, 0px 1px 2px rgba(0, 0, 0, 0);
    padding: 10px 15px 5px;
	margin-bottom: 20px;
    border: 0px solid transparent;
    border-radius: 0px;
}


/* couleur par section
-------------------------------------------------- */

.bg-color-pink {
    background-color: #d40555;
}
.color-pink {
    color: #d40555;
}

.bg-color-white {
    background-color: #FFF;
}
.color-white {
    color: #FFF;
}

.bg-color-lightgrey {
    background-color: #e1e1e1;
}
.color-lightgrey {
    color: #e1e1e1;
}

.bg-color-darkgrey {
    background-color: #afbcc0;
}
.color-darkgrey {
    color: #afbcc0;
}

.bg-color-darklauze {
    background-color: #655f53;
}
.color-darklauze {
    color: #655f53;
}

.bg-color-lightlauze2 {
    background-color: #c3bcae;
}
.color-lauze2 {
    color: #c3bcae;
}
.bg-color-lightlauze {
    background-color: #dcd7ce;
}
.color-lauze {
    color: #dcd7ce;
}


.bg-color-lightorange {
    background-color: #f6be45;
}
.color-lightorange {
    color: #f6be45;
}

.bg-color-darkorange {
    background-color: #e34923;
}
.color-darkorange {
    color: #e34923;
}

.bg-color-purple {
    background-color: #443765;
}
.color-purple {
    color: #443765;
}

.bg-color-green {
    background-color: #6c9d27;
}
.color-green {
    color: #6c9d27;
}





/* blocs offre
-------------------------------------------------- */

/* quand sur une seule colonne
-------------------- */

.img_item_offre {
    display: block;
    position: absolute;
    bottom:15px;
    right:15px;
    width:50%;
    opacity: 0.9;
    filter:alpha(opacity=90);
    -o-filter:alpha(opacity=90);
    -webkit-filter:alpha(opacity=90);
    -moz-filter:alpha(opacity=90);
    -ms-filter:alpha(opacity=90);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.img_item_offre:hover {
    width:55%;
    opacity: 1;
    filter:alpha(opacity=100);
    -o-filter:alpha(opacity=100);
    -webkit-filter:alpha(opacity=100);
    -moz-filter:alpha(opacity=100);
    -ms-filter:alpha(opacity=100);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.img_over_content {
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    padding: 15px;
    z-index: 10;
    width:100%;
    height:100%;
}

.btn_close_over {
    display: block;
    position: absolute;
    top: 0%;
    right: 0%;
    padding-top: 20px;
    padding-right: 30px;
    z-index: 20;
}



.btn_close_over_icon{
    color: #FFF;
    font-size: 22px;
    text-decoration: none;
    opacity: 0.7;
    filter:alpha(opacity=70);
    -o-filter:alpha(opacity=70);
    -webkit-filter:alpha(opacity=70);
    -moz-filter:alpha(opacity=70);
    -ms-filter:alpha(opacity=70);
}

.btn_close_over_icon:hover{
    color: #FFF;
    font-size: 22px;
    text-decoration: none;
    opacity: 1;
    filter:alpha(opacity=100);
    -o-filter:alpha(opacity=100);
    -webkit-filter:alpha(opacity=100);
    -moz-filter:alpha(opacity=100);
    -ms-filter:alpha(opacity=100);
}


/* quand sur 2 colonnes
-------------------- */

.img_item_offre_x2 {
    display: block;
    position: absolute;
    bottom:15px;
    right:15px;
    width:25%;
    opacity: 0.9;
    filter:alpha(opacity=90);
    -o-filter:alpha(opacity=90);
    -webkit-filter:alpha(opacity=90);
    -moz-filter:alpha(opacity=90);
    -ms-filter:alpha(opacity=90);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.img_item_offre_x2:hover {
    width:27.5%;
    opacity: 1;
    filter:alpha(opacity=100);
    -o-filter:alpha(opacity=100);
    -webkit-filter:alpha(opacity=100);
    -moz-filter:alpha(opacity=100);
    -ms-filter:alpha(opacity=100);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}



/* blocs JEL
-------------------------------------------------- */

.jel_btn_close_over {
    display: block;
    position: absolute;
    top: 0%;
    right: 0%;
    padding-top: 8px;
    padding-right: 13px;
    z-index: 20;
}



/* btns
-------------------------------------------------- */
/* 4. corrige les couleurs des lien dans les boutons "maison"  */
.ng-btn-std-1 a {
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
	}

.ng-btn-std-1 a:visited {
    text-decoration: none !important;
    cursor: pointer;
    color: #FFF;
	}

.ng-btn-std-1 a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #000;
	}

.ng-btn-std-1 a:visited {
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
	}


.ng-btn-std-2 a {
    text-decoration: none;
    cursor: pointer;
    color: #d40555;
	}

.ng-btn-std-2 a:visited {
    text-decoration: none !important;
    cursor: pointer;
    color: #d40555;
	}

.ng-btn-std-2 a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
	}


.ng-btn-std-2 a {
    text-decoration: none;
    cursor: pointer;
    color: #d40555;
	}

.ng-btn-std-2 a:visited {
    text-decoration: none !important;
    cursor: pointer;
    color: #d40555;
	}

.ng-btn-std-2 a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #000;
	}

.ng-btn-std-1 {
    color: #FFF;
    width: 160px;
    padding: 6px 9px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    cursor:default;

    border:2px solid;
    border-color: #FFF;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;

    transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;

}


.ng-btn-std-1:hover {
    background-color: #FFF;
    color: #000;
    border:2px solid;
    border-color: #FFF;
    cursor:default;

    transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;

}

.ng-btn-std-1:hover > a {
    background-color: #FFF;
    color: #000;
    border:2px solid;
    border-color: #FFF;
    cursor:default;

    transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;

}

.ng-btn-std-2 {
    color: #d40555;
    width: 130px;
    padding: 6px 9px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    background-color: #FFF;
    cursor:default;

    border:2px solid;
    border-color: #d40555;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;

    transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;

}

.ng-btn-std-2:hover {
    color: #FFF;
    border:2px solid;
    border-color: #d40555;
    background-color: #d40555;


    transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
}


.alpha33 {
    opacity: 0.33;
    filter:alpha(opacity=33);
    -o-filter:alpha(opacity=33);
    -webkit-filter:alpha(opacity=33);
    -moz-filter:alpha(opacity=33);
    -ms-filter:alpha(opacity=33);
}

.compressed {
    letter-spacing: -0.6px;
}

.btn-spacing {
    font-size: 10px;
    line-height: 10px;
}

/*LIGHTBOX INFO*/
	.lightboxhtmlcontent{background-color:#fff;padding:18px;float:left;width:50%;}



/* media query
-------------------------------------------------- */

@media (max-width: 767px) {
	/*LIGHTBOX INFO*/
	.lightboxhtmlcontent{background-color:#fff;padding:18px;float:left;width:100%;}


	/*SLIDER*/
	.carousel-caption-ccas{padding-bottom:5px;padding-top:5px;}
	.videoItemHeight{height:270px;object-fit:fill;width:100%;display:block;}
	.slideTitle{line-height:30px;font-size:24px;font-weight: bold;border-radius:0px;font-family:'AvenirLight';padding-left:10px;padding-right:10px;display: table;text-shadow:none;}
	.slideText{line-height:18px;font-size:12px;font-weight: normal;border-radius:0px;padding-left:10px;padding-right:10px;display: table;text-shadow:none;}
	.slidePlay{background-image:url('../../media/home/btn_play_out.gif');height:30px;width:30px;float:left;background-repeat:no-repeat;background-position: center center;}
	.slideMarginBottom1{height:20px;}
	.slideMarginBottom2{height:40px;}
	.slideVideoBtn, .slideLinkBtn{
	border-radius:0px;
	font-family:'AvenirLight';
	height:30px;
	float:left;
	-moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 4px 6px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;}
	#modal-body-videoContainer{width:350px;}
	.modal-dialog-ccas{width:350px;margin-top:60px;margin:0 auto;padding-top:100px;}
	.modal-header-ccas{width:350px;min-height:0px;border:none;padding: 0px;}
	.modal-content-ccas {width:350px;border: none;padding:0px;background-color: transparent;border-radius:0px;margin:0 auto;box-shadow:none;}
	.modal-footer-ccas{width:350px;background-color:#fff;}
	.imgCloseModal{background-image:url('../../media/home/btn_close_out.gif');height:38px;width:38px;margin-left:312px;cursor:pointer;background-repeat:no-repeat;background-position: center center;}
	.imgCloseModal:hover{background-image:url('../../media/home/btn_close_over.gif');height:38px;width:38px;margin-left:312px;cursor:pointer;background-repeat:no-repeat;background-position: center center;}
	.modal-footer-ccas-text{float:left;font-size:10px;font-weight:bold;margin-top:7px;};

	/*NEWS*/
	#aujourdhui{position:relative;width:480px;overflow:hidden;list-style:none;height:54px;max-height:65px;}
	#aujourdhui li{position:relative;display:block;margin:0;padding:0;overflow:hidden;width:480px;color:#FFF}
	#aujourdhui li.clikable{cursor:pointer;}
	#aujourdhui li div{position:relative;width:0;overflow:hidden;white-space:nowrap;line-height:18px;}


    /* JEL */
	.pos-btn-jel { /* doit être remise à zero dans la media query taille XS */
        display: block;
        Position: relative;
        bottom: 2px !important;
        left: 0px;
		}
    .titre-article {
        font-size: 21px;
    	}

    .jel-div-img-size {
        display: block;
        overflow: hidden;
        width: 100%;
    }
    .jel-article-img {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .jel-div-text {
        display: block;
        width: 100%;
        padding: 10px;
    }

    /* on n'affiche pas le détail dans cette résolution... */
    .jel-div-detail {
        display: none;
    }
    /* ... et le bouton "en savoir +" est remplacé par "lire l'article" */
    .switch-btn-jel-sm {
        display: none;
    }
    .switch-btn-jel-xs {
        display: block;
    }

    /* top alert */
    .top-alert-text {
        text-align: center;
        font-size: 15px;
    }

    .navbar-right {
        float: left !important;
        margin-left: 0px;
    }

    /* bloc offres */
    .text_over_content {
        display: block;
        position: absolute;
        top: 8%; /* pour le coin corné blanc */
        left: 0%;
        width: 100%;
        height: 100%;
        padding: 35px;
        z-index: 15;
        color: #FFF;
        text-align: left;
    }
    .text_over_content_style_p {
        font-size: 14px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {



	/* NEWS */
	#aujourdhui{position:relative;width:720px;overflow:hidden;list-style:none;height:60px;}
	#aujourdhui li{position:relative;display:block;margin:0;padding:0;overflow:hidden;width:720px;color:#FFF}
	#aujourdhui li.clikable{cursor:pointer;}
	#aujourdhui li div{position:relative;width:0;overflow:hidden;white-space:nowrap;line-height:18px;}

	/* SLIDER */
	.carousel-caption-ccas{padding-bottom:5px;padding-top:5px;}
	.videoItemHeight{height:305px;object-fit:fill;width:100%;display:block;}
	.slideTitle{height:37px;line-height:27px;font-size:28px;font-weight: bold;border-radius:0px;font-family:'AvenirLight';padding:0px;display: table;text-shadow:none;width:100%;}
	.slideTitle span{line-height:27px;padding-left:10px;padding-right:10px;padding-top:6px;padding-bottom:4px;}
	.slideText{height:18px;line-height:18px;font-size:12px;font-weight: normal;border-radius:0px;padding:0px;display: table;text-shadow:none;width:100%;}
	.slideText span{line-height:26px;padding-left:10px;padding-right:10px;padding-top:6px;padding-bottom:4px;}
	.slidePlay{background-image:url('../../media/home/btn_play_out.gif');height:35px;width:35px;float:left;background-repeat:no-repeat;background-position: center center;}
	.slideMarginBottom1{height:50px;}
	.slideMarginBottom2{height:45px;}
	.slideMarginBottom3{height:20px;}
	.slideVideoBtn, .slideLinkBtn{
	border-radius:0px;
	font-family:'AvenirLight';
	height:35px;
	float:left;
	-moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 4px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;}
	#modal-body-videoContainer{width:660px;}
	.modal-header-ccas{width:660px;min-height:0px;border:none;padding: 0px;background-color: transparent;}
	.modal-dialog-ccas{width:660px;margin-top:100px;}
	.modal-content-ccas {width:660px;border: none;padding:0px;background-color: transparent;border-radius:0px;margin:0 auto;box-shadow:none;}
	.modal-footer-ccas{width:660px;background-color:#fff;}
	.imgCloseModal{background-image:url('../../media/home/btn_close_out.gif');height:43px;width:43px;margin-left:617px;cursor:pointer;}
	.imgCloseModal:hover{background-image:url('../../media/home/btn_close_over.gif');height:43px;width:43px;margin-left:617px;cursor:pointer;}
    .modal-footer-ccas-text{float:left;font-size:20px;font-weight:bold};

	/* JEL */
	 .titre-article {
        font-size: 32px;
    	}
    .pos-btn-jel {
        display: block;
        position: absolute;
        bottom: 40px !important;
        left: 35px;
		}

    .jel-div-img-size {
        display: block;
        overflow: hidden;
        width: 100%;
        height: 330px; !important
    }
    .jel-article-img {
        height: 100%;
        right: 0px;
        position: relative;
    }
    .jel-div-text {
        display: block;
        width: 100%;
        height: 330px;
        padding: 10px;
    }
    h4 {
        font-size: 25px;
    }

    .jel-div-detail {
        display: block;
        position: absolute;
        top: 15px;
        left: 15px;
        padding: 20px;
        z-index: 10;
        width: 330px;
        height: 660px;
        color: #FFF;
    }

    /* on affiche le bouton afficher "en savoir +" mais pas le bouton "lire l'article" */
    .switch-btn-jel-sm {
        display: block;
    }
    .switch-btn-jel-xs {
        display: none;
    }

    /* top alert */
    .top-alert-text {
        text-align: right;
        font-size: 15px;
    }

    .navbar-right {
        float: right !important;
        margin-right: -30px;
    }

    /* bloc offres */
    .text_over_content {
        display: block;
        position: absolute;
        top: 8%; /* pour le coin corné blanc */
        left: 0%;
        width: 100%;
        height: 100%;
        padding: 35px;
        z-index: 15;
        color: #FFF;
        text-align: left;
    }
    .text_over_content_style_p {
        font-size: 18px;
    }
    .text_over_content_style_p2 {
        font-size: 20px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

	/* NEWS */
    #aujourdhui{position:relative;width:840px;overflow:hidden;list-style:none;height:45px;}
	#aujourdhui li{position:relative;display:block;margin:0;padding:0;overflow:hidden;width:840px;color:#FFF}
	#aujourdhui li.clikable{cursor:pointer;}
	#aujourdhui li div{position:relative;width:0;overflow:hidden;white-space:nowrap;line-height:18px;}

	/* SLIDER */
	.carousel-caption-ccas{padding-bottom:10px;padding-top:10px;}
	.videoItemHeight{height:398px;object-fit:fill;width:100%;display:block;}

	.slideTitle{height:46px;line-height:34px;font-size:34px;font-weight: bold;border-radius:0px;font-family:'AvenirLight';padding:0px;display: table;text-shadow:none;width:100%;}
	.slideTitle span{line-height:34px;padding-left:15px;padding-right:15px;padding-top:8px;padding-bottom:5px;}
	.slideText{height:21px;line-height:21px;font-size:15px;font-weight: normal;border-radius:0px;padding:0px;display: table;text-shadow:none;width:100%;}
	.slideText span{line-height:33px;padding-left:15px;padding-right:15px;padding-top:8px;padding-bottom:5px;}
	.slidePlay{background-image:url("../../media/home/btn_play_out.gif");height:43px;width:43px;float:left;}
	.slideMarginBottom1{height:85px;}
	.slideMarginBottom2{height:60px;}
	.slideMarginBottom3{height:20px;}
	.slideVideoBtn, .slideLinkBtn{
	border-radius:0px;
	font-family:'AvenirLight';
	height:43px;
	float:left;
	 -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 13px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;}
	#modal-body-videoContainer{width:820px;}
	.modal-header-ccas{width:820px;min-height:0px;border:none;padding: 0px;background-color: transparent;}
	.modal-dialog-ccas{width:820px;margin-top:130px;}
	.modal-content-ccas {width:820px;border: none;padding:0px;background-color: transparent;border-radius:0px;margin:0 auto;box-shadow:none;}
	.modal-footer-ccas{width:820px;background-color:#fff;}
	.imgCloseModal{background-image:url('../../media/home/btn_close_out.gif');height:43px;width:43px;margin-left:777px;cursor:pointer;}
	.imgCloseModal:hover{background-image:url('../../media/home/btn_close_over.gif');height:43px;width:43px;margin-left:777px;cursor:pointer;}
	.modal-footer-ccas-text{float:left;font-size:25px;font-weight:bold};

	/* JEL */
	 .titre-article {
        font-size: 18px;
    }
    .pos-btn-jel {
    	display: block;
    	position: absolute;
    	bottom: 30px !important;
    	left: 25px;
    	}


    .jel-div-img-size {
        display: block;
        overflow: hidden;
        width: 100%;
        height: 205px; !important
    }
    .jel-article-img {
        height: 100%;
        right: 0px;
        position: relative;
    }
    .jel-div-text {
        display: block;
        width: 100%;
        height: 205px;
        padding: 10px;
    }

    .jel-div-detail {
        display: block;
        position: absolute;
        top: 15px;
        left: 15px;
        padding: 20px;
        z-index: 10;
        width: 205px;
        height: 410px;
        color: #FFF;
    }

    /* on affiche le bouton afficher "en savoir +" mais pas le bouton "lire l'article" */
    .switch-btn-jel-sm {
        display: block;
    }
    .switch-btn-jel-xs {
        display: none;
    }

    /* top alert */
    .top-alert-text {
        text-align: right;
        font-size: 16px;
    }

    .navbar-right {
        float: right !important;
        margin-right: -30px;
    }

    /* bloc offres */
    .text_over_content {
        display: block;
        position: absolute;
        top: 3%; /* pour le coin corné blanc */
        left: 0%;
        width: 100%;
        height: 100%;
        padding: 35px;
        z-index: 15;
        color: #FFF;
        text-align: left;
    }
    .text_over_content_style_p {
        font-size: 12px;
    }
    .text_over_content_style_p2 {
        font-size: 14px;
    }

}

@media (min-width: 1200px) {

	/* NEWS */
	#aujourdhui{position:relative;width:1000px;overflow:hidden;list-style:none;height:45px;}
	#aujourdhui li{position:relative;display:block;margin:0;padding:0;overflow:hidden;width:1000px;color:#FFF}
	#aujourdhui li.clikable{cursor:pointer;}
	#aujourdhui li div{position:relative;width:0;overflow:hidden;white-space:nowrap;line-height:18px;}

	/* SLIDER */
	.carousel-caption-ccas{padding-bottom:15px;padding-top:15px;}
	.videoItemHeight{height:483px;object-fit:fill;width:100%;display:block;}
	.slideTitle{height:49px;line-height:36px;font-size:36px;font-weight: bold;border-radius:0px;font-family:'AvenirLight';display: table;text-shadow:none;width:100%;padding:0;}

	.slideTitle span{line-height:37px;padding-left:15px;padding-right:15px;padding-top:8px;padding-bottom:5px;}
	.slideText{height:21px;line-height:21px;font-size:16px;font-weight: normal;border-radius:0px;display: table;text-shadow:none;width:100%;padding:0px;}
	.slideText span{line-height:34px;padding-left:15px;padding-right:15px;padding-top:8px;padding-bottom:5px;}
	.slidePlay{background-image:url('../../media/home/btn_play_out.gif');height:46px;width:46px;float:left;}
	.slideMarginBottom1{height:140px;}
	.slideMarginBottom2{height:70px;}
	.slideMarginBottom3{height:30px;}
	.slideVideoBtn, .slideLinkBtn{
	-moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    display: table;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 15px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	border-radius:0px;
	font-family:'AvenirLight';
	height:46px;
	float:left;
	}
	#modal-body-videoContainer{width:960px;}
	.modal-dialog-ccas{width:960px;margin-top:100px;}
	.modal-header-ccas{width:960px;min-height:0px;border:none;padding: 0px;background-color: transparent;}
	.modal-content-ccas {width:960px;border: none;padding:0px;border-radius:0px;margin:0 auto;box-shadow:none;background-color: transparent;}
	.modal-footer-ccas{width:960px;background-color:#fff;}
	.imgCloseModal{background-image:url('../../media/home/btn_close_out.gif');height:46px;width:46px;margin-left:914px;cursor:pointer;}
	.imgCloseModal:hover{background-image:url('../../media/home/btn_close_over.gif');height:46px;width:46px;margin-left:914px;cursor:pointer;}
	.modal-footer-ccas-text{float:left;font-size:30px;font-weight:bold};

	/* JEL */
	.titre-article {font-size: 24px;}
    .pos-btn-jel {
        display: block;
        position: absolute;
        bottom: 40px !important;
        left: 35px;
		}


    .jel-div-img-size {
        display: block;
        overflow: hidden;
        width: 100%;
        height: 255px; !important
    }
    .jel-article-img {
        height: 100%;
        right: 0px;
        position: relative;
    }
    .jel-div-text {
        display: block;
        width: 100%;
        height: 255px;
        padding: 10px;
    }

    .jel-div-detail {
        display: block;
        position: absolute;
        top: 15px;
        left: 15px;
        padding: 20px;
        z-index: 10;
        width: 255px;
        height: 510px;
        color: #FFF;
    }

    /* on affiche le bouton afficher "en savoir +" mais pas le bouton "lire l'article" */
    .switch-btn-jel-sm {
        display: block;
    }
    .switch-btn-jel-xs {
        display: none;
    }

    /* top alert */
    .top-alert-text {
        text-align: right;
        font-size: 17px;
    }

    .navbar-right {
        float: right !important;
        margin-right: -30px;
    }

    /* bloc offres */
    .text_over_content {
        display: block;
        position: absolute;
        top: 5%; /* pour le coin corné blanc */
        left: 0%;
        width: 100%;
        height: 100%;
        padding: 35px;
        z-index: 15;
        color: #FFF;
        text-align: left;
    }
    .text_over_content_style_p {
        font-size: 14px;
    }
    .text_over_content_style_p2 {
        font-size: 16px;
    }

}
