@charset "utf-8";
/*
Theme Name: FUD
Theme URI: 
Description: 
Version: 1.0
Author: Kevin Lanteri
Author URI: 
Tags: 
*/

@font-face {
	font-family: "BNPP Sans";
	src: url("assets/fonts/bnpp-sans.eot");
	src: local("☺"), url("assets/fonts/bnpp-sans.woff") format("woff"),
	  url("assets/fonts/bnpp-sans.ttf") format("truetype"),
	  url("assets/fonts/bnpp-sans.svg") format("svg");
	font-weight: normal;
	font-style: normal;
  }
  
  @font-face {
	font-family: "BNPP Sans Condensed";
	src: url("assets/fonts/bnpp-sans-cond-v2.eot");
	src: local("☺"), url("assets/fonts/bnpp-sans-cond-v2.woff") format("woff"),
	  url("assets/fonts/bnpp-sans-cond-v2.ttf") format("truetype"),
	  url("assets/fonts/bnpp-sans-cond-v2.svg") format("svg");
	font-weight: normal;
	font-style: normal;
  }
  
  @font-face {
	font-family: "Open Sans";
	src: url("assets/fonts/OpenSans-Regular.eot");
	src: url("assets/fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"),
	  url("assets/fonts/OpenSans-Regular.woff2") format("woff2"),
	  url("assets/fonts/OpenSans-Regular.woff") format("woff"),
	  url("assets/fonts/OpenSans-Regular.ttf") format("truetype"),
	  url("assets/fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
  }


.home{
	max-width:1400px;
	padding:20px;
	margin:0 auto;
}

/*--UTILITY--*/
.alignleft {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	display: block;
	float: right;
	margin: 0 0 10px 10px;
}

.aligncenter {
	display: block;
	float: none;
	margin: 0 auto 10px auto;
}

.alignnone {
	display: block;
	float: none;
	clear: both;
	margin: 5px 10px 10px 0;
}

.width1800{
	max-width:1380px;
	margin:0 auto;
}

/*icon on input*/
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .fa{
  position: absolute;
  padding: 5px 10px;
  pointer-events: none;
  color:#ccc;
}

/* align icon */
.left-addon .fa 
{ left:  0px; top:8px; border-right:1px solid #ccc;}

.right-addon .fa 
{ right: 0px; top:8px; border-left:1px solid #ccc;}

.left-addon input[type="submit"],
.right-addon  input[type="submit"]
{display:none;}

/* add padding  */
.left-addon input { padding-left:  30px; }
.right-addon input  { padding-right: 30px; }

.form-control{
	border-radius: 0;
	outline:0!important;
	padding-top:10px;
	padding-bottom:10px;
	font-family: Arial, sans-serif;
	height:42px;
	margin-top:5px;
}

/*placeholder color*/
.placeholder { 
   color:rgba(45,41,38,1)
}

/**end icon on input**/

/*--GENERAL--*/
body{
	background:rgba(255,255,255,1);
	font-family: "BNPPSansCondensed";
	font-size:15px;
	word-break: break-word;
	letter-spacing: 0.01em;
}

a,
a:link,
a:hover,
a:visited{
	color:#00965e;
	text-decoration:underline;
}

h1{
	font-size:2.600em;
}

h1.site-title{
	font-size:1.800em;
}

h2{
	font-size:2.400em;
}

h3{
	font-family: "BNPPSansCondensed";
	font-size:2.200em;
}

h4{
	font-family: "BNPPSansCondensed";
	font-size:2em;
}

h5{
	font-size:1.800em;
}

h6{
	font-size:1.200em;
}

p{
	font-family: Arial, sans-serif;
	font-size:1em;
	padding-top:1em;
	margin:0;
}

/*BS CORRECTION FOR PAGE BUILDER*/
.row {
    margin-right: 0;
    margin-left: 0;
}

/*--COLOR--*/
.green{
	color: #00965e;
}

.green-bg{
	background:#00965e;
}

.white{
	color:rgba(255,255,255,1);
}

a.white{
	color:rgba(255,255,255,1)!important;
}

.white-bg{
	background:rgba(255,255,255,1);
}

.grey-bg{
	background:rgba(248,247,247,1);
}

a.lightgrey,
.lightgrey{
	color:#d1d1d1;
}

.opacity6{
	opacity:.6;
}

.darkgrey-bg{
	background:rgba(45,41,38,1);
}

/*FONTS*/
.bnp-sans{
	font-family:"BNPPSans";
	font-weight:100;
}

.bnp-sans-cond{
	font-family: "BNPPSansCondensed";
}
.bnp-square{
	font-family:"BNPPSquare";
}

.arial{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bold{
	font-weight:600;
}

/*-- FORM ELEMENTS --*/
form {
	position: relative;
}

.input-error {
	font-size: 18px;
    background-color: #FF401c;
    position: absolute;
    z-index: 1;
    padding: 5px 8px;
    margin: 8px 0 0 39px;
    color: #fff;
    border-radius: 3px;
}

.input-error:before {
	
}

.ajax-loading {
	background: url(./img/loader.svg) center no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 1;
    left: -35px;
    top: 6px;
}

.ajax-response {
	padding: 5px 10px;
	color: #000;
	border-radius: 5px;
}

.ajax-success {
	border: #2BAC17 1px solid;
}

.ajax-error {
	border: #D63722 1px solid;
}

/*-- POPUP --*/
#bgOverlay {background: #000;}
#popupLoad {
	background: url(./img/ploader_black.gif) center no-repeat;
	width: 50px;
	height: 50px;
}

.popup {
	background: #fff;
	position: absolute;
	z-index: 15;
	width: 500px;
}

.close-popup {
	background: url(img/close-popup.png) center no-repeat;
	width: 34px;
	height: 32px;
	position: absolute;
	right: -14px;
	top: -13px;
	z-index: 20;
}

.popup .pop-in {
	padding: 30px;
}

.popup .pop-title {
	font-size: 30px;
}

/*-- HEADER --*/
.top_header{
	height:40px;
	line-height:40px;
}

.top_header a i.fa{
	font-size:1.200em!important;
}

.logo{
	padding-top:1px;
}

.header{
	padding-top:10px;
	padding-bottom:10px;
}

.subheader{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
}

@media (max-width: 991px) {
	.top_header{
		height: 10px;
	}

	.subheader h5{
		font-size:1em;
	}

	.logo-responsive{
	    padding-top: 26px;
	    position: relative;
	    float: left;
	    padding-left: 15px;
	    width:192px;
	}
}

form#searchform{
	width:35%;
}

#searchboxmobile form#searchform{
	width:100%;
	margin-bottom:20px;
}

ul.ui-autocomplete li.ui-menu-item{
	padding:5px 2px!important;
}

ul.ui-autocomplete li.ui-menu-item:hover,
ul.ui-autocomplete li.ui-menu-item:focus{
	border:0;
	color:#00965e!important;
}

.ui-menu{
	
}

.ui-autocomplete{
	
}

.ui-widget{

}

.ui-widget-content{
	text-transform:uppercase;
	font-family: "BNPPSquare"!important;
	border:0;
}

ul li.lang-item a {color:#FFF;}

/*NAVIGATION*/
nav{
	margin-top:0;
	margin-bottom:0!important;
	border-bottom:1px solid #CCC !important;	
}

.navbar-default {
    background-color: transparent;
    border-color:transparent;
	border:none;
}

.navbar-nav{ 
	text-align:center;
    float:none !important;
    margin: 0 auto!important;
    display: table;
    table-layout: fixed;
    width:1370px;
    min-height:48px;
}

.navbar-default  ul.navbar-nav>li.green-bg a{
	color:#FFF!important;
}
.navbar-default .navbar-nav>li.home-menu{
	width:5%;
	
}
.navbar-default .navbar-nav>li.home-menu a{
	min-height: 53px;
	
}
@media (max-width: 1200px) {
.navbar-default .navbar-nav>li.home-menu{
	width: inherit;	
}
}
.navbar-default .navbar-nav>li.home-menu i{
	font-size: 30px;
    position: absolute;
    top: 10px;
    left: 50%;
	margin-left: -14px;
}

.navbar-default .navbar-nav>li{
	display:table-cell;
	width:19%;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.navbar-default .navbar-nav>li{
	border-left:1px solid #ccc;
}

.navbar-default .navbar-nav>li:last-child{
	border-right:1px solid #ccc;
}

.navbar-default .navbar-nav>li>a{
	font-family:"BNPPRounded";
	text-transform:uppercase;
	color:#000;	
	font-size:1em;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    text-decoration:none;
}

.navbar-default .navbar-nav>li:hover{
	-webkit-box-shadow: inset 0px 3px 0px 0px white;
	-moz-box-shadow: inset 0px 3px 0px 0px white;
	box-shadow: inset 0px 3px 0px 0px white;
	background-color: #007f51;
	
}

.navbar-default .navbar-nav>li:hover a{
	color: white;
}

.navbar-nav>li>a {
   	padding-top: 19px;
    padding-bottom: 14px;
}

/*responsive*/
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 0px;
    margin-top: 25px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: transparent;
    border-radius: 4px;
	border:none;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color:transparent;	
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #FFF;
}

/*SEARCH MOBILE*/
.search-button{
	position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 21px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: transparent;
    border-radius: 4px;
    border: none;
    font-size:1.2em;
}
	

/*DROPDOWN [OPT: ON HOVER]*/
.open > .dropdown-menu {
    width: 100.8%;
    margin-left: -1px;
    box-shadow: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #00965e;
    background-color: #FFF;
    -webkit-box-shadow: inset 0px 3px 0px 0px #00965e;
	-moz-box-shadow: inset 0px 3px 0px 0px #00965e;
	box-shadow: inset 0px 3px 0px 0px #00965e;
}

.dropdown-menu>li a{
	padding-top: 19px;
    padding-bottom: 14px;
    text-align:center;
    text-transform:uppercase;
    font-size:1em;
    text-decoration:none;
    font-family:"BNPPRounded";
    color:rgba(0,0,0,1)!important;
    border-bottom: 1px solid #CCC;
}

.dropdown-menu>li a:hover{
	background:none;
	color:#00965e!important;
}

.dropdown-menu>li:last-child a{
	border-bottom:none;
}

span.caret{
	display:none;
}

/*HOVER
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block; 
    width: 100.8%;
    margin-left: -1px;   
}

@media (max-width: 979px) {
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}*/
 
.dropdown-submenu {
    position:relative;
}

.dropdown-submenu>.dropdown-menu {
   top:0;
   left:100%;
 }
  
@media (max-width: 1200px) {
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }

  .dropdown-menu>li a{
  	text-align:left;
  }

}
 
@media (min-width: 1201px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block; 
    width: 100.8%;
    margin-left: -1px;   
	}
  #navbar {
    text-align: center;
  }
}  


