html {
    font-size: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
  font-family: "Overpass", serif;
  font-optical-sizing: auto;
  font-style: normal;
    font-weight:400; /* regular */
    font-style: normal;
    margin: 0;
    padding: 0;
    height: 100%;
    color: #171940;
    line-height: 25px;
    font-size: 1.12em;
}
::selection {
    background: #ffa501;
    color: #FFF;
}

a {
    white-space: normal;
    text-decoration: none;
    transition: 0.5s ease;
    font-weight:500;
}
strong {font-weight:700;}

.section_inside a {
    color:inherit;
    text-decoration: underline;
}


h1 {  font-family: "Meow Script", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    text-align:left;
    font-size: 2em;
    transition: 0.5s ease;
}
h2 {   font-family: "Overpass", serif;
    font-optical-sizing: auto;
    font-style: normal;
      font-weight:700; /* bold */
    font-style: normal;
    text-align:left;
    transition: 0.5s ease;}

h3,h4,h5,h6 {
    font-weight:normal;
    font-style: normal;
    transition: 0.5s ease;}

.btn {border: 2px solid #171940;
    padding: 10px 20px;
    color: #171940;
    font-size: 1em;
    margin: 10px 5px;
    display: inline-block;}

.btn:hover {border:2px solid #f7efe9;
    color:#f7efe9;
}

img {
    max-width: 100%;
    height: auto;
    text-align: center;
    border: 0;
}


.bouton {
    display: inline-block;
    text-align: right;
    margin: 0 0 5px 0px;
}

.bouton a {
    padding: 11px 8px 8px 8px;
    background-color: #f39872;
    color: #fff;
    border-radius: 0 0 10px 10px;
    text-decoration: none;
    transition: 0.3s ease;
    line-height: 1.8em;
}
.bouton a:hover {
    background-color: #f39872;
}

.search-container input[type="text"],
.form input[type="text"] {
    padding: 5px;
    margin: 0 0 5px 0px;
    font-size: 17px;
    border-top: none;
    border-bottom: 1px solid #f39872;
    border-left: 1px solid #f39872;
    border-right: none;
    border-radius: 0 0 0px 10px;
    background: #fff;
    color: #202866;
    transition: 0.3s ease;
}
.form input[type="text"] {
    border: 1px solid #202866;
    border-radius: 10px;
}

.search-container button,
.form button {
    float: right;
    padding: 6px 10px 5px 10px;
    margin: 0 0 5px 0px;
    background: #f39872;
    color: #fff;
    font-size: 17px;
    border: none;
    cursor: pointer;
    border-radius: 0 0 10px 0px;
    transition: 0.3s ease;
}
.form button {
    border-radius: 10px;
}

.search-container button:hover,
.form button:hover {
    background: #f39872;
}

/*Strip the ul of padding and list styling*/
.menu ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: right;
}

/*Create a horizontal list with spacing*/
.menu li {
    display: inline-block;
    margin: 0;
    text-align: left;
    padding: 0;
}


/*Style for menu links*/
.menu li a.parent {
    text-align: center;
    display: block;
    padding: 30.5px 30px;
    text-decoration: none;
    font-size: 1.1em;
    margin: 0 auto;
}

.menu li a {
    display: block;
    padding: 35px 30px;
    text-decoration: none;
    color: #202866;
    font-size: 1.2em;
    min-width: 100px;
    text-align: center;
}
    .menu li.active a {
        color: #fff;
    }

/*Hover state for top level links*/
.menu li:hover {
    color: #fff;
}

.menu li:hover a {
    color: #fff;
    background-color: #202866;
}
.menu li:hover a.logo {
    background-color: transparent;
}
.menu li a.js-scrollTo{cursor:pointer;}

.sub-arrow {
    display: inline-block;
    transform: rotate(0deg);
    transition: 0.5s ease;
}

.menu li a.js-scrollTo:hover .sub-arrow,
.menu li a.parent:hover .sub-arrow,
.menu_mobile li a:hover .sub-arrow,
.menu_mobile li a:focus .sub-arrow,
.menu li:hover .sub-arrow {
    transform: rotate(90deg);
}

/*Style for dropdown links*/
.menu li:hover ul a {
    border: 0px;
    text-align: left;
    background-color: #fff;
    color: #202866;
    font-size: 0.9em;
    padding: 15px;
}

/*Hover state for dropdown links*/
.menu li:hover ul a:hover {
    color: #fff;
}

/*Hide dropdown links until they are needed*/
.menu li ul {
    background-color: #fff;
    display: none;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

/*Make dropdown links vertical*/
.menu li ul li {
    display: block;
    float: none;
}

/*Prevent text wrapping*/
.menu li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}

.hidden li:hover a,
.hidden li a,
.hidden li {
    border: 0px;
}

/*Display the dropdown on hover*/
.menu ul li a:hover + .hidden,
.hidden:hover {
    display: block;
    position: absolute;
}
.hidden {
    position: fixed;
    width: 100%;
}


.menu ul div h2 {
    font-size: 1.1em;
    margin: 0;
padding: 0;
}

.menu ul div a {
    text-indent:15px;
}
.menu ul div h2 a {
    text-indent:0px;
    cursor:pointer;
}

.menu li.active ul.hidden h2 a:hover {
    background-color: #12575B;
    color: #fff;
}


.li_rub a, .li_sous_rub a {
    color: #000;
    text-decoration:none;}
.li_rub {font-size: 1.3em;
    margin: 15px 0;
}


.acti {
    display: inline-block;
    width: 28.33%;
    margin: 1% 2.5% 0 2.5%;
    padding: 0px 0px 35px 0px;
    text-align: left;
    position: relative;
    vertical-align: top;
}
.acti_2{
    display: inline-block;
    width: 32.33%;
    margin: 1% 8% 0 8%;
    padding: 0px 0px 35px 0px;
    text-align: left;
    position: relative;
    vertical-align: top;
}

.acti_img {
    width: 87px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    height: 87px;
    border-radius:10px;
    margin: 0 20px 0 0;
    overflow: hidden;
    position: relative;
    transition: 0.5s ease;
    display:inline-block;
    vertical-align:top;
}

.acti .div, .acti_2 .div {display:inline-block;
            vertical-align:bottom;
            width: 70%;}

.acti h2, .acti_2 h2 {
    font-size: 1.3em;
    font-style: normal;
    margin: 20px 0 5px 0;
    text-align:center;
}


.acti .bouton_diapo, .acti_2 .bouton_diapo {
    position: absolute;
    bottom: 10%;
    margin: 0 auto;
    width: 100%;
}
.acti .bouton_diapo a, .acti_2 .bouton_diapo a{
    color:#fff;
    border-radius: 15px;
background-color: #ccc;
padding: 5px 16px 8px 16px;
border: 0;
    }

.inside {
    margin: 0 auto;
    max-width: 1200px;
}


