@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    border: none;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
}

.custom-select:focus {
	box-shadow:0 0 0 0.2rem rgba(15, 15, 160, 0.25);
}
.custom-select:hover {	
 
}

a:hover {
	color: #666666;
}

body {
    text-align: center;
    font:normal 12px Arial;
    color: #666666;
    background: #ffffff;
}

ul, ol {
    list-style: none;
}

strong, b {
    font-weight: 700;
}

legend {
    display: none;
}

/**/
#global {
    display: block;
    text-align: left;
    margin: 0 auto;
}

/**/
#liens {
    color: #333333;
}

#liens a {
    color: #333333;
}

#liens a:hover {
    text-decoration: none;
}

#liens select {
    font-size: 12px;
    border: solid 1px #7d7d7d;    
}

/**/
#header {
    height: 115px;
    background: #0F10A0;
    position: relative;
	overflow: hidden;
}

#header .title-wrapper {
	
}

#header .title-wrapper h2 {
    font: 100 34px Helvetica, Arial;    
    color: #ffffff;	
}

#header .logo-wrapper {
	position:relative;
}

#header .logo-wrapper .half-circle {
	position: absolute;
	width: 140px;
	height: 130px;
	background: #ffffff;
	border-radius: 50%;
	top: -67px;
	left: -42px;
}


#header .logo-wrapper .logo {
	width: 115px;
	position: absolute;
	top: -15px;
	left: -42px;
}

.langues {
	background: #0F10A0;
	display: block;
	text-align: left;
	font-size: 12px;
	color: #FFF;
	float: left;
	padding: 15px;
	border-radius: 10px;
}

.langues p {
    border-top: solid 1px #FFF;
	margin: 6px 0 0;
	padding: 5px 0 0;
}

.langues p a {
    
}

.recherche {
    background: #e5e5e5;
    height: 40px;
    text-align: center;
    position: absolute;
    top: 103px;
    left: 9px;
}

.recherche .inputTexte {
    height: 21px;
    border: solid 1px #7d7d7d;
    padding: 0 2px;
    position: relative;
    top: -5px;
}

.recherche .btn-rechercher {
    margin: 0 0 0 10px;
    position: relative;
    top: 5px;
}

/**/
#content {    
    
}

.bj {	
	background: #ffec00;
	color: #0f0f11 !important;
}

.mj {		
	background: #e40413;
	color: #ffffff !important;
}

.bg {
	background: #00A1E0;
	color: #ffffff !important;
}

.mnt {
	background: #79B51C;
	color: #ffffff !important;
}

.nt {
	background: #D10069;	
	color: #ffffff !important;
}

/**/
.right-column {
	padding-right:0;
}

.bg-col {
	background: #eeeeee;
	padding: 0.75rem 0 0 0;
}

#navG {
    background: #ffffff;
}

#navG h3 {
    color: #ffffff;
    padding: 6px 10px;
    margin: 0 0 15px;
    font: 100 14px Helvetica, Arial;
}

#navG h3.title {
    border-bottom:1px dotted #0F10A0;
	color:#0F10A0;
	background:#ffffff;
	font-weight: bold;	
}

#navG strong {
    display: block;
	margin: 0 8px;
	text-transform: uppercase;	
	padding: 0 0 0 4px;
	line-height: 25px;
}

#navG ul {
    margin: 5px 0 15px;
}

#navG ul li {
	margin:0;
	padding:0;
}

#navG ul li a {
    background: #fff;
	padding: 0px 0 0px 10px;
	margin: 0px 8px 1px 8px;
	display: block;
	color: #666;
	text-decoration: none;
	line-height: 24px;
}

#navG ul li a:hover {
    background: #005a9e;
	color:#ffffff;
}

.color005a9e {	
	
}

.color005a9e strong {
    color: #005a9e;
}

.colorf21503 strong {
    color: #f21503;
}

.color6aa517 {		
	margin:0 0 8px 0;
}

.color6aa517 strong {
    color: #6aa517;
    text-transform: uppercase;
}

/**/
#center { 
    background: #FFF;
}

