/* General */

.btn {
	font-size: 0.95rem;
}

.light_blue {
    color: #006fcf;
}

.dark_blue {
    color: #00175a;
}

.no-padding-left-right .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.light_blue {color : #006fcf;}
.dark_blue {color : #00175a;}
/* Fin General */

/* Header */
.alert-dismissible {
    margin-bottom: 0 !important;
}
/* Fin Header */

/* Video player */
.video-player {
    opacity: 1;
    margin-left: -30% !important;
    width: 80%;
}

#player-1 img , #player-2 img, #player-3 img  {
	text-align:center; 
	width:125px; 
	cursor: pointer;
	margin-top: 200px !important;
}
/* Fin Video Player */

/* Nav secondaire */
#nav-secondaire{
	z-index:100;
}

.nav-secondaire {
	margin-top: -60px;
    height: 60px;
}

.nav-secondaire .card-img-bg {
	border-radius : 10px 10px 0 0;
}

.nav-item {
	padding-top	: 20px;
}

.nav-item  a{
	color : #00175a !important;
	text-decoration: none;
    font-size: .9rem;
}

.sticky {
	position: fixed !important;
    top: 60px;
    width: 100%;
    z-index: 100;
}

.sticky .nav-secondaire {
	border-bottom : 2px solid #dadada;
	background-color: white !important;
	border-radius :  0 0 10px 10px;
}

.sticky .nav-secondaire .card-img-bg {
	border-radius :  0 0 10px 10px;
}

/* Fin van secondaire */

/* Strat Modif 22/10/2020 by oliv */
/* Start Slider header */

.hero-bg {
    background-position-y: top;
}

.hero-carousel h1::before {
	content: "Carte AIR FRANCE KLM - AMERICAN EXPRESS PLATINUM";
    height: 120px;
    width: 390px;
    margin-bottom: 50px;
    display: block;
    background-image: url(/content/dam/amex/fr/staticassets/card-art/particuliers/air-france-klm/af-platinum/af_klm_plat_di_240x152.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: .6rem;
    font-weight: 400;
    line-height: 265px;
}

.hero-carousel h1 {
    margin-top:-75px;
    width:500px;
}


.hero-carousel h2::before {
	content: "Carte AIR FRANCE KLM - AMERICAN EXPRESS PLATINUM";
    height: 120px;
    width: 390px;
    margin-bottom: 50px;
    display: block;
    background-image: url(/content/dam/amex/fr/staticassets/card-art/particuliers/air-france-klm/af-platinum/af_klm_plat_di_240x152.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: .6rem;
    font-weight: 400;
    line-height: 265px;
}

.hero-carousel h2 {
    margin-top:-75px;
    width:600px;
}

.hero-carousel h3 {
    width:500px;
}

.hero-carousel .carousel-controls {
    bottom: 55px;
}

.carousel-grid .container{
	margin: 0 !important;
    padding: 0 !important;
    max-width: 100%;
}

 ul.carousel-inner li div.row.fluid {
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 375px){
	.carousel-grid .carousel-inner li div.row.fluid {
		max-width: 576px!important;
	}
}
	
@media (min-width: 768px){
	.carousel-grid .carousel-inner li div.row.fluid {
		max-width: 720px!important;
	}
}

@media (min-width: 1024px){
	.carousel-grid .carousel-inner li div.row.fluid {
		max-width: 940px!important;
	}
}

@media (min-width: 1280px){
	.carousel-grid .carousel-inner li div.row.fluid {
		max-width: 1240px!important;
	}
}


/* End Slider header */
/* End Modif 22/10/2020 by oliv */


/*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 */

/* Bloc IcÃ´nes */
.titre-section {
	text-align: center;
	font-weight : 500;
	font-size : 1.8rem;
	color: #000;
	padding-top: 50px;
	padding-bottom : 25px;
}

h2.titre-section::first-line {
	color: #000;
}

.plus-sign {
	text-align: center; 
	color: #00175a;
	font-size : 3rem;
	font-weight : bolder;
	margin-top:75px;
}

.icon.icon-xl.dls-accent-blue-02 {
	color: #00175a;
}
 
.icon.icon-lg.dls-deep-blue {
	color: #76787b !important;
}

#value_for_money .container .richtext.parbase .pad-1-t p:first-child{
	min-height: 50px;
}

/* Fin Bloc IcÃ´nes */

/* Bloc Benefices exclu */
.background-top .card-img-bg{
    transform: scaleX(-1);
}
/* Fin Bloc Benefices exclu */

/* Bloc Offres */

#avantages .card-img-bg.hidden-md-down {
    background-repeat: no-repeat;
    background-size: 50%;
    background-position-x: 100%;
    background-color: #00175a;
	border-radius: 15px;
}

