@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');

/*
font-family: 'Cinzel', serif;
font-family: 'Libre Baskerville', serif;
*/

@font-face {
    font-family: 'proxima_novaregular';
    src: url('/resource/font/mark_simonson__proxima_nova_regular-webfont.woff2') format('woff2'),
        url('/resource/font/mark_simonson__proxima_nova_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

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

a img{
    border:none;
}

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

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

.noDisplay{
    overflow:hidden;
}

.linkDel{
    width: 20px;
    height: 20px;
}

.linkEdit img{
    width: 28px;
    height: 28px;
}

#loadingImg{
    position:relative;
    margin: auto;
    height: 0;
    width: 32px;
}

#loadingImg img{
    display:none;
    position:absolute;
    top:100px;
    z-index:99;
}

.cache
{
    font-size: 0;
}

.gras
{
    font-weight: bold;
}

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

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

.imageDroite
{
    float: right;
}

.imageGauche
{
    float: left;
}

.imageCentre
{
    text-align: center;
}

/***************************  Style du header  ********************************/
#mainHeader
{
    width: 100%;
    max-width: 1440px;
    position: relative;
    margin: 0 auto;
}

#topHeader
{
    display: flex;
    flex-direction: row;
    margin-top: 8px;
}

#topHeaderLeft
{
    width: 20%
}

#topHeaderCenter
{
    width: 60%;
}

#topHeaderRight
{
    width: 20%
}

#blocLangue
{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: row;
}

#blocLangue li
{
    margin-right: 5%;
}

#blocLangue li a
{
    text-decoration: none;
    font-size: 15px;
    border: 1px solid #c8c8c8;
    color: #626262;
    padding: 5px;
    margin-top: 0px;
    width: 37px;
    display: block;
    text-align: center;
}
#blocLangue li a:hover
{
    background-color: #F4C55C;
}

#logoTop
{
    width: 200px;
    height: 135px;
    display: block;
    background: url('../pict/LogoMaisonFontan.png') no-repeat 0 0 transparent;
    position: relative;
    margin: 0 auto;
}

.box1140
{
    width: 100%;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    font-size: 1.1em;
    line-height: 1.4em;
}

.boxDisplayFlexRow
{
    display: flex;
    flex-direction: row;
}

.titrePage
{
    font-size: 34px;
    margin-top: 34px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 21px;
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 8px 0;
}

.sousTitre, h2.sousTitre
{
    padding-bottom: 5px;
    font-size: 35px;
    text-transform: uppercase;
    margin: 13px 0;
    display: block;
    line-height: 46px;
}

.sSousTitre
{
    margin-top: 34px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 21px;
    padding: 0 0 5px 0;
    margin: 8px 0 13px 0;
    font-size: 30px;
    text-transform: none;
}

.sousTitrePage
{
    text-align: left;
    text-transform: none;
    font-size: 20px;
    color: #303331;
    font-weight: normal;
    background: #F4C55C;
    box-sizing: border-box;
    padding: 5px 8px;
}

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


/********************************  Style du menu  *****************************/
.boutonTelechargerDoc
{
    background: rgba(0, 0, 0, 0) url("../pict/icons/pdf.png") no-repeat scroll 8px 8px;
    border: 1px solid #303331;
    color: #303331;
    display: inline-block;
    line-height: 21px;
    margin-bottom: 18px;
    margin-top: 8px;
    min-height: 21px;
    padding: 5px 8px 5px 34px;
    transition: all ease-in-out 0.5s;
}
.boutonTelechargerDoc:hover
{
    background-color: #F4C55C;
    border: 1px solid #F4C55C;
    text-decoration: none;
}

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

/******************************************************************************/
#boxSlider
{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

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

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

#mainFooter
{
    position: relative;
    width: 100%;
    overflow: hidden;
}

#blocFooter
{
    width: 100%;
    padding: 34px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F2BD57;
}

#reseauxSociaux
{
    display: flex;
    margin: 21px 0;
    padding: 0;
    list-style: none;
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
}

#logoFooter
{
    width: 100%;
    max-width: 357px;
    display: block;
    position: relative;
    margin: 0 auto;
}

#reseauxSociaux li
{
    margin-right: 13px;
}

#reseauxSociaux li a
{
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0;
    background-image: url('../pict/RSMaisonFontan.png');
    background-position-y: 0;
}
#reseauxSociaux li a:hover
{
    background-position-y: -50px;
}

#rsFacebook
{
    background-position-x: 0;
}

#rsTwitter
{
    background-position-x: -50px;
}

#rsInstagram
{
    background-position-x: -100px;
}

#rsLinkedIn
{
    background-position-x: -150px;
}

#phraseFooter
{
    text-align: center;
    margin: 8px 0 0 0;
    font-family: 'Cinzel', serif;
    font-size: 29px;
}

.footerSignature
{
    font-size: 11px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    width: 100%;
    text-align: center;
}

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

.barreAction
{
    width: 100%;
    padding: 8px 0;
    background-color: transparent;
    color: #303331;
    text-align: center;
    display: block;
    text-align: center;
    margin: 13px 0;
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #303331;
    transition: all ease-in-out 0.5s;
}
.barreAction:hover
{
    background-color: #F4C55C;
    border: 1px solid #F4C55C;
    text-decoration: none;
}

.suggestionList
{
    display: flex;
    padding: 0;
    margin: 13px 0;
    flex-direction: row;
    list-style: none;
    justify-content: space-between;
}

.suggestionList li
{
    width: 24%;
}

.suggestionList li a
{

}

.suggestionList li a img
{
    width: 100%;
    height: auto;
    display: block;
    transition: all ease-in 0.3s;
}
.suggestionList li a:hover img
{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.suggestionList li a span
{
    display: block;
    text-align: center;
    margin: 5px 0;
    font-size: 21px;
    transition: color ease-in 0.3s;
}
.suggestionList li a:hover span, .suggestionList li a:hover
{
    color: #F4C55C;
    text-decoration: none;
}

.box4col a img, .imagePleineLargeur a img
{
    display: block;
    transition: all ease-in 0.3s;
}
.box4col a:hover img, .imagePleineLargeur a:hover img
{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.box4col a
{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.box4col a:hover
{
    text-decoration: none;
}

.txtSousPict
{
    display: flex;
    box-sizing: border-box;
    padding: 5px 0;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    background-color: #F2BD57;
    height: 60px;
    width: 100%;
    align-items: center;
    align-content: center;
}

@media (max-width: 980px) {
    #boxSlider
    {
        display: none;
    }

    #boxSlideResponsive
    {
        display: block;
    }

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

    .imageCentre img
    {
        width: 100%;
        height: auto;
    }

}

@media (max-width: 800px) {
    #phraseFooter
    {
        font-size: 19px;
    }

    #blocFooter
    {
        padding: 13px 0;
    }

    .footerSignature
    {
        height: auto;
    }

}

@media (max-width: 750px) {
    .titrePage
    {
        line-height: 40px; 
    }

    #logoFooter
    {
        width: 80%;
    }


}