#center h4 {
    font: 100 24px Helvetica, Arial;
    color: #0F10A0;
    background: url(../immg/bg-h4.gif) left 20px repeat-x;
    margin: 25px 0 0;
}

#center h4 span {
    background: #FFF;
    padding: 0 3px;
}

.boutique {
    color: #666666;
    text-decoration: none;
	clear: both;
}

a.boutique:hover {	
	text-decoration:none;
}

.boutique .card {
	width:100%;	
}

/*.boutique:first-child{border-top:none;}*/
.boutique img {
    margin: 5px 0 15px 0;
	height: auto;
}
.boutique img:hover {
	opacity:0.75;
	filter: alpha(opacity=75);
}

.boutique h5 {
    color: #000000;
    font: 700 16px Arial;
}

.boutique p {
	text-align: justify;
}

.boutique .lien-decouvrir {
	width: 112px;
	height: 28px;
	background:#0F10A0;
	border:1px solid #0F10A0;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(181,181,181,1);
	-moz-box-shadow: 3px 3px 5px 0px rgba(181,181,181,1);
	box-shadow: 3px 3px 5px 0px rgba(181,181,181,1);
}

.boutique .lien-decouvrir:hover {
    background:#FFFFFF;
	color:#0F10A0;
}

/**/
.left-column {
	padding-left:0;
}

#navD {
    background: #ffffff;
}

#navD h3 {
    color: #ffffff;
    padding: 6px 10px;
    margin: 0 0 15px;
    font: 100 14px Helvetica, Arial;
}

#navD h3.title {
    border-bottom:1px dotted #0F10A0;
	color:#0F10A0;
	background:#ffffff;
	font-weight: bold;	
}

#navD strong {
    display: block;
	margin: 0 8px;
	text-transform: uppercase;	
	padding: 0 0 0 4px;
	line-height:25px;
}

#navD ul {
    margin: 5px 0 15px;
}

#navD ul li a {
    background: #fff;
	padding: 0 0 0 10px;
	margin: 0px 8px 1px 8px;
	display: block;
	color: #666;
	text-decoration: none;
	line-height: 24px;
}

#navD ul li a:hover {
    background: #005a9e;
	color:#ffffff;
}

#navDBottom { 
 
}

.abo-express {
	color:#000000;
    padding: 8px;
    background: #69E0F9;
    margin: 0 0 15px;
}

.abo-express strong {
    font-size: 16px;
    text-transform: uppercase;
}

.abo-express label {
    display: block;
    padding: 12px 0 0;
    font-size: 14px;
}

.abo-express select {
    font-size: 12px;
    border: solid 1px #7d7d7d;
	margin: 0 0 4px 0;
}

/*.encart {*/
    /*text-align: center;*/
    /*width: 152px;*/
    /*padding: 25px 0;*/
/*}*/

.votre-ecoute {
	position:relative;	
}

.votre-ecoute strong:after {
	position: absolute;
	top: 1px;
	right: 4px;
	background: transparent url(../immg/bg-ecoute-small.gif) right top no-repeat;
	content: ' ';
	display: block;
	border: 0px solid red;
	width: 45px;
	height: 45px;
}

.votre-ecoute strong {
	background: #00599e;
    color: #FFF;
    display: block;
    font: bold 14px Helvetica, Arial;
    padding: 6px 0 5px 10px;
}

.votre-ecoute ul {
    padding: 10px 0;
	background:#0074b1;
}

.votre-ecoute ul li a {
	background: transparent url(../immg/puce-2.gif) 3px center no-repeat;
	padding: 0 0 0 10px;
	margin: 0px 8px 1px 8px;
	display: block;
	color: #FFF;
	text-decoration: none;
	line-height: 19px;
}

.votre-ecoute a:hover {
    text-decoration: underline;
}

/**/
#footer { 
    
}

.listes {
    background: #eeeeee;
	padding:10px;
}

ul.footerLogo {	
	margin:0 0 8px 15px;
}
ul.footerLogo li {
	float:left;	
	height:60px;
}