.heading-6 {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 600;
}

/* Start Modif 23/10/2020 by oliv */
.offer-header {
	font-weight: 600;
    font-size: 1rem;
    line-height: 1.2rem;
    height: 70px !important;
	text-align: center;
}
.offer-desc {
	font-size: 0.8rem;
}

.card {
	background : #ecedee!important
}
/* End Modif 23/10/2020 by oliv */


.head_bloc {
	padding : 0 !important;
}

.collapsible.icon-hover {
	border-top: 1px #cecece solid;
}

button.collapsible {
    display: block;
	text-align: left;
	font-weight: bold;
}

.border {
	border : none !important;
}

.collapsible:focus {
    outline: 0 !important;
    outline-offset: 0 !important
}
/* Fin Bloc Offres */


/* Bloc Sans concession */
#sans_concession {
	padding-bottom: 70px;
}
#sans_concession .tabs .tab-content {
    border: 1px solid #dadada;
    margin-top: 7px;
}
#sans_concession .tabs .tab-menu {
    width: 71% !important;
    padding-left: 27%;
}

#sans_concession .tabs .tab-menu .tab-link[aria-selected=true]:after {
    background-color: #006fcf;
}

#sans_concession .tabs .tab-menu .tab-link[aria-selected=true] {
    color: #006fcf;
}
#tabs_new-33360906_1[aria-selected=true] {
-webkit-box-shadow: -10px -9px 18px -11px rgba(0,0,0,0.95);
-moz-box-shadow: -10px -9px 18px -11px rgba(0,0,0,0.95);
box-shadow: -10px -9px 18px -11px rgba(0,0,0,0.95);
margin-bottom: -2px;
}

#tabs_new-33360906_2[aria-selected=true] {
-webkit-box-shadow: 13px -10px 18px -11px rgba(0,0,0,0.95);
-moz-box-shadow: 13px -10px 18px -11px rgba(0,0,0,0.95);
box-shadow: 13px -10px 18px -11px rgba(0,0,0,0.95);
margin-bottom: -2px;
}
/* Fin Bloc sans concession */

/* Bloc FidelitÃ© */
.amex-ribbon {
	margin-top : -50px;
}

#fidelite .tabs .tab-content {
    border: 1px solid #dadada;
    margin-top: 7px;
}
#fidelite .tabs .tab-menu {
    width: 71% !important;
    padding-left: 27%;
}

#fidelite .tabs .tab-menu .tab-link[aria-selected=true]:after {
    background-color: #006fcf;
}

#fidelite .tabs .tab-menu .tab-link[aria-selected=true] {
    color: #006fcf;
}
#tabs_new-1156536302_1[aria-selected=true] {
-webkit-box-shadow: -10px -9px 18px -11px rgba(0,0,0,0.95);
-moz-box-shadow: -10px -9px 18px -11px rgba(0,0,0,0.95);
box-shadow: -10px -9px 18px -11px rgba(0,0,0,0.95);
margin-bottom: -2px;
}

#tabs_new-1156536302_2[aria-selected=true] {
-webkit-box-shadow: 13px -10px 18px -11px rgba(0,0,0,0.95);
-moz-box-shadow: 13px -10px 18px -11px rgba(0,0,0,0.95);
box-shadow: 13px -10px 18px -11px rgba(0,0,0,0.95);
margin-bottom: -2px;
}

#bloc-points-1, #bloc-points-2, #bloc-points-3, #bloc-points-4, #bloc-points-5 {
	width:403px;
	height : 124px;
}

.spacer-bloc-fidelite {
	height:25px;
}

.title-bloc-fidelite {
	color: #006fcf;
	font-weight : bold;
	padding-left : 20px;
}

.texte-bloc-fidelite {
	padding-left : 20px;
	font-size: 0.9rem;
    line-height: 1rem;
}
/* Fin Bloc FidelitÃ© */


/* Bloc Services */

.bloc-services-off .richtext {
	width : 50% !important;
	padding-left : 50px !important;
	height: 290px;
}

.bloc-services-off .icons {
	padding-left : 50px !important;
}

.bloc-spacer {
	min-height : 30px;
}

