#dernieres_actu_title{
	color:#000000;
	font-weight: bold;
	text-align:center;
	display: flex;
	align-items: center;
	margin-bottom:15px;
	padding-right: 80px;
	width: 100%;
    margin: auto;
}

#cadre_dernieres_actu_title{
	border: 1px solid #ECECEC;	
	margin-top:15px;
}

.bloc_actualite{
	margin: 20px 0px;
	padding: 0 5px;
	padding-left: 10px;
	margin-top: 0px;
}

.actu{
	/*background-color: #ECECEC;*/
	height: 398px;
    width: 250px;
    background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	cursor: pointer;
}

.actu_link{
	color: #000;
	text-decoration: none;
}

#actu_link:hover{
	color:#000;
}

.actu_category{
	padding: 5px 0;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	margin-left: 20px;
	margin-top: 10px;
}

.actu_title{
	font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    font-weight: bold;
    color: #000;
}

.actu_date{
    padding-left: 20px;
    padding-top: 5px;

}

.actu_contenu{
  	max-height: 67%;
  	overflow: hidden;
  	padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 15px;
    font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
}

.actu_media{
	text-align:center;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}

.actu_media img{
	height: 140px;
	width: 250px;
	border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.actu_media video{
    width:100% !important;
	height:100% !important;
}

.video-js{
		width: 100% !important ;
}

.actu_media .vjs-big-play-button{
    top: 30% !important ;
    left: 0 !important ;
    margin: 0 auto !important;
    position: relative ! important;
    
}

/* Small devices */
@media screen and (max-width: 993px) { 
	.actu_node,
	.actu{
		height:auto;
		width: auto;
	}
	.actu_media .video-js{
	    width:100% !important;
		height:100% !important;
	}
	
	.video-js{
		width: 100% !important ;
	}

	.dernieres_actu_bloc {
		margin-left: 15px !important;
		margin-right: 15px !important;
		margin-bottom: 50px;
		width: auto !important;
		padding-left: 0px !important;
    	padding-right: 0px !important;
	}

	#dernieres_actu_title {
	    color: #000000;
	    font-weight: bold;
	    text-align: center;
	    display: block;
	    align-items: center;
	    margin-bottom: 0px;
	    padding-right: 0px;
	    width: auto;
	}

	.bouttonAllActu {
		display: none;
	}

	.actu_media img {
	    width: 130px;
    	height: 70px;
    	border-top-right-radius: 0px;
	    border-bottom-left-radius: 8px;
    	border-top-left-radius: 8px;
	}

	.bloc_dernieres_actus .dernieres_actu_titre #dernieres_actu_title .titleActuUne {
		font-family: Raleway;
		font-style: normal;
		font-weight: bold;
		font-size: 24px;
		line-height: 28px;
		color: #000000;
		margin-right: auto;
		margin-top: 32px !important;
		margin-bottom: 38px;
		margin-left: auto;
		padding-left: 7px;
	}

	.actu .carteActu {
    	width: auto ;
    	height: 70px;
	}

	.carteActu:hover {
    	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
	}

	.container.grid-4x2 {
    	width: auto !important;
    	margin-right: auto !important;
    	margin-left: auto !important;
    	padding-left: 0px !important;
    	padding-right: 0px !important;
	}

	.actu_media {
		width: 130px;
    	height: 80px;
		display: inline-block;
		margin-bottom: 0px;
	}

	.actu_category.title_category {
		display: inline-block;
	    position: absolute;
	    top: 2px;
	    left: 152px;
	    font-size: 14px !important;
	    margin-top: 0px !important;
	    margin-left: 14px !important;
	    padding-top: 2px;
	}

	.actu_title {
		position: absolute;
	    top: 50%;
	    margin-top: 0;
	    padding-bottom: 10px;
	    padding-right: 40px;
	    padding-left: 14px;
	    font-size: 14px;
	    font-weight: normal;
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	    left: 152px;
	    
	}

}

@media screen and (min-width: 993px ){
    #safari #dernieres_actu_title h2{
    	margin: 3px 0 25px 0; 
    }
}

