/* Bouton CTA */

a.ck-link_selected {
	opacity:1 !important;
	
}

a.cta-button {
    padding: 12px 30px;
    border: 1px solid #003375;
    background-color: #003375;
    opacity:1;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 30px;
    text-decoration: none;
    outline: none;
    text-align: center;
    font-size: 14px !important;
    vertical-align: middle;
    line-height: .8;
    cursor: pointer;
    font-family: "Montserrat-bold", arial, sans-serif !important;
    -webkit-transition: all .4s;
    transition: all .4s;
    }
a.cta-button:hover {
    
    background-color: #0ab451;
    color: #007897;
    border: 1px solid #0ab451;
    
    }
    

/* Arrondi sur les images */

.arrondi img {
  border-radius:30px;
}


/* ombre */

.ombre  {

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)  ; 
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)  ; 
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)  ;
}


.shadow {
box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

@media screen and (max-width: 600px) {
.page-title-full-width-container .breadcrumb {
    display:none;
  }
}