.navbar-default .navbar-nav>.active>a, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #00965e!important;
    text-decoration: none;
    background-color: transparent!important;
    outline: 0;
}

.navbar-default .navbar-nav>.active>a:hover{
	background-color: #008051;
}

/*ANIMATED CROSS*/
.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 500ms;
	  background-color:#d1d1d1!important;
}

.navbar-toggle.active .icon-bar.bar-top {
	  top: 6px;
	  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar.bar-center {
	  background-color: transparent!important;
}

.navbar-toggle.active .icon-bar.bar-bottom {
	  top: -6px;
	  transform: rotate(-45deg);
}

/**CHANGING NAV RESPONSIVE BREAKPOINT**/
@media (max-width: 1200px) {
    .navbar-header {
	    float: none;
	    height: 75px;
	}

    .navbar-default .navbar-nav>li {
    display: block;
    width: 100%;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #CCC;
	}

    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse{
    	width:100%;
    	padding-left:0;
    	padding-right:0;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
         width:100%;
    }
    .navbar-nav>li {
        float: none;
        width:100%;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

/*-- WIDGET : BNP TEXT--*/
.bnp-text-box{
	border:1px solid #bbb;
	padding: 0;
	overflow:hidden;
}

.text-cont{
}

.text-cont ul{
	list-style: square;
	margin-left:0;
	padding-left:20px;
}

.media-cont{
	padding:0!important;
	position:relative;
	overflow:hidden;
}

.media-cont .img-responsive{
	width: auto;
    max-width: 200%;
}

.bnp-text-box .ticker{
	display: inline-block;
    font-size: 2.200em;
    text-transform: uppercase;
    height: 42px;
    padding: 1px 20px 0px 15px;
}

.bnp-text-box .text-cont .ticker{
    margin-left:-15px;
}

.bnp-text-box .text-cont.is_switched .ticker{
    margin-left:0px;
}

.bnp-text-box .media-cont .ticker{
	position:absolute;
    margin-left:0;
    margin-top:30px;
    z-index:5;
}

.bnp-text-box .content-column:first-child {
    border-right: 1px solid #CCC;
}

.bnp-text-box .content-column {
    padding: 0px 15px 0px 15px;
}

@media (max-width: 1211px) {
.media-cont .img-responsive {
	    width: 100%;
	    max-width: 200%;
	}
}

@media (max-width: 991px) {
	/*switch image on top on responsive*/
	.bnp-text-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: inherit;
	}

	.bnp-text-box .text-cont {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	padding-bottom:30px;
	}

	.bnp-text-box .media-cont {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
    width:100%!important;
	}

	.bnp-text-box .ticker{
	display: inline-block;
    font-size: 2.200em;
    padding: 1px 20px 0px 15px;
    text-transform: uppercase;
    margin-left:-15px;
    position:absolute;
	}

	.bnp-text-box[max-width~="950px"] .side-img{display:none;}
	.bnp-text-box[max-width~="950px"] .text-cont .ticker{display:none;}

	.bnp-text-box .top-img{display:block!important;}
	.media-cont .img-responsive {
    width: 100%;
    max-width: 200%;
	}

	.bnp-text-box .media-cont .ticker{display:block!important;}

	.bnp-text-box .content-column:first-child {
    	border-right: 0;
	}

	.bnp-text-box .content-column {
    	width:100%;
    	padding-top:20px;
    	margin-top:10px;
	}

}

/**BOX FLEXIBILITY**/
.bnp-text-box[max-width~="764px"]{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: inherit;
}

.bnp-text-box[max-width~="764px"] .text-cont{
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	padding-bottom:30px;
}

.bnp-text-box[max-width~="764px"] .media-cont{
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}

.bnp-text-box[max-width~="764px"] .text-cont,
.bnp-text-box[max-width~="764px"] .media-cont{
	width:100%;
}

.bnp-text-box[max-width~="764px"] .side-img{display:none;}
.bnp-text-box[max-width~="764px"] .text-cont .ticker{display:none;}

.bnp-text-box[min-width~="765px"] .top-img{display:none;}
.bnp-text-box[min-width~="765px"] .media-cont .ticker{display:none;}



/*-- WIDGET : BNP IMAGE + Fond--*/
.bnp-img-box{
	padding:40px;
	display: flex;
    align-items: center;
}

/*-- WIDGET : BNP IMAGE + TEXTE NEWSLETTER--*/
.bnp-newsletter-box{
   position: relative;
   width: 100%;
   padding-top: 100%; /* 1:1 Aspect Ratio */
}

.newsletter-content{
   position:  absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   text-align: center;
}

.newsletter-content h3{
	font-size: 2.2em;
	width:80%;
	margin:0 auto;
	padding:0;
	position:relative;
	top:50%;
	transform: translateY(-50%);
	text-transform:uppercase;
	z-index:5;
}

.newsletter-content a{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	margin:0;
	padding:0;
	top:0;
	left:0;
	z-index:2;
	background:rgba(0,0,0,.1);
}


.so-widget-bnpnewsletter.so-widget-bnpnewsletter-base{
	max-width:500px;
	max-height: 500px!important;
}

/*-- WIDGET : BNP MODULE DE DON-*/
.bnp-don-box h3{
	font-size:2.867em;
	padding-bottom:10px;
	margin:0;
	padding:0;
}

.bnp-don-box hr{
	width: 80%;
	margin: 1rem 0;
	border: 1px solid white;
}

.so-widget-bnpmoduledon {
	display: flex;
	min-width: 100%;
}


.bnp-don-box{
	display: flex;
	flex-direction: column!important;
    align-items: center;
	font-family: 'BNPP Sans Condensed';
	justify-content: center;
	min-width: 441px;
	width: 100%;
	padding: 20px 0;
}

.bnp-don-box .montant-don{
	width:80%;
	margin:5px auto 15px;
	display: flex;
}

.bnp-don-box .montant-don label{
	margin:0!important;
	padding:0 auto;
	text-align: center;
	height:115px;
	position:relative;
	font-size:2.667em;
	font-weight: 300;
	color:#FFF;
	padding-bottom:20px;
	width: 100%;
}

.bnp-don-box input[type="radio"]{
	display: inline-block;
}

.bnp-don-box .bubble-box{
	background:#FFF;
	width:80%;
	margin:0 auto;
	font-size:1.75em;
	text-align:center;
	margin-top:-20px;
	padding:10px;
	position:relative;

	text-decoration:underline;
}

.bnp-don-box .result{
	font-size:2.667em;
	padding-top:20px;
	color:#FFF;
}

.bnp-don-box a:hover{
	text-decoration: none;
}
.bnp-don-box a{
	border:0;
	background:#FFF;
	font-size:2em;
	padding:5px 20% 1px 20%;
	text-transform:uppercase;
	font-weight: 700;
	text-decoration: none;
}

#bnp-don-box{
	min-width:430px;
}

.bnp-don-box .montant-don label, .bnp-don-box .montant-don input {
	background: rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.bnp-don-box .montant-don label:has(input:checked) {
	background: rgba(0, 0, 0, 0.4);
}

.row.bnp-don-box.height-dons{
	background-color: #00965e!important;
}

.bnp-don-box button{
	color: #00965e;
}

/*couleur de base widget*/
.so-widget-bnpmoduledon{
	display: flex;
}

input[type='radio']:after {
        width: 25px;
        height: 25px;
        border-radius: 15px;
        top: -13px;
    	left: -5px;
        position: relative;
        background-color: #FFF;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 5px solid white;
    }

    input[type='radio']:checked:after {
        width: 25px;
        height: 25px;
        border-radius: 15px;
        top: -13px;
    	left: -5px;
        position: relative;
        background-color: #000;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 5px solid white;
    }

.bottom-pin:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #FFF;
	border-width: 15px;
	margin-left: -15px;
}

/**FOOTER**/
.newsletter-footer{
	padding: 2px 0;
	-webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,147,94,1);
	-moz-box-shadow: inset 0px -4px 0px 0px rgba(0,147,94,1);
	box-shadow: inset 0px -4px 0px 0px rgba(0,147,94,1);
}
.border-footer{
	border-top:3px solid rgba(0,147,94,1);
}

