/* base.css --- 2025-10-28 07:29:56 */
html,
body {
    background-color: white;
    font-size: 100%;
}



@media (min-width: 992px) and (max-width: 1199px) {

    html,
    body {
        font-size: 100%;
    }
}



@media (min-width: 768px) and (max-width: 991px) {

    html,
    body {
        font-size: 100%;
    }
}

@media (min-width: 500px) and (max-width: 767px) {

    html,
    body {
        font-size: 100%;
    }
}

@media (max-width: 499px) {

    html,
    body {
        font-size: 96%;
    }
}



body .container {
    width: 96% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}



* {
    outline: none !important;

}

.btn,
.form-control {
    box-shadow: none !important;
}





.form-control:focus {
    border-color: #ccc !important
}




article img {
    max-width: 100%;
    height: auto !important;
}

article .wordings {
    flex: 1;
}

#content {
    color: white;
}

.fs-7 {
    font-size: 0.9rem !important;
}

.fs-8 {
    font-size: 0.8rem !important;
}

form {}

form label.form-group-label {
    font-size: 0.85rem;
    margin-bottom: 0.2rem;
}

form .form-group {
    margin-bottom: 0.75rem;
}

form {}

form {}

/* color.css --- 1970-01-01 01:00:00 */


/* menu.css --- 2025-10-28 07:27:47 */
/* menu */
#menu {
  font-size: 11px;
  z-index: 1000;
}

@media screen and (min-width:1024px) {
  #menu {
    position: fixed;
    background-color: #031b2f;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }



  #menu ul.menu {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 1020;
    margin: 0;
    text-align: center;
    /* background-color: #7F89A2; */



  }

  #menu ul,
  #menu li {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #menu a,
  #menu a:hover {
    text-decoration: none;
  }

  #menu ul.level0 {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }

  #menu ul li.level0 {
    margin: 0;
    padding: 0;
    max-width: 250px;
    border-right: 1px dotted white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;

  }

  #menu ul.level0 ul {
    display: block;
  }

  #menu ul li.last {
    border-right: none;
  }

  #menu ul li.level0>a {
    display: block;
    font-size: 0.9rem;
    padding: 7px 25px;
    margin: 0px 0px;
    color: inherit;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
    max-width: 180px;
    text-transform: uppercase;
    color: #f39200
  }

  #menu ul.level1 {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    min-width: 100%;
    /*
    background-color: rgba(82, 90, 111, 0);
    */
    max-height: 0px;
    overflow: hidden;

  }

  #menu li {
    color: rgba(0, 0, 0, 0.8);
    transition: all 700ms;
  }

  #menu ul.level1>li>a {
    display: block;
    padding: 15px 30px 15px 10px;
    color: inherit;

    font-size: 0.rem;
    text-align: left;
    white-space: nowrap;
  }

  #menu li.level0:hover ul {
    max-height: 500px;
  }

  #menu li:hover {

    background-color: rgba(0, 0, 0, 0.8);
    color: rgba(255, 255, 255, 1);


  }

}


@media screen and (max-width:1023px) {


  #btn-menu {
    display: block;
    position: absolute;
    top: 0.5rem;
    right: 2rem;
    color: white;
    font-size: 2.5rem;
    z-index: 999;
  }

  #header {
    height: 60px;
  }




  #btn-menu i::before {
    content: "\f0c9";
    /* fa-bars */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  /* Quand le menu est ouvert : croix */
  body.menu-on #btn-menu i::before {
    content: "\f00d";
    /* fa-xmark */
  }

  /* Optionnel : petite anim smooth */
  #btn-menu i {
    display: inline-block;
    transition: transform 0.2s ease;
  }

  body.menu-on #btn-menu i {
    transform: rotate(90deg);
  }


  #menu {
    position: fixed;
    height: 100vh;
    display_: none;
    top: 0px;
    right: -20px;
    bottom: auto;
    width: 35%;
    max-width: 0px;
    background: #031b2f;
    overflow: hidden;
    padding-bottom: 50px;
    transition: all .7s;
    z-index: 990;
    border-left: 1px solid white;

  }

  #menu ul {
    background: #031b2f;
    padding-top: 120px;
  }

  #menu ul li.level0 {
    float: none !important;
    display: block;
    text-align: left;
    height: auto;
    width: auto;
    margin: 2rem 0;
  }

  #menu ul li.level0 a {
    display: block;
    font-size: 1.2rem;
    text-transform: uppercase;
  }

  #menu ul li.level0>a:hover {
    text-decoration: underline;
  }

  #menu.ready li.home {
    display: none !important;
  }

  #menu ul ul {
    position: relative;
    top: auto;
    width: auto;
    margin-left: 45px;
    display: block;
  }

  body.menu-on {
    height: 100%;
    overflow: hidden;
  }

  body.menu-on #menu {
    right: 0;
    max-width: 350px;
  }
}