#footer h6 {
    color: #000000;
    font: 700 15px Arial;
    padding: 10px 0 5px 0;
}

#footer ul a:hover {
    text-decoration: none;
}

#footer ol {
    /*border:none;text-align:right;*/
}

#footer ol li {
    padding: 0 0 5px;
}

#footer .footerBrand {
    padding: 10px 10px 10px 0;
}

#footer small {
    color: #000;
    font: 700 10px Arial;    
}

/**/
.boutique.borderNone, #footer ul.borderNone {
    border: none;
}

#footer .footerlinks {
	
}

#footer .footerlinks li {
	display:block;
	margin: 0 0 8px 0;
}

#footer .footerlinks li a {
    color: #666666;
    font-weight: 700;
}

#footer .footerlinks li a:hover {
	color:#0F10A0;
}

#footer .col-abo {
    border:dotted 1px #777777;
}

#footer .col-logo {
    border:dotted 1px #777777;
}


.rotate90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);  
}

@media (max-width: 767.98px) {
	#header .title-wrapper h2 {
		font-size:24px;
	}
	.right-column, .left-column {
		padding:0;
	}
}

@media (max-width: 575.98px) {
  .border-xs-left-none {
    border-left: none !important; }
  .border-xs-right-none {
    border-right: none !important; }
  .border-xs-top-none {
    border-top: none !important; }
  .border-xs-bottom-none {
    border-bottom: none !important; } }

@media (max-width: 767.98px) {
  .border-sm-left-none {
    border-left: none !important; }
  .border-sm-right-none {
    border-right: none !important; }
  .border-sm-top-none {
    border-top: none !important; }
  .border-sm-bottom-none {
    border-bottom: none !important; } }

@media (max-width: 991.98px) {
  .border-md-left-none {
    border-left: none !important; }
  .border-md-right-none {
    border-right: none !important; }
  .border-md-top-none {
    border-top: none !important; }
  .border-md-bottom-none {
    border-bottom: none !important; } }

@media (max-width: 1199.98px) {
  .border-lg-left-none {
    border-left: none !important; }
  .border-lg-right-none {
    border-right: none !important; }
  .border-lg-top-none {
    border-top: none !important; }
  .border-lg-bottom-none {
    border-bottom: none !important; } }

.border-xl-left-none {
  border-left: none !important; }

.border-xl-right-none {
  border-right: none !important; }

.border-xl-top-none {
  border-top: none !important; }

.border-xl-bottom-none {
  border-bottom: none !important; }
  
 
  
@media (max-width: 575.98px) {
  .border-xs-left {
    border-left: 1px dotted !important; }
  .border-xs-right {
    border-right: 1px dotted !important; }
  .border-xs-top {
    border-top: 1px dotted !important; }
  .border-xs-bottom {
    border-bottom: 1px dotted !important; } }

@media (max-width: 767.98px) {
  .border-sm-left {
    border-left: 1px dotted !important; }
  .border-sm-right {
    border-right: 1px dotted !important; }
  .border-sm-top {
    border-top: 1px dotted !important; }
  .border-sm-bottom {
    border-bottom: 1px dotted !important; } }

@media (max-width: 991.98px) {
  .border-md-left {
    border-left: 1px dotted !important; }
  .border-md-right {
    border-right: 1px dotted !important; }
  .border-md-top {
    border-top: 1px dotted !important; }
  .border-md-bottom {
    border-bottom: 1px dotted !important; } }

@media (max-width: 1199.98px) {
  .border-lg-left {
    border-left: 1px dotted !important; }
  .border-lg-right {
    border-right: 1px dotted !important; }
  .border-lg-top {
    border-top: 1px dotted !important; }
  .border-lg-bottom {
    border-bottom: 1px dotted !important; } }

.border-xl-left {
  border-left: 1px dotted !important; }

.border-xl-right {
  border-right: 1px dotted !important; }

.border-xl-top {
  border-top: 1px dotted !important; }

.border-xl-bottom {
  border-bottom: 1px dotted !important; }
  
@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
}

@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
}