@media (max-width: 991px){
	.newsletter-footer p{
		text-align:center!important;
		margin-bottom:20px;
	}
}

input#newsletter{
	text-align:right;
	padding-right:50px;
	background: rgb(192, 191, 190);
	color:rgba(45,41,38,1);
	border:none;
}

input#newsletter::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #2d2926;
}
input#newsletter:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #2d2926;
   opacity:  1;
}
input#newsletter::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #2d2926;
   opacity:  1;
}
input#newsletter:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #2d2926;
}
input#newsletter::-ms-input-placeholder { /* Microsoft Edge */
   color:    #2d2926;
}

/*ERROR PLACEHOLDER*/
input#newsletter.error::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #f00;
}
input#newsletter.error:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #f00;
   opacity:  1;
}
input#newsletter.error::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #f00;
   opacity:  1;
}
input#newsletter.error:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #f00;
}
input#newsletter.error::-ms-input-placeholder { /* Microsoft Edge */
   color:    #f00;
}

.newsletter-footer .right-addon .fa {
    right: 0px;
    top: 0px;
    border-left: none;
}

.newsletter-footer .inner-addon .fa {
    position: absolute;
    padding: 13px;
    pointer-events: none;
    color: rgba(45,41,38,1);
    background: rgba(224,223,223,1);
}