/* colors.css --- 2024-11-09 08:04:25 */
:root {

  --orange: rgba(243, 146, 0, 1);
  --navy-blue: rgba(3, 33, 56, 1);
  --navy-blue-8: rgba(3, 33, 56, 0.8);

  --white: rgba(255, 255, 255, 1);
  --white-9: rgba(255, 255, 255, 0.9);
  --white-8: rgba(255, 255, 255, 0.8);
  --white-7: rgba(255, 255, 255, 0.7);
  --white-6: rgba(255, 255, 255, 0.6);
  --white-5: rgba(255, 255, 255, 0.5);
  --white-4: rgba(255, 255, 255, 0.4);
  --white-3: rgba(255, 255, 255, 0.3);
  --white-2: rgba(255, 255, 255, 0.2);
  --white-1: rgba(255, 255, 255, 0.1);
}

.text-orange {
  color: var(--orange) !important;
}

.background-orange {
  background: var(--orange) !important;
}

.text-navy-blue {
  color: var(--navy-blue) !important;
}

.background-blue {
  background: var(--blue) !important;
}

.text-green {
  color: var(--green) !important;
}

.background-green {
  background: var(--green) !important;
}

.text-black {
  color: #111;
}

.gray9 {
  color: #999
}

.gray7 {
  color: #76767F
}

.gray6 {
  color: #69696C
}

a {
  text-decoration: none;
  color: #FFC325
}

a:hover {
  text-decoration: underline;
  color: #FFC325
}

/* contact.css --- 2024-10-26 08:44:04 */
/* contact-form */
#contact-form {
  background: #42ad91;
  padding: 1px 0 25px;
  color: #fff
}

#contact-form *:focus {
  box-shadow: none !important;
  border-color: #000 !important
}

#contact-form .col {
  padding: 0 15px !important
}

#contact-form label {
  font-size: 16px;
  line-height: 3;
}

#contact-form .contact_name {
  background: white !important;
  color: #999
}

#contact-form .contact_name:focus {
  border-color: #bbb !important;
}

#contact-form textarea {
  height: 180px
}

#contact-form button.btn-primary {
  background: #7F89A2 !important;
  border-color: #fff !important;
}

#contact-form .error {
  background: #FFD5C3;
}

/* article-default.css --- 2024-11-08 12:12:42 */
.article-default {
  padding: 30px 0;

}


.article-default .article-inner {}

.article-default .article-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.article-default .wordings {
  flex: 1
}

.article-default .attachments {}



h2.article-title-default {

  font-size: 3rem;
  margin: 0 0 50px;
  color: var(--navy-blue);
  text-align: center;
}

h2.article-title span {
  display: inline-block;
  position: relative;
}

h2.article-title-default span::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: var(--red);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

}

.article-default .wordings {
  color: var(--navy-blue);
}


.article-default .article-text {
  line-height: 1.3;
  font-size: 1rem
}


.article-default p {
  margin: 0;
  padding-bottom: 15px;
}


.article-default .attachments img {
  border-radius: 15px;
}

.article-default h3 {
  color: #FFC325;
  padding: 10px 0 0;
  font-size: 110%;
}


.article-default a {
  color: inherit;
  text-decoration: underline;
}


.article-default a:hover {
  color: var(--orange);

}


.article-default.att-position-left .wordings {
  padding-left: 35px;
}


.article-default.att-position-right .wordings {
  padding-right: 35px;
}

/* footer.css --- 2024-10-26 08:44:04 */
/* footer */

#footer {
  background-color: var(--gray);
  color: var(--white-6);
  font-size: 0.80rem;
  padding: 15px 0 15px;
  max-width: 100vw;
  overflow: hidden;

}

