/**header**/
.siteweb-header-top {
    position: fixed;
    background: #FFF;
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
    height: 76px;
}

/*****menu langues*****/
#polylang-3 {
    display: flex;
    width: 33.3333%;
}

#polylang-3 > h2.widget-title {
    margin:0;
    text-transform: uppercase;
    font-size      : 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #6e6e6e;
}

#polylang-3 .current-lang {
    font-weight: 700;
}

#polylang-3 ul {
    margin     : 0;
    padding:0;
}

#polylang-3 ul li {
    margin : 0;
    display:inline-block;
    font-family: 'Roboto', sans-serif;
}

#polylang-3 ul li a {
    color: #a0a0a0;
    margin         : 0 .10vw;
    font-size      : 13px;
}

#polylang-3 ul li a:hover {
    color : #1a1a1a;
}

/*********************logo**********************/
#sow-texte-94 {
    width: 33.3333%;
}

#sow-texte-94 h1 {
    text-transform: uppercase;
    font-size: 1.63em;
    font-weight: 500;
}

#sow-texte-94 h1::before {
    content:"";
    display:block;
    background-image: url("../img/TYPOCheverny.svg");
    background-repeat: no-repeat;
    background-position: center;
    height:50px;
    width: 300px;
    background-size: 15em;
    margin-left:auto;
    margin-right:auto;
    padding-bottom: 50px;
    margin-top: -50px;
}

#sow-texte-94 h1 a {
    color: #1d1d1b;
    display: none;
}

/********************************bt resa**************************/
#sow-texte-95 {
    width: 33.3333%;
}

#sow-texte-95 p a {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #1d1d1b;
    cursor: pointer;
    letter-spacing: 0.05em;
    font-weight: 300;
}

#sow-texte-95 p::before {
    content: "";
    display:inline-block;
    height: 23px;
    margin-right: 8px;
    margin-bottom: -3px;
    background-image: url("../img/cloche.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 21px;
    background-size: 21px;
}

#sow-texte-95 a .sow-icon-fontawesome {
    display: none;
}

/**footer**/
.siteweb-footer {
border-top: 15px solid #1d1d1b;
}
#sow-texte-107 > div {
    background: url("../img/bg_feuille.svg");
    background-size: cover;
    overflow: auto;
    border-bottom: none;
}

#sow-texte-107 .plasma-widget{
    max-width: 699px;
    margin: 0 auto;
}

#sow-texte-107 .sow-content {
    padding-top: 10vh;
    padding-bottom: 10vh

}

#sow-texte-107 .widget-content {
    background: #FFF;
    padding: 12px 0;
}

#sow-texte-107 .wp-block-image img {
    width: 250px;
    height: auto;
}

    /*#sow-texte-107 h2 {*/
/*    text-transform: uppercase;*/
/*    font-size: 1.4em;*/
/*    font-weight: 500;*/
/*    margin-top: 50px;*/
/*}*/

/*#sow-texte-107 h2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100px;*/
/*    height: 110px;*/
/*    top: 10px;*/
/*    display: block;*/
/*    background-image: url("../img/logo_ecusson_C.svg");*/
/*    background-size: cover;*/
/*    left: calc(50% - (100px / 2));*/
/*}*/

#sow-texte-107 p {
    margin-bottom: 40px;
    font-weight: 300;
    font-size: .95em;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

#sow-texte-107 p:nth-child(2) {
    margin-bottom: 20px;
}

#sow-texte-107 a {
    color: #1a1a1a;
}

/*******/
#sow-texte-119 > div {
   padding-left: 30px;
    background-color: #1b1b1b;
    height:90px;
}

#sow-texte-119 p {
    display: flex;
    align-items: center;
    margin:0;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .9em;
    color: white;
}

#sow-texte-119 a {
    color: #ffffff;
    margin: 0 1em;
}

#sow-texte-119 p:nth-child(1)::before {
    content: "";
    width: 70px;
    height: 70px;
    display: inline-block;
    background-image: url("../img/logo_ecusson-cheverny.png");
    background-size: cover;
    filter: invert(100%);
}

#sow-texte-149 > div {
    padding-right: 30px;
    background-color: #1b1b1b;
    height: 90px;
}

#sow-texte-149 p {
    text-align: right;
    align-items: center;
    margin: 1.5em 1em;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .9em;
    color: white;
}

#sow-texte-149 a {
    color: #ffffff;
    margin: 0 1em;
}

/*!* Tablette *!**************************************************************************************************/
@media only screen and (min-width : 800px)and (max-width : 1200px) {
    /*********************logo**********************/
    #polylang-3 {
        width: 12%;
    }

    #sow-texte-94 {
        width: 73%;
    }

    #sow-texte-95 {
        width: 15%;
    }

   #sow-texte-94 h1 {
        font-size: 1.3em;
    }

    #sow-texte-95 p {
        text-align: center;

    }

    #sow-texte-119 p {
        font-size: .8em;
    }

    #sow-texte-94 h1::before {
        content             : "";
        display             : block;
        background-image    : url("../img/TYPOCheverny.svg");
        background-repeat   : no-repeat;
        background-position : center;
        height              : 80px;
        width               : auto;
        background-size     : 20em;
        margin-left         : auto;
        margin-right        : auto;
        padding-bottom      : 50px;
        margin-top          : -70px;
    }
}

/*!* Mobile *!*!**************************************************************************************************/
@media only screen and (max-width : 800px) {
    /*****menu langues*****/
    #polylang-3 {
        width: 12%;
    }

    /*********************logo**********************/
    #sow-texte-94 {
        width: 80%;
    }

    #sow-texte-94 h1 {
        font-size: 1em;
    }

    #sow-texte-94 h1::before {
        height:50px;
        width: 220px;
        background-size: 19em;
        padding-bottom: 30px;
        margin-top: -40px;
    }

    /********************************bt resa**************************/
    #sow-texte-95 {
        width: 8%;
    }

    #sow-texte-95 p {
        margin-left: 0;
        text-align: center;
    }

    #sow-texte-95 p a {
        font-size: 11px;
        letter-spacing: 0;
        display:none;
    }

    #sow-texte-95 p::before {
        display: block;
        height: 30px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 5px;
        width: 24px;
        background-size: 24px;
    }

    #sow-texte-98 p a {
        margin-right: 10px;
        padding-left: 10px;
    }

    /*******/
    #sow-texte-107 .plasma-widget {
        max-width : none;
        margin    : 0 auto;
    }

    #sow-texte-107 .widget-content {
        margin-left: 5vw;
        margin-right: 5vw;
    }


    #sow-texte-119 > div {
        padding-left: 0;
    }

    #sow-texte-119 p {
        margin: 0 auto;
        text-align: center;
        letter-spacing: 0;
        font-size: 1em;
    }

    #sow-texte-119 a {
        margin: 0 0 0 1em;
    }

    #sow-texte-119 a:nth-child(2) {
        margin-right: 1em;
    }

    #sow-texte-119 p::before {
        width           : 32px;
        height          : 32px;
        background-size : 32px;
    }

    #sow-texte-149 > div {
        padding-right : 0;
        height: auto;
    }

    #sow-texte-149 p {
        text-align: center;
        margin: 0 0 15px 0;
    }
}