.subfooter{
	padding: 16px 0 26px;
}

.subfooter ul li a{
	color:#000;
}

@media (max-width: 991px){
	.subfooter ul{
		padding-top:20px;
	}
	.subfooter ul li{
		display:block;
		text-align:center;
		margin-bottom:15px;
	}

	.subfooter ul li:nth-child(even) {
		display:none;
	}

	.subfooter img{
		margin:0 auto;
	}

}

/*MODAL*/
.fancybox-close-small:focus:after{

}

.fancybox-close-small:after {
    content: " ";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 42px;
    color: #FFF;
    font-weight: 100;
    text-align: center;
    border-radius: 0;
    border-width: 0;
    background: url(img/close-popup.png) center center no-repeat; 
    outline:none;
}

.fancybox-close-small:hover:after,
.fancybox-close-small:focus:after {
    color: #FFF;
    background: url(img/close-popup.png) center center no-repeat; 
    outline:none;
}

#mentions p,
#contact p{
	font-weight:100;
}

#mentions h3,
#contact h3
{
	font-size:4em;
}

#contact a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

.menu-footer > li::after {
	content: '|';
	position: absolute;
	display: inline-block;
}

.d-flex{
	display:flex!important;
	flex-direction: row!important;
}

.d-inline{
	display: inline!important;
}

