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

Stylesheet: Global Stylesheet

*************************************************/
/*********************
POSTS & CONTENT STYLES
*********************/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
    font-family:'Inter','Helvetica Neue','Helvetica','Arial','sans-serif';
}

p, h1, h2, h3, h4{
    font-family:'Inter','Helvetica Neue','Helvetica','Arial','sans-serif';
    margin-bottom:1.5rem;
}

h2{
    font-size:2.5rem;
}

h2{
    font-size:2rem;
}

h3{
    font-size:1.5rem;
}

h4{
    font-size:1.2rem;
}

p{
    font-size:1rem;
}

.section li{
    font-size:1rem;
}

.section ul{
    margin-bottom: 1.5rem;
}

.navtop{
    background-color: #36475E;
    padding:1rem 0;
}

.top-bar, .top-bar ul {
    background-color: #36475E;
}

.menu a
{
    color:#E5AD3B;
    font-size:1.2rem;
}

.menu a:hover
{
    color:#FAF0D9;
}

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

.top-bar .top-bar-right {
    margin-left: auto !important;
    flex: 0 1 auto;
}


/*********************
EN-TETE
*********************/

.entete{
    background-color:#09192D;
}

.entete h1{
    font-size:2rem;
    color:#FAF0D9;
    font-weight:400;
    margin-bottom: 0;
    text-align:center;
}

.entete h2{
    font-size:1.5rem;
    color:#36CC91;
    font-weight:400;
    margin-bottom: 0;
    text-align:center;
}

.bg-entete{
    background-size:contain;
    background-repeat: no-repeat;
    background-position: right;
    padding-top:0;
    text-align:center;
}

.bg-entete-interne{
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100px;
    margin-top:2rem;
}

.im-entete{
    padding:3rem 0 0 0;
    text-align: center;
    width:500px;
}

.logo{
    width:200px;
}

.menu button {
    margin-bottom: 0;
    background-color: transparent;
    margin-top: 0.5rem;
}

.menu button:focus {
    background-color: transparent;
}

.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 1rem;
    width: 100%;
    height: 3px;
    background: #36CC91;
    -webkit-box-shadow: 0 7px 0 #36CC91, 0 14px 0 #36CC91;
    box-shadow: 0 7px 0 #36CC91, 0 14px 0 #36CC91;
    content: '';
}

.off-canvas {
    background: #36475E;
}

/*********************
GÉNÉRAL
*********************/

.section{
    padding:5rem 0;
}

.section-entete{
    padding:2rem 0;
}

.bande-entete{
    padding:5rem 0;
}

.intro, .beige, .beigepale, .blanc{
    color:#09192D;
}

.bleu, .bleupale, .marine, .bleumoyen, .orange, .vert{
    color:#FCF7EC;
}

.intro a, .beige a, .beigepale a, .blanc a{
    color:#E85E33;
}

.intro a:hover, .beige a:hover, .beigepalea:hovera, .blanc a:hover{
    color:#36CC91;
}

.bleu a {
    color:#36CC91;
}

.bleupale a {
    color:#36CC91;
}

.marine a {
    color:#36CC91;
}

.bleumoyen a {
    color:#36CC91;
}

.orange a {
    color:#36CC91;
}

.vert a{
    color:#36475E;
}

.bleu a:hover {
    color:#E85E33;
}

.bleupale a:hover {
    color:#E85E33;
}

.marine a:hover {
    color:#E85E33;
}

.bleumoyen a:hover {
    color:#E85E33;
}

.orange a:hover {
    color:#36CC91;
}

.vert a:hover{
    color:#09192D;
}

.intro{
    background-color:#FCF7EC;
}

.intro p{
    font-size:1.5rem;
}

.bleu{
    background-color:#36475E;
}

.marine{
    background-color:#09192D;
}

.orange{
    background-color:#E85E33;
}

.vert{
    background-color:#36CC91;
}

.beige{
    background-color:#FAF0D9;
}

.jaune{
    background-color:#E5AD3B;
}

.bleupale{
    background-color:#4E627D;
}

.blanc{
    background-color:#fff;
}

.bleumoyen{
    background-color:#1D2D41;
}

.beigepale{
    background-color:#FCF7EC;
}

/* .section ul {
  position: relative;
  list-style: none;
}

.section ul li:before{
  content: '→';
  position: absolute;
  left: -20px;
} */

.accordion {
    background: #FAF0D9;
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #E85E33;
    border-bottom: 0;
    font-size: .75rem;
    line-height: 1;
    color: #E85E33;
}

.accordion-title p {
    margin-bottom:0;
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #E85E33;
    border-bottom: 0;
    background-color: #fff;
    color: #36475E;
}

.accordion-content p{
    font-size:1rem;
}

.accordion-title:focus, .accordion-title:hover {
    background-color: #E85E33;
    color:#FBF5E4;
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: 1px solid #E85E33;
    border-radius: 0;
}