.text3  {
    width: 48%;
    margin: 0;
    padding: 0px 1% 0px 1%;
    vertical-align: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pagination .bouton_diapo a{background-color:#171940;
border:0;
color:#fff;}
.pagination .bouton_diapo a:hover {background-color:#ffa501;
    border:0;
    color:#fff;}

.footer {
    background-color: #171940;
    color: #FFF;
    margin: 0 auto;
    overflow: hidden;
}
.footer .div {
    display: inline-block;
    width: 48%;
    margin: 0 auto;
    text-align: left;
    padding : 20px 0;
    vertical-align: bottom
}
.footer .div1 {
    width: 35%;
}
.footer .div2 {
    width: 55%;
    padding-left: 80px;
}
.footer a {
    color: #fff;
}
.footer a:hover {color:#ffa501;}
.footer .btn {
    border: 2px solid #fff;
    color: #fff;
}
.footer .btn:hover {
    border: 2px solid #ffa501;
    color: #ffa501;
}
.icone_bout a:hover {
    color: #ffa501;
}

.icon_res a{color:#fff;}
.icon_res a:hover {color:#ffa501;}

.mentions {
    width: 90%;
    background-color: #EEDBD3;
    padding: 25px 5%;
    color: #fff;
    text-align: center;
    font-size: 0.8em;
}
.mentions a {
    color: #fff;
}

.form-style-6 {
    max-width: 450px;
    margin: 30px auto;
    padding: 0px;
    text-align: left;
}
.form-style-6 h1 {
    border-radius: 8px;
    padding: 5px 0px;
    font-size: 1em;
    text-align: center;
    color: #fff;
    margin: 0 0 16px 0;
}
.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="tel"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select {
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 10px;
    color: #777;
    font-family: 'DM Sans', sans-serif;
    font-size: 85%;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="tel"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus {
    -webkit-box-shadow: inset 0px 0px 12px 1px #C4C291;
    box-shadow: inset 0px 0px 12px 1px #C4C291;
    border: 1px solid #C4C291;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"],
.form-style-6 button {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px 16px 7px 16px;
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    -webkit-transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
    cursor: pointer;
white-space: nowrap;
border:2px solid #fff;
background-color:transparent;
font-family: 'DM Sans', sans-serif;
}

.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover,
.form-style-6 button:hover{
    cursor: pointer;
}
.form-style-6 button .icon {margin-left:10px;
    -webkit-transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);}
.form-style-6 button:hover .icon {margin-left:20px;}

.arrow {
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    color:#fff;
    padding: 7px 10px 3px 10px;
    cursor: pointer;
    margin: 0;
}

/* .arrow:hover {
    padding: 5px 10px 25px 10px;
    text-decoration: none;
} */

.right {float:right; font-size:0.8em;}
.errors {color:red;}


/*     INTÉRIEUR DES PAGES */

.ariane {
    margin: 0 5px 0 auto;
    width: calc(100% - 30px);
    font-size: 0.8em;
    position: absolute;
    text-align: right;
    color: #12575B;
    top: 0;
right: 0;
}
.ariane a {
    color: #12575B;
    text-decoration: none;
}
.ariane a:hover {
    color: #12575B;
    text-decoration: underline;
}
.ariane a.btn {color:#C4C291;
    border: none;
}
.ariane a.btn:hover {text-decoration: none;
    color: #0d4042;
    border: none}

.section_pages {
    margin: 0;
    width: 100%;
    min-height:100%;
    padding:0;
/*     font-size: 0.935em; */
}

.section_inside {
    width: 94%;
    margin: 0 auto;
    max-width: 800px;
    padding: 0 3% 40px 3%;
/*     min-height: 305px; */
}

.hero-image {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    padding: 0 0 0 5%;
}
.hero-image h2, .hero-image h3, .hero-image p{padding:0 10px;}
.acti h2, .acti h3, .acti p, .acti_2 h2, .acti_2 h3, .acti_2 p {padding: 17px 5px 0 0px;
color:#FFF;
}
.acti h3, .acti_2 h3 {padding: 7px 0 0 0;
    margin: 0;
    font-size: 1em;}

.acti p, .acti_2 p {
padding: 10px 0;
margin: 0;
}


.hero-image .acti {
    width: 100%;
    text-align: center;
    margin: 1% auto;
    color: #000;
    border-radius: 0;
    transition: 0.5s ease;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.hero-image .cadre_img {
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: 0.5s ease;
    margin: 0 auto;
}

.hero-image .acti_light:hover {
    transform: none;
}
.hero-image .cadre_img img {
    transition: 0.5s ease;
}
.hero-image .cadre_img img:hover {
    transform: none;
}

.contenu55 {
    display: inline-block;
    vertical-align: top;
    width: 55%;
}
.contenu {
/*     display: inline-block;
    vertical-align: top; */
    max-width: 800px;
margin: 0 auto;
width: 100%;
}

/* menu mobile */
.menu_mobile_button {
    font-size: 1.5em;
    display: block;
    position: fixed;
    top: 2px;
    left: 10px;
    z-index: 2001;
    padding: 3px 0 3px 8px;
    border-radius: 20px;
    color: #fff;
/*     border: 2px solid #fff; */
    cursor:pointer;
}
#menu_far_left {
    background-color: transparent;
    width: 56px;
    height: 100%;
    position: fixed; top: 0px; left: 0px;
    z-index: 2000; }

.menu_mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 0px;
    height:100%;
    background: #171940;
    background: linear-gradient(135deg,rgba(255, 64, 2, 1) 0%, rgba(255,165, 1) 53%, rgba(255, 127, 193, 1) 90%);
    color: #fff;
    margin: 0 auto;
    padding: 60px 0 60px 0;
    z-index: 2000;
    transition: 0.5s ease;
}
.menu_texte {display:none;
    transition: 0.3s ease;
font-size:0%}
.leurre {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1999;
    display:none;
}

.menu_mobile li {
    display: block;
    position: relative;
    height: 50px;
    font-size: 1.2em;
    margin: 15px 0 0 0;
}

.menu_mobile li a {
    color: #fff;
    padding: 0 0 0 14px;
    transition: 0.5s ease;
}
.menu_mobile li a:hover {
    color: #171940;
    padding: 0 0 0 24px;
}

.menu_mobile li .icon_menu {
    bottom: 5px;
}
.menu_mobile .parent {
    cursor: pointer;
}

.hidden_mobile {
    display: none;
}
.menu_mobile ul {
    margin: 0;
    padding: 0;
}
.hidden_mobile {
    margin: 0;
    padding: 0;
}
.hidden_mobile h2 a {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.7em;
}
.hidden_mobile div a {
    color: #fff;
}

.menu_mobile ul div {
    width: 90%;
    vertical-align: top;
    padding: 0.5% 1%;
}

.menu_mobile ul div h2 {
    font-size: 1.3em;
    margin: 0;
}

.menu_mobile ul div h2 a {
    display: block;
    padding: 8px 0px 8px 35px;
    text-decoration: none;
}
.menu_mobile ul div a {
    display: block;
    padding: 8px 0px 8px 54px;
    text-decoration: none;
}
.menu_mobile ul div a:hover {
    color:#171940;
}

/* .menu_mobile_button {
    display: none;
}*/
.menu_mobile {

}
.hautmenu_mobile {
    display: none;
}


#remonter{position:fixed; bottom: 50px;
    right: 30px; margin:0; z-index:1010; display:none;
    font-size: 1.8em;
}
#remonter a {color:#ffa501;cursor:pointer;}
#remonter a:hover {color:#ff4002;}

    .footer_inside{
        max-width: 1300px;
        margin: 5% 10%;
        width: 80%;}

@media screen and (max-width: 1850px) {
    .diapo h1 {
        font-size: 2.7em;
    }
}

@media screen and (max-width: 1750px) {
    .diapo h1 {
        font-size: 2.6em;
    }
}

@media screen and (max-width: 1650px) {
    .section4 .acti {
        width: 45%;
    }

    .diapo h1 {
        font-size: 2.45em;
    }
}
@media screen and (max-width: 1600px) {
.footer_inside{
    margin: 5% 5%;
    width: 90%;}
}

@media screen and (max-width: 1500px) {

    .diapo h1 {
        font-size: 2.2em;
    }
    .acti_img {
        width: 77px;
        height: 77px;
        margin: 0 15px 0 0;
    }
}
@media screen and (max-width: 1400px) {

    .menu li .icon_menu {
        bottom: -1.8px;
    }

    .last_actus {
        padding: 0;
    }
    .lire {
        width: 20%;
    }
    .lire a {
        padding: 5px;
    }
    .actu_titles {
        width: 55%;
        padding: 10px 0px 0px 5px;
    }

    .section4 .acti {
        width: 55%;
        font-size: 0.8em;
    }

    .diapo h1 {
        font-size: 2em;
    }

    .text3 {background-size:100%;
        vertical-align:top;
    background-position:center 10%;}


}

@media screen and (max-width: 1300px) {
    .diapo {background-size: 80%;}

    .diapo h1 {
        font-size: 2.6em;
    }
    .menu li a.parent {font-size: 1em;
        padding: 32.5px 15px;
    }
    .logo_img {
height:80px;
    }
    .menu {height:87px;}
    .panel{padding:20px 0;}

    .panel3, .panel4 {
        padding-bottom:0;
    }

    .acti_img {
        margin: 0 10px 0 0;
    }
}

@media screen and (max-width: 1200px) {

    .pres h1, .section2 h1, .section3 h1, .section4 h1, .section_inside h1 {font-size: 2em;}

    .section4 .acti {
        width: 65%;
    }

    .events .text_big {font-size:1em;}

    .section_inside li {
        padding-left: 0px;
    }

    .diapo{background-size: 90%;}

    .diapo h1 {
        font-size: 2.9em;
    }

    .acti, .acti_2 {
        width: 40%;
        margin: 1% 5% 0 5%;
    }
}

@media screen and (max-width: 1100px) {
    .menu li a.parent {font-size: 0.9em;
    }
    .menu {height:85px;}
}

/* mobile break */
@media screen and (max-width: 1024px) {

    .diapo h1 {
        font-size: 2.7em;
    }

    /* menu mobile show */
    .menu_mobile_button {
        display: block;
    }

    .logo_img {
        text-align: left;
        position: relative;
        bottom: initial;
        top: 0px;
        z-index: 2000;
    }
    .hautmenu_mobile {
        display: inline-block;
    }
    .menu,
    .telmail,
    .bouton {
        display: none;
    }

    /* other elements */
    .diapo {
        margin: 0px auto;
    }
    .diapo h1 {
        font-size: 2.5em;
    }

    .pres {
        width: 95%;
        padding: 0 2.5%;
    }

    .circle {
        font-size: 3.2em;
        padding: 15px;
        width: 10%;
        margin: 0 9%;
    }
    .circle_legend {
        width: 32%;
        font-size: 0.9em;
    }

    .section4 .acti {
        width: 70%;
    }
    .lire {
        width: 90%;
        display: block;
        text-align: right;
    }
    .actu_titles {
        width: 60%;
        padding: 10px 5px;
        line-height: 1.5em;
    }

    .actu_img {
        width: 30%;
    }

    .section3 .pres_img {
        vertical-align: top;
        width: 38%;
        margin: 0 0 0 5%;
    }

    .section3 {background-size: 50px;}

    .side_form {
        top: 10%;
    }

    .events_wrap{width:27%;}
    .side_form_button{
        right: -135px;
        padding:5px 15px 8px 15px;
        font-size: 1.2em;
    }

    .date2 .date_j {font-size: 3em;
    }

    .date2 {
float: right;
margin: 0;
position: absolute;
right: 0px;
padding: 5px 2px 15px 2px;
font-size: 0.8em;
}
    .inscription{max-width:300px;
        font-size: 0.8em;}

    .events_article, .services_article {width: 84%;
        margin: 0 20px 0 30px;
        padding: 0 2px;}

        .tableau-article {
            font-size: 0.8em;
        }

        .footer .div {
            width: 48%;
            margin: 0 auto;
        }
.footer .div2 {padding:0;}
.panel{padding:0px 0;}
.section4,.section2{padding:20px 0 0 0;}

.pres h1,
.section2 h1,
.section3 h1,
.section4 h1,
.section_inside h1,
.contenu h1 {
    margin: 20px auto;
}
.top_page {padding: 40px 2.5% 20px 2.5%;}
}

@media screen and (max-width: 900px) {
.acti .div, .acti_2 .div {width:60%;}
}

@media screen and (max-width: 768px) {
    .diapo h1 {
        font-size: 1.8em;
    }
    .diapo h2 {
        font-size: 1.5em;
    }

    .circle {
        font-size: 2.5em;
        padding: 15px;
        width: 15%;
        margin: 0 5%;
    }
    .circle_legend {
        width: 32%;
        font-size: 0.7em;
    }




    .pres h1,
    .section2 h1,
    .section3 h1,
    .section4 h1,
    .section_inside h1,
    .contenu h1 {
        font-size: 1.6em;
    }

    .la_une,
    .actus_liste,
    .actus_liste_text3,
    .text3
     {
        display: block;
        width: 100%;
    }
    .text3{height:400px;
    padding:0;}

    .section_inside h1.titre_article,
    .pres h1.titre_article {font-size: 1.6em;
    }

    .actus_liste_text3 {width:95%;
        padding: 0 4% 20px 1%;}

    .section4 .acti {
        width: 70%;
    }
    .lire {
        width: 90%;
        display: block;
        text-align: right;
    }
    .actu_titles {
        width: 55%;
        padding: 10px 5px;
        vertical-align: top;
    }
    .actu_titles h2 a {font-size:0.9em;}

    .section3 .pres {
        display: block;
        width: 80%;
    }
    .section3 .pres_img {
        width: 55%;
        margin: 0 auto;
        display: block;
    }

    .footer {
        font-size: 1em;
    }

    .footer .div {
        display: block;
        width: 60%;
        margin: 0 auto;
        text-align: left;
    }

    .footer .bouton_diapo a {
        padding: 8px 16px 5px 16px;
        font-size: 1em;
    }

    .mentions {
        padding: 10px 5% 33px 5%;
    }

    .contenu55 {width:90%;}
    .hero-image {
        display: block;
        width: 60%;
        padding: 0 0 0 0;
        margin: 0 auto;
    }
    .hero-image .acti {margin:25px auto;}


    #remonter {opacity:0;}
}

@media screen and (max-width: 600px) {
    #menu_far_left {
        width: 26px;
 }

    .menu_mobile ul div {
        width: 90%;
        vertical-align: top;
        padding: 0.5% 1%;
    }

    .section_inside {
        width: 99%;
        margin: 0 auto;
        max-width: 1200px;
        padding: 0 0.5% 40px 0.5%;
    }

    /* other elements */
    .diapo h1 {
        font-size: 1.45em;
    }


    .pres {
        width: 94%;
        padding: 0 4% 0 2%;
    }
    .circle {
        font-size: 2.5em;
        padding: 15px;
        width: 15%;
        margin: 0 5%;
    }
    .circle_legend {
        width: 32%;
        font-size: 0.7em;
    }

    .pres h1,
    .section2 h1,
    .section3 h1,
    .section4 h1,
    .section_inside h1,
    .contenu h1 {
        font-size: 1.6em;
    }

    .section4 .acti {
        width: 70%;
    }
    .lire {
        width: 90%;
        display: block;
        text-align: right;
    }
    .actu_titles {
        width: 60%;
        padding: 10px 5px;
    }

    .section3 .pres {
        display: block;
        width: 80%;
    }
    .section3 .pres_img {
        vertical-align: top;
        width: 85%;
        margin: 0 0 0 10%;
    }

    .footer .div {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }

    .mentions {
        padding: 10px 5% 33px 5%;
    }


    .hero-image {
        display: block;
        width: 70%;
        padding: 0 0 0 0;
        margin: 0 auto;
    }

    .ariane {font-size: 0.7em;}

    .events_wrap{width:42%;}

    .side_form_button {
        right: -118px;
        padding: 5px 15px 5px 15px;
        font-size: 1em;
    }
    .side_form {font-size: 0.8em;}

    .tableau-article {
      font-size: 0.7em;
    }

    .text3 {
        height: 240px;
        background-size:cover;
        background-position: top center;
    }
    .diapo {background-size: 120%;}

    .diapo .text {bottom:6%;}
    .diapo .text .bouton_diapo .icon {left: 10px;}
}

@media screen and (max-width: 500px) {
    .menu_mobile li {
        font-size: 1.8em;
    }

    .ariane {display:none;}

    .diapo h1 {
        font-size: 1.05em;
    }

    .section {padding: 0px 0 40px 0;}
    .pres {width:94%;
        padding: 0 4% 0 2%;}

    .circle {
        font-size: 2.2em;
        padding: 15px;
        width: 15%;
        margin: 0 4%;
    }
    .circle_legend {
        width: 32%;
        font-size: 0.7em;
    }


    .hero-image {
        width: 80%;
    }

    .acti h2, .acti_2 h2  {
        margin: 10px auto 0 auto;
    }

    .events_wrap{width:65%;}

    .pres h1,
    .section2 h1,
    .section3 h1,
    .section4 h1,
    .section_inside h1,
    .contenu h1 {
        font-size: 1.4em;
    }
    .section_inside h1.titre_article,
    .pres h1.titre_article {font-size: 1.4em;
}
    .pres h2,
    .section2 h2,
    .section3 h2,
    .section4 h2,
    .section_inside h2 {
        font-size: 1.1em;
    }
    .menu_mobile{font-size: 0.85em;}

    .text3 {
        background-size:cover;
        height: 240px;
    }
}

@media screen and (max-width: 400px) {

}