.ml-3{
	margin-left: 3em;
}

.ml-2{
	margin-left: 2em;
}

.ml-1{
	margin-left: 0.7em;
}

.mr-3{
	margin-right: 3em;
}

.mr-2{
	margin-right: 2em;
}

.mr-1{
	margin-right: 1em;
}

.mt-1 {
	margin-top: .25rem;
  }
  
  .mb-1 {
	margin-bottom: .25rem;
  }

  .my-1 {
	margin-top: 1rem;
	margin-bottom: 1rem;
  }

  .my-2 {
	margin-top: 2rem;
	margin-bottom: 2rem;
  }

  .my-3 {
	margin-top: 3rem;
	margin-bottom: 3rem;
  }

  .footer-container{
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .align-items-end{
	align-items: end;
    justify-content: end;
  }

  .align-items-center{
	align-items: center;
  }

  .justify-content-center{
	justify-content: center;
  }

  .col{
	display: flex;
	flex-direction: column;
  }
  .d-flex>*{
	display: inline;
  }

  .menu-footer > li::after {
	content: '|';
	margin-left: 10px;
	position: relative;
	display: inline-block;
}

.container-footer img{
	width: 100%;
	max-width: 650px;
	height: 100%;
}

.container-footer a {
	font-family: "BNPP Sans";
	text-decoration: none;
	color: rgb(78, 78, 78)
}

.container-footer a:hover {
	text-decoration: none;
	color: rgb(0, 0, 0);
	transition: 0.7s;
}

.text-nowrap{
	white-space: nowrap;
}

.signature-bnpp{
	color:#919191;
	font-weight: 500;
}

#menu-menu-footer-francais, #menu-menu-footer-anglais{
	margin-right: 5px;
}

.col-footer{
	font-family: 'BNPP Sans';
}

@media only screen and (max-width : 768px) {
	.row-footer{
		flex-direction: column;
	}

	#menu-menu-footer-francais, #menu-menu-footer-anglais{
		display: flex!important;
		flex-direction: column;
	}
	.menu-footer > li::after {
		display: none;
	}
	.col-footer{
		flex-direction: column!important;
		align-items: center;
		justify-content: center;
	}
	.container-footer li{
		margin: 0.7em 0;
	}
	.dropdown-menu>li a{
		color:rgb(255, 255, 255)!important;
	}
	.navbar-default .navbar-nav > .open > a{
		background-color: #008453!important;	
		color: rgb(231, 231, 231)!important;
	}
	.dropdown-menu>li a:hover{
		color: rgb(231, 231, 231)!important;
	}
	
}


.navbar-fud{
	background-color: #00965e!important;	
}

/* .navbar-fud ul:first-child li a:hover{
	background-color: red;
} */

.navbar-fud ul:first-child a, .navbar-fud ul:first-child i{
	color:white;
}

.height-dons{
    max-height: 500px;
}

.alaune .media-cont img {max-height: 459px; float: right;} 


h3.box-title {
	color: #00965e;
	font-family: 'BNPP Sans Condensed';
	font-size: 2.1em;
}

