



        .conteneur_footer {
            background: #077230;
        }

        .bloc_footer {
            color: #fff;
            width: 23%;
            font-size: 12px;
            /*! font-family: 'Merriweather'; */
            font-weight: 400;
            margin-top: 14px;
        }

        .content_bloc_footer {
            display: flex;
            justify-content: space-between;
            padding: 30px 0 20px 0;
        }

        .footer {
            width: 1100px;
            margin: 0 auto;
            border-bottom: 1px solid #fff;
        }

        .bloc_footer ul {
            list-style-type: none;
            padding: 0;
            margin-top: 35px;
        }

        .bloc_footer li {
            padding-bottom: 17px;
        }

        .logo_footer {
            text-align: center;
            display: inline-block;
            padding: 10px 13px;
            background-color: #fff;
            margin-bottom: 0px;
        }

        .texte_description_logo_footer {
            line-height: 2;
            margin: 34px 0 30px 0;
            width: 90%;
        }

        .reseau_socio_footer {
            display: none;
            padding-left: 20px;
        }

        .reseau_socio_footer img {
            padding: 5px 12px;
            border-left: 1px solid #fff;
        }

        .reseau_socio_footer img:last-child {
            border-right: 1px solid #fff;
        }

        .titre_footer {
            color: #e1d53a;
            text-transform: uppercase;
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
            font-size: 14px;
        }

        .bloc_footer:first-child {
            margin-top: 0;
            width: 33%;
        }

    #bloc_foooter_regionale{
        width: 42%;
    }

    #liste_lien_regionale{
        display: flex;
        flex-wrap: wrap;
    }

    #liste_lien_regionale ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    #liste_lien_regionale li{  
        width: 46%;
    }

        .description_newsletter {
            font-size: 12px;
            line-height: 2;
            margin-top: 30px;
        }

        .input_email input {
            border: none;
            width: 80%;
            height: 35px;
            font-size: 14px;
            /* color: rgba(255, 255, 255, 1); */
            background: none;
            float: left;
            padding: 0 13px 0 10px;
            background: #fff;
        }

        .submit {
            background: #e1d53a;
            border: none;
            height: 35px;
            /* float: right; */
            font-size: 25px;
            color: #00973a;

            box-shadow: none;
            text-shadow: none;
            padding-left: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            text-align: center;

        }

        .input_email {
            max-width: 293px;
            width: 100%;
            background: rgba(255,255,255, 0.5);
            /* padding: 0 15px 0 20px; */
            overflow: hidden;
            margin-top: 30px;
            height: 35px;
        }

        .conteneur_superfooter{
            width:auto;
            /* background: #1a1a1a; */
            color: #fff;
            /* border-top: 1px solid; */

        }

        .superfooter{
            width:1100px;
            margin:0 auto;
            font-weight: 300;
            font-size: 12px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 35px;
        }

        .superfooter_left_text {
            float: left;
            /*! height: 35px; */
            /*! display: flex; */
            justify-content: center;
        }
        /***autre******/
        .btn_voir_tous:hover {
          background: #fff;
          color: #c25519;
          border-color: #c25519;
          transition: all linear 0.3s;
        }
        .btn_photo:hover, .btn_video:hover {
          background: #fff;
          color: #000;
          transition: all linear 0.3s;
        }


        .lieu i{
            color: #c25519;
            font-size: 18px;
        }
        
    .texte_description_logo_footer i {
        font-size: 17px;
        padding-right: 5px;
    }