/** Shopify CDN: Minification failed

Line 20:0 Unexpected "{"
Line 20:1 Expected identifier but found "%"
Line 22:0 Unexpected "{"
Line 22:1 Expected identifier but found "%"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:advanced-content_video (INDEX:16) */
/* video::-webkit-media-controls {
  display: none;
} */
  
.video-img {
max-width:100%;
{% if section.settings.enable_styling %}
  border-radius: 15% 30% 50% 40%;
{% endif %}
}

.flex_1 {
  height:100%;
display:flex;
align-items: center;
}
/* END_SECTION:advanced-content_video */

/* START_SECTION:btn_ancre (INDEX:24) */
.btn_ancre_9_container {
    display:flex;
    float:left;
    width:100%;
    flex-wrap:wrap;
    padding:25px 0 50px 0;
    margin: 0 auto;
    justify-content: center;  
  }
  
  .btn_ancre_9 {
    margin: 20px;
    padding: 8px;
    display: flex;
  }
  
  .btnn {
	min-width: 150px;
	max-width: 250px;
	display: flex;
	padding: 1em 1em;
	border: none;
	position: relative;
    text-align:center;
    justify-content: center;
    color:#fff;   
}
  
  .lien {
    color:#fff;
  }
  
  .button--text-upper {
	letter-spacing: 1px;
	text-transform: uppercase;
    font-weight: bold;
}
  
  .button--isi {
	padding: 1em 1em;
	background: #006aab;
}  

@media screen and (max-width:670px) {
  .btn_ancre_9{
    margin:0; 
  }
}
/* END_SECTION:btn_ancre */

/* START_SECTION:reassurance (INDEX:123) */
#ax-reassurance {
    padding-top: 72px;
  }
/* END_SECTION:reassurance */

/* START_SECTION:revy-contents (INDEX:170) */
.revy-custom-content-section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* END_SECTION:revy-contents */