:last-child>.accordion-content:last-child {
    border-bottom: 1px solid #E85E33;
}

.footer p{
    font-size:0.7rem;
    margin-bottom:0.5rem;
}

.pieddepage{
    padding:0 2rem;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #36475E;
    border-radius: 10px;
    background-color: #283A51;
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #FAF0D9;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
    outline: 0;
    border: 1px solid #36475E;
    background-color: #4E627D;
    -webkit-box-shadow: 0 0 5px #020A14;
    box-shadow: 0 0 5px #020A14;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
}

[type=button], [type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 30px;
    font-size:1rem;
    padding: 1rem;
    width: 100%;
    background-color:#36CC91;
    color:#FAF0D9;
    font-weight:700;
}

[type=button]:focus, [type=submit]:focus {
    background-color:#E85E33;
    color:#FAF0D9;
}

.button {
    border-radius: 5rem;
    font-size: 1rem;
    background-color: #E85E33;
    color: #FBF5E4 !important;
}

.button:focus, .button:hover {
    background-color: #36CC91;
    color: #FBF5E4;
}

.mailerlite-form .mailerlite-form-field label {
    display: none;
}

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

       p, h1, h2, h3, h4{
    font-family:'Inter','Helvetica Neue','Helvetica','Arial','sans-serif';
    margin-bottom:2rem;
}

h2{
    font-size:3rem;
}

h2{
    font-size:2.5rem;
}

h3{
    font-size:1.5rem;
}

h4{
    font-size:1.3rem;
}

p{
    font-size:1rem;
}

.section li{
    font-size:1.3rem;
}

.section ul{
    margin-bottom: 2rem;
}


.top-bar, .top-bar ul {
    background-color: #36475E;
}




/*********************
EN-TETE
*********************/

.entete h1{
    font-size:3rem;
    color:#FAF0D9;
    font-weight:400;
    margin-bottom: 0;
    text-align:left;
}

.entete h2{
    font-size:2rem;
    color:#36CC91;
    font-weight:400;
    margin-bottom: 0;
    text-align:left;
}

.bg-entete{

    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 100% 0;
    padding-top: 0;
}

.bg-entete-interne{
    background-size:50%;
    background-repeat: no-repeat;
    background-position: center center;
}

.im-entete{
    padding:3rem 0 0 0;
    text-align: center;
    width:500px;
}


/*********************
GÉNÉRAL
*********************/

.section{
    padding:5rem 0;
}

.section-entete{
    padding:5rem 0;
}

.bande-entete{
    padding:7rem 0;
}

.intro p{
    font-size:2rem;
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #E85E33;
    border-bottom: 0;
    font-size: .75rem;
    line-height: 1;
    color: #E85E33;
}

.footer p{
    font-size:0.8rem;
}

.pieddepage{
    padding:0 10rem;
}


.button {
    border-radius: 5rem;
    font-size: 1rem;
    background-color: #E85E33;
    color: #FBF5E4 !important;
}

}

/* Large and up */
@media screen and (min-width: 75rem) {
    
    p, h1, h2, h3, h4{
    font-family:'Inter','Helvetica Neue','Helvetica','Arial','sans-serif';
    margin-bottom:2rem;
}

h2{
    font-size:3rem;
}

h2{
    font-size:2.5rem;
}

h3{
    font-size:2rem;
}

h4{
    font-size:1.5rem;
}

p{
    font-size:1.3rem;
}

.section li{
    font-size:1.3rem;
}

.section ul{
    margin-bottom: 2rem;
}


.top-bar, .top-bar ul {
    background-color: #36475E;
}




/*********************
EN-TETE
*********************/

.entete h1{
    font-size:4.3rem;
    color:#FAF0D9;
    font-weight:400;
    margin-bottom: 0;
}

.entete h2{
    font-size:3.5rem;
    color:#36CC91;
    font-weight:400;
    margin-bottom: 0;
}

.bg-entete{
    background-size:contain;
    background-repeat: no-repeat;
    background-position: 90%;
    padding-top:0;
    background-image:url("../images/bg-accueil.webp");
    
}

.bg-entete-interne{
    background-size:50%;
    background-repeat: no-repeat;
    background-position: center center;
}

.im-entete{
    padding:3rem 0 0 0;
    text-align: center;
    width:500px;
}


/*********************
GÉNÉRAL
*********************/

.section{
    padding:5rem 0;
}
    

.section-entete{
    padding:5rem 0;
}

.bande-entete{
    padding:7rem 0;
}

.intro p{
    font-size:2.2rem;
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #E85E33;
    border-bottom: 0;
    font-size: .75rem;
    line-height: 1;
    color: #E85E33;
}

.footer p{
    font-size:0.8rem;
}

.pieddepage{
    padding:0 30rem;
}


.button {
    border-radius: 5rem;
    font-size: 1.5rem;
    background-color: #E85E33;
    color: #FBF5E4 !important;
}

}


.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 */
