/* CSS Document */

* {
	padding:0;
	margin:0;
}





body {
	height:100%;
	background: #ffffff;
	color: #707070;
	text-align:left;
	margin:0;
	
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height:1.5;
	}

b, strong {
	font-weight:700;
}

em { font-style:italic; }

 
	
	
/* global style */
a {
	color: #0085CA;
	text-decoration:underline;
	font-weight:700;
	transition: color 0.3s;
}
a:hover {
	color: #00588c;
	text-decoration:underline;
}

.btn-secondary {
	position: relative;
    display: inline-block;
    padding: 8px 20px;
    margin: 6px;
    border: none;
    min-height: 45px;
    background: #fff;
    -webkit-border-radius: 25.5px;
    border-radius: 25.5px;
    text-align: center;
    color: #707070;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.btn-secondary:before {
    background: -webkit-gradient(linear,left top,right top,from(#0085ca),to(#91d6ac));
    background: -webkit-linear-gradient(left,#0085ca,#91d6ac);
    background: -o-linear-gradient(left,#0085ca,#91d6ac);
    background: linear-gradient(90deg,#0085ca,#91d6ac);
}

.btn-secondary:after, .btn-secondary:before {
    content: "";
    z-index: -9;
    position: absolute;
    top: -6px;
    bottom: -6px;
    right: -6px;
    left: -6px;
    -webkit-border-radius: 31.5px;
    border-radius: 31.5px;
}

.btn-secondary:after {
    background: -webkit-linear-gradient(45deg,#91d6ac,#0085ca);
    background: -o-linear-gradient(45deg,#91d6ac,#0085ca);
    background: linear-gradient(45deg,#91d6ac,#0085ca);
    opacity: 0;
    -webkit-transition: opacity .5s ease,-webkit-box-shadow .5s ease;
    transition: opacity .5s ease,-webkit-box-shadow .5s ease;
    -o-transition: opacity .5s ease,box-shadow .5s ease;
    transition: opacity .5s ease,box-shadow .5s ease;
    transition: opacity .5s ease,box-shadow .5s ease,-webkit-box-shadow .5s ease;
}

.btn-secondary:hover {
	color:#707070;
	text-decoration:none;
}

.btn-secondary:hover:after {
	opacity:1;
	box-shadow:0 5px 15px 0px rgba(0,0,0,0.2);
}

.suite { font-size:0.9em; }


.enCouleur {
	color:#00adef;
}

/* Useful */
.italic { font-style: italic; }
#clear, .clear { clear:both; }
br.clear {
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
}
.droite { text-align:right; }
.centre { text-align:center; }

.aligndroite { float:right;margin:0 0 20px 20px; }
.aligngauche { float:left;margin:0 20px 20px 0; }

ul, li {
	margin:0;
	padding:0;
}

ul {
	padding-left: 20px;
}

.pave { background-color:#f5f5f5;padding:10px; }

.cadre { border:1px solid #E3E3E3; }

p { text-align:justify; margin-bottom:10px; }

img {
	border:none;
}

img.droite {
	margin:4px 0 20px 20px;
}

img.gauche {
	margin:4px 20px 20px 0;
}

.blocImage {
	}
	
h1, h2, h3, h4, h5, h6 {
text-align:left;
margin-bottom:10px;
font-weight:300;
}

h1 {
font-weight:700;
color:#15234A;
font-size:24px;
}

h2 {
font-weight:600;
color:#0085ca;
font-size:18px;
}

h6 { font-size:0.7em; color:#a7a9ac; font-weight:normal; font-style:italic; }

.tableau {
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}

.tableau tr:nth-child(odd){
  background-color:#F5F5F5;
}	

.tableau td, th {
border:1px solid #CCCCCC;
padding:8px;
}

.tableau th {
background-color:#E3E3E3;
}

.error {
color:red;
}



.boutonGrand {
	font-size:14px;
	color:#2caae1;
	line-height:28px;
	text-transform:uppercase;
	letter-spacing:0.1em;
	background-color:#FFFFFF;
	padding:5px 8px;
	}

.boutonGrand:hover {
	background-color:#cae3f7;
	color:#4e5186;
}

.boutonPetit {
	font-size:10px;
	color:#2caae1;
	line-height:28px;
	text-transform:uppercase;
	letter-spacing:0.1em;
	text-align:right;
	background-color:#FFFFFF;
	padding:2px 5px;
}

.boutonPetit:hover {
	background-color:#cae3f7;
	color:#4e5186;
	}

	
.photo_gauche {
		margin:4px 20px 10px 0;
	}

.photo_droite {
		margin:4px 0 10px 20px;
	}

.separation {
	margin:5px 0;
	display:block;
	height:1px;
	border-bottom:1px dotted #2879bd;
}	

.intro { 
font-size:1.2em;
color:#000000;
margin:0 0 20px 0;
text-align:justify;
}





.btn-primary {
	z-index:9;
	position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    padding: 10px 20px;
    background: 0 0;
    min-height: 55px;
    -webkit-border-radius: 27.5px;
    border-radius: 27.5px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    margin: 0 20px 0 0;
    cursor: pointer;
    z-index:1000;
}

.btn-primary:before {
     background: -webkit-linear-gradient(350deg,#aa0061,#cc8a00);
    background: -o-linear-gradient(350deg,#aa0061,#cc8a00);
    background: linear-gradient(100deg,#aa0061,#cc8a00);
}

.btn-primary:before, .btn-primary:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-border-radius: 27.5px;
    border-radius: 27.5px;
    z-index:-9;
}

.btn-primary:after {
      background: -webkit-linear-gradient(45deg,#cc8a00,#aa0061);
    background: -o-linear-gradient(45deg,#cc8a00,#aa0061);
    background: linear-gradient(45deg,#cc8a00,#aa0061);
    opacity: 0;
    -webkit-transition: opacity .5s ease,-webkit-box-shadow .5s ease;
    transition: opacity .5s ease,-webkit-box-shadow .5s ease;
    -o-transition: opacity .5s ease,box-shadow .5s ease;
    transition: opacity .5s ease,box-shadow .5s ease;
    transition: opacity .5s ease,box-shadow .5s ease,-webkit-box-shadow .5s ease;
}

.btn-primary:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.btn-primary:hover:after {
	opacity:1;
	box-shadow:0 5px 15px 0px rgba(0,0,0,0.2);
}





input.form-control, textarea.form-control {
	height:40px;
  -webkit-border-radius: 20px;
    border-radius: 20px;

}

.form-group label {
	font-weight:400;
	color:#00adef;
}

.has-error .form-control {
    border-color: #aa0061;
    -webkit-box-shadow: inset 0 1px 1px rgba(170,0,97,.5);
    box-shadow: inset 0px 0px 5px rgba(170,0,97,1);
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #aa0061;
}

	
noscript ul {list-style-type:none; background:#242424; color:white; padding:10px; border:1px solid gray;}

#conteneur {
	position:relative;
	display:table;
	width:100%;
	}
	
#conteneur_content {
	position:relative;
	display:table;
	width:980px;
	margin:20px auto 0;
	}
	
	
	
	
	
/* HEADER */

header {
	background:#FFFFFF;
}

.headerXS {
	display:none !important;
}
	
header a, header a:hover, header a:active, header a:visited, header a:link {
	color:white;
	text-decoration:none;
}

header .headerBackground {
		background:url('/images/header.jpg') no-repeat; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */	
  position:relative;
  background-position:50% 50%;	
}

header h1 {
	color:white;
	font-weight: 300;
	font-size:2em;
	margin:30px 0 10px;
}

@media (max-width: 991px) {
	header h1 {
font-size:1.6em;
}
}



header h2 {
	color: #FFFFFF;
	margin:0;
	font-size:1.4em;
}

@media (max-width: 991px) {
	header h2 {
font-size:1.2em;
}
}




	
.headerLogo {
background: -webkit-gradient(linear,left top,right top,from(#0085ca),to(#91d6ac));
    background: -webkit-linear-gradient(left,#0085ca,#91d6ac);
    background: -o-linear-gradient(left,#0085ca,#91d6ac);
    background: linear-gradient(90deg,#0085caFF,#91d6acBB);
padding:30px;
height:100%;
	}
	


@media (max-width: 767px) {
	.headerXS {
	display:block !important;
	}
	.headerLogo {
		background: -webkit-gradient(linear,left top,right top,from(#0085ca),to(#91d6ac));
    background: -webkit-linear-gradient(left,#0085ca,#91d6ac);
    background: -o-linear-gradient(left,#0085ca,#91d6ac);
    background: linear-gradient(90deg,#0085ca,#91d6ac);
	}
	header h2 {
		color:#FFFFFF;
	}
}



#headerContent #tweeter {
	position:absolute;
    right:10px;
    bottom:10px;
    }





/* MAIN */
#main {
	}

#main ul {
	padding:0;
margin:10px 0 20px 0;
text-align:justify;
}

#main li {
	list-style-type: square;
	list-style-image: none;
	list-style-position: inside;
}


.bloc {
width:100%;
display:block;
margin:0 0 20px;
position:relative;
}

.encadre {
width:100%;
display:block;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin:10px 0;
background: #f1fbf7;
padding: 15px;
margin: 30px 0;
position:relative;
}

.encadreContent {
	padding:10px;
}

.encadre h2:first-child {
	margin-top:0;
}
	

.blocContent { }
		
.blocFooter { padding-top:10px; margin-bottom:20px; }

	

p.version_print {
	position:absolute;
	top:20px;
	right:0;
	text-align:right;
	font-size:0.9em;
	padding:0;
	margin:0;
	}
	
p.version_print a {
	color:#999B9D;
}

p.version_print a:hover {
	color:#666666;
}
	

div.visuel {
	position:relative;
	margin-bottom:20px;
	border-radius: 0;
	overflow:hidden;
}


p.copyright {
	position:absolute;
	right:0;
	bottom:0;
	padding:3px 5px;
	background:rgba(0,0,0,0.4);
	color:#FFFFFF;
	font-size:0.6em;
	margin-bottom:0;
}

	 
/* --------------------------------------------------- */
/*                                                     */
/*                         ACTU                        */
/*                                                     */
/* --------------------------------------------------- */

.actu, .actu_liste {	padding:30px 0;	margin:10px 0; border-bottom:1px solid #EEEEEE; }

.actu .theme, .actu_liste .theme { font-size:1.8em; text-transform:uppercase;font-weight:900; color:#91D6AC; }

.actu .date, .actu_liste .date { 
	margin: 15px 0;
    font-size: 1.6rem;
    font-weight: 100;
    color: #707070;
}
    
.actu_liste h1 { margin-bottom:5px; }

.actu_liste h1.chiffre { font-size:2em; }

.actu p + h2, .actu ul + h2, .actu div + h2, .actu table + h2 {
		margin-top:30px;
}

.actu p + h1, .actu ul + h1, .actu div + h1, .actu table + h1 {
		margin-top:30px;
}

.actu h1.grand { font-size:28px; margin-bottom:5px; margin-top:10px; }

.actu .infoNewsletters {
	margin-top:20px;
	border-top:1px dotted #001A70;
	padding-top:10px;
	font-size:11px;
	color:#001A70;
	}



/* --------------------------------------------------- */
/*                                                     */
/*                        BREVES                       */
/*                                                     */
/* --------------------------------------------------- */

.paveBreve {	font-size:0.95em; padding:10px 0;	margin:5px 0; text-align:left; 	}

.paveBreve .theme { font-weight:400; color:#00adef; }

.paveBreve .date { font-size:0.8em; color:#a7a9ac; }

.paveBreve h1 { margin-bottom:5px; text-transform: none; }

.paveBreve h1.chiffre { font-size:2em; }

.paveBreve p { text-align:left; }

.paveBreve ul {
	text-align:left;
}

.paveBreve li {
	text-align:left;
}


.paveBreveMain ul {
	padding:0 0 0 20px;
margin:10px 0 20px 0;
text-align:justify;
}

.paveBreveMain li {
	list-style-type: square;
	list-style-image: none;
	list-style-position: outside;
}

.paveBrevePhoto {
	border-radius: 30px 0 0 0;
	overflow:hidden;
}






/* PAGE TEXTE */

.rubrique {
	position: relative;
    margin-bottom: 35px;
    font-size: 50px;
    font-weight: 700;
    margin:30px 0 50px;
    color: #15234a;
}
.rubrique { 
    line-height: 1.2;
}
.rubrique:before {
    bottom: -15px;
}
.rubrique:after {
    bottom: -29px;
}


.rubrique:after, .rubrique:before {
    content: "";
    position: absolute;
    left: 0;
    height: 8px;
    width: 10%;
    min-width: 50px;
    max-width: 80px;
    background: #15234a;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}





.texte {
}


.texte p + h2, .texte ul + h2, .texte div + h2, .texte table + h2 {
		margin:30px 0 15px;
}

.texte p + h1, .texte ul + h1, .texte div + h1, .texte table + h1 {
		margin:30px 0 15px;
}





	
	


/* --------------------------------------------------- */
/*                                                     */
/*                       SIDEBAR                       */
/*                                                     */
/* --------------------------------------------------- */


#sidebar .rubrique {
font-size:40px;
    cursor: pointer;
    float:left;
}




.paveSidebar {
	width:100%;
	display:block;
margin:0 0 20px;
position:relative;
}
	
.paveSidebar a {
	color:#2caae1;
}

.paveSidebar a:hover {
	color:#4e5186;
}
	
.paveSidebarPhoto {
	
	}

.paveSidebar h1 {
	font-size:18px;
	line-height:24px;
	margin:0 0 10px 0;
}

.paveSidebar .intro {
	font-size:15px;
	line-height:20px;
}

.paveSidebarHeader {
	padding:10px;
	border-bottom:1px dotted #FFFFFF;
	}
  
.paveSidebarHeader h1 {
	font-size:18px;
	line-height:16px;
	font-weight:500;
	text-transform:uppercase;
	padding:0;
	text-align:center;
	}

.boutonFooter {
	height:24px;
	}

.paveSidebar img.blocImage {
	}

.paveSidebar .date {
	color:#BBBBBB;
}

.paveSidebarMain {
	background-color:#e2f0fa;
	padding:10px;
}

.paveSidebarFooter {
	padding:5px;
	text-align:center;
}

.paveSidebarFooter a {
	font-size:11px;
}
	


/* --------------------------------------------------- */
/*                                                     */
/*                       CONTACT                       */
/*                                                     */
/* --------------------------------------------------- */

#contact {
	padding:10px 0;	margin:5px 0; border-bottom:1px solid #00adef;
}

#contact #formulaire {
padding-bottom:20px;
margin:30px 0;
}



/* -------------------- formulaire -------------------- */
#formulaire {
margin-bottom:20px;
margin-top:10px;
}

#formulaire td {
padding:15px 10px 0 0;
vertical-align:middle;
white-space:nowrap;
}

#formulaire td.label {
	text-align:left;
	vertical-align:middle;
	width:120px;
}

#formulaire .champs {
	text-align:left;
	vertical-align:middle;
	width:460px;
}

#formulaire td.label .obligatoire {
	color:#ff5f04;
	font-weight:400;
}


#formulaire td.erreurform {
padding:2px 10px 0 0;
vertical-align:middle;
font-size:9px;
color:#ff5f04;
text-transform:uppercase;
}

#formulaire td.infoform {
padding:2px 10px 0 0;
vertical-align:top;
font-size:11px;
color:#ff5f04;
white-space:normal;
}

#formulaire td.separationtableau {
line-height:1px;
height:1px;
border-bottom:1px dotted #001A70;
}

#formulaire td.submit {
padding:15px 0 0;
}

#formulaire input {
font-size:14px;
padding:5px;
border:1px solid #999B9D;
background-color: #ffffff;
color:inherit;
color:black;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

#formulaire .textbox {
width:100%;
height:100px;
font-size:14px;
padding:5px;
border:1px solid #999B9D;
background-color: #ffffff;
color:inherit;
color:black;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}






#formulaire input.submit {
	width:120px;
	height:32px;
	font-size:16px;
	line-height:18px;
	text-transform:uppercase;
	color:white;
	padding:0;
	display:inline-block;
	background-color:#001A70;
	text-align:center;
	border: 1px solid white;
	cursor:pointer;
}

#formulaire input.submit:hover {
	background:black;
	text-decoration: none;
	color:white;
	}

#formulaire input.disabled, #formulaire input.disabled:hover {
background-color:#DDDDDD;
background-image:none;
cursor:default;
color:white;
}



#formulaire td.souspartie {
padding:2px 5px 0;
text-transform:uppercase;
font-size:12px;
color:#001A70;
line-height:24px;
background-color:#DDDDDD;
}

#formulaire td.mentions {
white-space:normal;
font-size:0.9em;
color:#444444;
}


.imageKaptchat {
    font-size: 25px;
    color: #FFFFFF;
    position: relative;
    border-radius: 4px;
    border-color: #CCC;
}

.imageKaptchat i {
    position: absolute;
    bottom: 5px;
    left: 8px;
    color: #666666;
    cursor: pointer;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}




/* FOOTER */


footer {
background:#f4f4f5;
margin:0;
padding:20px 0;
color:#999B9D;
margin-top:30px;
font-size:0.8em;
}

footer a {
	text-decoration:none;
}


footer ul {
	margin-top:30px;
	list-style:none;
	}

footer li {
	list-style:none;
	float:left;
	padding:2px 20px;
	border-right:1px solid #6d6f70;
}

footer li:first-child {
	padding-right:40px;
	padding-left:0;
	border:none;
	font-size:0.8em;
}

footer li:last-child {
	border:none;
}

footer li a {
	color:#6d6f71;
}

footer li a:hover {
	color:#001A70;
	text-decoration:none;
}

footer .container .row .col {
	position:relative;
}

@media (max-width: 767px) {
footer li {
	float:none;
	padding-left:0 !important;
	border-right:none !important;
	}
}

#madeindunkerque {
	position:absolute;
	right:15px;
	top:0;
	}
	
.ours {
	clear:both;
	padding-top:20px;
	font-size:10px;
	color:#999B9D;
	line-height:14px;
}

.ours a {
color:#6d6f71;
}

.ours a:hover {
color:#001A70;
}





.noborder {
	border:none;
}




.choixLangues {
    position:absolute;
    right:0px;
    top:0px;
    list-style-type:none;
    padding:5px 10px;
    background:rgba(255,255,255,0.8);
    border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;
}

.choixLangues li {
    float:left;
    margin:0 0 0 10px;
}

.choixLangues li:first-child {
    margin:0;
}

.choixLangues img {
    width:24px;
    height:24px;
}



/*navigation*/

section#menu {
	background-color:#FFFFFF;
	margin:0;
} 

section#menu .container {
padding:0;
} 


section#menu .navbar {
    margin-bottom: 20px;
    font-size:1.4em;
    border-bottom:1px solid #15234A;
}



.header__nav-hamburger {
    z-index: 99;
}
.header__nav-close, .header__nav-hamburger {
    width: 60px;
    height: 60px;
    padding: 10px;
    display:none;
    float:right;
    margin:10px;
}
.header__nav-close {
	fill: #fff;
	margin:10px;
}

#custom-bootstrap-menu.navbar-default .navbar-brand {
    }

#custom-bootstrap-menu.navbar-default {
    background-color: transparent;
    border-width: 0px;
    border-radius: 0px;
    margin:20px 0;
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li {
    margin-right:30px;
    padding-bottom:5px;
    }

#custom-bootstrap-menu.navbar-default .navbar-nav>li:last-child {
   margin-right:0;
}


#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color:#15234A;
    text-decoration:none;
       padding-right:0px;
   padding-left:0px;
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover:after {
    content: "";
    position: absolute;
    left: 0;
    height: 8px;
    width: 100%;
    background: -webkit-linear-gradient(45deg,#cc8a00,#aa0061);
    background: -o-linear-gradient(45deg,#cc8a00,#aa0061);
    background: linear-gradient(45deg,#cc8a00,#aa0061);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    bottom: -9px;
    z-index:1000;
}


#custom-bootstrap-menu.navbar-default .dropdown-menu {
	position:absolute;
	background:#f4f4f5;
	text-transform:none;
	padding:0;
	border:none;
	font-size:0.9em;
	padding:20px;
	margin-top:4px;
}




.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu {
	font-size:inherit;
	border-radius:0;
	-webkit-border-radius:0;
	box-shadow:none;
}


.dropdown-menu>li>a {
   text-decoration:none;
   color:#707070;
}
    

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: 0px;
}

.dropdown-menu>li:hover>a {
	text-decoration:underline;
	color: #707070;
}


.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}


@media screen and (max-width: 991px) {
	section#menu .navbar {
    font-size:1em;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li {
   margin-right:20px;
   }
}

@media screen and (min-width:992px) and (max-width: 1199px) {
	section#menu .navbar {
    font-size:1.2em;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li {
    margin-right:30px;
    }
}





@media screen and (max-width:767px) {
	section#menu .navbar {
    border-bottom:none;
	}
	#custom-bootstrap-menu.navbar-default {
	    margin:0;
	}
	#navbar-collapse {
		height: 100%;
		width: 0;
		position: fixed; /* Stay in place */
		z-index: 1; /* Sit on top */
		right: 0;
		top: 0;
	 	padding:0 !important;
		background: -webkit-gradient(linear,left top,right top,from(#0085ca),to(#91d6ac));
	    background: -webkit-linear-gradient(left,#0085ca,#91d6ac);
	    background: -o-linear-gradient(left,#0085ca,#91d6ac);
	    background: linear-gradient(90deg,#0085ca,#91d6ac);
		overflow-x: hidden; /* Disable horizontal scroll */
		transition: width 0.5s; 
		-webkit-transition: width 0.5s;
	}
	  
	.nav-open {
		width:100% !important;
	}
	
	ul.navbar-nav {
		color:#FFFFFF;
		position: relative;
		margin-top:20px;
		text-align: left; /* Centered text/links */
		margin:10%;
	}

	.collapse {
	    display: block !important;
	}
	
	.header__nav-close, .header__nav-hamburger {
	    display:block;
	}
	#custom-bootstrap-menu.navbar-default .navbar-nav>li {
	margin-right:0;
	clear:both;
	}
	#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: white;
    text-decoration: none;
    padding-right: 0px;
    padding-left: 0px;
    font-size:1.2em;
	}
	#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover {
    text-decoration:underline;
    }
	#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover:after {
    display:none;
	}
	#custom-bootstrap-menu.navbar-default .dropdown-menu {
	display:block;
	position:relative;
	background:transparent;
	padding:10px;
	}
	.dropdown-menu>li>a {
	   text-decoration:none;
	   color:#FFFFFF;
	}
	#custom-bootstrap-menu.navbar-default .dropdown-menu {
    font-size: 1.2em;
    padding: 0px;
    margin-top: 4px;
    margin-bottom:5px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    background:none;
}
    
}







#sidebar {
	margin-bottom:20px;
}



a.linkBlock {
	position: relative;
    display: inline-block;
    padding: 8px 20px;
    margin: 20px 6px 6px;
    border: none;
    min-height: 45px;
    background: #0085ca;
    -webkit-border-radius: 25.5px;
    border-radius: 25.5px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    width:100%;
    -webkit-transition: background .5s ease, color .5s ease;
    transition: background .5s ease, color .5s ease;
    -o-transition: background .5s ease, color .5s ease;
    }

a.linkBlock:after, a.linkBlock:before {
   	background:#0085ca;
    content: "";
    z-index: -9;
    position: absolute;
    top: -6px;
    bottom: -6px;
    right: -6px;
    left: -6px;
    -webkit-border-radius: 31.5px;
    border-radius: 31.5px;
 -webkit-transition: opacity .5s ease,-webkit-box-shadow .5s ease;
    transition: opacity .5s ease,-webkit-box-shadow .5s ease;
    -o-transition: opacity .5s ease,box-shadow .5s ease;
    transition: opacity .5s ease,box-shadow .5s ease;
    transition: opacity .5s ease,box-shadow .5s ease,-webkit-box-shadow .5s ease;

}

a.linkBlock:hover {
	color:#FFFFFF;
	text-decoration:none;
}

a.linkBlock:after {
	opacity:0;
   	background: -webkit-gradient(linear,left top,right top,from(#0085ca),to(#91d6ac));
    background: -webkit-linear-gradient(left,#0085ca,#91d6ac);
    background: -o-linear-gradient(left,#0085ca,#91d6ac);
    background: linear-gradient(90deg,#0085caFF,#91d6acBB);
	}

a.linkBlock:hover:after {
	opacity:1;
	box-shadow:0 5px 15px 0px rgba(0,0,0,0.2);
}









.btn-commentaire  {
font-weight:700;
margin-left:10px;
}


.pager .previous>a, .pager .previous>span {
    float: none;
}

.pager .next>a, .pager .next>span {
    float: none;
}

.pager li>a, .pager li>span {
    font-size:2em;
    font-size:bold;
    padding: 5px;
    color:#707070;
    border-radius: 0px;
    text-decoration:none;
    border:none;
   	-webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
}

.pager li>a:hover {
	background:white;
    color:#00588c;
    border:none;
    text-decoration:underline;
}

.pager li>a:active, .pager li>a:focus {
    background:white;
	color:#00588c;
}


.text-muted {
	font-size:0.8em;
	float:right;
}

.formComments {
	background:#f1fbf7;
	padding:15px;
	margin:30px 0;
}

.formComments h2 {
	margin-top:0;
}





.panel {
	position:relative;
	border-radius:0;
	box-shadow:none;
}

.panel-default {
border-color:#EEEEEE;
}

.panel-default>.panel-heading {
	background-color:#EEEEEE;
}
	
	
.panel>.panel-heading {
font-size:0.9em;
border-color:#EEEEEE;
}

.panel>.panel-body p:last-child {
margin-bottom:0;
}


.panel>.panel-heading:after,.panel>.panel-heading:before{
	position:absolute;
	top:11px;left:-16px;
	right:100%;
	width:0;
	height:0;
	display:block;
	content:" ";
	border-color:transparent;
	border-style:solid solid outset;
	pointer-events:none;
}
.panel>.panel-heading:after{
	border-width:7px;
	border-right-color:#EEEEEE;
	margin-top:1px;
	margin-left:2px;
}
.panel>.panel-heading:before{
	border-right-color:#ddd;
	border-width:8px;
}

.archive {
	background:#f1fbf7;
}

.archive p {
	padding:5px;
	color:#707070;
	}
	
.archive a {
	color:#707070;
	text-decoration:none;
	}
