@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;0,800;0,900;1,400;1,500&display=swap');

body{
    font-family:'Montserrat','Helvetica Neue','Arial';
    background-color:#FBF8FB;
    background-image:url("../images/bg_accueil.png");
    background-repeat: no-repeat;
    background-size:contain;
    background-position:top center;
    color:#373B41;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family:'Montserrat','Helvetica Neue','Arial';
    font-style: normal;
    font-weight: 700;
    color: inherit;
    text-rendering: optimizeLegibility;
}

p, li{
    font-size:0.8rem;
    }

h1{
    font-size:1.5rem;
}

h2{
    font-size:1.2rem;
}

h3{
    font-size:1rem;
}

a{
    color:#D91C5B;
}

a:hover, a:focus{
    color:#89002E;
}

.alignright {
    float: right!important;
}


.padding-top-1{
    padding-top:1rem;
}
.padding-top-2{
    padding-top:2rem;
}
.padding-top-3{
    padding-top:3rem;
}
.padding-top-4{
    padding-top:4rem;
}
.padding-top-5{
    padding-top:5rem;
}
.padding-bot-1{
    padding-bottom:1rem;
}
.padding-bot-2{
    padding-bottom:2rem;
}
.padding-bot-3{
    padding-bottom:3rem;
}
.padding-bot-4{
    padding-bottom:4rem;
}
.padding-bot-5{
    padding-bottom:5rem;
}
.margin-bot-1{
    margin-bottom:1rem;
}

.menu-icon::after {
    border-radius:5px;
    background: #D91C5B;
    -webkit-box-shadow: 0 7px 0 #D91C5B, 0 14px 0 #D91C5B;
    box-shadow: 0 7px 0 #D91C5B, 0 14px 0 #D91C5B;
    height:3px;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    border-color: #D91C5B transparent transparent;
}

.menu .is-active>a {
    background: #fff !important;
    color: #D91C5B !important;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #D91C5B transparent transparent;
    right: auto;
    left: 5px;
}

.pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #D91C5B;
    color: #fff;
    cursor: default;
	border-radius:20px;
}

.off-canvas {
    background: #FBF8FB;
}

.archives{
    padding-left:2rem;
}

.archives ul{
    margin-left: 0;
}

.archives li{
    padding:0.5rem 0;
    border-bottom: solid 1px #DDDBDB;
    list-style-type: none;
    margin-left: 0;
}

#home-links a{
    padding:1.5rem 0;
    border-bottom: 1px dotted #fff;
    
}

.contenu{
    margin-bottom:3rem;
}

.media{
    font-size:0.8rem;
    font-weight:400;
    color:#909196;
    margin-bottom:0;
}

.date-nouvelle{
    font-size:0.8rem;
    font-weight:700;
    color:#373B41;
    margin-bottom:0;
}

.nouvelles .date-nouvelle{
    color:#fff;
}
.nouvelles{
    font-size:0.9rem;
    color:#fff;
}

.nouvelles a{
    color:#fff;
    font-weight:700;
}

.nouvelles a:hover{
    color:#F7D2DE;
}

.infographies img{
    border:1px solid #F2C4D5;
}


.extrait{
    font-size:0.8rem;
    color:#373B41;
    margin-bottom:0;
    
}

.verticalalign {
    display: flex;
    align-items: center;
}

.texte{
    position:relative;
    top:-100px;
    
}
.button {
    background-color: #D91C5B;
    color: #fff;
    font-weight:700;
    box-shadow: 5px 5px 0 0 #89002E;
    border-radius: 3rem;
    padding:1.5rem 1rem;
}

.button:focus, .button:hover {
    background-color: #89002E;
    color: #fefefe;
    box-shadow: 5px 5px 0 0 #D91C5B;
}

.callout {
    border: none;
    background-color: #fff;
    color: #373B41;
    border-radius: 15px;
    box-shadow: 5px 5px 5px 0 rgba(217,28,91,0.25);

}

.is-dropdown-submenu {
    border: none;
    background: #FBF8FB !important;
    border-radius: 15px;
    box-shadow: 5px 5px 5px 0 rgba(217,28,91,0.25);
}

.nav-admin{
    background-color:#D91C5B;
}

.nav-admin a{
    color:#fff;
    font-size:0.6rem;
    padding: 0.7rem 0.3rem;
}

.nav-admin .menu .active>a {
    background: transparent;
    color: #fff;font-weight:700;
}

.navigation {
    background-color:#fff !important;
      box-shadow: 0 0 20px 0 rgba(217,28,91,0.25);
}

.navigation a{
    color:#D91C5B;
    font-weight: 700;
	font-size: 0.85rem;
}

.navigation a:hover{
    color:#9E1F62;
    font-weight: 700;
}

    
.title{
    background-color:#fff;
      box-shadow: inset 0 5px 10px 0 rgba(217,28,91,0.2), 0 5px 10px 0 rgba(217,28,91,0.2);
    padding:1rem;
}

