/* Cadrillage */
.text-blanc-image {
    color: white;
	text-transform : uppercase;
    font-weight: 600;
    font-size: 3.5rem;
    line-height: 3.5rem;
    padding-left: 40px;
    padding-top: 40px;
}

.nopad-line .pad-2-b {
    padding-bottom: 0.6rem!important;
}

.nopad-line .row {
    margin-left: -20px !important;
    margin-right: -20px !important;
}

.nopad-line .col, .nopad-line [class*=" col-"], .nopad-line [class^=col-] {
	
	padding-left: 0 !important;
    padding-right: 0 !important;

} 
.nopad-line .pad {
	padding : 0 !important;
}
/* Fin Cadrillage */

.img-margin {
	margin-top:-20px;
}

.blue-border {
	background : #00175A !important;
	border : 2px solid #00175A;
	border-radius : 20px;
}

.lightblue-border {
	background : #006fcf !important;
	border : 2px solid #006fcf;
	border-bottom-right-radius : 20px;
	border-bottom-left-radius : 20px;
	border-top-right-radius : 0;
	border-top-left-radius : 0;
}

.darkblue-border {
	background : #00175A !important;
	border : 2px solid #00175A;
	border-top-right-radius : 20px;
	border-top-left-radius : 20px;
	border-bottom-right-radius : 0;
	border-bottom-left-radius : 0;
}
.blue-round {
	background-color: #006fcf !important;
    border-radius: 30px;
}
.white-round {
	background-color: #fff !important;
    border-radius: 5px;
}
/*Sticky button */
.icon-bar {
  position: fixed;
  top: 46%;
  right: 0;
  z-index: 1000 !important;
  background-color:#fff;
  border: 1px solid #006fcf;
  border-right: none !important;
  padding: 5px;
  border-radius: 5px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  webkit-box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.43);
	-moz-box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.43);
	box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.43);
}

.icon-bar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #0061b6;
  font-size: 17px;
}

icon-bar {
  position: fixed;
  top: 42%;
  right: 0;
  z-index: 1000 !important;
  background-color:#6b6b6b;
  margin: 5px;
  padding: 5px;
  border-radius: 5px;
}

.minimg {
   max-width: 83px !important;
   margin: 0 auto;
   padding-top: 8px;
}

.big_text_sticky {
color:#0061b6;
font-size:2rem;
text-align:center;
font-weight: 500;
line-height: 1.8rem;
padding-top: 10px;
}

.small_text_sticky {
color:#0061b6;
font-size:1rem;
text-align:center;
padding-bottom: 5px;
}

.very_small_text_sticky {
color:#0061b6;
text-align:center;
font-size: .65rem;
text-align: center;
line-height: 1.2rem;
}

.icon-bar .btn {
    color: #fff;
    background: ##0061b6;
    padding: 5px;
	font-size: 0.8rem;
}

.btn-icon span {
	text-decoration : underline; 
	padding-left: 2px !important;
}

.sm_link {
	font-size: 0.7rem !important;
	padding:0;
}

/* Fin Sticky button */



/********************/
/* MOBILE */
/********************/

@media screen and (max-width: 768px) {
.button_sticky_mobile, .minimg {
    display: inline-block;
    width: 100%;
    float: right;
}
.very_small_text_sticky{
	color : #000 !important;
	font-size: 12px !important;
	line-height: 12px !important;
	/* padding-top: 4px; */
}

.very_small_text_sticky a {
	font-size: 14px !important;
	line-height: 16px !important;
	color: #006fcf;
}
.icon-bar .btn {
    color: #fff !important;
    background: #006fcf !important;
    font-size: 1rem;
    padding: 10px;
}

.icon-bar .btn-secondary {
	color: #006fcf !important;
	background: #fff !important;
	margin-top: -6px !important;
	display: block !important;
	padding: 5px;
	line-height: 34px;
}
.icon-bar {
    position: fixed;
    left: -1px;
    width: inherit;
    top: calc(100vh - 109px);
    z-index: 1000 !important;
    background-color: #FFF;
    border-radius: 0px;
    border-top: 1px #006fcf solid;
    color: #000;
    /* max-height: 130px; */
    /* min-height: 80px; */
    margin: 0;
    padding-top: 10px;
    text-align: center;
    height: 130px;
}

.icon-bar a {
    display: unset !important;
}

.button.cta_card{
    width: 45%;
    float: right;
    margin-right: 10px;
    margin-bottom: 15px !important;
    margin-top: 5px;
}
}



/* Fixed header */
/* $(".carrousel-grid").css("padding-top","85px");
$(".hero-carousel").css("padding-top","85px"); 
$("#menu-header").css("position","fixed");
$("#menu-header").css("top","0");
$("#menu-header").css("width","100%");
$("#menu-header").css("z-index","100");
$(".nav-secondaire").css("border-top","1px solid #dadada"); */
/* Fin Fixed header */