#footer img {
  height: auto !important;
}

#footer p {
  line-height: 1.4;
  margin: 0;
  padding: 0 0 0px 0;
}

#footer .row>div {
  margin-bottom: 0px;



}

#footer-main {
  padding-bottom: 15px;
}

#footer .partenaires p {

  align-items: center;
}

#footer .partenaires img {}

#footer .gray-spacer {
  padding-top: 5%;
  background: var(--white-1);
  margin-bottom: 30px;
}

#footer a {
  color: var(--white-6);
}

#footer a:hover {
  text-decoration: underline;
}

#footer-bloc-left {}

#footer-bloc-left ul {
  list-style: none;
  padding: 0;
  margin: 0;

}

#footer h3 {
  margin-bottom: 7px;
  font-size: 1.2rem;
}

#footer .reseaux-sociaux {
  margin-right: -10px
}

#footer .reseaux-sociaux h3 {
  color: #fff !important;
}

#footer .reseaux-sociaux img {
  max-height: 40px;
  width: auto !important;
  margin: 0 10px;
  transition: all .2s ease-in-out;
}

#footer .reseaux-sociaux img:hover {}

#footer-bloc-center {}

#footer-bloc-center h3 {
  text-align: center;
}

#footer-bottom {
  padding: 15px;
}


#footer-bottom p {
  padding-bottom: 0px;

}

#footer-bottom .separator {
  display: inline-block;
  margin-left: 5px;
}

@media (min-width: 992px) {}

@media (min-width: 992px) and (max-width: 1200px) {}

@media (max-width: 991px) {
  #footer .container {
    max-width: 100%;
  }


}

@media (max-width: 767px) {
  #footer .row {
    flex-direction: column;
    align-items: center;
  }

  #footer .row>div {
    margin-bottom: 15px;
    text-align: center !important;
  }


}

/* galery.css --- 2024-10-26 08:44:04 */
/* homepage - avant / après */
#galery {
  overflow: hidden;
  margin-bottom: 0px;
  background-color: #45ad91;
  padding: 70px 0 120px;
}

#galery h2 {
  font-size: 2rem;
  color: white;
  margin: 0 0 25px;
}

#galery .container {
  position: relative;
}

#galery .pictures {
  font-size: 0;
}

#galery .row {
  margin: 0 auto;
}

#galery .row>div {
  padding: 0;
  margin: 0;
}

#galery .inner {
  border: 1px solid white;
}

/* attachments.css --- 2024-10-26 08:44:04 */
.attachments:not(.gallery) {
    width: 50%;
    flex: 0 0 50%;
    font-size: 0;
}

.attachments.width-25pc:not(.gallery) {
    width: 25%;
    flex: 0 0 25%;
}

.attachments.width-33pc:not(.gallery) {
    width: 33%;
    flex: 0 0 33%;
}

.attachments.width-50pc:not(.gallery) {

    width: 50%;
    flex: 0 0 50%;
}

.attachments.width-66pc:not(.gallery) {
    width: 66%;
    flex: 0 0 66%;
}

.attachments.width-75pc:not(.gallery) {
    width: 75%;
    flex: 0 0 75%;
}

.attachments.width-100pc:not(.gallery) {
    width: 100%;
    flex: 0 0 100%;
}


.attachments.right:not(.gallery) {

    margin-left: 30px;
    margin-right: 0;
}

.attachments.center:not(.gallery) {

    margin-left: auto;
    margin-right: auto;
}

.attachments:not(.gallery) .att {
    position: relative;
}

.attachments:not(.gallery) .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 0.7rem;
    padding: 5px 10px;
    line-height: 1;
    text-align: left;
}