.bloc-spacer-mobile {
	min-height : 100px;
}

.titre-bloc-services {
	color : white;
	font-size : 1.6rem;
	font-weight : normal;
	padding-top : 10px;
	padding-bottom : 10px;
	white-space:nowrap;
}

.texte-bloc-services {
	color : white;
}

.cta-bloc-services {
	color : white;
	padding-top : 25px;
	padding-bottom : 25px;
	cursor: pointer;
	border: 1px #fff solid;
	padding: 10px;
	width: 124px;
	border-radius: .25rem;
	bottom: 30px;
	position: absolute;
}

.cta-bloc-services:hover {
	background-color: #fff;
	color: #000;
}

.cta-bloc-services-back {
	cursor: pointer;
	border: 1px #000 solid;
	padding: 10px;
	width: 124px;
	border-radius: .25rem;
	bottom: 0px;
	position: absolute;
	text-align: center;
	margin-left: 50px;
}

.cta-bloc-services-back:hover {
	background-color: #000;
	color: #fff;
}


.cta-bloc-services-black{
    padding:0 50px 0 50px;
    line-height: 20px;
}

.bloc-services .card-img-bg {
	border-radius : 15px;
}

#bloc-services-1-off , #bloc-services-2-off , #bloc-services-3-off , #bloc-services-4-off , #bloc-services-5-off, #bloc-services-6-off {
	min-height : 400px !important;
}

#bloc-services-1-on, #bloc-services-2-on , #bloc-services-3-on , #bloc-services-4-on , #bloc-services-5-on , #bloc-services-6-on  {
	min-height : 400px !important;
}

#bloc-services-1-on .cta-bloc-services-black, #bloc-services-2-on .cta-bloc-services-black , #bloc-services-3-on .cta-bloc-services-black , #bloc-services-4-on .cta-bloc-services-black , #bloc-services-5-on .cta-bloc-services-black , #bloc-services-6-on .cta-bloc-services-black {
	min-height: 340px !important;
}

#bloc-services-1-on .card-img-bg , #bloc-services-2-on .card-img-bg, #bloc-services-3-on .card-img-bg, #bloc-services-4-on .card-img-bg, #bloc-services-5-on .card-img-bg, #bloc-services-6-on .card-img-bg{
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
}
/* Fin Bloc Services */


/* Bloc Assurances */
.title-bloc-assurances {
	font-size:1rem;
	padding-top: 18px;
    padding-left: 25px;
}

.text-bloc-assurances {
    /*padding-left: 25px;*/
}

#assurances .tabs .tab-content {
    border: 1px solid #dadada;
    margin-top: 7px;
}

#assurances .tabs .tab-menu .tab-link[aria-selected=true]:after {
    background-color: #006fcf;
}

#assurances .tabs .tab-menu .tab-link[aria-selected=true] {
    color: #006fcf;
}



#tabs_new-729367426_1[aria-selected=true], #tabs_new-729367426_2[aria-selected=true] {
-webkit-box-shadow: -10px -9px 18px -11px rgba(0,0,0,0.95);
-moz-box-shadow: -10px -9px 18px -11px rgba(0,0,0,0.95);
box-shadow: -10px -9px 18px -11px rgba(0,0,0,0.95);
margin-bottom: -2px;
}

#tabs_new-729367426_3[aria-selected=true], #tabs_new-729367426_4[aria-selected=true]  {
-webkit-box-shadow: 13px -10px 18px -11px rgba(0,0,0,0.95);
-moz-box-shadow: 13px -10px 18px -11px rgba(0,0,0,0.95);
box-shadow: 13px -10px 18px -11px rgba(0,0,0,0.95);
margin-bottom: -2px;
}
/* Fin bloc Assurances */

/* Bloc Footer */

.bloc-footer-up .card-img-bg {
	border-radius : 12px 12px 0 0;
}


.bloc-footer-down .card-img-bg {
	border-radius : 0 0 12px 12px;
	border:2px solid white;
}

.header-text-footer {
	color: white;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.9rem;
    padding-top: 60px;
}

.conditions-eligibilite {
	color: #006fcf;
	font-weight : normal;
	font-size: 1.2rem;
    padding-top: 25px;
	padding-bottom : 25px;
}

.conditions {
	color : black;
}

.text-cotisation-footer {
	text-align: center; 
	color: white;
	font-size:1rem;
}

.steps-footer {
	font-size : 2rem;
	color : #00175a;
	font-weight : bold;
	text-align : center;
}