.titleActuUne {
	font-family: Raleway;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	padding-left: 0px;
	margin-top: 49px;
	margin-bottom: 35px;
	text-align: left;
}

.dernieres_actu_bloc {
	padding-left: 100px;
    padding-right: 105px;
	margin-bottom: 50px;
	width: 100%;
    margin-right: auto;
    margin-left: auto;
}


a.btn.btn-secondary:active {
    color: #0489de !important;
    background-color: #fff;
    border: 1px solid #0067a9 !important;
}

.bouttonAllActu {
	background: #FFFFFF;
	border: 0.5px solid #DBDBDB;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	border-radius: 60px;
	min-width: 205px;
	min-height: 44px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #000;
	padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 8px;
    font-weight: bold;
}

.carteActu {
    width: 250px;
    height: 398px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.carteActu:hover {
    background-color: #FFFFFF;
    box-shadow: 0 0 0 2px #0071b9, 0px 4px 50px rgba(63, 131, 158, 0.2);
    border-radius: 8px;
}

.container.grid-4x2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 95px;
    padding-right: 95px; 
}

.premier_bloc_actu {
	padding-bottom: 0px;
}

a.actu {
   	text-decoration: none;
   	color: #000000;
}


@media screen and (min-width: 991px) and (max-width: 993px)  {
	.actu_category.title_category, .actu_contenu {
		display: none;
	}

}
.cnav_footer_row1 ul {
	margin:0;
	padding-left: 117px;
    padding-top: 50px;
	/*padding: 25px 15px 25px 15px;*/
}

.cnav_footer_row1 ul li{
	display:inline-block;
	padding-right: 20px;
	padding-left: 0px;
	padding-bottom: 50px;
}

.cnav_footer_row1 ul li ul{
	margin:0;
	padding:0;
}

.cnav_footer_row1 ul li ul li{
	display:block;
	padding-left: 1px;
	/*margin:0;*/
	padding:0;
}

/* Small devices */
@media screen and (max-width: 993px) { 
	.cnav_footer_row1 ul{
		text-align: center;
		margin: 25px 0 15px 0;
		padding:0 15px;
		padding-top: 10px;
		width: auto;
	}
	.cnav_footer_row1 ul li{
		margin-bottom:10px;
	}

	.cnav_footer_row1 ul li {
		display: inline-block;
		padding-bottom: 0px;
	    padding-left: 0px;
	    padding-right: 0px;
	    margin-bottom: 0px;
    	height: auto;
	}
}

.titre-liste {
	font-family: Raleway;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 30px;
}

.liste {
	font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 18px !important;
}
ul.blocReseauxSociaux-liste {
	padding-left: 0px;
	padding-top: 30px;
}

ul.blocReseauxSociaux-liste li {
	padding-bottom: 7px;
}

.titleReseauxSociaux {
    font-family: Raleway;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    padding-top: 50px;
}

.libelleReseaux {
	font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding-top: 7px;
	padding-left: 17px;
	padding-right: 0px;
}

#cnav_reseaux_sociaux {
    padding: 0px;
}


@media screen and (max-width: 993px) {
    .libelleReseaux {
        display: none;
    }

    footer ul.blocReseauxSociaux-liste li {
        display: inline-block;
    }

    #cnav_reseaux_sociaux {
        padding: 0px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .titleReseauxSociaux {
        font-family: Raleway;
        font-style: normal;
        font-weight: 300;
        font-size: 22px;
        line-height: 26px;
        padding-top: 0px;
    }

    ul.blocReseauxSociaux-liste {
        display: inline-flex;
        margin-top: 17px;
        margin-bottom: 0px;
        padding-top: 0px;
        margin-left: 30px;
    }

    .blocReseauxSociaux {
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 20px;
    }
}

.bloc-reseaux-sociaux>li>.col-lg-2 {
    padding-left: 0px;
}

.btn-sharing {
    padding: 1.3rem 1.75rem;
    border: 1px solid #DBDBDB;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 60px;

}


