/* Add here all your CSS customizations */

/*Remonté contact*/

div:target,
section:target {
    padding-top: 170px;
}

/*Sélection du texte*/

::selection {
    background-color: #009bd9;
    color: white;
}

::-moz-selection {
    background-color: #009bd9;
    color: white;
}


/*Tailles badges*/
.FacebookLogo,
.MyBusinessLogo {
    max-width: 100%;
    height: 4.5em;
    margin:0px 10px;
}

/*Sections éditables*/
.edit p{
    font-size: 1.1em;
	line-height: 1.8;
    text-align: justify;
}

.edit h2{
    margin-bottom: 1rem !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}