/*
.attachments.first-large .att {
    padding: 1px;
}

.attachments.first-large .following {
    width: 25%;
    float: left
}

.attachments.first-large .following a {
    display: block;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.8;
}

.attachments.slider {
    position: relative;
}

.attachments.slider .inner {
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}

.attachments.slider .att {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border: 1px solid #aaa;
    width: 100%;
    height: 100%;
    background: #eee;
}

.attachments.slider .att a {
    display: block;
    text-align: center;
    ;
    height: 100%;
}

.attachments.slider img {
    max-height: 100%;
}

.attachments.slider .current {
    z-index: 10;
}

.attachments.slider .next {
    z-index: 11;
    opacity: 0;
}

.attachments.slider .caption {}

.attachments:not(.gallery) .nav {
    position: absolute;
    top: 40%;
    width: 90%;
    left: 5%;
    z-index: 20;
}

.attachments:not(.gallery) .nav span {
    display: block;
    font-size: 2rem;
    cursor: pointer;
    padding: 5px;
    background: rgba(0, 0, 0, 0.2);
    color: white
}

.attachments:not(.gallery) .nav .nav-left {
    float: left
}

.attachments:not(.gallery) .nav .nav-right {
    float: right
}




@media (max-width: 767px) {
    .attachments {
        float: none !important;
        width: 100% !important;
        margin: 0 0 30px 0 !important;
        padding: 0 0 0 0 !important;
    }
}

*/

/* hero.css --- 2024-11-08 09:26:25 */
article.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  color: white;
}


article.hero .article-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

article.hero .article-content {
  text-align: center;
}

article.hero .article-content img {
  width: 600px !important;
  max-width: 85%;
}

article.hero .article-content {
  font-size: 1.5rem;
  color: var(--orange);
  /* Couleur orange */
}

/* buttons.css --- 2024-10-28 14:34:27 */
a.btn {
  text-decoration: none;
}




.btn-orange {
  background-color: var(--orange);
  color: white !important;
}

.btn-orange:hover {
  filter: brightness(90%);
}

.btn {
  border-radius: 38px;
}

.btn-block {
  display: block;
  width: 100%;
}

/* decoration.css --- 2024-11-08 16:07:40 */
.overlay-blue {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;

  background-image: linear-gradient(rgba(3, 33, 58, 0.7), rgba(3, 33, 58, 0.7)),
    url('/msmedias/afterworks-dieppe.jpg');

}


ul.diamond {
  list-style-type: none;
  padding-left: 0;
}

ul.diamond li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 35px;
  font-family: Arial, sans-serif;
}

ul.diamond li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  background-color: var(--orange);
  transform: rotate(45deg);
}

/* half-columns.css --- 2024-12-30 09:21:31 */
.half-column-group {}

.half-column-group .articles-group-inner {
  max-width: 1230px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto 60px;
  justify-content: space-between;

}

.half-column-group article {
  flex: 0 0 calc(50% - 15px);
  width: calc(50% - 15px);
  padding: 0 15px;
  background-color: white;
  padding: 15px;
}





@media screen and (min-width: 0px) and (max-width: 767px) {

  .half-column-group .articles-group-inner {
    flex-direction: column;


  }


  .half-column-group article {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 25px;
  }

}

/* infos.css --- 2024-12-30 08:52:19 */
/* suite */
.info_one_col {
  color: white
}

.info_one_col #content {
  min-height: 90vh;
}

.infos #content .row {
  margin: 45px 0 0 0
}

.info_one_col #page-title {}

.info_one_col #page-title {
  padding: 35px;
  font-size: 2rem;
  color: #7F89A2;
  text-align: center;
  display: none;

}

.info_one_col h1 {
  margin: 0;
  padding: 0;

}

.info_one_col h1 span {
  display: inline-block;
  position: relative;
  padding: 0 0 15px;
}

.info_one_col h1 span:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background-color: #42ad91;
}



.info_one_col .article-title h2 {
  font-size: 3rem;
}

/* pourquoi-participer.css --- 2024-11-08 12:07:50 */
article.pourquoi-participer {}

article.pourquoi-participer h2 {}

article.pourquoi-participer .article-text {
  margin: 0 auto;
  max-width: 800px;
  font-size: 1.5rem;
}

/* form.css --- 2024-10-28 14:14:30 */
.form-control {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 38px;

  text-align: center;
}

/* header.css --- 2024-10-27 07:38:51 */
header .container-fluid {
  display: flex;
  justify-content: flex-end;
}

header .row {
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 7px;
}

header .row div {
  /* border: 1px solid pink; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* header : logo */
#baseline {
  color: #999;
  padding: 15px 0;
  font-size: 1.2rem;
  font-weight: normal;
}

header img {
  height: auto !important;
}

/* article-100vh.css --- 2024-11-08 11:04:20 */
.article-100vh {
  min-height: 100vh;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}



.article-100vh .article-inner {}