@media screen and (min-width: 994px) and (max-width: 1200px) {
    .libelleReseaux {
        top: -29px;
        left: 27px;
    }

    .margelibelleNewsletter {
        top: -16px;
        left: 23px;
    }

    .btn_All_Service {
        margin-left: -45px;
    }

    ul.blocReseauxSociaux-liste li {
        padding-bottom: 0px;
        margin-bottom: -16px;
    }
}


@media screen and (min-width: 769px) and (max-width: 993px) {
    .btn_All_Service .bouttonAllService {
        position: relative;
        top: 33px;
        margin-top: 32px;
        margin-bottom: 44px;
    }
}
.cnav_footer_row1 {
    background-color: #2b5b6e;
    color: #ffffff;
    margin-top: 15px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-top: 40px;
}

.cnav_footer_row1 a {
    color: #ffffff !important;
}

.cnav_footer_row2 {
    background-color: #ffffff;
    margin-left: 0px !important;
    margin-right: 0px !important;
    /*margin-top:10px;
	margin-bottom:10px;*/
}

.cnav_footer_listLink {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 30px;
}

.cnav_footer_listLink a {
    color: #666666;
    text-decoration: none;
    display: inline-block;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

#cnav_footer_listLink a::before {
    /*content:"|";*/
    content: "";
    padding: 0 15px;
    text-decoration: none !important;
    display: inline-block;
}

#cnav_footer_listLink a:first-child:before {
    content: "";
    padding: 0;
}

/* Small devices */
@media screen and (max-width: 993px) {
    .cnav_footer_row2 div {
        text-align: center;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    .container-footer {
        width: auto;
    }

    .cnav_footer_listLink a {
        width: 100%;
        text-align: center;
        margin: 0;
        margin-bottom: 5px;
    }

    #cnav_footer_listLink .separateur_sous_footer:after {
        border: none;
    }

    #cnav_footer_listLink a::before {
        content: none;
    }

    #cnav_footer_listLink {
        margin-top: 33px;
    }

    .container-footer #cnav_footer_logo_branches {
        margin-top: 26px;
        margin-bottom: 60px;
    }

    .cnav_footer_row1 {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    #cnav_footer_logo_branches .moove_footer_logobranches {
        margin-right: 26px;
        margin-left: 61px;
    }
}

.moove_footer_logobranches {
    margin-right: 74px;
    margin-left: 74px;
}

#cnav_footer_logo_branches {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 0px;
}

@media screen and (min-width: 1280px) {
    .container-footer {
        width: 1280px;
        margin-right: auto;
        margin-left: auto;
    }
}

.separateur_sous_footer:after {
    position: initial;
    content: "";
    border: 1px solid #dbdbdb;
    width: 1px;
    right: 0;
    top: 25px;
    bottom: 25px;
    margin-right: -15px;
    margin-left: 15px;
}


/*Ipad mode portrait*/
@media screen and (min-width: 768px) and (max-width: 768px)  {
	#cnav_footer_logo_branches .moove_footer_logobranches {
		margin-right: 176px;
	    width: 50%;
	    margin-left: auto;
	}

}

@media screen and (min-width: 570px) and (max-width: 993px)  {
	#cnav_footer_logo_branches .moove_footer_logobranches {
		padding-left: 40px;
		margin-right: auto;
	    width: 50%;
	    margin-left: auto;
	}

}

/*Galaxy Fold*/
@media screen and (min-width: 280px) and (max-width: 280px)  {
	#cnav_footer_logo_branches .moove_footer_logobranches {
	    margin-right: 15px;
	    margin-left: 40px;
	}

}
/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
	width:40px;
}

.container_16 .grid_2 {
	width:100px;
}

.container_16 .grid_3 {
	width:160px;
}

.container_16 .grid_4 {
	width:220px;
}

.container_16 .grid_5 {
	width:280px;
}

.container_16 .grid_6 {
	width:340px;
}

.container_16 .grid_7 {
	width:400px;
}

.container_16 .grid_8 {
	width:460px;
}