.divider-footer {
	border-bottom : 2px solid #dadada;
	margin-top : 10px;
}

#card-art-footer {
	margin-top:-120px;
}
/* Fin Bloc Footer */

/********************/
/* MOBILE */
/********************/

@media screen and (max-width: 768px) {
/* General  */
.nav-secondaire {
	display : none;
}

.titre-section {
	padding-top: 30px !important;
}

#menu-header .pad {
    padding: .8rem!important;
}

/* Fin General */
/* Hero */
#player-1 img , #player-2 img, #player-3 img  {
	text-align: center;
    width: 100px;
    cursor: pointer;
    margin-top: 80px !important;
}

.player-home #player img {
	text-align: center;
    width: 100px;
    cursor: pointer;
    margin-top: 80px !important;
}

#card-art-hero-mobile {
	margin-top:345px;
}


.bloc-spacer-hero-mobile {
	min-height: 265px;
}

.hero-mobile .card-img-bg {
    background-repeat: no-repeat;
    background-position-y: 0;
}
/* Fin Hero */

/* Strat Modif 22/10/2020 by oliv */
/* Start Slider header */


.hero-carousel .carousel-controls {
    bottom: 10px;
}

.hero-carousel h3 {
    width:inherit;
    line-height:18px;
}


/* First Slide */

.hero-carousel li:nth-child(1) .hero-bg {
    background-image: url("/content/dam/amex/fr/benefits/lp/af-platinum/hero_afplat_mobile_2.jpg") !important;
}

.hero-carousel h1::before {
    content: "Carte AIR FRANCE KLM - AMERICAN EXPRESS PLATINUM";
    height: 130px;
    width: 190px;
    margin: auto;
    margin-top:-60px;
    margin-bottom: 20px;
    display: block;
	background-image: url("/content/dam/amex/fr/staticassets/card-art/particuliers/air-france-klm/af-platinum/af_klm_plat_di_160x101.png");
    background-position: center; 
    background-size:initial;
    font-size: .7rem;
    line-height: 250px;
    text-align:center;
}

.hero-carousel h1 {
    margin-top:220px;
    width:inherit;
    font-size: 1.2rem;
    line-height: 20px;
    font-weight: 400;
    display:block;
}

/* Second Slide */
.hero-carousel li:nth-child(2) .hero-bg {
    background-image: url("/content/dam/amex/fr/benefits/lp/af-platinum/hero_afplat_mobile_1.jpg") !important;
}

.hero-carousel h2::before {
    content: "Carte AIR FRANCE KLM - AMERICAN EXPRESS PLATINUM";
    height: 130px;
    width: 190px;
    margin: auto;
    margin-top:-60px;
    margin-bottom: 20px;
    display: block;
	background-image: url("/content/dam/amex/fr/staticassets/card-art/particuliers/air-france-klm/af-platinum/af_klm_plat_di_160x101.png");
    background-position: center; 
    background-size:initial;
    font-size: .7rem;
    line-height: 250px;
    text-align:center;
}

.hero-carousel h2 {
    margin-top: 100px;
    width:inherit;
    font-size: 1.2rem;
    line-height: 30px;
    font-weight: 400;
}

.hero-carousel li:nth-child(2) {
    padding-left:1rem;
    padding-right:1rem;
}

/* End Slider header */
/* End Modif 22/10/2020 by oliv */


/* Bloc icones */
.plus-sign {
	margin-top: 10px;
    margin-bottom: 10px;
}

#value_for_money .grid .col-md-4:not(:first-child){
	margin-top: 30px !important;
}

#value_for_money .container .richtext.parbase .pad-1-t p:first-child{
	min-height: 25px;
}



/* Fin bloc icones */

/* Bloc Benefices exclu */

.background-top{
    height:550px;
}


.background-top .card-img-bg{
    background-position-y:top;
}

.background-top > .container{
    padding-top: 250px;
}


/* Fin Bloc Benefices exclu */

/* Bloc Services */

.bloc-services {
	min-height	: 475px !important;
}

.bloc-services-off .richtext {
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
	min-height: 290px;
}