.title h1{
    color:#D91C5B;
    font-size:1.3rem;
    margin:0;
}

.image img{
    width:250px;
}


.fil{
    font-size:0.8rem;
}

.fil a{
    color:#D91C5B;
    font-weight:400;
}

.fil hr{
    margin:0.5rem 0 2rem 0;
  border-bottom: 1px solid #F2C4D5;
}

.breadcrumbs {
    margin: 0 0 0 0;
}

.dropdown.menu>li.is-active>a {
    color:#9E1F62;
}

.dropdown.menu>li.is-active>a:hover {
    color:#9E1F62;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
    border-color: #D91C5B transparent transparent;
    border-radius:5px;
}

.menu .active>a {
    background: #fff;
    color: #D91C5B;
}

.logo img{
    height:50px;
}

.top-bar, .top-bar ul {
    background-color: #fff;
    padding: 0.5rem 0;
}

.entete{
    margin-bottom:0;
}
.entete h1 {
    font-size:1.5rem;
    line-height: 1.8rem;
    color:#D91C5B;
    text-align: center;
    padding:1.5rem 0;
}

.carousel{
    background-image:url("../images/bg_carousel2.png");
    background-repeat: no-repeat;
    background-size:contain;
    background-position: bottom left;
    height:150px;
    background-color:#D91C5B;
    border-radius: 3rem;
    box-shadow: 5px 5px 0 0 #91278F;
    display: flex;
    align-items: center;
}

.carousel p{
    font-size:1rem;
    text-align: center;
    color:#fff;
    align-items: center;
    padding:0 4rem;
    height:100%;
    margin:auto 0;
}

.agir{
    padding:1rem 0;
}

.exergue{
    color:#91278F;
    font-size:1.5rem;
    font-style:italic;
    background-image:url("../images/bg_exergue.png");
    background-size:100px;
    background-repeat: no-repeat;
    padding-left:5rem;
    margin-top:3rem;
    
}

.hebergement{
    background-color:#F2C4D5;
    padding:4rem 0 2rem 0;
}

.hebergement p{
    font-size:1.5rem;
    margin-top:2rem;
}

.nouvelles{
    background-color:#D91C5B;
    color:#fff;
    padding:4rem 0;
}

.equipe img{
    width:200px;
    border-radius: 25px;
}

.footer{
    background-color:#9E1F62;
    padding:3rem 0;
    color:#fff;
    margin-top:0 !important;
}

.wpcf7-submit {
    text-align: center;
    cursor: pointer;
    padding: 1rem 5rem;
    background: #d91b5c;
	font-weight:700;
	border-radius:3rem;
    border: 0 none;
    color: #fff;
    -webkit-transition: background-color 500ms ease;
    -moz-transition: background-color 500ms ease;
    -o-transition: background-color 500ms ease;
    -ms-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
}


/* Medium only */
@media screen and (min-width: 40em) {


p, li{
    font-size:1rem;
    }

h1{
    font-size:2rem;
}

h2{
    font-size:1.5rem;
}

h3{
    font-size:1.2rem;
}

.nav-admin a{
    color:#fff;
    font-size:0.8rem;
    padding: 0.7rem 1rem;
}
.entete{
    margin-bottom:0;
}
    
.entete h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #D91C5B;
    text-align: left;
}

.carousel p{
    font-size:1.2rem;
    text-align: center;
    color:#fff;
    align-items: center;
    padding:0 4rem;
    height:100%;
    margin:auto 0;
}

.agir{
    padding:2rem 0;
}


.hebergement{
    background-color:#F2C4D5;
    padding:4rem 0 0 0;
}

.hebergement p{
    margin-top:0;
    font-size:1.8rem;
    line-height: 2rem;
}
}

    
    



/* Large and up */
@media screen and (min-width: 75rem) {


p, li{
    font-size:1rem;
    }
    
h1{
    font-size:2rem;
}

h2{
    font-size:1.5rem;
}

h3{
    font-size:1.2rem;
}

.nav-admin a{
    color:#fff;
    font-size:0.8rem;
    padding: 0.7rem 1rem;
}
.entete{
    margin-bottom:0;
}
    
.entete h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    color: #D91C5B;
    text-align: left;
}

.carousel p{
    font-size:1.5rem;
    text-align: center;
    color:#fff;
    align-items: center;
    padding:0 4rem;
    height:100%;
    margin:auto 0;
}

.agir{
    padding:3rem 0;
}

.hebergement{
    background-color:#F2C4D5;
    padding:4rem 0 0 0;
}

.hebergement p{
    margin-top:0;
    font-size:2rem;
    line-height: 2.5rem;
}
    
}


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

Stylesheet: Global Stylesheet

*************************************************/
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */
