/* Enter Your Custom CSS Here */
/* rouge : #dd3333 */
/* bleu : #0a1f39 */

*::selection {
	background-color: #0a1f39; 
	color: white;
}

/*home*/
.home .nectar-cta {
	padding-top: 15px!important;
}

/*global*/
.white-line::after {
		background: white;
}

.bg-inherit::after {
	background: inherit!important;
}





.nttip .inner h5,
.force-left .inner h5 a{
	color:  #0a1f39!important; 
}

.p0 {
	padding: 0!important;
}

.color-red,
.color-red-hover:hover {
	color: #dd3333!important; 
}

.color-white {
	color: white!important;
}

.box-shadow {
	box-shadow: 0 2rem 3.5rem -2.5rem rgba(0,0,0,.2)!important;
} 

.icon-plus-sign {
	border: 2px solid #dd3333!important;
}

.icon-plus-sign::before {
	content:"Voir en détails";
	position: absolute;
}

.icon-plus-sign::before,
.icon-plus-sign::after {
		background-color: #dd3333!important;
}

/*font-awesome*/



/* fancy-box */
.nectar-fancy-box h3 {
	line-height : 30px!important;
	text-align: center!important;
}

.nectar-fancy-box h5 {
		line-height : 10px!important;
		text-align: center!important;
}

.nectar-fancy-box h4 {
		line-height : 22px!important;
		text-align: center!important;
}

.nectar-fancy-box p {
 font-family: arial!important;
	font-weight : lighter!important;
	line-height: 22px!important;
	text-align: center!important;
} 

.icon-default-style {
		text-align: center!important;
}

.icon-default-style::before {
	color: #dd3333!important; 
}

.sf-with-ul i {
	font: normal normal normal 14px/1 FontAwesome;
}

.sf-with-ul i::after {
	content:'\f078';
	position: absolute;
	font-size: 10px;
  bottom: -11px;
	font-weight: lighter;
}

.sf-with-ul:hover i::after {
	color: #dd3333;
}


.slides li {
	display: flex !important;
	justify-content: center !important;
}

.flex-gallery ul li a {
	   padding: 20px !important;
}

.flex-gallery ul li a:hover {
	   background-color: #2a4b74!important;
}

.flex-gallery ul li a i::before {
	   position: absolute;
    top: -12px;
    left: -2px;
}

.no-after::after {
	display: none !important;
}

.red-text a {
	color: #dd3333 !important;
	font-weight: bolder !important;
}




