<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> @charset "UTF-8"

 /*font-family: 'Roboto', sans-serif;*/
 /*font-weight: 300, 400, 700*/
 /* Rouge : #9e182f */
 /* Rouge survol : #871528*/
 /* Jaune : #ffae35 */
 /* Jaune survol : #e28700*/



 /* STYLE GENERAL
-------------------------------------------------- */
 html {
     scroll-behavior: smooth;
 }

 body {
     margin: 0;
     font-family: 'Roboto', sans-serif;

 }

 ul {
     /*     list-style: none;*/
     margin: 0;
     padding-left: 20px;
 }

 a:hover,
 a:focus,
 a:active {
     text-decoration: none;
 }

 .title-light {
     font-weight: 300;
 }

 .title-medium {
     font-weight: 400;
 }

 .title-medium-red {
     font-weight: 400;
     color: #9e182f;
 }

 .title-bold {
     font-weight: 700;
 }

 .title-bold-red {
     font-weight: 700;
     color: #9e182f;
 }

 h1,
 h2 {
     text-transform: uppercase;
     margin-bottom: 70px;
 }

 h3 {
     margin-bottom: 70px;
 }

 /* NAVIGATION
-------------------------------------------------- */

 /* header */

 .header {
     background-color: #fff;
     box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
     position: fixed;
     width: 100%;
     z-index: 999;
     top: 0;
 }

 .header ul {
     margin: 0;
     padding: 0;
     list-style: none;
     overflow: hidden;
     background-color: #fff;
 }

 .header li a {
     display: block;
     padding: 20px 20px;
     border-right: 1px solid #f4f4f4;
     color: #000;
     text-decoration: none;
     font-size: 14px;
     text-transform: uppercase;
 }

 .header li a:hover,
 .header .menu-btn:hover {
     /*     background-color: #f4f4f4;*/
     color: #871528;
 }

 .header .logo {
     display: block;
     float: left;
     font-size: 2em;
     padding: 5px 20px;
     text-decoration: none;
 }

 /* menu */

 .header .menu {
     clear: both;
     max-height: 0;
     transition: max-height .2s ease-out;
 }

 /* menu icon */

 .header .menu-icon {
     cursor: pointer;
     display: inline-block;
     float: right;
     padding: 28px 20px;
     position: relative;
     user-select: none;
 }

 .header .menu-icon .navicon {
     background: #333;
     display: block;
     height: 2px;
     position: relative;
     transition: background .2s ease-out;
     width: 18px;
 }

 .header .menu-icon .navicon:before,
 .header .menu-icon .navicon:after {
     background: #333;
     content: '';
     display: block;
     height: 100%;
     position: absolute;
     transition: all .2s ease-out;
     width: 100%;
 }

 .header .menu-icon .navicon:before {
     top: 5px;
 }

 .header .menu-icon .navicon:after {
     top: -5px;
 }

 /* menu btn */

 .header .menu-btn {
     display: none;
 }

 .header .menu-btn:checked ~ .menu {
     max-height: 500px;
 }

 .header .menu-btn:checked ~ .menu-icon .navicon {
     background: transparent;
 }

 .header .menu-btn:checked ~ .menu-icon .navicon:before {
     transform: rotate(-45deg);
 }

 .header .menu-btn:checked ~ .menu-icon .navicon:after {
     transform: rotate(45deg);
 }

 .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
 .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
     top: 0;
 }


 /* HEADER
-------------------------------------------------- */
 header {
     width: 100%;
     height: 600px;
     background-image: url('../img/header-img.jpg');
     background-position: center;
     background-repeat: repeat, no-repeat;
     background-size: cover;
     text-align: center;
 }

 /*------- Phrase d'accroche -------*/

 h1.catchphrase {
     color: #fff;
     text-align: center;
     text-shadow: 2px 2px 6px #4c4c4c;
     padding-top: 150px;
     margin-bottom: 40px;
 }

 .txt-catchphrase-light {
     font-weight: 300;
 }

 .txt-catchphrase-medium {
     font-weight: 400;
 }

 .txt-catchphrase-bold {
     font-weight: 700;
 }

 /*---------------- Container VidÃ©o + Bouton newsletter ----------------*/

 .container-video-btn {
     margin: 0 auto;
     width: 760px;
 }

 /*---------------- VidÃ©o ----------------*/

 .video {
     width: 420px;
     margin: 0 auto;
     border: 1px solid #fff;
 }

 /*---------------- Bouton newsletter ----------------*/

 .btn-newsletter {
     width: 220px;
     height: 60px;
     background-color: #ffae35;
     margin: 80px auto 30px;
     padding: 8px;
     color: #fff;
     box-shadow: 4px 8px 8px 0px rgba(62, 57, 49, 0.17);
 }

 .btn-newsletter a {
     color: #fff;
 }

 .btn-newsletter :hover {
     opacity: 0.5;
 }

 .btn-newsletters-content::before {
     content: '';
     display: inline-block;
     margin-right: 15px;
     margin-left: 0;
     width: 36px;
     height: 44px;
     vertical-align: middle;
     background-image: url('../img/picto-newsletter.png');
 }



 /* ACCUEIL
-------------------------------------------------- */
 .accueil {
     text-align: center;
     padding-top: 100px;
     padding-bottom: 100px;
 }

 .accueil-presentation {
     padding: 0 20px;
 }

 .accueil-presentation img {
     width: 100px;
     opacity: 0.6;
     margin-bottom: 20px;
 }

 .accueil-presentation p {
     margin-bottom: 20px;
 }

 /* DECOUVREZ LES ENTREPRISES
-------------------------------------------------- */
 .decouvrez {
     background-color: #f5f5f5;
 }

 .decouvrez-content {
     padding: 50px 0 80px;
 }

 .decouvrez-content h4 {
     color: #212529;
     display: inline-block;
     float: left;
     padding-top: 5px;
 }

 .decouvrez-content .input-group {
     padding: 0;
     width: 45%;
     float: right;
 }

 .txt-decouvrez-light {
     font-weight: 300;
 }

 .txt-decouvrez-bold {
     font-weight: 700;
 }

 .btn-secondary-decouvrez {
     background-color: #ffae35;
 }

 /* CRITERES DE SELECTION
-------------------------------------------------- */

 .criteres {
     padding-top: 70px;
     padding-bottom: 70px;
     width: 100%;
     background-image: url('../img/criteres-img.jpg');
     background-position: center;
     background-repeat: repeat, no-repeat;
     background-size: cover;
     color: #fff;
     font-size: 14px;
     line-height: 1.3;
 }

 .criteres h2 {
     margin-bottom: 30px;
 }

 .criteres h4 {
     margin: 20px 0 10px;
 }

 .criteres img {
     display: block;
     float: left;
     margin-right: 30px;
     margin-bottom: 20px;
     border: 3px solid #fff;
 }

 .criteres p {
     padding: 0 20px;
 }


 /*  COMMMENT DEVENIR MEMBRE
-------------------------------------------------- */
 .membre {
     text-align: left;
     background-color: #f5f5f5;
     padding-top: 100px;
     padding-bottom: 100px;
 }

 .membre-content {
     padding: 0 10px;
 }

 .membre-content img {
     width: 100%;
     margin-bottom: 30px;
 }

 .membre-content h4 {
     padding-bottom: 5px;
 }

 .membre-content p {
     padding-bottom: 20px;
 }



 /* LA METHODE HAOUI
-------------------------------------------------- */

 .methode {
     text-align: left;
     padding-top: 100px;
     padding-bottom: 100px;
 }

 .methode h5 {
     padding: 0 25px 25px 25px;
 }

 .methode-content {
     padding: 0 10px;
 }

 .methode-content img {
     width: 100%;
     margin-bottom: 50px;
 }

 .methode-content h4 {
     padding-bottom: 5px;
 }

 .methode-content-marge-bas {
     padding-bottom: 30px;
 }

 .methode-content-marge-bas-last {
     padding-bottom: 0;
 }


 /*COTISATION
----------------------------------------------------*/

 .cotisation {
     padding-top: 70px;
     padding-bottom: 70px;
     width: 100%;
     background-image: url('../img/cotisation-img.jpg');
     background-position: center;
     background-repeat: repeat, no-repeat;
     background-size: cover;
     color: #fff;
     font-size: 16px;
     line-height: 1.3;
     text-align: center;
 }

 .cotisation h2 {
     margin-bottom: 30px;
 }

 .cotisation-txt-red {
     font-size: 18px;
     color: #9e182f;
     font-weight: 600;
 }

 .cotisation-btn {
     display: inline-block;
     color: #fff;
     padding: 8px 25px;
     background-color: #9e182f;
     margin-top: 20px;
 }

 .cotisation-btn:hover {
     background-color: #871528;
     color: #fff;
 }


 /*TEMOIGNAGES
----------------------------------------------------*/

 .temoignages {
     text-align: left;
     padding-top: 100px;
     padding-bottom: 100px;
 }

 .temoignages h5 {
     padding: 0 25px 25px 25px;
 }

 .temoignages-content {
     padding: 0 10px;
 }

 .temoignages-accordeon {
     background-color: #9b5454;
     color: #fff;
     cursor: pointer;
     padding: 18px 20px;
     margin: 0 20px;
     width: 100%;
     border: 1px solid #fff;
     text-align: left;
     outline: none;
     font-size: 15px;
     transition: 0.4s;
 }

 .active,
 .temoignages-accordeon:hover {
     background-color: #9e182f;
 }

 .temoignages-accordeon:after {
     content: '\002B';
     color: #fff;
     font-weight: bold;
     float: right;
     margin-left: 5px;
 }

 .active:after {
     content: "\2212";
 }

 .panel {
     padding: 0 20px;
     background-color: #fff;
     max-height: 0;
     overflow: hidden;
     transition: max-height 0.2s ease-out;
 }

 .panel a {
     color: #ffae35;
 }

 .panel a:hover {
     color: #e28700;
 }

 .panel a:visited {
     color: #e28700;
 }

 .panel p {
     padding-left: 20px;
     padding-right: 20px;
     padding-bottom: 20px;
     margin: 0;
 }

 .temoignages-presentation {
     background-color: #f5f5f5;
     padding-top: 20px;
     padding-bottom: 20px;
 }

 .temoignages-question {
     font-style: italic;
     color: #9e182f;
     padding-top: 20px;
     padding-bottom: 15px;
 }


 /* POSTULER
-------------------------------------------------- */

 .postuler {
     text-align: left;
     background-color: #f5f5f5;
     padding-top: 100px;
     padding-bottom: 100px;
 }

 .postuler img {
     display: block;
     margin: 0 auto;
 }

 .postuler h4 {
     padding: 30px 0 25px;
     color: #9e182f;
     font-weight: 400;
 }

 .postuler p {
     padding: 20px 0;
     font-style: italic;
     font-size: 14px;
 }

 .postuler-btn {
     display: inline-block;
     color: #fff;
     padding: 8px 25px;
     background-color: #9e182f;
     border: none;

 }

 .postuler-btn:hover {
     background-color: #871528;
     color: #fff;
 }


 /* NOTRE EQUIPE
-------------------------------------------------- */

 .equipe {
     text-align: left;
     padding-top: 100px;
     padding-bottom: 75px;
 }

 .equipe h5 {
     padding: 50px 0 30px;
 }

 .equipe h4 {
     color: #9e182f;
 }

 .equipe img {
     margin: 0 auto;
     display: block;
     width: 100%;
 }

 .equipe p {
     padding: 0 0 25px;
 }

 .equipe a {
     color: #ffae35;
 }

 .equipe a:hover {
     color: #e28700;
 }


 /* FOOTER
-------------------------------------------------- */
 .footer {
     padding-top: 80px;
     padding-bottom: 100px;
     width: 100%;
     background-image: url('../img/footer-img.jpg');
     background-position: center;
     background-repeat: repeat, no-repeat;
     background-size: cover;
     color: #fff;
     font-size: 14px;
     line-height: 1.3;
 }

 .footer h3 {
     font-size: 18px;
     text-transform: uppercase;
     margin-bottom: 20px
 }

 .footer-logo {
     opacity: 0.8;
     margin-bottom: 20px;
 }

 .adress-txt::before {
     content: '';
     display: inline-block;
     margin-right: 10px;
     width: 22px;
     height: 21px;
     vertical-align: middle;
     background-image: url('../img/picto-home.png');
 }

 .adress-phone::before {
     content: '';
     display: inline-block;
     margin-right: 12px;
     margin-left: 2px;
     width: 17px;
     height: 26px;
     vertical-align: middle;
     background-image: url('../img/picto-phone.png');
 }

 .contact-sarl {
     margin-top: 25px;
 }

 .contact a {
     color: #9e182f;
     font-weight: 600;
 }

 .contact a:hover {
     opacity: 0.7;
 }

 .contact a:visited {
     opacity: 0.7;
 }

 .adress-mail::before {
     content: '';
     display: inline-block;
     margin-right: 12px;
     margin-left: -2px;
     width: 24px;
     height: 19px;
     vertical-align: middle;
     background-image: url('../img/picto-mail.png');
 }

.newsletters-bloc {
    display: block;
    width: 200px;
    margin: 10px 50px 10px 0;
    float: left;
}

 .newsletters::before {
     content: '';
     display: inline-block;
     margin-right: 12px;
     margin-left: -2px;
     width: 36px;
     height: 44px;
     vertical-align: middle;
     background-image: url('../img/picto-newsletter.png');
 }

 .newsletters-text {
     font-size: 18px;
     font-weight: 500;
     color: #fff;
 }

.portail-bloc {
    display: block;
    float: left;
    width: 200px;
    margin: 17px 0 0;
}

 .portail::before {
     content: '';
     display: inline-block;
     margin-right: 12px;
     width: 46px;
     height: 30px;
     vertical-align: middle;
     background-image: url('../img/picto-portail.png');
 }

 .portail-text {
     font-size: 18px;
     font-weight: 500;
     color: #fff;
 }

 /* MEDIA QUERIES
-------------------------------------------------- */
 @media (min-width: 990px) {
     .header li {
         float: left;
     }

     .header li a {
         padding: 25px 20px;
     }

     .header .menu {
         clear: none;
         float: right;
         max-height: none;
     }

     .header .menu-icon {
         display: none;
     }
 }

 @media only screen and (max-width:600px) {

     header {
         margin-top: -90px;
     }

     h1.catchphrase {
         margin-top: 150px;
         padding-top: 30px;
     }

     .video {
         width: 250px;
         padding: 0;
     }

 }

 @media only screen and (min-width:600px) and (max-width:900px) {

     h1.catchphrase {
         margin-top: 70px;
         padding-top: 50px;
     }
 }

 @media only screen and (max-width:770px) {

     .video {
         width: 300px;
         padding: 0;
     }

     .container-video-btn {
         margin: 0 auto;
         width: 350px;
     }

     .btn-newsletter {
         margin: 40px auto 30px;
     }

     header {
         height: 700px;
     }

 }



 @media only screen and (min-width:770px) and (max-width:900px) {

     header {
         height: 650px;
     }

     .btn-newsletter {
         margin: 40px auto 30px;
     }
 }

 @media only screen and (min-width:900px) and (max-width:990px) {

     header {
         height: 800px;
     }

     .btn-newsletter {
         margin: 40px auto 30px;
     }
 }


 @media only screen and (max-width:990px) {


     .decouvrez-content {
         padding: 35px 0px;
     }

     .decouvrez-content h4 {
         color: #212529;
         display: inline-block;
         margin: 10px auto;
     }

     .decouvrez-content .input-group {
         padding: 0;
         width: 100%;
         float: none;
     }

 }
</pre></body></html>