
/**
 * CSS DROM COM */

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700&display=swap');
@import url('https://static.azko.fr/js/jquery/jquery-fancybox/jquery.fancybox.min.css');
@import url('https://static.azko.fr/css/font-awesome-5.5.0/css/all.min.css');

@font-face {
    font-family: 'averta-black';
    src: url('fonts/Averta-Black.eot');
    src: url('fonts/Averta-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Averta-Black.woff') format('woff'),
        url('fonts/Averta-Black.ttf') format('truetype'),
        url('fonts/Averta-Black.svg#Averta-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'averta-light';
    src: url('fonts/Averta-Light.eot');
    src: url('fonts/Averta-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Averta-Light.woff') format('woff'),
        url('fonts/Averta-Light.ttf') format('truetype'),
        url('fonts/Averta-Light.svg#Averta-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'averta-bold';
    src: url('fonts/Averta-Bold.eot');
    src: url('fonts/Averta-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Averta-Bold.woff') format('woff'),
        url('fonts/Averta-Bold.ttf') format('truetype'),
        url('fonts/Averta-Bold.svg#Averta-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'averta-semibold';
    src: url('fonts/Averta-Semibold.eot');
    src: url('fonts/Averta-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Averta-Semibold.woff') format('woff'),
        url('fonts/Averta-Semibold.ttf') format('truetype'),
        url('fonts/Averta-Semibold.svg#Averta-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'averta-regular';
    src: url('fonts/Averta-Regular.eot');
    src: url('fonts/Averta-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Averta-Regular.woff') format('woff'),
        url('fonts/Averta-Regular.ttf') format('truetype'),
        url('fonts/Averta-Regular.svg#Averta-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**/
.filAriane{
	margin-top:   25px;
	margin-bottom:   25px;
}

body {
	font-size: 16px;
	font-weight:300;
	color:#000;
	text-align:justify;
	font-family: 'averta-regular';
}
strong{
	font-weight:600;
}

a,
a:focus {
    color: #1e3567;
    text-decoration: none;
    opacity:1;
    -webkit-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}

footer a:focus{
	color: #1ab8de;
}
a:hover{
	color:#1ab8de;
    text-decoration:none;
	-webkit-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}

a.lienimage img{
	-webkit-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;	
}
ul{
	list-style-type:none;
}

.btn,
.readAllActus a{
    font-family: 'averta-bold';
    color: #1e3567;
    font-size: 15px;
    text-align: center;
    width: 230px;
    padding: 11px 0;
	border-radius: 5px;
	display: inline-block;
	margin: 0 5px;
}

.btnPrimary,
.readAllActus a{
	background: #1ab8de;
	color:#fff;
}
.btnPrimary:hover,
.readAllActus a:hover{
	background: #1e3567;
	color:#fff;
}
.sectionActus .readAllActus a{
	background: #1ab8de;
	color:#fff;
}
.sectionActus .readAllActus a:hover{
	background: #1e3567;
	color:#fff;
}

.btnSecondary{
    background-color: #ffffff;
}
.btnSecondary:hover{
	background: #1e3567;
	color:#fff;
}



/*------------------recherche---------------*/


#Recherche{
	position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 10000;
	top: 441px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: none;
}

div.searchBox {
    position: relative;
    margin: 20px 0;
    width: 910px;
}
div.searchBox input.searchField {
	width: 100%;
    /* background: transparent; */
    border-radius: 50px;
    height: 71px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    padding-left: 98px;
    font-size: 18px;
    color: #9d9d9c;
}
.searchField{
	border:1px solid #fff;
}
div.searchBox a.btnSearch {
    border: 1px solid #fff0;
    border-left: 1px solid #35353500;
    display: inline-block;
    height: auto;
    line-height: normal;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    position: absolute;
    top: 24px;
    left: 40px;
    background: transparent;
}
div.searchBox a.btnSearch:before {
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    font-size: 25px;
    content: "\f002";
    color: #1e3567;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
div.searchBox a.btnSearch span{
   display:none;
}

/*pageresults*/

.pageresults h1, 
.pageresults h2, 
.pageresults h3, 
.pageresults h4, 
.pageresults h5,
.pageresults h6, 
.pageresults h1 a, 
.pageresults h2 a, 
.pageresults h3 a, 
.pageresults h4 a, 
.pageresults h5 a, 
.pageresults h6 a {
    text-align: left;
    color: #3972aa;
}

.pageresults .mdrResult {
	width: 100%;
    margin-bottom: 35px;
    background: #fff;
    padding: 17px 15px;
    height: auto;
    border: 1px solid #1bb8de;
    position: relative;
    padding-bottom: 20px;
	border-radius: 5px;
	margin-top: 25px;
}

/*--------*/
section > .sectionContainer {
    margin: auto;
    max-width: 1250px;
    width: 100%;
    padding: 0 15px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	display: -webkit-flex;
    -webkit-justify-content: space-between;
}
body .mainContents.container {
    max-width: 100%;
    padding: 0;
}
.container {
    width:100%;
    max-width: 1250px;
}
.filArianeLabel{
	float:left;
	color: #000;
	padding: 7px 2px 0 0;
	font-size:10px;
}
.breadcrumb {
	padding: 1px 15px;
	margin-bottom: 0px;
    background-color: transparent;
    text-align:left;
}
.breadcrumb > li a {
	color: #000;
    font-size: 10px;
}
h1 {
    font-size: 49px;
    color: #fff;
    display: block;
    font-weight: 300;
    text-align: center;
    margin: 20px 0;
	padding: 0;
	text-transform: uppercase;
    font-family: 'averta-black';
}

.sousTitre{
	font-size: 29px;
	font-family: 'averta-light';
}

h2{
    font-size: 28px;
    font-weight: 300;
	padding-bottom: 15px;
	text-align: left;
}

h3{
    color: #1e3567;
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 0;
    margin: 8px 0 5px 0;
}

h4{
	font-size: 19px;
    padding: 0;
    font-weight: 600;
    margin: 0;
    margin-bottom: 7px;
}
.TitreFull{
	width:100%;
	text-align:center;
}



a.VoirPoint{
	position:relative;
	display:block;
}
a.VoirPoint span:before{
	position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-size: 13px;
    content: "\f111";
    color: #1e3567;
    height: 11px;
    width: 11px;
    top: 3px;
    left: -42px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-align: left;
}
a.VoirPoint:before{
	position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-size: 13px;
    content: "\f111";
    color: #1e3567;
    height: 11px;
    width: 11px;
    top: 3px;
    left: -61px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-align: left;
}

a.VoirPoint:after{
	position:absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-size: 13px;
    content: "\f111";
    color: #1e3567;
    height: 11px;
    width: 11px;
    top: 3px;
    left: -23px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-align: left;
}
a.VoirPoint:hover{
	color:#1e3567;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
a:hover.VoirPoint:before{
	color: #1e3567;
	left: -23px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
a:hover span:before{
	color: #1e3567;
	left: -23px;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
a:hover.VoirPoint:after{
	color: #1e3567;
   left: -23px;
	-webkit-transition: all 0.7s ease-in;
	transition: all 0.7s ease-in;
}

/*---------------------------*/

.pagedefaut {
    padding-top: 73px;
}

.pagedefaut  ul{
	padding-left: 15px;
}
.pagedefaut  ul li{
	position: relative;
    padding-left: 20px;
}
body.lexiqueDetails.niv2 .pagedefaut  ul li,
body.niv3 .pagedefaut ul li{
	padding-left: 0;
}
body.lexiqueDetails.niv2 .pagedefaut  ul li::before,
body.niv3 .pagedefaut ul li::before{
	display: none;
}
.pagedefaut  ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: #1ab8de;
    position: absolute;
    top: 10px;
    left: 01px;
    border-radius: 50px;
}

.pageresults{
    position: relative;
    z-index:10000 ;
    background: white;
}
.mainPageArticle .actu_maintext li  {
	position: relative;
}
.pagedefaut .actu_texte ul li::before,
.mainPageArticle .actu_maintext ul li::before{
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: #1e3567;
    position: absolute;
    top: 9px;
    left: -20px;
    border-radius: 50px;
}

/*--------btn formulaire----------*/
label.obligatoire:after {
    color: #1ab8de;
    content: " * ";
    font-family: arial;
}

.btnSubmit {
    border: 1px solid #1e3567;
    background: #1e3567;
    padding: 8px 17px 6px 17px;
    border-radius: 18px;
    font-size: 14px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-shadow: none;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.btnSubmit:hover,
.btnSubmit:focus,
.btnSubmit:active {
	color: #fff;
	background-color: #6c1516;
	border-color: #6c1516;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
label {
    font-weight:300;
    font-size:16px;
}
.contactFrmInfo{
	font-weight:300;
	font-size:12px;
}
.form-control{
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	border: 1px solid #e4e4e4;
}
/*-----404--*/
.ImgHeader404{
	display:none;
}
body.notfound .ImgHeader404{
	display:block;
}
.container.bloc404{
	padding-top:20px;
	text-align:center;
}
.container.bloc404 h2{
	text-align:center;
	margin-top:0;
}
.container.bloc404 .btnSubmit{
	margin:20px 0 40px 0 ;
	display: inline-block;
}




/* ------------- header ------------- */

.FondTop{
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(149, 77, 85, 0.2);
}
#Defile {
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    z-index: 50;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(149, 77, 85, 0.2);

}
.headerCol1{
    display: block;
    height: 73px;
    width: 200px;
}
.headerCol2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.headerCol.container{
	padding:0px;
	position:relative;
	z-index: 100000;
}
.headerContents {
    max-height: 230px;
    overflow: hidden;
    padding-top: 0px;
}
.headerContents .container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}
.headerContents .content_diaporama .carousel-inner>.item>img {
	max-width: inherit;
	width: auto;
	margin-top: -106px;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
.headerContents .content_diaporama .diaporamaItemTexte {
    display: block;
    position: absolute;
    top: 21px;
    right: 0;
    width: 100%;
}
.headerContents .content_diaporama .diaporamaItemTexte .container {
    max-width: 700px;
    margin: auto;
    width: 100%;
    padding: 0;
    text-align: center;
	color: #fff;
	font-size: 18px;
}
.headerContents .content_diaporama .diaporamaItemTexte .container span.texteIntroHeader{
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.headerContents .content_diaporama .diaporamaItemTexte .container .BlocTexteTitre{
    font-size: 49px;
    color: #fff;
    display: block;
    font-weight: 300;
    text-align: center;
	margin: 20px 0;
	padding: 0;
	font-family: 'averta-black';
}
.headerContents .content_diaporama .diaporamaItemTexte .container .BlocTexteSsTitre{
    font-size: 18px;
    margin: 0;
    color: #fff;
    display: block;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 0.07rem;
	line-height: 30px;
	font-family: 'averta-light';
}

/*--------------RS------------*/

.headerCol2 .Menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}

.navbar-nav>li{
	margin: 0 30px;
}

.RS{
	margin-left: 20px;
}

.RS ul.menuSocial{
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    width: 85px;
}
.RS ul.menuSocial ul{
	padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;	
}

.RS ul.menuSocial span{
	display: none;
}

.RS ul.menuSocial a {

}
.RS ul.menuSocial a:hover {

}
.RS ul.menuSocial li a:before{
    font-family: "Font Awesome 5 Brands";
    font-weight: normal;
    display: inline-block;
    font-size: 16px;
    color: #1e3567;
    content: "\f099";
    text-align: center;
    /* height: 30px; */
    /* width: 34px; */
    /* padding-top: 4px; */
    -webkit-font-smoothing: antialiased;
}
.RS ul.menuSocial li a.btn_facebook:before{ 
    content: "\f39e";
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-right:0px;
}
.RS ul.menuSocial li a.btn_facebook:hover:before{ 
    color:#496cae;
}
.RS ul.menuSocial li a.btn_facebook:hover{
	opacity:1;
}
.RS ul.menuSocial li a.btn_twitter:before{ 
	content: "\f099";
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.RS ul.menuSocial li a.btn_twitter:hover:before{ 
    color:#27b8e5;
}
.RS ul.menuSocial li a.btn_twitter:hover{ 
	opacity:1;
}
.RS ul.menuSocial li a.btn_linkedin:before{
	content: "\f0e1";
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.RS ul.menuSocial li a.btn_linkedin:hover:before{
   color:#008ec3;
}
.RS ul.menuSocial li a.btn_linkedin:hover{

}
.RS ul.menuSocial li a.btn_youtube:before{ 
	content:"\f167";
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.RS ul.menuSocial li a.btn_youtube:hover:before{ 
    color:#ff0000;
}
.RS ul.menuSocial li a.btn_youtube:hover{ 
	opacity:1;
}

/*insta*/
.RS ul.menuSocial li a.btn_instagram:before{
	content: "\f16d";
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.RS ul.menuSocial li a.btn_instagram:hover:before{
    color:#fff;
	margin-right:5px;
}
.RS ul.menuSocial li a.btn_instagram:hover{ 
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed0017+0,c0009d+100 */
    background: #ed0017; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear,  left top, right top,  from(#ed0017),to(#c0009d));
    background: linear-gradient(to right,  #ed0017 0%,#c0009d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0017', endColorstr='#c0009d',GradientType=1 ); /* IE6-9 */
    opacity:1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/*---------------logo----------*/
#logo { 
    display: block;
    width: 100%;
}
#logo img { 
    width: 100%;
    padding-top: 8px;
}

/*-------------menu------*/

#Defile .container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
}
#Defile .container:before,
#Defile .container:after{
	display: none;
}
.navbar-nav{
	margin:0;
}
ul.nav.navbar-nav:before,
ul.nav.navbar-nav:after{
	display: none;
}
.navbar-default {
	background-color: transparent;
    border-left:none;
    border-right:none;
}
.navbar {
    border-radius: 0;
    margin-bottom: 0;
    min-height: inherit;
}
.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form,
.navbar-default  {
    border: none;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    background-color: transparent;
}

.nav > li > a {
	font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 0 20px;
}
.navbar-default .navbar-nav > .active > a{
    background-color: transparent;
    color: #1e3567;
} 
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{
    background-color: transparent;
	color: #1e3567;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.active > a{
	color: #1e3567;
    background-color: transparent;
} 



/*-------footer----*/

footer{
	background: #1e3567;	
	padding: 50px 0px;
    /* position: relative;
	z-index: 10000; */
	margin-top:80px;
}
footer a{
	color: #fff;
	font-family: 'averta-regular';
}
footer .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;

}
footer .container::before,
footer .container::after{
	display: none;
}
footer .container ul{
	padding: 0;
}
footer .menufooter ul li {
    width: 50%;
    float: left;
    padding-bottom: 13px;
}
footer .titreFoot{
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'averta-bold';
    display: block;
	margin-bottom: 35px;
	margin-top: 20px;
}
/*region*/
.region{
    width: 430px;
    text-align: left;
}
/*navigation*/
.navigation{
	width: 400px;
	text-align: left;
}
/*logo RS*/
footer #logo img{
	padding:0;
} 
footer .container .RS li a::before{
	color:#fff;
}
footer .RS ul.menuSocial{
	width: 125px;
    margin: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 23px;
}
footer .RS ul.menuSocial li a:before{
    font-size: 25px;
}

/*footer3 azko*/

.footer3{
	width: 100%;
    color: #fff;
    text-align: center;
    font-size: 13px;
    margin-top: 40px;
}

/*-----------------*/

/*----bloc ville gmt---------*/
.blocGmt{
    width: 100%;
    padding-top: 90px;
    margin-bottom: 60px;
}
.blocGmt ul{
	line-height: 31px;
	padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;

    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content:center;

    margin: auto;
}
.blocGmt ul li{
	font-size: 18px;
	position: relative;
	color: #1e3567;
	padding-left: 0px;
}
.blocGmt ul li::before{
	display: none;
}
.blocGmt ul li::after{
    content: "";
    width: 1px;
    height: 17px;
    display: inline-block;
    background: #1e3567;
    /* position: absolute; */
    /* top: 3px; */
    /* right: -16px; */
    margin-left: 10px;
    margin-right: 10px;
}
.blocGmt ul li:last-child::after{
	display: none;
}
.blocGmt ul span{
    font-weight: 600;
    position: relative;
	margin-right: 0px;
	color: #1e3567;
}
.blocGmt ul span::after{
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #1e3567;
    position: relative;
    top: -2px;
    border-radius: 50px;
    margin-left: 6px;
}

/*-------blocDepartement------*/
.blocDepartement .texte {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}
.blocDepartement .texte .richtext{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 20px;
	text-align: left;
	line-height: 30px;
}
.blocDepartement .texte img{
	height: 110px;
}
.blocDepartement{
    background: #fafafa;
	padding:15px 25px;	
	width: 100%;
}
.blocDepartement::after{
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background: #dbdada;
    margin-top: 20px;
}
.blocDepartement:last-child::after{
	display: none;
}


/*---------------Accueil------------------*/

body.Accueil #Recherche{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

body.Accueil .headerContents {
	max-height: 425px;
	overflow: hidden;
	padding-top: 0px;
}
body.Accueil .headerContents .content_diaporama .diaporamaItemTexte{
    top: 90px;
}
body.Accueil  .headerContents .content_diaporama .carousel-inner>.item>img {
	margin-top: 0px;
}

.gridPage .mainPage{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	max-width: 1250px;
	margin: auto;
}

.sectionGmt{
	-ms-grid-column-span: 2;
	grid-column: span 2;	
	-ms-grid-row: 1;	
	grid-row: 1;
}
.sectionActus{
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: span 2;
    margin-top: 35px;
    width: 550px;
    border-top: 4px solid #1e3567;
    padding-top: 20px;
    margin: 0 0 0 15px;
}
body.Accueil .sectionActus h2{
	font-family: 'averta-light';
	color: #7c7b7b;
	font-size: 24px;
	padding-bottom: 25px;
}
body.Accueil .sectionActus .sectionContainer{
	padding: 0;
}
body.Accueil .sectionActus .sectionContainer .content_actus {
	width: 100%;
}
.sectionDrom{
	-ms-grid-column: 2;
	grid-column: 2;	
	-ms-grid-row: 2;	
	grid-row: 2;	
}
.sectionCom{
	-ms-grid-column: 2;
	grid-column: 2;	
	-ms-grid-row: 3;	
	grid-row: 3;	
	margin-top: 35px;
}
.blocTitre{
	background: #1e3567;
	color: #fff;
	padding: 36px;
	width: 100%;
	font-size: 15px;
}

body.Accueil .blocTitre  h2{
	margin-bottom:10px;

}

body.Accueil h1{
	position: relative;
    letter-spacing: 2px;
    color: #1e3567;
    margin: 0;
    padding: 30px 0;
    line-height:30px;
    font-size: 30px;
    font-weight: 300;
}
body.Accueil h1:before,
body.Accueil h1:after{
	display:none;
}
body.Accueil h2{
    font-size: 26px;
    font-weight: 300;
    padding-bottom: 15px;
    padding: 0;
    margin: 0;
	text-align: left;
	line-height: 33px;
}

body.Accueil .FondTop {
    background-color: rgba(255, 255, 255, 0.5);
}
body.Accueil section.MotifFondBlanc{
    padding: 25px 0;
    position: relative;
    margin-top: -50px;
	background: url(img/PixelBlanc.png);
}
body.Accueil section.FondPoint{
	background:url(img/PixelBlanc.png) rgba(109, 20, 22, 0.60) 0 0;
	padding:10px 0;
}
body.Accueil h3{
    font-size: 19px;
    padding: 0;
    font-weight: 600;
    margin: 0;
    margin-bottom: 7px;
}
body.Accueil section.FondPoint .Bloc{
	margin-bottom:30px;
}
body.Accueil section.FondPoint .Bloc.ExpDomaine a{
	text-transform:uppercase;
	color:#fff;
	font-size: 18px;
}
body.Accueil section.FondPoint .Bloc.ExpDomaine a.lienimage img{
	margin:auto;
	padding-bottom:20px;
}
body.Accueil footer .Fond{
	margin-top: 0px;
}

body.Accueil section.AccueilCabinet{
	padding: 30px 0;
}
body.Accueil section.AccueilCabinet .BlocGauche {
    width: 502px;
}
body.Accueil section.AccueilCabinet .BlocDroite {
    width: 572px;
}
body.Accueil section.AccueilCabinet a.VoirPoint{
    margin-left: 62px;
    margin-top: 10px;
}
body.Accueil section.FondBordeaux h3{
	color:#fff;
}
body section.ActusBloc .content_actus{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	display: -webkit-flex;
    -webkit-justify-content: space-between;
    max-width: 1250px;
	width: 100%;
    margin: auto;
}
body section.ActusBloc .content_actus .texte{
	display:none;
}
body section.ActusBloc .content_actus .article {
    width: 540px;
    /* float: left; */
    padding: 0px 0px 45px 105px;
    font-weight: 300;
    color: #000;
    position: relative;;
}
body section.ActusBloc .content_actus .article .actu_texte{
	color:#fff;
}
body section.ActusBloc .content_actus .article .actu_date{
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 40px;
}
body section.ActusBloc .content_actus .article .actu_date > *{
    display:none;
}
body section.ActusBloc .content_actus .article .actu_date > .jour{
    display: block;
    height: 45px;
    padding-top: 4px;
    line-height: 45px;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    background: #1e3567
;
	border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    color: #fff;
}
body section.ActusBloc .content_actus .article .actu_date > .moiscourt{
    display: block;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
    color: #1e3567
;
	font-weight: 400;
    text-transform: uppercase;
}
body section.ActusBloc .content_actus .article h4{
	padding: 0px;
    margin:0;
}
body section.ActusBloc .content_actus .article h4 > a{
	font-size: 22px;
    font-weight: 300;
    color: #fff;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px;
    margin: 0;
}
body section.ActusBloc .content_actus .article h4 > a:hover{
	opacity:0.7;
}
body section.ActusBloc .content_actus .article .actu_categories{
    font-size: 14px;
    color: #b78c8d;
}
body section.ActusBloc .content_actus .actu_texte {
	padding-top:10px;
}
body section.ActusBloc .content_actus .article .actu_readmore a{
    font-size: 15px;
	color: rgba(255, 255, 255, 1);
}
body section.ActusBloc .content_actus .actu_readmore {
   display: inline-block;
}
body section.ActusBloc .content_actus .article .actu_readmore a:before{
	content:'[';
	display:inline-block;
	color:#fff;
	width:10px;
}
body section.ActusBloc .content_actus .article .actu_readmore a:after{
	content:']';
	display:inline-block;
	color:#fff;
	width:10px;
	text-align:right;
}
body  section.ActusBloc .content_actus .actu_readmore:hover a{
	color:#1e3567;
}
body section.ActusBloc .content_actus .readAllActus {
    display:none;
}

/*---------Departement -------------*/

body.Departement .lien_sousmenu_startpage{
	display: none;
}
body.Departement .sousMenu{
	display:none;
}
body.Departement .mainPage{
	max-width: 1250px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
body.Departement .sectionDrom{
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
}
body.Departement .sectionCom{
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	margin: 0;
}
body.Departement .blocTitre{
	padding : 25px
}
body.Departement .blocTitre h2{
    padding: 0;
    margin: 0;
}

body.Departement .content_sousmenu ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
    padding: 0;
}

body.Departement .content_sousmenu ul li a{
    width: 245px;
	border: 1px solid #1bb8de;
	font-family: 'averta-bold';
	color: #1e3567;
	font-size: 15px;
	text-align: center;
	padding: 11px 0;
	border-radius: 5px;
	display: inline-block;
	margin: 9px 5px;
}
body.Departement .content_sousmenu ul li a:hover{
	background: #1bb8de;
	color: #fff;
}

/* body.Departement .content_sousmenu ul li a::before{
    background: url(http://drom-com.site.azko.fr/medias/org-411/site-2863/img/saintbarthelemy-thumb.png) no-repeat;
    content: '';
    width: 125px;
    height: 110px;
    display: block;
    background-size: contain;
} */

/*------ACTUS--------*/
.article.item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px solid #dbdada;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.content_actus_multipage{
    display: inline;
    width: auto;
    text-align: center;
    float: left;	
}

.article.item h4{
	width: 100%;
}
.article.item h4 a{
	font-family: 'averta-black';
    font-size: 25px;
    text-align: left;
    margin-bottom: 10px;
    display: block;
}

.actu_date{
	color:#9d9d9c;
	margin-right: 10px;
}
.actu_categories{

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;	
	display:none;
}
.actu_categorie{
	padding: 0 7px;
	color: #1e3567;
}
.actu_texte{
	margin-top: 18px;
    color: #545151;	
}
.actu_texte img{
	margin-bottom: 20px;
	max-width: 1024px;
    width: 100%;
}
.actu_readmore{
	display: inline-block;	
}
.actu_readmore a,
.btnSavoirPlus{
	font-family: 'averta-bold';
}
.actu_readmore a::after{
	content: '>';
	margin-left: 5px;
	-webkit-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}

.actu_readmore a:hover,
.btnSavoirPlus:hover{
	color: #1ab8de;
}
.actu_readmore a:hover::after{
	color: #1ab8de;
	margin-left: 10px;
}

.readAllActus{
	text-align: right;
	margin-bottom: 15px;
}

body.Actus .pagedefaut:not(.articleid_) section.FondPoint{
	display:none;
}
body.allarticles .navbar-default .navbar-nav > .active > a{
    color: #000;
}
body.allarticles .pagedefaut ul li::before{
	display: none;
}
body.allarticles .navbar-default .navbar-nav > .active > a:hover, 
body.allarticles .navbar-default .navbar-nav > .active > a:focus,
body.allarticles .navbar a[href*="actu"]{
	color:#1e3567;	
}
body.allarticles 
body.actu_article header {
    border-bottom: 1px solid rgba(149, 77, 85, 0.2);
    height: 76px;
}
body.actu_article h1{
	font-size:24px;
}
body.actu_article .headerContents .container{
	margin-top:76px;
}
body.actu_article .FondPoint {
    padding:32px 0 0 0;
}
body.actu_article .FondPoint .sectionContainer{
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
    -webkit-justify-content: center;
}

body.actu_article .BlocTitreActus{
    padding: 7px 0 29px 0;
    text-transform: uppercase;
    text-align: center;
	position: relative;
    letter-spacing: 2px;
    color: #6c1516;
    margin: 0;
    line-height: 30px;
    font-size: 30px;
    font-weight: 300;
}
body.actu_article .BlocTitreActus:before {
	background: url(img/PixelBlanc.png) rgb(178, 111, 113) 0 0;
    display: block;
    content: "";
    border: 1px solid #1e3567;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    position: absolute;
    bottom: 33px;
    left: 0;
    right:0;
    margin: auto;
}
body.actu_article .BlocTitreActus:after {
    background: #1e3567
;
    display: block;
    content: "";
    width:100%;
    max-width: 200px;
    height: 1px;
    margin: 20px auto 10px auto;
}
.articles_historique ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    padding-left: 0;
}
.articles_historique h4{
	display:none;
}
.articles_historique ul li{
    border: 1px solid rgba(30, 53, 103, 0.12);
    max-width: 700px;
    width:100%;
    padding: 30px;
    margin: 20px auto;
    text-align:left;
}
.articles_historique ul li:nth-child(even) {
    background: rgba(30, 53, 103, 0.12);
    border: 1px solid rgba(30, 53, 103, 0.12);
}
.allarticles .actu_texte{
	margin-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}
.allarticles  .actu_readmore::after{
	display: none;
}

.articles_historique ul li a{
	font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.articles_historique ul li .actu_categories,
.articles_historique ul li .actu_shortdesc{
    display: block;
	width: 100%;
}
.articles_historique ul li .actu_categories{
	color:#b78c8d;
}

.articles_historique ul li .actu_readmore {
	display:block;
}
.articles_historique ul li .actu_readmore a{
    background:#1e3567;
    border: 1px solid #1e3567;
    color:#fff;
    padding: 5px 10px;
    margin: 13px 0 0 0;
    display: inline-block;
    text-transform: none;
    font-size: 16px;
}
 .articles_historique ul li .actu_readmore a:hover{
    border: 1px solid #1e3567;
	background:none;
	color:#1e3567;
} 
.articles_historique_multipage{
	font-size:12px;
	padding:10px 0 30px 0;
}
.articles_historique_multipage .btnpage.active {
	background: rgba(30, 53, 103, 0.12);
	width:25px;
    border-radius: 50%;
}
.articles_historique_multipage .btnpage:hover, 
.articles_historique_multipage .btnpage:focus {
    background: none;
    color:#1e3567;
}
.allarticles .container.sousMenu{
	display:none;
}

.actu_article .ImgHeaderActus,
.allarticles .ImgHeaderActus{
	display: block;
	max-height: 226px;
    overflow: hidden;
}

.actu_article .ImgHeaderActus img,
.allarticles .ImgHeaderActus img{
	 max-width:initial;
}

.actu_article .ImgHeaderActus .content_image,
.allarticles .ImgHeaderActus .content_image {
	display: block;
    position: absolute;
	top: 170px;
    width: 100%;
	text-align: center;
}
.actu_article .ImgHeaderActus .content_image .richtext,
.allarticles .ImgHeaderActus .content_image .richtext{
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    background: #648898;
    letter-spacing: 7px;
    padding: 30px;
    width: 500px;
	margin: auto;
    font-weight: 200;
    text-align: center;
}
.actu_article .mainPageArticle{

    /*max-width: 900px;*/
    margin: auto;
}
body.allarticles.actu_article .mainPageArticle{

    /*max-width: 900px;*/
    margin: auto;
}
.actu_article .mainPageArticle h1,
.allarticles .mainPageArticle h1{
	width: 100%;
	padding-top:0;
    padding-bottom: 10px;
    text-align: left;
	letter-spacing: 0;
	color: #1e3567;
	margin-top: 0;
}
.actu_article .mainPageArticle h1:before,
.allarticles .mainPageArticle h1:before,
.actu_article .mainPageArticle h1:after,
.allarticles .mainPageArticle h1:after{
	display:none
}
.actu_article .mainPageArticle .article_container .actu_bloc1,
.allarticles .mainPageArticle .article_container .actu_bloc1 {
    float: left;
    width: 350px;
    max-width: 100%;
    padding-right: 0px;
}
.actu_article .mainPageArticle .article_container .actu_bloc1 img,
.allarticles .mainPageArticle .article_container .actu_bloc1 img{
	width:100%;
	border: 1px solid #e2e2e2;
} 
.actu_article .mainPageArticle .article_container .actu_bloc1+.actu_bloc2,
.allarticles .mainPageArticle .article_container .actu_bloc1+.actu_bloc2 {
    width: calc(100% - 350px);
    padding-left:98px;
}
.actu_bloc2 .actu_liensource{
	display:block;
}
/*--------BANDEAU RESEAU DETAILS ARTICLE ROND----------*/

.actu_share, .page_share{
    clear: both;
    float: none;
    padding-top: 5px;
    padding-bottom: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
}

/*google------------------------------*/
.actu_share #___plusone_0,
.page_share #___plusone_0{
	display:none!important;
}
.actu_share #___plus_0,
.page_share #___plus_0{
	background: none!important;
	border: 1px solid #ccc!important;
	border-radius: 50%;
    width: 40px!important;
    height: 40px!important;
    -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
            order:1;
    font-size: 15px!important;
	margin-right: 8px!important;
}
.actu_share #___plus_0 iframe,
.page_share #___plus_0 iframe{
	display:none!important;
}
.actu_share #___plus_0:before,
.page_share #___plus_0:before{
	font-family: "Font Awesome 5 Brands";
    font-weight: normal;
    display: inline-block;
    font-size: 19px!important;
    content: "\f1a0";
    color: #ccc;
    height: 22px;
    text-align: center;
    padding-top: 10px;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.actu_share #___plus_0:hover:before,
.page_share #___plus_0:hover:before{
    font-size: 1px!important;
    opacity:0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.actu_share #___plus_0:hover,
.page_share #___plus_0:hover{
	background:#db4437!important;
	border: 1px solid #db4437!important;
}
.actu_share #___plus_0:after,
.page_share #___plus_0:after{
	display:block;
	opacity:0;
    content: "Partager";
    color: #fff;
    height: 24px;
    text-align: center;
    width: 100%;
	margin-top: -12px;
    font-family: helvetica, arial, sans-serif;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 9px!important;
}
.actu_share #___plus_0:hover:after,
.page_share #___plus_0:hover:after{
	opacity:1;
}

/*facebook-----------------------*/
.shareFbFrame{
	display:none;
}
.actu_share a.shareFb, 
.page_share a.shareFb{
	display:inline-block;
    width: 50px;
    height: 50px;
}
.actu_share a.shareFb, .page_share a.shareTw,
.page_share a.shareFb, .page_share a.shareTw{
	background: none!important;
	border:1px solid #ccc;
	border-radius: 50%;
    width: 40px!important;
    height: 40px!important;
    -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
            order:2;
    font-size: 15px!important;
	margin-right: 8px!important;
}
.actu_share a.shareFb:before, .page_share a.shareTw:before,
.page_share a.shareFb:before, .page_share a.shareTw:before{
	font-family: "Font Awesome 5 Brands";
    font-weight: normal;
    display: inline-block;
    font-size: 20px!important;
    content: "\f39e";
    color: #ccc;
    height: 24px;
    text-align: center;
    padding-top:6px;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.actu_share a.shareFb:hover, 
.page_share a.shareFb:hover{
	background:#3b5998!important;
	border:1px solid #fff;
}
.actu_share a.shareFb:hover:before, .page_share a.shareTw:hover:before,
.page_share a.shareFb:hover:before, .page_share a.shareTw:hover:before{
	font-size: 1px!important;
    opacity:0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.actu_share a.shareFb:after, .page_share a.shareTw:after,
.page_share a.shareFb:after, .page_share a.shareTw:after{
    display:block;
	opacity:0;
    content: "Partager";
    color: #fff;
    height: 24px;
    text-align: center;
    width: 100%;
	margin-top: -20px;
    font-family: helvetica, arial, sans-serif;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 9px!important;
}
.actu_share a.shareFb:hover:after, .page_share a.shareTw:hover:after,
.page_share a.shareFb:hover:after, .page_share a.shareTw:hover:after{
	opacity:1;
}

/*twitter------------------------*/
.actu_share a.shareTw, 
.page_share a.shareTw{
	background: none!important;
	border:1px solid #ccc;
	border-radius: 50%;
    width: 40px!important;
    height: 40px!important;
    -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
            order:3;
    font-size: 15px!important;
	margin-right: 8px!important;
}
.actu_share a.shareTw:before, 
.page_share a.shareTw:before{
    font-family: "Font Awesome 5 Brands";
    font-weight: normal;
    display: inline-block;
    font-size: 20px!important;
    content: "\f099";
    color: #ccc;
    height: 24px;
    text-align: center;
    padding-top: 6px;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.actu_share a.shareTw:hover, 
.page_share a.shareTw:hover{
	background:#1da1f2!important;
	border:1px solid #fff;
}
.actu_share a.shareTw:hover:before, 
.page_share a.shareTw:hover:before{
	font-size: 1px!important;
    opacity:0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.actu_share a.shareTw:after, 
.page_share a.shareTw:after{
	display:block;
	opacity:0;
    content: "Partager";
    color: #fff;
    height: 24px;
    text-align: center;
    width: 100%;
	margin-top: -20px;
    font-family: helvetica, arial, sans-serif;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 9px!important;
}
.actu_share a.shareTw:hover:after, 
.page_share a.shareTw:hover:after{
	opacity:1;
}


/*linkedin--------------------*/
.actu_share a.shareLi, 
.page_share a.shareLi{
    background:  none!important;
    border:1px solid #ccc;
	border-radius: 50%;
    width: 40px!important;
    height: 40px!important;
    -webkit-box-ordinal-group:5;
        -ms-flex-order:4;
            order:4;
    font-size: 15px!important;
	margin-right: 8px!important;
}
.actu_share a.shareLi:before, 
.page_share a.shareLi:before{
    font-family: "Font Awesome 5 Brands";
    font-weight: normal;
    display: inline-block;
    font-size: 20px!important;
    content: "\f0e1";
    color: #ccc;
    height: 24px;
    text-align: center;
    padding-top: 6px;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.actu_share a.shareLi:hover, 
.page_share a.shareLi:hover{
	background:#1582bb!important;
	border:1px solid #fff;
}
.actu_share a.shareLi:hover:before, 
.page_share a.shareLi:hover:before{
	font-size: 1px!important;
    opacity:0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.actu_share a.shareLi:after, 
.page_share a.shareLi:after{
    display:block;
	opacity:0;
    content: "Partager";
    color: #fff;
    height: 24px;
    text-align: center;
    width: 100%;
	margin-top: -20px; 
    font-family: helvetica, arial, sans-serif;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 9px!important;
}
.actu_share a.shareLi:hover:after, 
.page_share a.shareLi:hover:after{
	opacity:1;
}

/*------------ DEPARTEMENT-------------*/

body.departementNiv2 .headerContents .content_diaporama .diaporamaItemTexte{
	top: 0;
}

.departementNiv2 section.contentPage .content_sousmenu.blocGauche{
    max-width: 240px;
    width: 100%;
    text-align: left;	
}
.departementNiv2 .actu_texte a{
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: block;
}
.departementNiv2 section.contentPage .content_sousmenu  .lien_sousmenu_startpage{
	display: none;
}
.departementNiv2 section.contentPage .content_sousmenu  ul{
	padding: 0;
}
.departementNiv2 section.contentPage .content_sousmenu  ul li a{
	display: block;
	font-size: 18px;
	padding-bottom: 15px;
}
.departementNiv2 section.contentPage .content_sousmenu  ul li a:hover{
    color: #1ab8de;	
}
.departementNiv2 section.contentPage .content_sousmenu  ul li.active a{
	position: relative;
	color: #1ab8de;
	font-family: 'averta-bold';
	padding-left: 20px;
}
.departementNiv2 section.contentPage .content_sousmenu  ul li.active a::before{
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: #1ab8de;
    position: absolute;
    top: 10px;
    left: 01px;
    border-radius: 50px;
}

.departementNiv2 section.contentPage .blocDroite{
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
    margin-left: 100px;
}
/*-----------------LEXIQUE --------------------*/

/*======= LEXIQUE ======*/
body.Lexique .sousMenu{
	display: none;
}

body.Lexique .diaporamaItemTexte h2 {
    position: absolute;
    left: 0;
    color: #fff;
    top: 88px;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

body.Lexique  .content_sousmenu {
    -webkit-box-flex: 1 1 0;
        -ms-flex: 1 1 0;
            flex: 1 1 0;
    margin: 0 10px;
}

body.Lexique .content_sousmenu .lien_sousmenu_startpage {
    display: block;
    display: block;
    font-size: 48px;
    font-weight: 700;

}

body.Lexique .content_sousmenu ul {
	width: 260px;
	padding: 0;
}

body.Lexique .content_sousmenu ul li {
    background-color: transparent;
    margin-bottom: 5px;
    padding: 0;
}

body.Lexique .content_sousmenu ul li a {
	position: relative;
    padding-left: 15px;
    text-align: left;
    display: block;
}



/*sous menu regioon*/
body.niv1 .mainPage, body.niv2 .mainPage, body.niv3 .mainPage {
    max-width: 1250px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	margin-top: 15px;
}

body.niv1 .mainPage .menuRegion, body.niv1 .mainPage .menuGauche, body.niv2 .mainPage .menuGauche, body.niv3 .mainPage .menuGauche {
    width: 260px;
}

body.niv1 .mainPage .contentPage, body.niv2 .mainPage .contentPage, body.niv3 .mainPage .contentPage {
	margin-left: 50px;

}

body.niv1 .mainPage .contentPage, body.niv2 .mainPage .contentPage{
	margin-top: 15px;
}

.content_sousmenu ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    min-width: 212px;
    text-align: left;
}

.content_sousmenu ul li {
    background-color: #fff;
    margin-bottom: 5px;
}

.content_sousmenu.premierSousMenu ul li:nth-child(7), .content_sousmenu.premierSousMenu ul li:nth-child(8), .content_sousmenu.premierSousMenu ul li:nth-child(9), .content_sousmenu.premierSousMenu ul li:nth-child(10), .content_sousmenu.premierSousMenu ul li:nth-child(11), .content_sousmenu.premierSousMenu ul li:nth-child(12), .content_sousmenu.premierSousMenu ul li:nth-child(13) {
    display: none;
}

.niv1 .content_sousmenu .lien_sousmenu_startpage {
    display: none;
}

.menuGauche .content_sousmenu ul li > a {
    display: block;
    padding: 10px 17px;
    margin-bottom: 5px;
    width: 245px;
    border: 1px solid #1e3567;
    color: #1e3567;
    border-radius: 5px;
}
.menuGauche .content_sousmenu ul li > a:hover {
	background:#1e3567;
	color: #fff;
}
.menuGauche .content_sousmenu ul li.active > a{
	background:#1e3567;
	color: #fff;
}

.content_sousmenu ul li ul {
    display: none;
}

/*niv2*/
body.niv2 .lien_sousmenu_startpage {
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

body.niv2 .content_actus {
    width: 78%;
    margin-top: 46px;
}

body.niv2 .article {
    width: 100%;
    margin-bottom: 35px;
    background: #fff;
    padding: 17px 15px;
    height: auto;
    -webkit-box-shadow: 0px 0px 13px -3px #dddddd;
            box-shadow: 0px 0px 13px -3px #dddddd;
    position: relative;
    padding-bottom: 50px;
}

body.niv2 .article h4 {
    text-align: left;
}

body.niv2 .article h4 a {
    color: #3972aa;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 18px;
    font-size: 28px;
    text-align: left;
}

body.niv2 .article h4 a:before {
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    font-size: 29px;
    content: "\f0f6";
    color: #3972aa;
    height: auto;
    width: 50px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}



.allarticles h1, .allarticles h2, .allarticles h3, .allarticles h4, .allarticles h5, .allarticles h1 a, .allarticles h2 a, .allarticles h3 a, .allarticles h4 a {
    text-align: left;
}

body.niv2 .article .actu_categories {
    display: none;
}

body.niv2 .article .actu_readmore {
    position: absolute;
    bottom: 18px;
}

body.niv2 .article .actu_readmore a {
    background-color: #3972aa;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
}

body.niv2 .article .actu_readmore a:after {
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    font-size: 14px;
    content: "\f054";
    color: #fff;
    height: auto;
    width: 26px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-align: center;
}


/*====== page rÃ©gion / niv1 =========*/
body.niv1 .sousMenu {
    display: none;
}

body.niv1 h2, body.niv1 h2 a {
    color: #3972aa;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 18px;
}

body.niv1 h4, body.niv1 h4 a {
    color: #222;
    text-align: left;
    font-weight: 100;
    font-family: inherit;
    font-size: 16px;
    line-height: 25px;
}

body.niv1 h4 a:before {
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    font-size: 18px;
    content: "\f0f6";
    color: #222;
    height: 1px;
    width: 36px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

body.niv1 .readAllActus a {
    background-color: #3972aa;
    color: #fff;
    padding: 5px 20px 5px 10px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #fff;
    position: relative;
}

body.niv1 .readAllActus a:hover {
    background-color: #ffffff;
    color: #3972aa;
    border: 1px solid #3972aa;
}

body.niv1 .readAllActus a:after {
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    font-size: 14px;
    content: "\f054";
    color: #fff;
    height: auto;
    width: 26px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-align: center;
    position: absolute;
    top: 8px;
}

body.niv1 .readAllActus a:hover:after {
    color: #3972aa;
}

body.niv1 .content.content_actus {
    width: 275px;
    margin-bottom: 35px;
    background: #fff;
    padding: 17px 15px;
    height: auto;
    -webkit-box-shadow: 0px 0px 13px -3px #dddddd;
            box-shadow: 0px 0px 13px -3px #dddddd;
    position: relative;
    padding-bottom: 50px;
}

body.niv1 .content.content_actus .readAllActus {
    position: absolute;
    bottom: 18px;
}

body.niv1 .content.content_actus .article.item:last-child {
    margin-bottom: 60px;
}

body.niv1 .actu_texte {
    display: none;
}

/*======= LEXIQUE ======*/

body.Lexique .diaporamaItemTexte h2 {
    position: absolute;
    left: 0;
    color: #fff;
    top: 88px;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

body.Lexique .content_sousmenu .texte_sousmenu {
    margin-bottom: 35px;
    background: #fff;
    padding: 17px 15px;
    height: auto;
    position: relative;
    padding-bottom: 20px;
    padding-top: 0;
    border-radius: 5px;
    border: 1px solid #1bb8de;

}


/**/
body.niv2 .contentPage .sectionContainer .content, body.niv3 .contentPage .sectionContainer .content {
    width: 100%;
    margin-bottom: 35px;
    background: #fff;
    padding: 17px 15px;
    height: auto;
    border: 1px solid #1bb8de;
    position: relative;
	padding-bottom: 20px;
	border-radius: 5px;
}

body.niv3 .contentPage .sectionContainer .content h2 {
	text-align: left;
	margin-top: 0;
}

body.niv3 .lien_sousmenu_startpage {
    display: none;
}

body.lexiqueDetails .sousMenu {
    display: none;
}

body.lexiqueDetails .contentPage h2 {
    text-align: left;
    color: #1e3567;
}

body.lexiqueDetails .contentPage h2 a {
    color: #1e3567;
    position: relative;
	padding-left: 35px;
	display:block;
}

body.lexiqueDetails .contentPage h2 a:before {
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    font-size: 28px;
    content: "\f105";
    color: #3972aa;
    height: auto;
    width: 36px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: absolute;
    left: 0;
    top: 3px;
}

body.lexiqueDetails .contentPage .sectionContainer .content {
    padding-bottom: 20px;
	padding-top: 0;
}

body.lexiqueDetails .contentPage .sectionContainer .content:first-child{
	margin-top: 30px;
}

body.lexiqueDetails section.menuGauche {
    display: block;
}

body.lexiqueDetails .positionMenuGauche .lien_sousmenu_startpage {
    display: block;
}

body.niv3 section.menuGauche {
    display: block;
}

body.niv3 .positionMenuGauche .lien_sousmenu_startpage {
    display: block;
}

/*--------------- QUI SOMMES NOUS -------------*/

body.quiSommesNous .sectionContenu{
	margin: auto;	
}
body.quiSommesNous .filAriane,
body.quiSommesNous .sectionContenu .sectionContainer{
    max-width: 900px;

}
/*-----------------Contact------------*/

body.Contact h2{
	margin-top: 0;
	font-size: 19px;
	padding-left: 15px;
}
body.Contact section.Formu .content_frmcontact{
	max-width:665px;
	width: 100%;
	margin: 0px  auto 30px  auto;
}
body.Contact section.Formu .form-horizontal .control-label {
	text-align: left;
	width:34%;
}
body.Contact section.Formu .form-horizontal .col-md-8{
	width:66%;
}
body.Contact .captchaField .captchaBtnRefresh {
    background: none;
    position: relative;
}
body.Contact .btnSubmit {
    border: 1px solid #1e3567;
    background:#1e3567;
    padding: 8px 17px 6px 17px;
	border-radius: 5px;
    font-size: 14px;
    display: block;
    color: #fff;
    text-transform: uppercase;
	text-shadow:none;
}
body.Contact .captchaField .captchaBtnRefresh:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    display: block;
    color: #1ab8de;
    content: "\f021";
    text-align: left;
    width: 27px;
    height: 27px;
    top: 7px;
    left: 7px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-font-smoothing: antialiased;
}
body.Contact .captchaField .captchaBtnRefresh:hover:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    display: block;
    color: #1e3567;
    content: "\f021";
    text-align: left;
    width: 27px;
    height: 27px;
    top: 7px;
    left: 7px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-font-smoothing: antialiased;
}
body.Contact .btnSubmit:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 17px;
    display: inline-block;
    color: #fff;
    content: "\f1d8";
    text-align: left;
    width: 27px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-font-smoothing: antialiased;
}
body.Contact .champ_btnenvoi .btnSubmit:hover {
    border: 1px solid #1ab8de;
    background: #1ab8de;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
body.Contact section.Formu .content_adresse{
	width:417px;
	margin:30px auto;
}
body.Contact section.Formu .content_adresse .pull-left,
body.Contact section.Formu .content_adresse .pull-right{
	float:none!important;
	width: 400px;
}
body.Contact section.Formu .content_adresse .pull-left{
	background:#1ab8de;
	color:#fff;
	padding:30px;
}
body.Contact section.Formu .content_adresse .adresse .richtext{
    line-height: 30px;
}
body.Contact section.Formu .content_adresse .adresse .richtext h2{
	color:#fff;
	font-size: 25px;
	margin-top:0;
	padding-top:0;
	text-align:left;
}
body.Contact section.Formu .content_adresse iframe{
	width:100%;
}
/*-----------------Plan--------------*/

body.Plan .content_plansite a {
    color: #000;
    text-transform: uppercase;
}
body.Plan .content_plansite a:hover {
    color: #1ab8de;
}
body.Plan .content_plansite ul li li a {
    color: #000;
    text-transform: none;
}

body.Plan section.FondRose .sectionContainer{
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    -webkit-justify-content: center;
}
body.Plan footer .Fond {
    margin-top: 0px;
}

body.Plan .pagedefaut ul li::before{
	top: 8px;
}

body.Mentions section.LesMentions .sectionContainer{
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    -webkit-justify-content: center;
	text-align: center;
}
body.Mentions h2 {
	text-align: center;
	font-size: 26px;
    color: #1e3567;
    text-transform: uppercase;
    padding: 15px 0 0 0;
}



/*====================================
============= Trombinoscope ==========
======================================*/

body.trombinoscope section.intro .sectionContainer{
	padding-bottom: 58px;
	max-width: 900px;
	margin: auto;
	text-align: center;
}
body.trombinoscope .sectionContenu .bloc{
    height: 150px;
    max-width: 386px;
    width: 100%;
}

body.trombinoscope .sectionContenu .bloc .texte {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;

    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
body.trombinoscope .sectionContenu .bloc .texte  .richtext{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 25px;
    text-align: left;
}
body.trombinoscope .sectionContenu .bloc .texte h2{
    color: #1e3567;
    margin: 0;
    padding: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'averta-bold';
    margin-bottom: 10px;
}
body.trombinoscope .sectionContenu .bloc a.lienimage{
	border: none;
	text-decoration: none;
	outline: none;
	height: 86px;
	width: 82px;
	overflow: hidden;
}
body.trombinoscope .sectionContenu .bloc img{
	width: auto;
}
body.trombinoscope .sousMenu{
	display:none;
}
.btnSavoirPlus{
    margin-top: 10px;
	display: block;
	color: #1ab8de;
}
.btnSavoirPlus:hover{
    margin-top: 10px;
	display: block;
	color: #2a6496;
}



/* body.trombiDetails  .blocGauche{
	width: 300px;
}  */
body.trombiDetails  .blocDroite{
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
	padding-left: 60px;
} 
body.trombiDetails  .blocGauche img{
    width: 224px;
} 

body header .RS ul.menuSocial li a:hover{
	transform: translate(0);
}
body header .menuSocial{
	flex-direction: row;
	width: auto;
}
body header .RS{
	transform: translate(0);
}

/*------------------ MEDIA ------------------*/

/* suppreieur à  767px */
@media (min-width: 767px){
	.navbar-nav>li.btnCache{
		display: none;
	}

}

/* inferieur a  1210px */
@media (max-width: 1210px){

}

/* inferieur a  1187 */
@media (max-width: 1187px){
	body.trombinoscope .sectionContainer{
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}
}


/* inferieur a  1170 */
@media (max-width: 1170px){
	body.Accueil .headerContents .content_diaporama .diaporamaItemTexte{
		top: 437px;
	}
	body.Accueil section.AccueilCabinet .BlocGauche {
	    width: 400px;
	}
	body.Accueil .BlocDroite h3{
		padding-top:0;
	}
	footer .menufooter {
	    width: 350px;
	}
	footer .FootAdresse {
	    width: auto;
	}
	/*footer .FootTweet {
	    width: 77%;
	}*/
	body.EquipeDetail section.ParcoursAvocat .BlocDroite {
	    width: 500px;
	}
}

/* inferieur a  1121 */
@media (max-width: 1121px){
	.navbar-nav>li {
		margin: 0 15px;
	}	
}

/* inferieur a  1110 */
@media (max-width: 1110px){
	body section.ActusBloc .content_actus .article {
	    width: 470px;
	}
	body.Accueil section.AccueilCabinet .BlocGauche {
	    width: 300px;
	}
	body.Accueil .BlocDroite h3{
    	padding-bottom: 20px;
		text-align: left;
	}
	.sectionActus{
		margin: 0 auto;
		width: 100%;
		max-width: 1070px;
		-ms-grid-column: 1;
		    grid-column-start: 1;
		-ms-grid-column-span: 2;
		grid-column-end: 3;
		-ms-grid-row: 2;
		grid-row: 2;
		padding-left: 10px;
		padding-right: 10px;
	}
	.sectionDrom{
		-ms-grid-row: 3;
		grid-row: 3;
		-ms-grid-column: 1;
		grid-column: 1;
	}
	.sectionCom{
		margin-top: 0;
	}
}


/* inferieur a  1088*/
@media (max-width: 1088px){
	.navigation {
		width: 360px;
	}
}

/* inferieur a  1048*/
@media (max-width: 1048px){
	.navigation {
		width: 330px;
	}
	.region{
		width: 400px;
	}
}

/* inferieur a  1000*/
@media (max-width: 1000px){
	.navbar-nav>li {
		margin: 0 5px;
	}
}
/* inferieur a  998 */
@media (max-width: 998px){
	body.Contact .btnSubmit{
		margin-left: 0;
	}
	body.EquipeDetail section.ParcoursAvocat .BlocDroite {
    	width: 400px;
	}
	body section.ActusBloc .content_actus .article {
	    width: 100%;
	}
	body section.ActusBloc .content_actus .article h4 > a{
		white-space: normal;
		text-align: left;
	}
	body section.ActusBloc .content_actus .article .actu_texte {
	   text-align: left;
	}

	body.Contact section.Formu .form-horizontal .col-md-8 {
		width: 100%;
	}
	body.Contact section.Formu .form-horizontal .col-md-4 {
		width: 100%;
	}
}

/* inferieur a  988 */
@media (max-width: 988px){
	footer .logoRs{
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
	.departementNiv2 section.contentPage .blocDroite{
		margin-left: 50px;
	}
	body.niv2 .mainPage .contentPage,
	body.niv3 .mainPage .contentPage{
		margin-left: 25px;
	}
}

/* inferieur a  926 */
@media (max-width: 926px){
	.actu_article .mainPageArticle .article_container .actu_bloc1+.actu_bloc2, 
	.allarticles .mainPageArticle .article_container .actu_bloc1+.actu_bloc2 {
	    width: calc(100% - 350px);
	    padding-left: 33px;
	}
	body.Accueil section.AccueilCabinet .BlocDroite {
   		 width:430px;
   		 padding-left: 26px;
    }
    footer .menufooter {
	    width: auto;
	}
    footer .menufooter li {
	    float: none;
	    margin: 0;
	    padding: 0;
	    width: 100%;
	}
	footer .FootAdresse {
	    width: auto;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	}
	footer .FootAdresse .FootContact{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	        -ms-flex-flow: row wrap;
	            flex-flow: row wrap;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    display: -webkit-flex;
	    -webkit-justify-content: space-between;
	}
	footer a.BtnFootContact{
		margin-right: 20px;
	}
	body.EquipeDetail section.ParcoursAvocat .BlocGauche {
	    width: 40%;
	}
	.headerCol2 {
		width: calc(100% - 200px);
	}
}


/* inferieur a  870 */
@media (max-width: 870px){
	.headerCol1 {
		width: 155px;
	}
	.headerCol2 {
		width: calc(100% - 155px);
	}
}


/* inferieur a  866 */
@media (max-width: 866px){

	body.EquipeDetail section.ParcoursAvocat .BlocGauche {
	    width: 350px;
	    margin:auto auto 40px auto;
	}
	body.EquipeDetail section.ParcoursAvocat .BlocDroite {
	    width: 100%;
	}
	body.EquipeDetail .content_frmcontact .form-horizontal .fieldset {
	    width: 70%;
	}
	.gridPage .mainPage{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;

	}
	.readAllActus{
		margin-bottom: 35px;
	}
	body.Departement .sectionDrom,
	body.Departement .sectionCom{
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	body.trombiDetails .blocDroite{
		padding-left: 30px;
	}
}

/* inferieur a  803 */
@media (max-width: 803px){
	header .RS{
		display: none;
	}
	.departementNiv2 section.contentPage .blocDroite {
		margin-left: 25px;
	}
}

/* inferieur a  767 */
@media (max-width: 767px){
	body.niv3 .mainPage .contentPage{
		margin-left: 0;
	}
	body.lexiqueDetails.niv2 .mainPage,
	body.niv3 .mainPage{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	body.lexiqueDetails.niv2 .contentPage,
	body.niv3 .contentPage{
		width: 100%;
		margin-left: 0;
	}
	body.lexiqueDetails.niv2 .content_sousmenu,
	body.niv3 .content_sousmenu{
		width: 100%;
	}
	body.lexiqueDetails.niv2 .content_sousmenu ul,
	body.niv3 .content_sousmenu ul{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	body.lexiqueDetails.niv2 .content_sousmenu ul li ul,
	body.niv3 .content_sousmenu ul li ul{
		display: none;
	}
	body.lexiqueDetails.niv2 .content_sousmenu ul li > a,
	body.niv3 .content_sousmenu ul li > a{
		width: auto;
		height: auto;
		margin: 0 2px;
	}
	body.lexiqueDetails.niv2 .mainPage .menuGauche,
	body.niv3 .mainPage .menuGauche{
		width: 100%;
	}
	body.lexiqueDetails .contentPage .sectionContainer .content:first-child{
		margin-top: 0;
	}
	.departementNiv2 section.contentPage .blocDroite {
		margin-left: 0;
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	.departementNiv2 section.contentPage .content_sousmenu.blocGauche{
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		max-width: unset;
	}
	.departementNiv2 .content_sousmenu ul{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.departementNiv2 .filAriane{
		margin-top: 0;
	}
	.blocGmt{
		padding-top: 0;
	}
	div.searchBox a.btnSearch:before{
		position: relative;
		top: -11px;
	}
	div.searchBox input.searchField{
		width: 95%;
		height: 50px;
	}
	#Recherche{
		top: 370px;
	}
	body.Accueil .headerContents .content_diaporama .carousel-inner>.item>img{
		height: 700px;
	}
	body.Accueil .headerContents .content_diaporama .diaporamaItemTexte{
		top: 40px;
	}
	.pagedefaut{
		padding-top: 0;
	}
	body.Equipe section.Equipe .Bloc{
		margin: 10px;
	}
	.FondTop {
		height: 68px;
	}
	body.Domaines header,
	body.DomainesDetail header,
	body.Equipe header,
	body.EquipeDetail header,
	body.actu_article header,
	body.Actus header,
	body.Contact header,
	body.allannonces header,
	body.ModuleImmo header {
	    height: 66px;
	}
	body.Domaines .mainPage,
	body.DomainesDetail .mainPage,
	body.Equipe .mainPage,
	body.EquipeDetail .mainPage,
	body.actu_article .mainPage,
	body.Actus .mainPage,
	body.ModuleImmo .pageContents,
	body.allannonces.ModuleImmo .pageContents.container {
	    padding-top: 66px;
	}
	body.Contact .mainPage{
		padding-top: 20px;
	}
	footer{
		margin-top: 40px;
	}
	body.actu_article .headerContents .container {
	    margin-top: 66px;
	}
	body.Actus .headerContents .container {
	    margin-top: 66px;
	}
	body.Cabinet .headerContents .content_diaporama .carousel-inner>.item>img{
		margin-top: 84px;
	}
	body.Cabinet .headerContents{
	    padding-top: 120px;
	}
	body.Cabinet .headerContents {
	    max-height: 254px;
	}
	body.Accueil .headerContents {
	    max-height: 443px;
	}
	.headerContents .content_diaporama .carousel-inner>.item>img {
	    width: auto;
	    max-width: inherit;
	    -webkit-transform: scale(0.5);
	            transform: scale(0.5);
	    -webkit-transform-origin: 0 0;
	            transform-origin: 0 0;
	}
	.fixTop {
	    padding-top: 0px;
	}
	.Menu{
        height: 0px;
    }
    .headerCol1 {
	    height: 67px;
	    width: 100%;
	    float: none;
	    margin: initial;
	}
	#logo {
		display: block;
	    width: 153px;
	    height: 67px;
	}
	#logo img,
	a#logo.petitLogo img {
		max-width: 100%;
	    padding-top: 13px;
	    width: 100%;
	}
	.headerCol2 {
    	width: 100%;
		height: 0;
	}
	.navbar {
	    margin-top: 0;
		position: static;
		height:0;
		min-height: 0;
	}
	.navbar-default .navbar-collapse {
	    position: absolute;
	    top: 67px;
	    max-height:calc(100vh - 67px);
	    overflow-y:scroll;
	    left: 0px;
	    width: 100%;
	    z-index: 999;
	    margin: 0px;
	    padding: 0px;
	    height: 1px;
		background-color: rgba(255, 255, 255, 0.9);
    	border-bottom: 1px solid rgba(127, 39, 50, 0.29);
	}
	.navbar-default .navbar-nav > li > a {
		text-align:center;
	}
	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:hover, 
	.navbar-default .navbar-nav > li > a:focus, 
	.navbar-default .navbar-nav > li.active > a{
		border:none;
		font-size: 18px;
	}
	.navbar-default .navbar-nav > li{
		padding: 0px;
	    margin: 15px 0px;
	}
	/*.navbar-default .dropdown-menu {
	    display:none;
	}*/
	.navbar-collapse {
    	height: 100%;
		max-height: inherit;
	}
	.navbar-default .menuBtnPage251.open .dropdown-menu {
		display: block;
	    margin-bottom: 0;
	    padding-bottom: 0;
	}
	.navbar-default .menuBtnPage251.open .dropdown-menu:after,
	.navbar-default .menuBtnPage251.open .dropdown-menu:before {
		content:"";
		background:#ccc;
		width:50%;
		margin:auto;
		height:1px;
		display:block;
	}
	.navbar-default .navbar-nav>.open>a, 
	.navbar-default .navbar-nav>.open>a:hover, 
	.navbar-default .navbar-nav>.open>a:focus{
		background-color:transparent;
		color: #1e3567;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a, 
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, 
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{
		background-color:transparent;
		color: #1e3567;
	}
	.navbar-default .navbar-nav .dropdown-menu li {
	    position: relative;
	    padding: 8px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	    color: #000;
	    text-align:center;
	    font-size: 12px;
	    letter-spacing: 1px;
	    font-weight: 500;
	    text-transform: uppercase;
		padding: 0 20px;
		white-space: normal;
	}
	#Defile {
	    width: 100%;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	        -ms-flex-flow: row wrap;
	            flex-flow: row wrap;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    display: -webkit-flex;
	    -webkit-justify-content: space-between;
	    position: fixed;
	    top: 0;
	    background-color: rgba(255, 255, 255, 0.7);
	}
	.fixDefile {
	    z-index: 50;
	    position: fixed;
	    top: -12px;
	    left: 0px;
	    right: 0px;
	    padding: 0;
	    background-color: rgba(255, 255, 255, 0.96);
	    border-bottom: 1px solid rgba(149, 77, 85, 0.2);
	}
	body.Accueil section.AccueilCabinet .BlocDroite {
   		 width:100%;
   		 padding-left:0;
    }
    body.Accueil section.AccueilCabinet .BlocGauche {
	    width: 300px;
	    margin: 0px auto 20px auto;
	}
	body.Accueil section.AccueilCabinet .BlocDroite h3 {
		text-align:center;
	}
/*------menu bruger to cross responsive-------*/
	
	.navbar-default .navbar-brand {
	    display:none;
	}
	.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus {
	    position: absolute;
	    top: 16px;
	    right: 6px;
	    width: 50px;
	    border: none;
	}
	.navbar-default .navbar-toggle{
	    background: none;
	    width: 50px;
	    height: 35px;
	    margin: 0 auto;
	    float: none;
	    border: none;
	    -webkit-transform: rotate(0deg);
	    transform: rotate(0deg);
	    -webkit-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	    cursor: pointer;
	}
	.navbar-default .navbar-toggle .icon-bar:nth-child(2),
	.navbar-default .navbar-toggle .icon-bar:nth-child(3),
	.navbar-default .navbar-toggle .icon-bar:last-child{	
		display: block;
	    position: absolute;
	    height: 3px;
	    width: 50%;
   		background: #1e3567;
        left: 12px;
	    -webkit-transform: rotate(0deg);
	    transform: rotate(0deg);
	    -webkit-transition: .25s ease-in-out;
	    transition: .25s ease-in-out;
	}	
	.navbar-default .navbar-toggle:hover, 
	.navbar-default .navbar-toggle:focus{
		background:transparent;
	}
	.navbar-default .navbar-toggle .icon-bar:nth-child(2){
 		top: 9px;
	}
	.navbar-default .navbar-toggle .icon-bar:nth-child(3){
 		top: 12px;
	}
	.navbar-default .navbar-toggle .icon-bar:last-child{
   		top: 19px;
	}
	/*open*/
	.navbar-default .navbar-toggle.open .icon-bar:nth-child(2){
 		 top: 16px;
	    -webkit-transform: rotate(135deg);
	    transform: rotate(135deg);
	}
	.navbar-default .navbar-toggle.open .icon-bar:nth-child(3){
 		opacity: 0;
   		left: -60px;
	}
	.navbar-default .navbar-toggle.open .icon-bar:last-child{
   		top: 12px;
	    -webkit-transform: rotate(-135deg);
	    transform: rotate(-135deg);
	}
	.navbar li{
		border-right:none;
	}
	body.Accueil section.Tableau .DiapoAvocat.BlocBleu .carousel-control.right {
	    right: -12px;
	    top: -122px;
	    background: none;
	}
	.footer1 .menufooter1 ul li {
	    padding: 5px;
	}
	body.DomainesDetail section.BlosSSmenu ul li a{
		font-size:16px;
	}
	.actu_article .mainPageArticle .article_container .actu_bloc1, 
	.allarticles .mainPageArticle .article_container .actu_bloc1 {
	    float: none;
	}
	.actu_article .mainPageArticle .article_container .actu_bloc1+.actu_bloc2,
	.allarticles .mainPageArticle .article_container .actu_bloc1+.actu_bloc2 {
	    width: 100%;
	    padding-left:0;
	}
	.actu_article .mainPageArticle .article_container .actu_bloc1+.actu_bloc2 h1, 
	.allarticles .mainPageArticle .article_container .actu_bloc1+.actu_bloc2 h1 {
	    font-size: 22px;
	    padding-top: 40px;
	}
	.article_container .actu_bloc1 {
	    float: none;
	    width: 50%;
		margin: auto;
		padding: 0;
	}
	.mainPageArticle {
	    margin-top: 49px;
	}
}

/* inferieur a  759 */
@media (max-width: 759px){
	footer .logoRs{
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	footer .logoRs #logo{
		width: 100%;
		max-width: 153px;
		margin: auto;
	}
	footer .logoRs .RS{
		margin-left: 0;
	}
	footer .navigation,
	footer .region{
		width: 100%;
		text-align: center;
	}
}


/* inferieur a  720 */
@media (max-width: 720px){
	body.Domaines section.FondPoint .Bloc,
	body.DomainesDetail section.FondPoint .Bloc {
	    margin: 40px 40px 20px 40px;
	}
	body.Domaines section.FondPoint .sectionContainer,
	body.DomainesDetail section.FondPoint .sectionContainer {
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	    -webkit-justify-content: center;
	}
	body.Domaines h3 {
	    padding: 40px 0 5px 0;
	}
	
	body.Accueil section.FondPoint .sectionContainer{
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	    -webkit-justify-content: center;
	}
	body.Accueil section.FondPoint .Bloc {
	    margin: 40px 40px 20px 40px;
	}
	body.Accueil h3 {
	    padding: 40px 0 5px 0;
	}
	body.trombiDetails .blocDroite{
		padding-left: 0;
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin-top: 25px;
	}
	body.trombiDetails .blocGauche{
		width: 100%;
	}
	body.trombiDetails .blocGauche .texte img{
		margin: auto;
	}
}

/* inferieur a  640 */
@media (max-width: 650px){
	.headerContents .content_diaporama .diaporamaItemTexte .container .BlocTexteTitre{
		font-size: 42px;
	}
}



/* inferieur a  630 */
@media (max-width: 630px){
	.headerContents .content_diaporama .diaporamaItemTexte .container .BlocTexteSsTitre{
		font-size: 16px;
	}
	 footer .menufooter {
	    width: 100%;
	}
    footer .menufooter li {
	    float: left;
	    margin: 0;
	    padding: 0;
	    width: 50%;
	}
	footer .Coordonnees {
	    width: auto;
	    margin-top: 30px;
	}
	footer .FootAdresse .FootContact{
		margin-top:20px;
	}
	body.ModuleImmo section.FondPoint h1:before,
	body.allannonces.ModuleImmo h1:before{
		display:none;
	}
}

/* inferieur a  585 */
@media (max-width: 585px){
	body.Accueil .headerContents .content_diaporama .carousel-inner>.item>img{
		height: 730px;
		left: -50%;
		position: relative;
	}
	.headerContents .content_diaporama .diaporamaItemTexte .container .BlocTexteTitre{
		line-height: 42px;
	}
	body.Accueil #Recherche{
		top: 384px;
	}
	footer{
		margin-top: 40px;
	}
}

/* inferieur a  563 */
@media (max-width: 563px){
	.headerContents .content_diaporama .diaporamaItemTexte .container .BlocTexteSsTitre{
		margin-bottom: 20px;
	}
}

/* inferieur a  555 */
@media (max-width: 555px){
	body.Accueil .headerContents .content_diaporama .carousel-inner>.item>img{
		height: 850px;
	}
	body.Accueil #Recherche {
		top: 444px;
	}
	.blocGmt {
		padding-top: 50px;
	}
	h1{
		font-size: 42px;
	}
}


/* inferieur a  530 */
@media (max-width: 530px){
	body.Accueil section.FondPoint .Bloc{
		width:100%;
		text-align:center;
	}
	body.EquipeDetail .content_frmcontact .form-horizontal .fieldset {
	    width: 80%;
	}
	body.Produit h1:before{
		display:none;
	}
	body.Contact .btnSubmit{
		margin: auto;
	}
	body.Contact .Formu .sectionContainer{
		padding: 0;
	}
}

/* inferieur a  522 */
@media (max-width: 522px){
	.headerContents .content_diaporama .diaporamaItemTexte .container .BlocTexteTitre{
		line-height: 36px;
		font-size: 36px;
	}
	.headerContents .content_diaporama .diaporamaItemTexte .container .BlocTexteSsTitre{
		font-size: 14px;
	}
	body.Accueil .btn{
		font-size: 13px;
	}
	body.Accueil .headerContents .content_diaporama .carousel-inner>.item>img{
		height: 710px;
	}
	body.Accueil #Recherche {
		top: 374px;
	}
	.blocGmt {
		padding-top: 0px;
	}
	body.Contact .headerContents .content_diaporama .diaporamaItemTexte,
	body.quiSommesNous .headerContents .content_diaporama .diaporamaItemTexte,
	body.pourquoiCeSite .headerContents .content_diaporama .diaporamaItemTexte{
		top: 31px;
	}
}

/* inferieur a  489 */
@media (max-width: 489px){
	div.searchBox input.searchField{
		height: 40px;
	}
	div.searchBox input.searchField{
		padding-left: 78px;
	}
	div.searchBox a.btnSearch:before{
		top: -15px;
	}
	body.Accueil #Recherche {
		top: 424px;
	}
	body.Accueil .headerContents .content_diaporama .carousel-inner>.item>img {
		height: 800px;
	}
}

/* inferieur a  484 */
@media (max-width: 484px){
	.diaporamaItemTexte .btnPrimary{
		margin-top: 10px;
	}
	body.Accueil .headerContents .content_diaporama .carousel-inner>.item>img{
		left: -80%;
		height: 1000px;
	}
	body.Accueil .headerContents{
		max-height: 500px;
	}
	body.Accueil #Recherche {
		top: 524px;
	}
	.blocGmt {
		padding-top: 50px;
	}
	.blocDepartement .texte{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.blocDepartement .texte .richtext{
		padding-left: 0;
		text-align: center;
	}
}

/* inferieur a  453 */
@media (max-width: 453px){
	.readAllActus a{
		width: 180px;
	}
}

/* inferieur a  450 */
@media (max-width: 450px){
	footer a.BtnFootContact,
	footer a.BtnGoogle {
	    margin-bottom: 20px;
	}
	footer .FootTweet{
		width:100%;
	}
	body.Equipe section.Titre h1, 
	body.Equipe section.Titre h2{
		font-size:24px;
		text-align:center;
	}
	body.EquipeDetail section.ParcoursAvocat .sectionContainer {
	    padding: 56px 15px;
	}
	body.Contact section.Formu .content_adresse .pull-left, 
	body.Contact section.Formu .content_adresse .pull-right {
	    float: none!important;
	    width: 100%;
	}
}



/* inferieur a  425*/
@media (max-width: 425px){
	.blocDepartement .texte{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.blocDepartement .texte .richtext{
		padding-left: 0;
		text-align: center;
	}
	body.Accueil .content_actus_multipage{
		width: 100%;
	}
	body.Accueil .readAllActus{
		text-align: center;
	}
	h1{
		font-size: 38px;
	}
	.article.item h4 a{
		text-align: center;
	}
	.departementNiv2 .actu_date{
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	.departementNiv2 .actu_texte a{
		margin: auto;
	}
}


/* inferieur a  329 */
@media (max-width: 329px){
	body.Accueil .blocGmt li::after{
		display: none !important;
	}
}

/* inferieur a  380*/
@media (max-width: 380px){
	body.Contact .captchaField{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	body.Contact .captcha-col2,
	body.Contact .captcha-col1{
		width: 100%;
	}
	body.trombinoscope  h2{
		text-align: center;
	}
    body .mainPage{
        text-align: left;
    }
	body.Equipe section.Equipe .Bloc .ficheavocat {
	    height: auto;
	}
	body.Cabinet h1,
	body.DomainesDetail h1{
		font-size: 24px;
	}
	.blocGmt ul{
		text-align: center;
	}
	.blocGmt ul li{
		font-size: 14px;
	}
	h1{
		font-size: 34px;
	}
	body.trombinoscope .sectionContenu .bloc .texte{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	body.trombinoscope .sectionContenu .bloc .texte .richtext{
		text-align: center;
		padding-left: 0;
	}
	body.trombinoscope .sectionContenu .bloc{
		margin-bottom: 50px;
	}
}
/* inferieur a  330*/
@media (max-width: 330px){
	body.allarticles .articles_historique ul li a{
		font-size: 16px;
	}
	.departementNiv2 .readAllActus{
		text-align: center;
	}
	body.Cabinet h1:before,
	body.DomainesDetail h1:before{
		display:none;
	}
	body.Domaines h1,
	body.DomainesDetail .Titre{
		font-size: 24px;
	}
	body.Accueil #Recherche {
		top: 484px;
	}
	body.Accueil .headerContents .content_diaporama .carousel-inner>.item>img {
		height: 920px;
	}
	.blocGmt {
		padding-top: 50px;
	}
	body.Accueil .blocTitre{
		padding: 26px;
	}
}

/* inferieur a  320*/
@media (max-width: 320px){
	body.Lexique .content_sousmenu{
		width: 270px;
	}
	h1{
		font-size: 30px;
		margin-left: 5px;
		margin-right: 5px;
	}
	body section.ActusBloc .content_actus .article .actu_date {
	    width: 60px;
	    height: 60px;
	    border-radius: 30px;
	}
	body section.ActusBloc .content_actus .article .actu_date > .jour {
	    height: 32px;
	    line-height: 32px;
	    font-size: 20px;
	}
	body section.ActusBloc .content_actus .article .actu_date > .moiscourt {
	    height: 24px;
	    line-height: 24px;
	}
	body section.ActusBloc .content_actus .article {
	    padding: 0px 0px 45px 71px;
	}
}





/* supÃ©rieur Ã  1250 */
@media (min-width: 1250px){
	body.ModuleImmo .content_annonces a.allAnnonces {
	    margin-right: calc((100% - 1250px) / 2);
	}
}
/* supÃ©rieur Ã  768 */
@media (min-width: 768px){    
	.navbar-default .navbar-nav{
		width:100%;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
            -ms-flex-flow:row wrap;
                flex-flow:row wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        display: -webkit-flex;
	    -webkit-justify-content: space-between;
    }
   .navbar-default .navbar-nav > li > a {
		font-family: 'averta-semibold';
		padding: 0;
		font-size: 12px;
		text-transform: uppercase;
	}
	.navbar-default .navbar-nav>.open>a, 
	.navbar-default .navbar-nav>.open>a:hover, 
	.navbar-default .navbar-nav>.open>a:focus {
	    background-color: transparent;
	    color: #555;
	}
	.navbar-nav>li>.dropdown-menu {
		display: none;
	    position: absolute;
	    top: 35px;
	    left: 0px;
	    width: auto;
	    padding: 5px;
	    text-align: left;
	    background-color: rgba(255,255,255, 0.51);
	    border: 1px solid rgba(149, 77, 85, 0.2);
	    border-radius: 0px;
	    -webkit-box-shadow: none;
	            box-shadow: none;
	    font-size: 14px;
	}
	.navbar-nav>li>.dropdown-menu  a {
	    font-size: 14px;
	    letter-spacing: 1px;
	    font-weight: 500;
	    text-transform: uppercase; 
	    text-align: left;
		padding: 3px 10px 10px 3px;
	}
	.dropdown-menu>li>a:hover, 
	.dropdown-menu>li>a:focus,
	.dropdown-menu>.active>a {
	    text-decoration: none;
	    color: #1e3567
;
	    border:0;
	    background-color: transparent;
	}
	.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
	    color: #1e3567
;
	    text-decoration: none;
	    outline: 0;
	    background-color: rgba(66, 139, 202, 0)	
	}
	

}


/* supÃ©rieur Ã  768 */
@media (min-width: 768px){  
	
	
	
		/*animate.css */
	.animated {
	  -webkit-animation-duration: 1s;
	  animation-duration: 1s;
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
	}
	.animatedSlow{
	  -webkit-animation-duration: 2s;
	  animation-duration: 2s;
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
	}
	.animated.infinite {
	  -webkit-animation-iteration-count: infinite;
	  animation-iteration-count: infinite;
	}
	/*fadeInDown*/
		@-webkit-keyframes fadeIn {
	  from {
	    opacity: 0;
	  }
	
	  to {
	    opacity: 1;
	  }
	}
	
	@keyframes fadeIn {
	  from {
	    opacity: 0;
	  }
	
	  to {
	    opacity: 1;
	  }
	}

	.fadeIn {
	  -webkit-animation-name: fadeIn;
	  animation-name: fadeIn;
	}
	
	/*fadeInDown*/
	@-webkit-keyframes fadeInDown {
	  from {
	    opacity: 0;
	    -webkit-transform: translate3d(0, -100%, 0);
	    transform: translate3d(0, -100%, 0);
	  }
	
	  to {
	    opacity: 1;
	    -webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	  }
	}
	@keyframes fadeInDown {
	  from {
	    opacity: 0;
	    -webkit-transform: translate3d(0, -100%, 0);
	    transform: translate3d(0, -100%, 0);
	  }
	
	  to {
	    opacity: 1;
	    -webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	  }
	}
	.fadeInDown {
	  -webkit-animation-name: fadeInDown;
	  animation-name: fadeInDown;
	}
	/*fadeInLeft*/
	@-webkit-keyframes fadeInLeft {
	  from {
	    opacity: 0;
	    -webkit-transform: translate3d(-100%, 0, 0);
	    transform: translate3d(-100%, 0, 0);
	  }
	
	  to {
	    opacity: 1;
	    -webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	  }
	}
	
	@keyframes fadeInLeft {
	  from {
	    opacity: 0;
	    -webkit-transform: translate3d(-100%, 0, 0);
	    transform: translate3d(-100%, 0, 0);
	  }
	
	  to {
	    opacity: 1;
	    -webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	  }
	}
	
	.fadeInLeft {
	  -webkit-animation-name: fadeInLeft;
	  animation-name: fadeInLeft;
	}
	/*fadeInRight*/
	@-webkit-keyframes fadeInRight {
	  from {
	    opacity: 0;
	    -webkit-transform: translate3d(100%, 0, 0);
	    transform: translate3d(100%, 0, 0);
	  }
	
	  to {
	    opacity: 1;
	    -webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	  }
	}
	
	@keyframes fadeInRight {
	  from {
	    opacity: 0;
	    -webkit-transform: translate3d(100%, 0, 0);
	    transform: translate3d(100%, 0, 0);
	  }
	
	  to {
	    opacity: 1;
	    -webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	  }
	}
	
	.fadeInRight {
	  -webkit-animation-name: fadeInRight;
	  animation-name: fadeInRight;
	}
	/*zoomInDown*/
	@-webkit-keyframes zoomIn {
	  from {
	    opacity: 0;
	    -webkit-transform: scale3d(0.3, 0.3, 0.3);
	    transform: scale3d(0.3, 0.3, 0.3);
	  }
	
	  50% {
	    opacity: 1;
	  }
	}
	
	@keyframes zoomIn {
	  from {
	    opacity: 0;
	    -webkit-transform: scale3d(0.3, 0.3, 0.3);
	    transform: scale3d(0.3, 0.3, 0.3);
	  }
	
	  50% {
	    opacity: 1;
	  }
	}
	
	.zoomIn {
	  -webkit-animation-name: zoomIn;
	  animation-name: zoomIn;
	}
	
	
	/*fadeInUp*/
	@-webkit-keyframes fadeInUp {
  	from {
	    opacity: 0;
	    -webkit-transform: translate3d(0, 100%, 0);
	    transform: translate3d(0, 100%, 0);
	  }
	
	  to {
	    opacity: 1;
	    -webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	  }
	}

	@keyframes fadeInUp {
	  from {
	    opacity: 0;
	    -webkit-transform: translate3d(0, 100%, 0);
	    transform: translate3d(0, 100%, 0);
	  }
	
	  to {
	    opacity: 1;
	    -webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	  }
	}
	
	.fadeInUp {
	  -webkit-animation-name: fadeInUp;
	  animation-name: fadeInUp;
	}

}

/* ---------- effets d'ouverture du dropdown-menu ---------- 
.dropdown-menu {
  opacity:0;
  display: block; 
  height:0px;
  overflow:hidden;
  transition: opacity 0.4s linear;
  -webkit-transition: opacity 0.4s linear;
}
.navbar-nav>li.open >.dropdown-menu,
.navbar-nav>li:hover>.dropdown-menu{
  opacity:1;
  display:block;
  height:auto;
  overflow: visible;
}*/
   