.container_16 .grid_9 {
	width:520px;
}

.container_16 .grid_10 {
	width:580px;
}

.container_16 .grid_11 {
	width:640px;
}

.container_16 .grid_12 {
	width:700px;
}

.container_16 .grid_13 {
	width:760px;
}

.container_16 .grid_14 {
	width:820px;
}

.container_16 .grid_15 {
	width:880px;
}

.container_16 .grid_16 {
	width:940px;
}



/* Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
	padding-left:60px;
}

.container_16 .prefix_2 {
	padding-left:120px;
}

.container_16 .prefix_3 {
	padding-left:180px;
}

.container_16 .prefix_4 {
	padding-left:240px;
}

.container_16 .prefix_5 {
	padding-left:300px;
}

.container_16 .prefix_6 {
	padding-left:360px;
}

.container_16 .prefix_7 {
	padding-left:420px;
}

.container_16 .prefix_8 {
	padding-left:480px;
}

.container_16 .prefix_9 {
	padding-left:540px;
}

.container_16 .prefix_10 {
	padding-left:600px;
}

.container_16 .prefix_11 {
	padding-left:660px;
}

.container_16 .prefix_12 {
	padding-left:720px;
}

.container_16 .prefix_13 {
	padding-left:780px;
}

.container_16 .prefix_14 {
	padding-left:840px;
}

.container_16 .prefix_15 {
	padding-left:900px;
}



/* Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
	padding-right:60px;
}

.container_16 .suffix_2 {
	padding-right:120px;
}

.container_16 .suffix_3 {
	padding-right:180px;
}

.container_16 .suffix_4 {
	padding-right:240px;
}

.container_16 .suffix_5 {
	padding-right:300px;
}

.container_16 .suffix_6 {
	padding-right:360px;
}

.container_16 .suffix_7 {
	padding-right:420px;
}

.container_16 .suffix_8 {
	padding-right:480px;
}

.container_16 .suffix_9 {
	padding-right:540px;
}

.container_16 .suffix_10 {
	padding-right:600px;
}

.container_16 .suffix_11 {
	padding-right:660px;
}

.container_16 .suffix_12 {
	padding-right:720px;
}

.container_16 .suffix_13 {
	padding-right:780px;
}

.container_16 .suffix_14 {
	padding-right:840px;
}

.container_16 .suffix_15 {
	padding-right:900px;
}



/* Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
	left:60px;
}

.container_16 .push_2 {
	left:120px;
}

.container_16 .push_3 {
	left:180px;
}

.container_16 .push_4 {
	left:240px;
}

.container_16 .push_5 {
	left:300px;
}

.container_16 .push_6 {
	left:360px;
}

.container_16 .push_7 {
	left:420px;
}

.container_16 .push_8 {
	left:480px;
}

.container_16 .push_9 {
	left:540px;
}

.container_16 .push_10 {
	left:600px;
}

.container_16 .push_11 {
	left:660px;
}

.container_16 .push_12 {
	left:720px;
}

.container_16 .push_13 {
	left:780px;
}

.container_16 .push_14 {
	left:840px;
}

.container_16 .push_15 {
	left:900px;
}



/* Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
	left:-60px;
}

.container_16 .pull_2 {
	left:-120px;
}

.container_16 .pull_3 {
	left:-180px;
}

.container_16 .pull_4 {
	left:-240px;
}

.container_16 .pull_5 {
	left:-300px;
}

.container_16 .pull_6 {
	left:-360px;
}

.container_16 .pull_7 {
	left:-420px;
}

.container_16 .pull_8 {
	left:-480px;
}

.container_16 .pull_9 {
	left:-540px;
}

.container_16 .pull_10 {
	left:-600px;
}

.container_16 .pull_11 {
	left:-660px;
}

.container_16 .pull_12 {
	left:-720px;
}

.container_16 .pull_13 {
	left:-780px;
}

.container_16 .pull_14 {
	left:-840px;
}

.container_16 .pull_15 {
	left:-900px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
.gwt-body-edit, body {
	background-color:white;
}