.bloc-services-on .richtext {
	width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.bloc-services-on .pad-3-l {
	padding-left : 0 !important;
}

.bloc-services-off .icons {
	padding-left: 40% !important;
}

.bloc-services-off .titre-bloc-services {
	text-align : center !important;
	font-size : 1.2rem;
}

.bloc-services-off .text-bloc-services {
	text-align : center !important;
}

.bloc-spacer-mobile {
	min-height : 100px;
}

.titre-bloc-services {
	color : white;
	font-size : 1.35rem;
	font-weight : normal;
	padding-top : 10px;
	padding-bottom : 10px;
	white-space:nowrap;
}

.texte-bloc-services {
	color : white;
}

.cta-bloc-services {
	cursor: pointer;
	left: calc(50% - 62px);
	bottom: 20px;
}
.cta-bloc-services-back {
	cursor: pointer;
	margin-left: calc(50% - 69px);
	bottom: -10px;
}

#bloc-services-1-on .cta-bloc-services-black, #bloc-services-2-on .cta-bloc-services-black , #bloc-services-3-on .cta-bloc-services-black , #bloc-services-4-on .cta-bloc-services-black , #bloc-services-5-on .cta-bloc-services-black, #bloc-services-6-on .cta-bloc-services-black {
    padding:0 10px 0 10px;
    min-height: 538px !important;
    line-height: 17px;
}

.bloc-services .card-img-bg {
	border-radius : 15px;
}

#bloc-services-1-off , #bloc-services-2-off , #bloc-services-3-off , #bloc-services-4-off , #bloc-services-5-off {
	min-height : 475px !important;
	padding-top : 200px;
}

#bloc-services-1-on, #bloc-services-2-on , #bloc-services-3-on , #bloc-services-4-on , #bloc-services-5-on  {
	min-height: 598px !important;
}

#bloc-services-1-on .card-img-bg , #bloc-services-2-on .card-img-bg, #bloc-services-3-on .card-img-bg, #bloc-services-4-on .card-img-bg, #bloc-services-5-on .card-img-bg{
-webkit-box-shadow: 0px 0px 19px 3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 19px 3px rgba(0,0,0,0.75);
box-shadow: 0px 0px 19px 3px rgba(0,0,0,0.75);
}

/* Fin Bloc Services */


/* Bloc Sans concession */
#sans_concession {
	padding-bottom: 70px;
}
#sans_concession .tabs .tab-content {
    border: 1px solid #dadada;
    margin-top: 7px;
}
#sans_concession .tabs .tab-menu {
    width: 100% !important;
    padding-left: 0 !important;
}

#sans_concession .tabs .tab-menu .tab-link[aria-selected=true]:after {
    background-color: #006fcf;
}

#sans_concession .tabs .tab-menu .tab-link[aria-selected=true] {
    color: #006fcf;
}

.benefices-gold .richtext, .benefices-amex .richtext {
	text-align : center !important;
}
/* Fin Bloc Sans concession */

/* Bloc Fidelite */

#fidelite .tabs .tab-content {
    border: 1px solid #dadada;
    margin-top: 7px;
}
#fidelite .tabs .tab-menu {
    width: 100% !important;
    padding-left: 0 !important;
}

#fidelite .tabs .tab-menu .tab-link[aria-selected=true]:after {
    background-color: #006fcf;
}

#fidelite .tabs .tab-menu .tab-link[aria-selected=true] {
    color: #006fcf;
}

.title-bloc-fidelite {
	font-size : 1rem;
}

.texte-bloc-fidelite {
	width: 250px !important;
    font-size: 0.8rem;
}

#bloc-points-1, #bloc-points-2, #bloc-points-3, #bloc-points-4, #bloc-points-5 {
	margin-left : -50px !important;
}

.tab-gagner-des-points .richtext {
	text-align : center !important;
}
/* Fin Bloc Fidelite */


/* Bloc assurances */
.title-bloc-assurances {
    padding-left: 0 !important;
	padding-top: 0 !important;
}

.text-bloc-assurances {
    padding-left: 0 !important;
}
/* Fin Bloc Assurances */
/* Footer */
.header-text-footer {
    font-size: 1.5rem;
    line-height: 1.7rem;
    text-align: center;
    padding-top: 10px; */
}

.conditions {
    padding-top: 10px;
}

.conditions-eligibilite {
	padding : 0 !important;
	padding-top : 15px !important;
	text-align : center;
}

.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 - 120px);
    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: 140px;
}

.icon-bar a {
    display: unset !important;
}

.button.cta_card{
    width: 45%;
    float: right;
    margin-right: 10px;
    margin-bottom: 15px !important;
    margin-top: 5px;
}

.legals { 
	min-height: 130px;
}

/* Fin Footer */
}