@charset "utf-8";

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Century Gothic', Helvetica, sans-serif;
    font-size: 100%;
    color: #727179;
}

p{
    margin: 0px;
    padding: 0px;
}

a img{
    border:none; 
}

a
{
    text-decoration: none;
    outline: none;
}

.pictResponsive
{
    width: 100%;
    height: auto;
}

.paddingTopBottom
{
    box-sizing: border-box;
    padding-top: 21px;
    padding-bottom: 21px;
}

.stopFloat
{
    clear:both;
    height:0px;
}

.cache
{
    font-size: 0;
}

.gras
{
    font-weight: bold;
}

h1
{
    font-size: 28px;
    margin: 0;
    padding: 0;
}

h2
{
    font-size: 34px;
    margin: 0 0 13px 0;
    padding: 0;
}

.titrePage
{
    color: #01686D;
    border-bottom: 2px solid #01686D;
    padding-bottom: 3px;
}

.imageDroite
{
    float: right;
}

.imageGauche
{
    float: left;
}

.imageCentre
{
    text-align: center;
}

/***************************  Style du header  ********************************/
#boxBlancTop
{
    width: 100%;
    height: 50px;
}

#boxBleuHeader
{

}

#boxLogoTop
{
    max-width: 244px;
    width: 24.90%;
    position: absolute;
    left: 0;
    top: -45px;
    z-index: 99;
}

#boxLogoTop img
{
    width: 100%;
    height: auto;
}

/***********  Slider  ***************/
#boxSlider
{
    position: relative;
    width: 100%;
    max-height: 654px;
    display: block;
    margin-bottom: 34px;
}

#boxSlideResponsive
{
    position: relative;
    width: 100%;
    overflow: hidden;
    display: none;
}

#boxSlideResponsive img
{
    width: 100%;
    height: auto;
    display: block;
}

/************  Fin slider  ***************/

.btnJaune
{
    width: 34%;
    padding: 5px 0;
    display: block;
    position: relative;
    margin: 0 auto;
    background-color: #FEF200;
    color: #303030;
    text-align: center;
    font-weight: bold;

    transition: background-color ease-in 0.5s;
}
.btnJaune:hover
{
    text-decoration: none;
    background-color: #01686D;
}

#galerieFullWidth
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
}

#galerieFullWidth li
{
    width: 25%;
    float: left;
}

#galerieFullWidth li img
{
    width: 100%;
    height: auto;
    display: block;
}

#txtPrenezRdvFooter
{
    font-size: 34px;
}

#boxPreFooterOlivierGargallo
{
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    min-height: 55px;
    box-sizing: border-box;
    padding: 21px;
}

#portraitGargalloLeft
{
    width: 13%;
    height: auto;
    float: left;
    margin-right: 3%;
}

#portraitGargalloRight
{
    float: left;
    width: 84%;
}

.center980 .paraBoxPortraitGargallo
{
    font-size: 22px;
    line-height: 29px;
    margin: 8px 0;
    text-align: justify;
}

#boxContentFooter
{
    width: 76%;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

#logoFooter, #boxRightFooter
{
    float: left;
}

#logoFooter
{
    width: 21%;
    height: auto;
    margin-right: 3%;
}

#boxRightFooter
{
    color: #fff;
    width: 72%;
    padding-top: 8px;
    box-sizing: border-box;
}

.adresseFooter
{
    display: block;
    color: #fff;
    margin-top: 3px;
}

#footerSignature
{
    font-size: 11px;
    height: 34px;
    text-align: center;
    width: 100%;
    max-width: 980px;
    margin: 8px auto;
}

#footerSignature a, #footerSignature
{
    font-size: 11px;
    color: #303030;
}
#footerSignature a:hover
{
    text-decoration: none;
}

/********************************  Style du menu  *****************************/
.boutonTelechargerDoc
{
    background: rgba(0, 0, 0, 0) url("../pict/icons/pdf.png") no-repeat scroll 8px 8px;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    color: #6f6f6e;
    display: inline-block;
    line-height: 21px;
    margin-bottom: 18px;
    margin-top: 8px;
    min-height: 21px;
    padding: 5px 8px 5px 34px;
}
.boutonTelechargerDoc:hover
{
    text-decoration: none;
    -moz-box-shadow: 2px 2px 3px #D0D0D0;
    -webkit-box-shadow: 2px 2px 3px #D0D0D0;
    box-shadow: 2px 2px 3px #D0D0D0;
}

.etoileObligatoire
{
    color: red;
    margin-left: 5px;
}

/******************************************************************************/

@media only screen and (max-width: 980px) {
    .center980
    {
        box-sizing: border-box;
        padding: 0 21px;
    }

    #boxSlider
    {
        display: none;
    }

    #boxSlideResponsive
    {
        display: block;
    }
    
    #blocPriseRdv
    {
        padding: 21px 0;
    }

    .fondBleuClair
    {
        box-sizing: border-box;
        padding: 21px 0;
    }

}

@media only screen and (max-width: 470px) {
    .btnJaune
    {
        width: 80%;
    }

    .fondBleuClair
    {
        box-sizing: border-box;
        padding: 21px 0;
    }

    #footerSignature a, #footerSignature
    {
        font-size: 9px;
    }
}