.ticker{
	font-family: 'BNPP Sans Condensed';
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a{
	color:white!important;
}

#top-menu{
	padding-left: 0;
}


.height-dons{
    max-height: 500px;
}

.row{
	margin-left: 0!important;
	margin-right: 0!important;
}

.panel-grid > *:not(.textwidget):not(.widget-title):not(.so-widget-bnpmoduledon):not(.widget_bnpmoduledon):not(.widget_bnpmoduledon), 
.panel-grid > *:not(.textwidget):not(.widget-title):not(.so-widget-bnpmoduledon):not(.widget_bnpmoduledon) > *:not(.textwidget):not(.widget-title):not(.so-widget-bnpmoduledon):not(.widget_bnpmoduledon), 
.panel-grid > *:not(.textwidget):not(.widget-title):not(.so-widget-bnpmoduledon):not(.widget_bnpmoduledon) > *:not(.textwidget):not(.widget-title):not(.so-widget-bnpmoduledon):not(.widget_bnpmoduledon) > *:not(.textwidget):not(.widget-title):not(.so-widget-bnpmoduledon):not(.widget_bnpmoduledon),
.panel-grid > *:not(.textwidget):not(.widget-title):not(.so-widget-bnpmoduledon):not(.widget_bnpmoduledon) > *:not(.textwidget):not(.widget-title):not(.so-widget-bnpmoduledon):not(.widget_bnpmoduledon) > *:not(.textwidget):not(.widget-title):not(.so-widget-bnpmoduledon):not(.widget_bnpmoduledon) > *:not(.textwidget):not(.widget-title):not(.so-widget-bnpmoduledon):not(.widget_bnpmoduledon),
.panel-grid > *:not(.textwidget):not(.widget-title):not(.so-widget-bnpmoduledon):not(.widget_bnpmoduledon) > *:not(.textwidget):not(.widget-title):not(.so-widget-bnpmoduledon):not(.widget_bnpmoduledon) > *:not(.textwidget):not(.widget-title):not(.so-widget-bnpmoduledon):not(.widget_bnpmoduledon) > *:not(.textwidget):not(.widget-title):not(.so-widget-bnpmoduledon):not(.widget_bnpmoduledon) > .bnp-text-box{
    max-height: 100%!important;
    height: 100%!important;
}

.panel-grid{
	display: grid !important;
	grid-gap: 1.5rem !important;
	grid-auto-flow: column;
}

.panel-grid-cell:has(.widget_bnpmoduledon){
	justify-content: center; align-items: center; display: flex;
	border: 1px solid #bbb;
}

.panel-grid.panel-no-style{
	justify-content: unset!important;
}

@media (max-width: 991px) {

	.panel-grid{
		grid-auto-flow: row;
	}
	.bnp-don-box{
		min-width: unset;
	}
	
}
.panel-grid-cell{
	width: unset!important;
}

.navbar-toggle{
	margin-top: 23px!important;
}

.search-button{
	margin-right: 10px!important;
}

.mt-0{
	margin-top: 0!important;
}

.searchbar{
	display: flex;
	justify-content: end;
}

.d-none{
	display: none!important;
}

@media (max-width: 991px) {
	.form-inline{
		display: flex;
	}

	.form-group{
		width: 100%;
		margin-right: 10px;
		margin-bottom: 0!important;
	}
	
}