@import"https://use.typekit.net/auj5qnb.css";:root{--jaune: #F59A3A;--bleu-text: #18203B;--fond-gris: #F5F5F5}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{position:relative}h1{font-family:peridot-devanagari,sans-serif;font-weight:900;font-size:34px;line-height:38px;color:var(--bleu-text);margin-bottom:20px}h1 span{color:var(--jaune)}h2{font-family:peridot-devanagari,sans-serif;font-weight:900;font-size:28px;line-height:32px;color:var(--bleu-text);margin-bottom:20px}h2 span{color:var(--jaune)}h3{font-family:peridot-devanagari,sans-serif;font-weight:900;color:var(--jaune);font-size:22px;line-height:28px;margin-bottom:20px}h4{font-family:peridot-devanagari,sans-serif;font-weight:700;color:var(--bleu-text);font-size:20px;line-height:24px}h5{font-family:peridot-devanagari,sans-serif;font-weight:700;color:var(--bleu-text);font-size:20px;line-height:28px}h6{font-family:peridot-devanagari,sans-serif;font-weight:700;font-size:18px;line-height:24px;color:var(--bleu-text)}p{font-family:peridot-devanagari,sans-serif;font-weight:400;color:var(--bleu-text);font-size:18px;line-height:24px;margin-bottom:20px;word-break:keep-all}strong{font-family:peridot-devanagari,sans-serif;font-weight:700;color:var(--bleu-text)}ul li{font-family:peridot-devanagari,sans-serif;font-weight:400;font-size:18px;color:var(--bleu-text);list-style-position:inside}ul li a{font-family:peridot-devanagari,sans-serif;font-weight:400;font-size:18px;color:var(--bleu-text);text-decoration:none;color:inherit;transition:.5s}ul li a:hover{color:var(--jaune)}a{font-family:peridot-devanagari,serif}label{font-family:peridot-devanagari,sans-serif;font-weight:500;color:var(--bleu-text);font-size:18px}@media screen and (min-width: 1280px){h1{font-size:64px;line-height:70px}h2{font-size:44px;line-height:50px}h3{font-size:24px;line-height:28px}h4{font-size:22px;line-height:26px}h5{font-size:20px;line-height:28px}h6,p{font-size:18px;line-height:24px}}.flash{width:100%;margin-bottom:20px}.flash .error{background:#ffe6e6;color:#d32f2f;border:1px solid #f5bcbc;padding:10px 15px;margin-bottom:35px;border-radius:6px;text-align:center}.flash .error p{font-size:22px;line-height:66px;font-family:Peridot Devanagari,sans-serif;color:#d32f2f;font-weight:500;margin:0}.flash .success{background:#68d39180;border:1px solid #38a169;padding:10px 15px;margin-bottom:35px;border-radius:6px;text-align:center}.flash .success p{font-size:22px;line-height:66px;font-family:Peridot Devanagari,sans-serif;color:#38a169;font-weight:500;margin:0}.btn{display:block;width:250px;height:45px;margin:0 auto 20px;font-family:peridot-devanagari,sans-serif;font-weight:700;font-size:18px;border-radius:10px;border:none;color:#fff;text-align:center;line-height:45px;text-decoration:none;transition:.5s}.btn.btn_primary{background:var(--jaune)}.btn.btn_primary:hover,.btn.btn_secondary{background:var(--bleu-text)}.btn.btn_secondary:hover{background:var(--jaune)}.btn.large{width:350px;height:60px;font-size:20px;line-height:60px}.menu_mobille{position:fixed;top:0;right:-100vw;width:100vw;height:100vh;background-color:#fff;z-index:900;transition:right .3s ease-in-out;padding:20px}.menu_mobille .close{position:absolute;top:20px;right:20px;cursor:pointer;width:30px;height:30px}.menu_mobille .close img{width:100%;height:auto}.menu_mobille.open{right:0}.menu_mobille nav{margin-top:100px}.menu_mobille nav ul li{list-style:none}.menu_mobille nav ul li a{display:block;padding:15px 0;text-decoration:none;color:var(--text-color)}.menu_mobille nav ul li a:hover{color:var(--jaune)}.menu_mobille .block_icon{margin-top:50px;display:flex;justify-content:space-evenly;align-items:center;border-top:1px solid #ccc;padding-top:20px}.menu_mobille .block_icon .account,.menu_mobille .block_icon .checkout{margin-bottom:20px}.menu_mobille .block_icon .account a,.menu_mobille .block_icon .checkout a{display:flex;align-items:center;padding:10px 0;text-decoration:none}.menu_mobille .block_icon .account a img,.menu_mobille .block_icon .checkout a img{width:24px;height:24px;margin-right:10px}.front-layout header{position:sticky;z-index:1000;background-color:#fff;top:0}.front-layout header .center{width:95%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:10px 0;position:relative;z-index:1002}.front-layout header .logo{width:97px;height:97px}.front-layout header .logo img{width:100%;height:auto}.front-layout header nav{display:none}.front-layout header nav ul li{list-style:none}.front-layout header .block_icon{display:none}.front-layout header .toggle{display:block;cursor:pointer;z-index:10000;position:absolute;top:40px;right:20px}.front-layout header .toggle .bar{display:block;width:30px;height:3px;margin:6px auto;background-color:var(--jaune);transition:all .3s ease-in-out}.front-layout header .toggle.active .bar:nth-child(1){transform:rotate(45deg) translate(9px,6px)}.front-layout header .toggle.active .bar:nth-child(2){opacity:0}.front-layout header .toggle.active .bar:nth-child(3){transform:rotate(-45deg) translate(7px,-4px)}@media screen and (min-width: 1280px){.menu_mobille{display:none}.front-layout header{position:sticky;z-index:1000;background-color:#fff;top:30px}.front-layout header.scrolled{top:0;padding:5px 0;box-shadow:0 2px 10px #0000001a;z-index:1001;height:120px}.front-layout header.scrolled .center .logo{width:90px;height:90px}.front-layout header.scrolled.grey-background .center{background:#fff!important}.front-layout header.grey-background .center{background-color:var(--fond-gris)}.front-layout header .center{width:95%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:10px 15px;position:relative;z-index:1002}.front-layout header .logo{width:200px;height:200px}.front-layout header .logo img{width:100%;height:auto}.front-layout header nav{display:block}.front-layout header nav ul{display:flex}.front-layout header nav ul li{margin-left:50px;list-style:none}.front-layout header nav ul li:first-child{margin-left:0}.front-layout header nav ul li:last-child a{color:var(--jaune)}.front-layout header nav ul li:last-child a:hover{color:var(--bleu-text)}.front-layout header .block_icon{display:flex;position:relative;right:10px}.front-layout header .block_icon .account{margin-right:20px}.front-layout header .toggle{display:none}}@media screen and (min-width: 1600px){.front-layout header .center{width:95%}}@media screen and (min-width: 1920px){.front-layout header{width:1760px;margin:0 auto}.front-layout header.scrolled{width:100%}.front-layout header .center{width:100%;margin:0 auto;padding:0 50px}}.page-politique-de-remboursement,.page-politique-de-confidentialite{width:95%;margin:50px auto}.page-politique-de-remboursement ul li,.page-politique-de-confidentialite ul li{margin-bottom:20px}@media screen and (min-width: 1280px){.page-politique-de-remboursement,.page-politique-de-confidentialite{padding-top:150px}}@media screen and (min-width: 1400px){.page-politique-de-remboursement,.page-politique-de-confidentialite{width:1360px}}.page-default .page-mot-de-passe-oublie,.page-default .se_connecter{margin:50px auto;width:300px}.page-default .page-mot-de-passe-oublie .left h1,.page-default .se_connecter .left h1{text-align:center;margin-bottom:50px}.page-default .page-mot-de-passe-oublie .left form .form_control,.page-default .se_connecter .left form .form_control{position:relative;margin-bottom:20px}.page-default .page-mot-de-passe-oublie .left form .form_control label,.page-default .se_connecter .left form .form_control label{position:absolute;top:-8px;left:12px;background:#fff;padding:0 8px;font-size:12px;color:var(--bleu-text);z-index:1}.page-default .page-mot-de-passe-oublie .left form .form_control input[type=date],.page-default .page-mot-de-passe-oublie .left form .form_control input[type=text],.page-default .page-mot-de-passe-oublie .left form .form_control input[type=email],.page-default .page-mot-de-passe-oublie .left form .form_control input[type=password],.page-default .se_connecter .left form .form_control input[type=date],.page-default .se_connecter .left form .form_control input[type=text],.page-default .se_connecter .left form .form_control input[type=email],.page-default .se_connecter .left form .form_control input[type=password]{width:100%;padding:12px 16px;border:1px solid var(--bleu-text);border-radius:9px;font-size:14px;outline:none;background:none!important}.page-default .page-mot-de-passe-oublie .left form .form_control input[type=date]:-webkit-autofill,.page-default .page-mot-de-passe-oublie .left form .form_control input[type=date]:-webkit-autofill:hover,.page-default .page-mot-de-passe-oublie .left form .form_control input[type=date]:-webkit-autofill:focus,.page-default .page-mot-de-passe-oublie .left form .form_control input[type=date]:-webkit-autofill:active,.page-default .page-mot-de-passe-oublie .left form .form_control input[type=text]:-webkit-autofill,.page-default .page-mot-de-passe-oublie .left form .form_control input[type=text]:-webkit-autofill:hover,.page-default .page-mot-de-passe-oublie .left form .form_control input[type=text]:-webkit-autofill:focus,.page-default .page-mot-de-passe-oublie .left form .form_control input[type=text]:-webkit-autofill:active,.page-default .page-mot-de-passe-oublie .left form .form_control input[type=email]:-webkit-autofill,.page-default .page-mot-de-passe-oublie .left form .form_control input[type=email]:-webkit-autofill:hover,.page-default .page-mot-de-passe-oublie .left form .form_control input[type=email]:-webkit-autofill:focus,.page-default .page-mot-de-passe-oublie .left form .form_control input[type=email]:-webkit-autofill:active,.page-default .page-mot-de-passe-oublie .left form .form_control input[type=password]:-webkit-autofill,.page-default .page-mot-de-passe-oublie .left form .form_control input[type=password]:-webkit-autofill:hover,.page-default .page-mot-de-passe-oublie .left form .form_control input[type=password]:-webkit-autofill:focus,.page-default .page-mot-de-passe-oublie .left form .form_control input[type=password]:-webkit-autofill:active,.page-default .se_connecter .left form .form_control input[type=date]:-webkit-autofill,.page-default .se_connecter .left form .form_control input[type=date]:-webkit-autofill:hover,.page-default .se_connecter .left form .form_control input[type=date]:-webkit-autofill:focus,.page-default .se_connecter .left form .form_control input[type=date]:-webkit-autofill:active,.page-default .se_connecter .left form .form_control input[type=text]:-webkit-autofill,.page-default .se_connecter .left form .form_control input[type=text]:-webkit-autofill:hover,.page-default .se_connecter .left form .form_control input[type=text]:-webkit-autofill:focus,.page-default .se_connecter .left form .form_control input[type=text]:-webkit-autofill:active,.page-default .se_connecter .left form .form_control input[type=email]:-webkit-autofill,.page-default .se_connecter .left form .form_control input[type=email]:-webkit-autofill:hover,.page-default .se_connecter .left form .form_control input[type=email]:-webkit-autofill:focus,.page-default .se_connecter .left form .form_control input[type=email]:-webkit-autofill:active,.page-default .se_connecter .left form .form_control input[type=password]:-webkit-autofill,.page-default .se_connecter .left form .form_control input[type=password]:-webkit-autofill:hover,.page-default .se_connecter .left form .form_control input[type=password]:-webkit-autofill:focus,.page-default .se_connecter .left form .form_control input[type=password]:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;-webkit-text-fill-color:inherit!important;background-color:transparent!important;background-image:none!important}.page-default .page-mot-de-passe-oublie .left form .form_control input[type=date]::-ms-clear,.page-default .page-mot-de-passe-oublie .left form .form_control input[type=text]::-ms-clear,.page-default .page-mot-de-passe-oublie .left form .form_control input[type=email]::-ms-clear,.page-default .page-mot-de-passe-oublie .left form .form_control input[type=password]::-ms-clear,.page-default .se_connecter .left form .form_control input[type=date]::-ms-clear,.page-default .se_connecter .left form .form_control input[type=text]::-ms-clear,.page-default .se_connecter .left form .form_control input[type=email]::-ms-clear,.page-default .se_connecter .left form .form_control input[type=password]::-ms-clear{display:none}.page-default .page-mot-de-passe-oublie .left form .form_control.checkbox,.page-default .se_connecter .left form .form_control.checkbox{width:50%;margin:0 auto 20px;display:flex;align-items:center}.page-default .page-mot-de-passe-oublie .left form .form_control.checkbox label,.page-default .se_connecter .left form .form_control.checkbox label{position:relative;top:0;left:20px;background:none;padding:0;font-size:14px}.page-default .page-mot-de-passe-oublie .left form .form_control.checkbox input[type=checkbox],.page-default .se_connecter .left form .form_control.checkbox input[type=checkbox]{width:10px!important;height:10px!important;margin-right:10px;opacity:1!important}.page-default .page-mot-de-passe-oublie .left form .link_register,.page-default .se_connecter .left form .link_register{margin-top:40px}.page-default .page-mot-de-passe-oublie .left form .link_register h2,.page-default .se_connecter .left form .link_register h2{text-align:center;color:var(--jaune);font-size:24px}.page-default .page-mot-de-passe-oublie .right,.page-default .se_connecter .right{margin-top:50px}.page-default .page-mot-de-passe-oublie .right img,.page-default .se_connecter .right img{width:100%;height:auto}@media screen and (min-width: 768px){.page-default .se_connecter{margin:50px auto;width:700px;display:flex;justify-content:space-between}.page-default .se_connecter .left,.page-default .se_connecter .right{width:300px}}@media screen and (min-width: 768px){.page-default .se_connecter{margin:200px auto 50px;width:1160px;display:flex;justify-content:space-between}.page-default .se_connecter .left{width:460px}.page-default .se_connecter .right{width:500px}}.page-profil{width:95%;margin:0 auto}.page-profil .mini_menu p{display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap}.page-profil .mini_menu p a{font-family:peridot-devanagari,sans-serif;font-weight:400;font-size:18px;color:var(--bleu-text);text-decoration:none;color:inherit;transition:.5s;margin-bottom:15px}.page-profil .mini_menu p a:hover{color:var(--jaune)}.page-profil .mini_menu p button{margin-bottom:15px;border:none;background:none;font-family:peridot-devanagari,sans-serif;font-weight:400;font-size:18px;color:var(--bleu-text);text-decoration:none;color:inherit;transition:.5s;cursor:pointer}.page-profil .mini_menu p button:hover{color:var(--jaune)}.page-profil .grid{display:flex;flex-direction:column}.page-profil .grid .block{padding:0!important}.page-profil .grid .block h2{color:var(--jaune);font-size:24px;font-weight:500}.page-profil .grid .block .card{position:relative;box-shadow:0 0 8px #0003;margin-bottom:20px;border-radius:10px;padding:20px}.page-profil .grid .block .card form{display:flex;flex-direction:column;gap:15px}.page-profil .grid .block .card form label{display:block;width:100%}.page-profil .grid .block .card form input,.page-profil .grid .block .card form select{padding:10px;border:1px solid #ccc;border-radius:5px;font-size:16px;width:100%;color:var(--bleu-text)}.page-profil .grid .block .card form button{padding:10px;background-color:var(--jaune);color:#fff;border:none;border-radius:5px;cursor:pointer;transition:.5s}.page-profil .grid .block .card form button:hover{background-color:var(--bleu-text)}.page-profil .grid .block .card .contenu{padding:20px}.page-profil .grid .block .card .contenu p strong{font-weight:700}.page-profil .grid .block .card .contenu a{border:none;background:none;text-decoration:underline;font-size:18px;font-weight:400;color:var(--jaune)}.page-profil .grid .block .card .contenu button{border:none;background:none;text-decoration:underline;font-size:18px;font-weight:400;color:#d9d9d9;cursor:pointer}.page-profil .grid .info{order:2}.page-profil .grid .carte{padding:0!important;order:1;width:100%;margin:0 auto}.page-profil .grid .carte .block_card .block_card_card{background:var(--fond-gris);padding:20px;width:100%;height:280px;margin:0 auto}.page-profil .grid .carte .block_card .block_card_card .card-etupass.web{width:155px;height:235px;margin:0 auto;text-align:center;background:#fff;border-radius:10px}.page-profil .grid .carte .block_card .block_card_card .card-etupass.web .logo{width:30%;margin-left:10px;padding-top:5px;z-index:unset}.page-profil .grid .carte .block_card .block_card_card .card-etupass.web .logo img{width:100%;height:auto}.page-profil .grid .carte .block_card .block_card_card .card-etupass.web h3{color:var(--bleu-text);font-size:16px;font-weight:900;text-transform:capitalize;margin:0}.page-profil .grid .carte .block_card .block_card_card .card-etupass.web img{width:90px;height:auto}.page-profil .grid .carte .block_card .block_card_card .card-etupass.web h4{font-size:12px;line-height:18px}.page-profil .grid .carte .block_card .block_card_card .card-etupass.web p{font-size:7px;font-weight:400;color:var(--bleu-text);margin:0;line-height:14px}.page-profil .grid .carte .block_card .block_card_text{padding:20px}.page-profil .grid .carte .block_card .block_card_text h3{color:var(--bleu-text);margin:0}.page-profil .grid .carte .block_card .block_card_text .actio{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.page-profil .grid .carte .block_card .block_card_text .actio a{color:var(--jaune);text-decoration:none;font-size:14px}.page-profil .grid .carte .block_card .block_card_text .actio a:hover{text-decoration:underline}.page-profil .grid .carte .block_card .block_card_text .actio button{background-color:var(--jaune);color:#fff;border:none;padding:5px 10px;border-radius:5px;cursor:pointer;transition:.5s}.page-profil .grid .carte .block_card .block_card_text .actio button:hover{background-color:var(--bleu-text)}@media screen and (min-width: 600px){.page-profil .mini_menu p{justify-content:flex-start}.page-profil .mini_menu p a{margin-right:30px}.page-profil .grid .block .card .contenu button{position:absolute;right:20px;bottom:20px}}@media screen and (min-width: 1280px){.page-profil{margin-top:150px}.page-profil .grid{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start;margin-bottom:50px}.page-profil .grid .block{width:45%}.page-profil .grid .block .card .contenu button{position:absolute;right:20px;bottom:20px}.page-profil .grid .info{order:1}.page-profil .grid .carte{order:2;margin:0}.page-profil .grid .carte .block_card{padding:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.page-profil .grid .carte .block_card .block_card_card{width:45%;margin:0}.page-profil .grid .carte .block_card .block_card_text{width:45%}.page-profil .grid .carte .block_card .block_card_text .actio{justify-content:flex-start;align-items:center}.page-profil .grid .carte .block_card .block_card_text .actio a{display:block;width:24px;height:24px;margin:0 20px 0 0}}@media screen and (min-width: 1400px){.page-profil{width:1360px}.page-profil .grid{justify-content:space-between}.page-profil .grid .block{width:650px}.page-profil .grid .block .card .contenu button{position:absolute;right:20px;bottom:20px}.page-profil .grid .info{order:1}.page-profil .grid .carte{order:2}}.custom-file-upload{border:2px dashed #18203b;border-radius:10px;padding:24px 16px;text-align:center;cursor:pointer;background:#f8f9fa;margin:16px 0;transition:border-color .2s,background .2s;display:flex;flex-direction:column;align-items:center;justify-content:center}.custom-file-upload:hover,.custom-file-upload:focus{border-color:#3b82f6;background:#eef6ff}.custom-file-upload.disabled{opacity:.6;cursor:not-allowed}.custom-file-upload .icon{margin-bottom:8px}.custom-file-upload .label{font-family:peridot-devanagari,sans-serif;font-size:16px;color:var(--bleu-text);margin-bottom:8px}.custom-file-upload .filename{margin-top:8px;font-size:16px;font-family:peridot-devanagari,sans-serif;color:#3b82f6;word-break:break-all}.custom-file-upload .hidden-input{display:none}.custom-file-upload .remove-btn{color:#dc2626!important;font-weight:700!important;text-decoration:none!important}.filename.success{color:#16a34a;font-family:peridot-devanagari,sans-serif}.filename.error{font-family:peridot-devanagari,sans-serif;color:#dc2626}.page-checkout{width:95%;margin:0 auto}.page-checkout .carte_card{box-shadow:0 0 8px #0003;margin-bottom:20px;border-radius:10px}.page-checkout .carte_card .img_block{background:#f5f5f5;display:flex;justify-content:center;align-items:center}.page-checkout .carte_card .card_text{padding:50px}.page-checkout .carte_card .card_text .price p{font-family:peridot-devanagari,sans-serif;font-weight:700;font-size:24px;color:var(--jaune)}.page-checkout .checkout_card{box-shadow:0 0 8px #0003;margin-bottom:20px;border-radius:10px;padding:20px}.page-checkout .checkout_card .checkout_card_item{display:flex;justify-content:space-between;flex-wrap:wrap;padding:10px 0;border-bottom:1px solid #eee;margin-bottom:20px}.page-checkout .checkout_card .checkout_card_item.checkout_card_item--last{border-bottom:none;margin-bottom:20px}.page-checkout .checkout_card .checkout_card_item p{font-size:24px;font-weight:400}.page-checkout .checkout_card .checkout_card_item p:last-child{font-weight:700}.page-checkout .checkout_card .checkout_card_item label{display:block;width:100%;margin-bottom:10px}.page-checkout .checkout_card .checkout_card_item .flex_submit{display:flex;align-items:stretch;justify-content:flex-start;width:100%}.page-checkout .checkout_card .checkout_card_item .flex_submit input[type=date],.page-checkout .checkout_card .checkout_card_item .flex_submit input[type=email],.page-checkout .checkout_card .checkout_card_item .flex_submit input[type=password],.page-checkout .checkout_card .checkout_card_item .flex_submit input[type=text]{flex:1;width:100%;padding:12px 16px;border:1px solid #d9d9d9;border-top-left-radius:9px;border-bottom-left-radius:9px;font-size:14px;outline:none;background:none!important}.page-checkout .checkout_card .checkout_card_item .flex_submit input[type=date]:-webkit-autofill,.page-checkout .checkout_card .checkout_card_item .flex_submit input[type=date]:-webkit-autofill:hover,.page-checkout .checkout_card .checkout_card_item .flex_submit input[type=date]:-webkit-autofill:focus,.page-checkout .checkout_card .checkout_card_item .flex_submit input[type=date]:-webkit-autofill:active,.page-checkout .checkout_card .checkout_card_item .flex_submit input[type=email]:-webkit-autofill,.page-checkout .checkout_card .checkout_card_item .flex_submit input[type=email]:-webkit-autofill:hover,.page-checkout .checkout_card .checkout_card_item .flex_submit input[type=email]:-webkit-autofill:focus,.page-checkout .checkout_card .checkout_card_item .flex_submit input[type=email]:-webkit-autofill:active,.page-checkout .checkout_card .checkout_card_item .flex_submit input[type=password]:-webkit-autofill,.page-checkout .checkout_card .checkout_card_item .flex_submit input[type=password]:-webkit-autofill:hover,.page-checkout .checkout_card .checkout_card_item .flex_submit input[type=password]:-webkit-autofill:focus,.page-checkout .checkout_card .checkout_card_item .flex_submit input[type=password]:-webkit-autofill:active,.page-checkout .checkout_card .checkout_card_item .flex_submit input[type=text]:-webkit-autofill,.page-checkout .checkout_card .checkout_card_item .flex_submit input[type=text]:-webkit-autofill:hover,.page-checkout .checkout_card .checkout_card_item .flex_submit input[type=text]:-webkit-autofill:focus,.page-checkout .checkout_card .checkout_card_item .flex_submit input[type=text]:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;-webkit-text-fill-color:inherit!important;background-color:transparent!important;background-image:none!important}.page-checkout .checkout_card .checkout_card_item .flex_submit input[type=date]::-ms-clear,.page-checkout .checkout_card .checkout_card_item .flex_submit input[type=email]::-ms-clear,.page-checkout .checkout_card .checkout_card_item .flex_submit input[type=password]::-ms-clear,.page-checkout .checkout_card .checkout_card_item .flex_submit input[type=text]::-ms-clear{display:none}.page-checkout .checkout_card .checkout_card_item .flex_submit button{background:var(--jaune);border:1px solid var(--jaune);width:41px;height:auto;min-height:41px;border-top-right-radius:5px;border-bottom-right-radius:5px;cursor:pointer;transition:background-color .3s ease}.page-checkout .checkout_card .checkout_card_item .flex_submit button:hover{background:var(--jaune-dark, #e6b800)}.page-checkout .checkout_card .checkout_card_paiement .btn.btn_primary{width:100%;margin:0}@media screen and (min-width: 768px){.page-checkout{width:650px}.page-checkout .carte_card{display:flex;height:250px}.page-checkout .carte_card .img_block{width:250px}}@media screen and (min-width: 1024px){.page-checkout{margin-top:150px}.page-checkout .carte_card{width:650px;display:flex;height:250px}.page-checkout .carte_card .img_block{width:250px}.page-checkout .checkout_card{width:650px}}@media screen and (min-width: 1400px){.page-checkout{width:1360px}.page-checkout .container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;width:100%}.page-checkout h1{display:block;width:100%;margin-bottom:50px}.page-checkout .carte_card{width:650px;display:flex;height:250px}.page-checkout .carte_card .img_block{width:250px}.page-checkout .checkout_card{width:650px}}.page-paiement-annule,.page-paiement-reussi{width:95%;margin:80px auto}.page-paiement-annule .container,.page-paiement-reussi .container{text-align:center}@media screen and (min-width: 1280px){.page-paiement-annule,.page-paiement-reussi{margin:150px auto}}.page-offres,.page-bons-plans{width:95%;margin:0 auto}.page-offres .mini_menu p,.page-bons-plans .mini_menu p{display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap}.page-offres .mini_menu p a,.page-bons-plans .mini_menu p a{font-family:peridot-devanagari,sans-serif;font-weight:400;font-size:18px;color:var(--bleu-text);text-decoration:none;color:inherit;transition:.5s;margin-bottom:15px}.page-offres .mini_menu p a:hover,.page-bons-plans .mini_menu p a:hover{color:var(--jaune)}.page-offres .mini_menu p button,.page-bons-plans .mini_menu p button{margin-bottom:15px;border:none;background:none;font-family:peridot-devanagari,sans-serif;font-weight:400;font-size:18px;color:var(--bleu-text);text-decoration:none;color:inherit;transition:.5s;cursor:pointer}.page-offres .mini_menu p button:hover,.page-bons-plans .mini_menu p button:hover{color:var(--jaune)}.page-offres .grid.filter,.page-bons-plans .grid.filter{margin-top:35px}.page-offres .grid.filter button,.page-bons-plans .grid.filter button{background:none;border:none;border:1px solid var(--jaune);color:var(--jaune);padding:10px 20px;margin-bottom:10px;cursor:pointer;transition:.5s}.page-offres .grid.filter button:hover,.page-bons-plans .grid.filter button:hover,.page-offres .grid.filter button.active,.page-bons-plans .grid.filter button.active{background:var(--jaune);color:#fff}.page-offres .grid,.page-bons-plans .grid{margin-top:120px;display:flex;flex-direction:column}.page-offres .grid .card,.page-bons-plans .grid .card{background:#f5f5f5;padding:0 50px 50px;width:280px;margin:0 auto 120px}.page-offres .grid .card img,.page-bons-plans .grid .card img{display:block;width:140px;height:140px;margin:-70px auto 0;object-fit:cover;border-radius:10px;box-shadow:0 4px 6px #0000001a}.page-offres .grid .card h2,.page-bons-plans .grid .card h2{margin-top:50px;text-align:center;color:var(--bleu-text);font-size:18px;line-height:1.5;font-family:peridot-devanagari,serif;font-weight:900}.page-offres .grid .card h2+p,.page-bons-plans .grid .card h2+p{text-align:left}.page-offres .grid .card p,.page-bons-plans .grid .card p{text-align:left!important;margin-top:14px;color:var(--bleu-text);font-family:Peridot Devanagari,sans-serif;font-weight:400;font-size:16px}.page-offres .grid .card p strong,.page-bons-plans .grid .card p strong{color:var(--bleu-text);font-weight:700}.page-offres .grid .card .instagram-link,.page-bons-plans .grid .card .instagram-link{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(45deg,#f56040,#e1306c,#c13584,#833ab4);border-radius:8px;color:#fff;text-decoration:none;transition:transform .3s ease;margin-top:10px}.page-offres .grid .card .instagram-link:hover,.page-bons-plans .grid .card .instagram-link:hover{transform:scale(1.2)!important}.page-offres .grid .card .instagram-icon,.page-bons-plans .grid .card .instagram-icon{width:18px;height:18px}@media screen and (min-width: 375px){.page-offres .grid .card,.page-bons-plans .grid .card{width:310px}}@media screen and (min-width: 600px){.page-offres .mini_menu p,.page-bons-plans .mini_menu p{justify-content:flex-start}.page-offres .mini_menu p a,.page-bons-plans .mini_menu p a{margin-right:30px}.page-offres .grid .card,.page-bons-plans .grid .card{width:310px}}@media screen and (min-width: 768px){.page-offres .grid,.page-bons-plans .grid{display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:flex-start;flex-direction:row}.page-offres .grid .card,.page-bons-plans .grid .card{margin:0 0 120px;min-height:500px}}@media screen and (min-width: 1024px){.page-offres .grid,.page-bons-plans .grid{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;flex-direction:row}.page-offres .grid .card,.page-bons-plans .grid .card{margin:0 0 120px 14px}.page-offres .grid .card:nth-child(4n+1),.page-bons-plans .grid .card:nth-child(4n+1){margin-left:0}}@media screen and (min-width: 1280px){.page-offres,.page-bons-plans{margin-top:150px}.page-offres .mini_menu,.page-bons-plans .mini_menu{width:1100px;margin:0 auto}.page-offres .grid,.page-bons-plans .grid{width:1000px;margin:150px auto}.page-offres .grid .card:nth-child(4n+1),.page-bons-plans .grid .card:nth-child(4n+1){margin:0 0 120px 14px}.page-offres .grid .card:nth-child(3n+1),.page-bons-plans .grid .card:nth-child(3n+1){margin-left:0}}@media screen and (min-width: 1366px){.page-offres .grid,.page-bons-plans .grid{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;flex-direction:row}}@media screen and (min-width: 1600px){.page-offres h1,.page-bons-plans h1{display:block;width:1505px;margin:0 auto 50px}.page-offres .mini_menu,.page-bons-plans .mini_menu{width:1505px}.page-offres .grid,.page-bons-plans .grid{width:1360px;margin:120px auto 0}.page-offres .grid .card,.page-bons-plans .grid .card{margin:0 0 120px 14px}.page-offres .grid .card:nth-child(4n+1),.page-bons-plans .grid .card:nth-child(4n+1){margin-left:0}.page-offres .grid .card:nth-child(3n+1),.page-bons-plans .grid .card:nth-child(3n+1){margin:0 0 120px 14px}}.up_to_top{position:absolute;bottom:820px;right:10px;width:23px;height:28px;border:none;cursor:pointer;transition:all .3s ease;z-index:1000;display:flex;align-items:center;justify-content:center}.up_to_top img{width:100%;height:auto}@media screen and (min-width: 411px){.up_to_top{bottom:770px;right:10px}}@media screen and (min-width: 414px){.up_to_top{bottom:780px;right:15px}}@media screen and (min-width: 600px){.up_to_top{bottom:780px;right:45px}}@media screen and (min-width: 768px){.up_to_top{bottom:730px;right:60px}}@media screen and (min-width: 1024px){.up_to_top{bottom:730px;right:80px}}@media screen and (min-width: 1280px){.up_to_top{bottom:700px;right:95px}}@media screen and (min-width: 1366px){.up_to_top{bottom:700px;right:100px}}@media screen and (min-width: 1440px){.up_to_top{bottom:700px;right:110px}}@media screen and (min-width: 1600px){.up_to_top{bottom:470px;right:120px}}@media screen and (min-width: 1680px){.up_to_top{bottom:470px;right:125px}}@media screen and (min-width: 1680px){.up_to_top{bottom:470px;right:80px}}footer{width:100%;padding:35px 0}footer .footer_content_up{width:95%;margin:0 auto;background:var(--fond-gris);padding:20px}footer .footer_content_up .footer_logo{display:flex;align-items:center;justify-content:center;margin-bottom:20px}footer .footer_content_up .footer_logo img{width:180px;height:auto}footer .footer_content_up .footer_text{text-align:center}footer .footer_content_up .footer_text p{word-break:keep-all}footer .footer_content_down{width:95%;margin:0 auto;background:var(--fond-gris);padding:20px;display:flex;flex-direction:column}footer .footer_content_down p{text-align:center;word-break:keep-all;order:3}footer .footer_content_down p a{color:var(--bleu-text);text-decoration:none;transition:.5s}footer .footer_content_down p a:hover{color:var(--jaune)}footer .footer_content_down .footer_menu{order:2;margin-bottom:35px}footer .footer_content_down .footer_menu nav ul li{text-align:center;list-style:none;margin-bottom:20px}footer .footer_content_down .footer_menu nav ul li a{font-weight:700}footer .footer_content_down .social-links{order:1;display:flex;justify-content:center;align-items:center;margin-bottom:35px}@media screen and (min-width: 600px){footer .footer_content_up{width:85%}footer .footer_content_down{width:85%}footer .footer_content_down p{order:3}footer .footer_content_down .footer_menu{order:2}footer .footer_content_down .social-links{order:1}}@media screen and (min-width: 1600px){footer .footer_content_up{width:1505px}footer .footer_content_down{width:1505px;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;padding:50px 0 60px}footer .footer_content_down p{order:1;display:block;height:30px;margin-bottom:0;padding-top:3px}footer .footer_content_down .footer_menu{order:2;margin-bottom:0;height:30px;display:flex;align-items:center}footer .footer_content_down .footer_menu nav ul{display:flex}footer .footer_content_down .footer_menu nav ul li{margin-left:20px;margin-bottom:0}footer .footer_content_down .footer_menu nav ul li:first-child{margin-left:0}footer .footer_content_down .social-links{order:3;margin-bottom:0;height:30px;display:flex;justify-content:center;align-self:center}footer .footer_content_down .social-links a{display:block;width:20px;height:20px}}@media screen and (min-width: 1920px){footer .footer_content_up{width:1760px}footer .footer_content_down{width:1760px;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;padding:50px 0 60px}footer .footer_content_down p{order:1;display:block;height:30px;margin-bottom:0;padding-top:3px}footer .footer_content_down .footer_menu{order:2;margin-bottom:0;height:30px;display:flex;align-items:center}footer .footer_content_down .footer_menu nav ul{display:flex}footer .footer_content_down .footer_menu nav ul li{margin-left:20px;margin-bottom:0}footer .footer_content_down .footer_menu nav ul li:first-child{margin-left:0}footer .footer_content_down .social-links{order:3;margin-bottom:0;height:30px;display:flex;justify-content:center;align-self:center}footer .footer_content_down .social-links a{display:block;width:20px;height:20px}}.notFound{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:var(--fond-gris);padding:50px}.notFound .block{display:flex;margin-bottom:150px;position:relative}.notFound .block .left{text-align:left;position:relative;z-index:10}.notFound .block .left h1{color:#000;font-family:peridot-devanagari,sans-serif;font-weight:900;font-size:60px}.notFound .block .left p{font-family:peridot-devanagari,sans-serif;font-weight:400;font-size:18px;color:var(--bleu-text)}.notFound .block .right{display:block;position:absolute;top:10px;right:0;z-index:1}.notFound .block .right .round{width:200px;height:200px;border-radius:50%;background-color:var(--jaune);display:flex;align-items:center;justify-content:center}@media (min-width: 768px){.notFound{width:80%;margin:0 auto}.notFound .block{width:100%;flex-direction:row;align-items:center;justify-content:space-evenly}.notFound .block .left{text-align:left;margin-bottom:20px}.notFound .block .left h1{font-size:80px}.notFound .block .right{position:relative;margin-top:20px}}@media (min-width: 1280px){.notFound{margin-top:50px;padding-top:150px}.notFound .block{width:100%;flex-direction:row;align-items:center;justify-content:space-evenly}.notFound .block .left{text-align:left;margin-bottom:20px}.notFound .block .left h1{font-size:80px}.notFound .block .right{position:relative;margin-top:20px}}@media (min-width: 1920px){.notFound{width:1760px;margin:50px auto 0}.notFound .block{width:100%;flex-direction:row;align-items:center;justify-content:space-evenly}.notFound .block .left{text-align:left;margin-bottom:20px}.notFound .block .left h1{font-size:80px}.notFound .block .right{position:relative;margin-top:20px}}.page-acceuil .container{width:95%;margin:0 auto}.page-acceuil .container .section_1.background_grey{padding:5px;background:var(--fond-gris)}.page-acceuil .container .section_1.background_grey:nth-child(1) .section_-20_10_80_10.background_grey{width:100%;margin:0}.page-acceuil .container .section_1.background_grey:nth-child(1) .col_2 .col_2_50 img{width:100%;height:auto}.page-acceuil .container .section_1.background_grey:nth-child(4){padding:35px 10px}.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50{margin-bottom:35px}.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 form .form_control{position:relative;margin-bottom:20px}.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 form .form_control label{position:absolute;top:-8px;left:12px;background:var(--fond-gris);padding:0 8px;font-size:12px;color:var(--bleu-text);z-index:1}.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 form .form_control input[type=text],.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 form .form_control input[type=email],.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 form .form_control input[type=password]{width:100%;padding:12px 16px;border:1px solid var(--bleu-text);border-radius:9px;font-size:14px;outline:none;background:none!important}.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 form .form_control input[type=text]:-webkit-autofill,.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 form .form_control input[type=text]:-webkit-autofill:hover,.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 form .form_control input[type=text]:-webkit-autofill:focus,.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 form .form_control input[type=text]:-webkit-autofill:active,.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 form .form_control input[type=email]:-webkit-autofill,.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 form .form_control input[type=email]:-webkit-autofill:hover,.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 form .form_control input[type=email]:-webkit-autofill:focus,.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 form .form_control input[type=email]:-webkit-autofill:active,.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 form .form_control input[type=password]:-webkit-autofill,.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 form .form_control input[type=password]:-webkit-autofill:hover,.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 form .form_control input[type=password]:-webkit-autofill:focus,.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 form .form_control input[type=password]:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;-webkit-text-fill-color:inherit!important;background-color:transparent!important;background-image:none!important}.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 form .form_control input[type=text]::-ms-clear,.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 form .form_control input[type=email]::-ms-clear,.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 form .form_control input[type=password]::-ms-clear{display:none}.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 img{width:100%;height:auto}.page-acceuil .container .background_white:nth-child(2){margin-top:-30px}.page-acceuil .container .background_white:nth-child(2) .square_arrow_btn{display:flex;justify-content:center;align-self:center}.page-acceuil .container .background_white:nth-child(3){text-align:center;margin-top:50px}.page-acceuil .container .background_white:nth-child(3) .col_5{margin-top:35px}.page-acceuil .container .background_white:nth-child(3) .col_5 div{width:240px;margin:0 auto 35px}.page-acceuil .container .background_white:nth-child(3) .col_5 div img{width:100%;height:auto}.page-acceuil .container .background_white:nth-child(3) .col_5 div p{margin-top:10px}.page-acceuil .container .background_white:nth-child(3) .col_5+div{margin-top:50px}.page-acceuil .container .background_white:nth-child(5){padding:35px 10px}.page-acceuil .container .background_white:nth-child(5) h2{text-align:center}.page-acceuil .container .background_white:nth-child(5) .gjs-wrapper{margin-bottom:20px}.page-acceuil .container .background_white:nth-child(5) .gjs-wrapper .partners-carousel{position:relative}.page-acceuil .container .background_white:nth-child(5) .gjs-wrapper .partners-carousel:before,.page-acceuil .container .background_white:nth-child(5) .gjs-wrapper .partners-carousel:after{content:"";position:absolute;top:0;bottom:0;width:50px;z-index:10;pointer-events:none}.page-acceuil .container .background_white:nth-child(5) .gjs-wrapper .partners-carousel:before{left:0;background:linear-gradient(to right,#fff,#fff0)}.page-acceuil .container .background_white:nth-child(5) .gjs-wrapper .partners-carousel:after{right:0;background:linear-gradient(to left,#fff,#fff0)}.page-acceuil .container .background_white:nth-child(5) .gjs-wrapper .partners-carousel .swiper-wrapper .swiper-slide{display:flex;justify-content:center;align-items:center}.page-acceuil .container .background_white:nth-child(5) .gjs-wrapper .partners-carousel .swiper-wrapper .swiper-slide img{width:100%;height:auto;max-width:140px;max-height:140px;box-shadow:0 0 10px #0000001a;border-radius:10px}.page-acceuil .container .background_white:nth-child(5) p{text-align:center}.page-acceuil .container .background_white:nth-child(5) p a{width:290px!important}@media screen and (min-width: 600px){.page-acceuil .container .section_1.background_grey:nth-child(1) .col_2 .col_2_50 img{width:447px}.page-acceuil .container .section_1.background_grey:nth-child(1) .col_2 .col_2_50 .col_2{display:flex;justify-content:flex-start}.page-acceuil .container .section_1.background_grey:nth-child(1) .col_2 .col_2_50 .col_2 .col_2_50:last-child{margin-left:20px}.page-acceuil .container .section_1.background_grey:nth-child(1) .col_2 .col_2_50 .col_2 .col_2_50:last-child:after{display:none}.page-acceuil .container .section_1.background_grey:nth-child(1) .col_2 .col_2_50:last-child{position:relative}.page-acceuil .container .section_1.background_grey:nth-child(1) .col_2 .col_2_50:last-child img{position:relative;z-index:10}.page-acceuil .container .section_1.background_grey:nth-child(1) .col_2 .col_2_50:last-child:after{content:"";display:block;width:265px;height:265px;background-color:var(--jaune);border-radius:50%;position:absolute;top:18%;left:40%;z-index:5}.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 img{width:500px;height:auto}.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50:last-child{margin-top:50px;display:flex;flex-direction:column;align-items:center}.page-acceuil .container .background_white:nth-child(5) .gjs-wrapper .partners-carousel:before{width:90px}.page-acceuil .container .background_white:nth-child(5) .gjs-wrapper .partners-carousel:after{width:90px}}@media screen and (min-width: 768px){.page-acceuil .container .section_1.background_grey:nth-child(1){padding:30px}.page-acceuil .container .section_1.background_grey:nth-child(4){padding:50px}.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50:first-child{width:585px;margin:0 auto}.page-acceuil .container .background_white:nth-child(3) .col_5{display:flex;flex-wrap:wrap;justify-content:space-evenly}.page-acceuil .container .background_white:nth-child(3) .col_5 div{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin:0 0 45px 20px}.page-acceuil .container .background_white:nth-child(5){padding:90px 0}.page-acceuil .container .background_white:nth-child(5) .gjs-wrapper{margin:55px 0}}@media screen and (min-width: 1024px){.page-acceuil .container .section_1.background_grey:nth-child(1) .col_2 .col_2_50 .col_2 .col_2_50:last-child{width:auto!important}.page-acceuil .container .section_1.background_grey:nth-child(1) .col_2 .col_2_50:last-child{width:447px;margin:0 auto}.page-acceuil .container .section_1.background_grey:nth-child(1) .col_2 .col_2_50:last-child:after{left:50%}}@media screen and (min-width: 1280px){.page-acceuil .container{width:100%}.page-acceuil .container .section_1.background_grey:nth-child(1){width:95%;margin:0 auto;padding-top:35px;padding-bottom:0}.page-acceuil .container .section_1.background_grey:nth-child(1) .col_2{display:flex;justify-content:space-between;align-items:flex-start}.page-acceuil .container .section_1.background_grey:nth-child(1) .col_2 .col_2_50:last-child img{position:relative;top:-80px}.page-acceuil .container .section_1.background_grey:nth-child(1) .col_2 .col_2_50:last-child:after{top:8%}.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2{display:flex}.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50{text-align:left}.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 h3{text-align:left}.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 h2{text-align:left;font-size:37px}.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 form .form_control input[type=text],.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 form .form_control input[type=email],.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 form .form_control input[type=password]{width:400px}.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2 .col_2_50 form .submit_button{width:400px;margin-top:50px}.page-acceuil .container .background_white:nth-child(2){transition:opacity .3s ease-out,transform .3s ease-out}.page-acceuil .container .background_white:nth-child(3) .col_5{width:1200px;margin:55px auto 0}.page-acceuil .container .background_white:nth-child(3) .col_5 div{margin:0 40px 45px}.page-acceuil .container .background_white:nth-child(5) h2{font-size:64px;line-height:70px;font-weight:900;margin-bottom:45px}.page-acceuil .container .background_white:nth-child(5) p{margin-bottom:65px}.page-acceuil .container .background_white:nth-child(5) .gjs-wrapper .partners-carousel:before{width:240px}.page-acceuil .container .background_white:nth-child(5) .gjs-wrapper .partners-carousel:after{width:240px}.page-acceuil.hide-second-section .background_white:nth-child(2){opacity:0;transition:opacity .3s ease-out,transform .3s ease-out}}@media screen and (min-width: 1440px){.page-acceuil .container .section_1.background_grey:nth-child(1){padding-top:75px}.page-acceuil .container .section_1.background_grey:nth-child(1) .col_2{width:1190px;margin:0 auto}.page-acceuil .container .section_1.background_grey:nth-child(1) .col_2 .col_2_50 p{font-size:24px;line-height:32px}.page-acceuil .container .section_1.background_grey:nth-child(1) .col_2 .col_2_50 .col_2{width:auto}.page-acceuil .container .section_1.background_grey:nth-child(1) .col_2 .col_2_50 .col_2 .col_2_50:first-child{width:auto}.page-acceuil .container .section_1.background_grey:nth-child(1) .col_2 .col_2_50:first-child{width:746px}.page-acceuil .container .section_1.background_grey:nth-child(1) .col_2 .col_2_50:last-child{margin:0}.page-acceuil .container .section_1.background_grey:nth-child(4){padding:130px 0}.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2{width:1160px;margin:0 auto}.page-acceuil .container .background_white:nth-child(3){padding:50px 0 80px}.page-acceuil .container .background_white:nth-child(3) .col_5{width:1360px;margin:0 auto}.page-acceuil .container .background_white:nth-child(3) .col_5 div{margin:0}}@media screen and (min-width: 1920px){.page-acceuil .container .section_1.background_grey:nth-child(1){width:1760px;padding-top:75px}.page-acceuil .container .section_1.background_grey:nth-child(1) .section_-20_10_80_10.background_grey{width:calc(100% + 40px);margin:0 -20px}.page-acceuil .container .section_1.background_grey:nth-child(1) .col_2{margin:0 auto}.page-acceuil .container .section_1.background_grey:nth-child(1) .col_2 .col_2_50 p{font-size:24px;line-height:32px}.page-acceuil .container .section_1.background_grey:nth-child(1) .col_2 .col_2_50 .col_2{width:auto}.page-acceuil .container .section_1.background_grey:nth-child(1) .col_2 .col_2_50 .col_2 .col_2_50:first-child{width:auto}.page-acceuil .container .section_1.background_grey:nth-child(1) .col_2 .col_2_50:first-child{width:746px}.page-acceuil .container .section_1.background_grey:nth-child(1) .col_2 .col_2_50:last-child{margin:0}.page-acceuil .container .section_1.background_grey:nth-child(4){padding:130px 0}.page-acceuil .container .section_1.background_grey:nth-child(4) .col_2{width:1160px;margin:0 auto}.page-acceuil .container .background_white:nth-child(3){padding:50px 0 80px}.page-acceuil .container .background_white:nth-child(3) .col_5{width:1360px;margin:0 auto}.page-acceuil .container .background_white:nth-child(3) .col_5 div{margin:0}}.page-offres{width:100%}.page-offres .container .section_1.background_grey{width:95%;margin:0 auto;padding:35px 5px;background:var(--fond-gris)}.page-offres .container .section_1.background_grey:nth-child(1) .section_-20_10_80_10.background_grey{width:100%;margin:0}.page-offres .container .section_1.background_grey:nth-child(1) .col_2-l-s div img{width:100%;height:auto}.page-offres .container .section_1.background_white:nth-child(2){width:95%;margin:0 auto;padding:35px 5px;background:var(--fond-blanc)}.page-offres .container .section_1.background_white:nth-child(2) p{text-align:center}.page-offres .container .section_1.background_grey:nth-child(3){width:100%;padding:35px 5px;background:var(--fond-gris)}.page-offres .container .section_1.background_grey:nth-child(3) .col_2-l-s{width:95%;margin:0 auto}.page-offres .container .section_1.background_grey:nth-child(3) .col_2-l-s div{margin-bottom:35px}.page-offres .container .section_1.background_grey:nth-child(3) .col_2-l-s div ul{list-style:none}.page-offres .container .section_1.background_grey:nth-child(3) .col_2-l-s div ul li{display:flex;align-items:center;margin-bottom:25px;gap:10px}.page-offres .container .section_1.background_grey:nth-child(3) .col_2-l-s div ul li b{background:var(--jaune);border-radius:10px;color:#fff;display:flex;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;font-size:1.1em;box-shadow:0 2px 8px #0002;margin-right:12px;flex-shrink:0}.page-offres .container .section_1.background_grey:nth-child(3) .col_2-l-s div:has(>img){margin-top:60px;display:flex;justify-content:center;align-items:center}.page-offres .container .section_1.background_white:nth-child(4){width:95%;margin:35px auto 50px}.page-offres .container .section_1.background_white:nth-child(4) h3{font-family:peridot-devanagari,sans-serif;font-weight:900;color:var(--jaune);font-size:22px;line-height:28px;margin-bottom:20px;text-align:left}.page-offres .container .section_1.background_white:nth-child(4) h2{font-family:peridot-devanagari,sans-serif;font-weight:900;text-align:left;font-size:28px;line-height:32px;color:var(--bleu-text);margin-bottom:20px}.page-offres .container .section_1.background_white:nth-child(4) .partners-list{margin-top:40px;background:var(--fond-gris)}.page-offres .container .section_1.background_white:nth-child(4) .partners-list .partners-grid{padding:10px}.page-offres .container .section_1.background_white:nth-child(4) .partners-list .partners-grid .partner-card{padding:10px 0 15px;border-bottom:1px solid #ccc}.page-offres .container .section_1.background_white:nth-child(4) .partners-list .partners-grid .partner-card:last-child{border-bottom:none}.page-offres .container .section_1.background_white:nth-child(4) .partners-list .partners-grid .partner-card h4{display:flex;align-items:center;font-family:peridot-devanagari,sans-serif;font-weight:400;font-size:18px;line-height:24px;color:var(--bleu-text)}.page-offres .container .section_1.background_white:nth-child(4) .partners-list .partners-grid .partner-card b{background:var(--jaune);border-radius:100%;width:40px;height:40px;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:1.1em;box-shadow:0 2px 8px #0002;color:#fff;margin-right:10px}@media only screen and (min-width: 600px){.page-offres .container .section_1.background_white:nth-child(2) .partners-list .grid.filter{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.page-offres .container .section_1.background_white:nth-child(4) .partners-list .partners-grid .partner-card{display:flex;align-items:center}}@media only screen and (min-width: 1024px){.page-offres .container .section_1.background_grey:nth-child(1){padding:80px 0}.page-offres .container .section_1.background_grey:nth-child(1) .col_2-l-s{display:flex;align-items:center;justify-content:space-evenly}.page-offres .container .section_1.background_grey:nth-child(1) .col_2-l-s div:first-child{flex:1;padding-left:50px}.page-offres .container .section_1.background_grey:nth-child(1) .col_2-l-s div:has(>img){flex:1;align-items:flex-start;margin-top:0;margin-left:35px;position:relative;z-index:100;padding-left:30px}.page-offres .container .section_1.background_grey:nth-child(1) .col_2-l-s div:has(>img):after{content:"";display:block;position:absolute;z-index:50;bottom:-50px;right:55px;width:140px;height:140px;background:var(--jaune);border-radius:50%}.page-offres .container .section_1.background_grey:nth-child(1) .col_2-l-s div:has(>img) img{position:relative;z-index:100;width:300px;height:auto}.page-offres .container .section_1.background_white:nth-child(2) .partners-list .grid .card{margin-left:10px}.page-offres .container .section_1.background_white:nth-child(2) .partners-list .grid .card:nth-child(4n+1){margin-left:10px}.page-offres .container .section_1.background_grey:nth-child(3) .col_2-l-s{margin-top:20px;display:flex;align-items:flex-start}.page-offres .container .section_1.background_grey:nth-child(3) .col_2-l-s div:has(>img){align-items:flex-start;margin-top:0;margin-left:35px;position:relative;z-index:100}.page-offres .container .section_1.background_grey:nth-child(3) .col_2-l-s div:has(>img):after{content:"";display:block;position:absolute;z-index:50;top:90px;right:-75px;width:140px;height:140px;background:var(--jaune);border-radius:50%}.page-offres .container .section_1.background_grey:nth-child(3) .col_2-l-s div:has(>img) img{position:relative;z-index:100}}@media only screen and (min-width: 1280px){.page-offres{margin-top:0}.page-offres .container .section_1.background_grey:nth-child(1) .col_2-l-s div:has(>img) img{width:400px}.page-offres .container .section_1.background_white:nth-child(2){text-align:center;padding-top:80px}.page-offres .container .section_1.background_white:nth-child(2) .partners-list .grid.filter{width:840px}.page-offres .container .section_1.background_grey:nth-child(3){padding:80px 0}.page-offres .container .section_1.background_grey:nth-child(3) .col_2-l-s div{flex:2}.page-offres .container .section_1.background_grey:nth-child(3) .col_2-l-s div ul{margin-left:40px}.page-offres .container .section_1.background_grey:nth-child(3) .col_2-l-s div:has(>img){flex:1}.page-offres .container .section_1.background_grey:nth-child(3) .col_2-l-s div:has(>img):after{right:5px}.page-offres .container .section_1.background_white:nth-child(4){padding:80px 0;width:100%}.page-offres .container .section_1.background_white:nth-child(4) .partners-map{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start}.page-offres .container .section_1.background_white:nth-child(4) h3{order:1;display:block;width:90%;margin:0 auto 35px;font-size:24px}.page-offres .container .section_1.background_white:nth-child(4) h2{order:2;display:block;width:90%;margin:0 auto 50px;font-size:44px}.page-offres .container .section_1.background_white:nth-child(4) .partners-list{margin-top:0;order:4;width:28%}.page-offres .container .section_1.background_white:nth-child(4) .partners-list .partners-grid{height:740px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#f59a3a #eaeaea}.page-offres .container .section_1.background_white:nth-child(4) .partners-list .partners-grid:-webkit-scrollbar{width:7px;background:#eaeaea;border-radius:8px}.page-offres .container .section_1.background_white:nth-child(4) .partners-list .partners-grid:-webkit-scrollbar-thumb{background:#f59a3a;border-radius:8px}.page-offres .container .section_1.background_white:nth-child(4) .partners-list .partners-grid .partner-card{cursor:pointer}.page-offres .container .section_1.background_white:nth-child(4) .map-container{order:3;width:900px;height:740px!important}.page-offres .container .section_1.background_white:nth-child(4) .map-container .leaflet-container{height:740px!important}}@media only screen and (min-width: 1366px){.page-offres .container .section_1.background_grey:nth-child(1){padding-top:0}.page-offres .container .section_1.background_grey:nth-child(1) .col_2-l-s div:has(>img):after{right:unset;left:360px}.page-offres .container .section_1.background_grey:nth-child(1) .col_2-l-s div:has(>img) img{margin-top:30px}}@media only screen and (min-width: 1400px){.page-offres .container .section_1.background_grey:nth-child(3) .col_2-l-s{width:1330px}.page-offres .container .section_1.background_grey:nth-child(3) .col_2-l-s h2{font-size:44px}.page-offres .container .section_1.background_grey:nth-child(3) .col_2-l-s h3{font-size:24px}.page-offres .container .section_1.background_grey:nth-child(3) .col_2-l-s div ul{margin-top:50px}.page-offres .container .section_1.background_grey:nth-child(3) .col_2-l-s div ul li{font-size:24px}}@media only screen and (min-width: 1600px){.page-offres .container .section_1.background_grey:nth-child(1) h1{width:100%}.page-offres .container .section_1.background_grey:nth-child(1) .col_2-l-s div:first-child{width:40%;flex:unset;margin-left:100px}.page-offres .container .section_1.background_grey:nth-child(1) .col_2-l-s div:has(>img){margin-left:120px}.page-offres .container .section_1.background_white:nth-child(2){width:100%}}@media only screen and (min-width: 1920px){.page-offres{width:1850px;margin:0 auto}.page-offres .container .section_1.background_grey:nth-child(3){width:1760px}}.page-devenez-partenaire .section_1{margin-top:50px}.page-devenez-partenaire .section_1.background_grey:nth-child(1){background:var(--fond-gris);padding:30px 10px}.page-devenez-partenaire .section_1.background_grey:nth-child(1) .section_1_10_80_10 .col_2 .col_2_50:has(>img){margin-top:50px;display:flex;justify-content:center;align-items:center}.page-devenez-partenaire .section_1.background_grey:nth-child(1) .section_1_10_80_10 .col_2 .col_2_50:has(>img) img{width:80%;height:auto}.page-devenez-partenaire .section_1.background_white:nth-child(2){display:none}.page-devenez-partenaire .section_1.background_white:nth-child(3){width:95%;margin:0 auto;padding:30px 10px}.page-devenez-partenaire .section_1.background_white:nth-child(3) .section_1_10_80_10{text-align:center}.page-devenez-partenaire .section_1.background_white:nth-child(3) .section_1_10_80_10 p{padding:8px;display:flex;align-items:center;background:var(--fond-gris);border-radius:30px}.page-devenez-partenaire .section_1.background_white:nth-child(3) .section_1_10_80_10 p b{background:var(--jaune);border-radius:10px;color:#fff;display:flex;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;font-size:1.1em;box-shadow:0 2px 8px #0002;margin-right:12px;flex-shrink:0}.page-devenez-partenaire .section_1.background_grey:nth-child(4) .section_1_10_80_10{width:95%;margin:0 auto}.page-devenez-partenaire .section_1.background_grey:nth-child(4) .section_1_10_80_10 .partner_form h2{margin-bottom:50px}.page-devenez-partenaire .section_1.background_white:nth-child(5){padding:35px 10px}.page-devenez-partenaire .section_1.background_white:nth-child(5) h3{text-align:center;margin-bottom:50px}.page-devenez-partenaire .section_1.background_white:nth-child(5) .gjs-wrapper{margin-bottom:20px}.page-devenez-partenaire .section_1.background_white:nth-child(5) .gjs-wrapper .partners-carousel{position:relative}.page-devenez-partenaire .section_1.background_white:nth-child(5) .gjs-wrapper .partners-carousel:before,.page-devenez-partenaire .section_1.background_white:nth-child(5) .gjs-wrapper .partners-carousel:after{content:"";position:absolute;top:0;bottom:0;width:50px;z-index:10;pointer-events:none}.page-devenez-partenaire .section_1.background_white:nth-child(5) .gjs-wrapper .partners-carousel:before{left:0;background:linear-gradient(to right,#fff,#fff0)}.page-devenez-partenaire .section_1.background_white:nth-child(5) .gjs-wrapper .partners-carousel:after{right:0;background:linear-gradient(to left,#fff,#fff0)}.page-devenez-partenaire .section_1.background_white:nth-child(5) .gjs-wrapper .partners-carousel .swiper-wrapper .swiper-slide{display:flex;justify-content:center;align-items:center}.page-devenez-partenaire .section_1.background_white:nth-child(5) .gjs-wrapper .partners-carousel .swiper-wrapper .swiper-slide img{width:100%;height:auto;max-width:140px;max-height:140px;box-shadow:0 0 10px #0000001a;border-radius:10px}.page-devenez-partenaire .section_1.background_white:nth-child(5) p{text-align:center}.page-devenez-partenaire .section_1.background_white:nth-child(5) p a{width:290px!important}@media screen and (min-width: 600px){.page-devenez-partenaire .section_1.background_white:nth-child(5) .gjs-wrapper .partners-carousel:before{width:90px}.page-devenez-partenaire .section_1.background_white:nth-child(5) .gjs-wrapper .partners-carousel:after{width:90px}}@media screen and (min-width: 768px){.page-devenez-partenaire .section_1.background_white:nth-child(5){padding:10px 0 50px}.page-devenez-partenaire .section_1.background_white:nth-child(5) .gjs-wrapper{margin:55px 0}}@media screen and (min-width: 1024px){.page-devenez-partenaire .section_1.background_grey:nth-child(1) .section_1_10_80_10 .col_2{display:flex;align-items:center;width:95%;margin:0 auto}.page-devenez-partenaire .section_1.background_grey:nth-child(1) .section_1_10_80_10 .col_2 .col_2_50:has(>img){position:relative}.page-devenez-partenaire .section_1.background_grey:nth-child(1) .section_1_10_80_10 .col_2 .col_2_50:has(>img):before{content:"";display:block;position:absolute;z-index:50;top:50%;left:-65px;width:140px;height:140px;background:var(--jaune);border-radius:50%}.page-devenez-partenaire .section_1.background_grey:nth-child(1) .section_1_10_80_10 .col_2 .col_2_50:has(>img) img{position:relative;z-index:100;width:400px}.page-devenez-partenaire .section_1.background_white:nth-child(3){text-align:center}.page-devenez-partenaire .section_1.background_white:nth-child(3) .section_1_10_80_10 p{display:flex;justify-content:center;align-items:center;width:fit-content;width:-moz-fit-content;margin-left:auto;margin-right:auto;text-align:center;gap:10px;padding:10px 20px}}@media screen and (min-width: 1280px){.page-devenez-partenaire .section_1.background_grey:nth-child(1){width:95%;margin:0 auto;padding:80px 0}.page-devenez-partenaire .section_1.background_grey:nth-child(1) .section_1_10_80_10 .col_2 .col_2_50:has(>img){margin-left:80px}.page-devenez-partenaire .section_1.background_white:nth-child(2){display:block;position:relative;text-align:center;margin-top:-30px}.page-devenez-partenaire .section_1.background_white:nth-child(3){margin-top:100px}.page-devenez-partenaire .section_1.background_white:nth-child(3) .section_1_10_80_10{margin-top:85px}.page-devenez-partenaire .section_1.background_grey:nth-child(4){width:100%}.page-devenez-partenaire .section_1.background_grey:nth-child(4) .section_1_10_80_10{width:100%}.page-devenez-partenaire .section_1.background_grey:nth-child(4) .section_1_10_80_10 .partner_form{padding:40px 0 60px;width:100%}.page-devenez-partenaire .section_1.background_grey:nth-child(4) .section_1_10_80_10 .partner_form h2{font-size:44px}.page-devenez-partenaire .section_1.background_grey:nth-child(4) .section_1_10_80_10 .partner_form h3{font-size:24px}.page-devenez-partenaire .section_1.background_grey:nth-child(4) .section_1_10_80_10 .partner_form form{width:840px;margin:0 auto}.page-devenez-partenaire .section_1.background_white:nth-child(5) h3{font-size:24px;line-height:30px;margin-bottom:45px}.page-devenez-partenaire .section_1.background_white:nth-child(5) p{margin-bottom:65px}.page-devenez-partenaire .section_1.background_white:nth-child(5) .gjs-wrapper .partners-carousel:before{width:240px}.page-devenez-partenaire .section_1.background_white:nth-child(5) .gjs-wrapper .partners-carousel:after{width:240px}}@media screen and (min-width: 1366px){.page-devenez-partenaire .section_1.background_grey:nth-child(1) .section_1_10_80_10 .col_2 .col_2_50:has(>img){margin-left:160px}}@media screen and (min-width: 1600px){.page-devenez-partenaire .section_1.background_grey:nth-child(1) .section_1_10_80_10{width:1360px;margin:0 auto}.page-devenez-partenaire .section_1.background_grey:nth-child(1) .section_1_10_80_10 .col_2 .col_2_50:has(>img){margin-left:280px}.page-devenez-partenaire .section_1.background_grey:nth-child(1) .section_1_10_80_10 .col_2 .col_2_50:has(>img):before{top:27%;left:-155px;width:265px;height:265px}}@media screen and (min-width: 1920px){.page-devenez-partenaire .section_1.background_grey:nth-child(1){width:1760px}}.page-je-prends-ma-carte .section_1.background_white:nth-child(1){margin-top:20px}.page-je-prends-ma-carte .section_1.background_white:nth-child(1) .section_1_10_80_10{width:95%;margin:0 auto}.page-je-prends-ma-carte .section_1.background_white:nth-child(1) .section_1_10_80_10 .col_2{display:flex;flex-direction:column}.page-je-prends-ma-carte .section_1.background_white:nth-child(1) .section_1_10_80_10 .col_2 .col_2_50:last-child{order:1}.page-je-prends-ma-carte .section_1.background_white:nth-child(1) .section_1_10_80_10 .col_2 .col_2_50:has(>img){order:2;display:flex;justify-content:center;align-items:center}.page-je-prends-ma-carte .section_1.background_white:nth-child(2){margin-top:50px}.page-je-prends-ma-carte .section_1.background_white:nth-child(2) .section_1_10_80_10{width:95%;margin:0 auto}.page-je-prends-ma-carte .section_1.background_white:nth-child(2) .section_1_10_80_10 .col_2-l-s div,.page-je-prends-ma-carte .section_1.background_white:nth-child(2) .section_1_10_80_10 .col_2-s-l div{background:var(--fond-gris);padding:10px;margin-bottom:30px}.page-je-prends-ma-carte .section_1.background_white:nth-child(2) .section_1_10_80_10 .col_2-l-s div:has(>img),.page-je-prends-ma-carte .section_1.background_white:nth-child(2) .section_1_10_80_10 .col_2-s-l div:has(>img){background:none;padding:0;display:flex;justify-content:center;align-items:center;margin-bottom:30px}.page-je-prends-ma-carte .section_1.background_white:nth-child(2) .section_1_10_80_10 .col_2-l-s{display:flex;flex-direction:column}.page-je-prends-ma-carte .section_1.background_white:nth-child(2) .section_1_10_80_10 .col_2-l-s div:first-child{order:2}.page-je-prends-ma-carte .section_1.background_white:nth-child(2) .section_1_10_80_10 .col_2-l-s div:last-child{order:1}.page-je-prends-ma-carte .section_1.background_white:nth-child(3){width:95%;margin:50px auto;text-align:center}.page-je-prends-ma-carte .section_1.background_grey:nth-child(4){width:100%;padding:35px 5px;background:var(--fond-gris);margin-bottom:50px}.page-je-prends-ma-carte .section_1.background_grey:nth-child(4) .col_2-l-s{width:95%;margin:0 auto}.page-je-prends-ma-carte .section_1.background_grey:nth-child(4) .col_2-l-s div{margin-bottom:35px}.page-je-prends-ma-carte .section_1.background_grey:nth-child(4) .col_2-l-s div ul{list-style:none}.page-je-prends-ma-carte .section_1.background_grey:nth-child(4) .col_2-l-s div ul li{display:flex;align-items:center;margin-bottom:25px;gap:10px}.page-je-prends-ma-carte .section_1.background_grey:nth-child(4) .col_2-l-s div ul li b{background:var(--jaune);border-radius:10px;color:#fff;display:flex;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;font-size:1.1em;box-shadow:0 2px 8px #0002;margin-right:12px;flex-shrink:0}.page-je-prends-ma-carte .section_1.background_grey:nth-child(4) .col_2-l-s div:has(>img){margin-top:60px;display:flex;justify-content:center;align-items:center}@media only screen and (min-width: 1024px){.page-je-prends-ma-carte .section_1.background_white:nth-child(1) .section_1_10_80_10 .col_2{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.page-je-prends-ma-carte .section_1.background_white:nth-child(1) .section_1_10_80_10 .col_2 .col_2_50:last-child{order:2;flex:1}.page-je-prends-ma-carte .section_1.background_white:nth-child(1) .section_1_10_80_10 .col_2 .col_2_50:has(>img){order:1;flex:1}.page-je-prends-ma-carte .section_1.background_white:nth-child(2) .section_1_10_80_10 .col_2-l-s,.page-je-prends-ma-carte .section_1.background_white:nth-child(2) .section_1_10_80_10 .col_2-s-l{display:flex;flex-direction:row;justify-content:center;align-items:center}.page-je-prends-ma-carte .section_1.background_white:nth-child(2) .section_1_10_80_10 .col_2-l-s div,.page-je-prends-ma-carte .section_1.background_white:nth-child(2) .section_1_10_80_10 .col_2-s-l div{position:relative;z-index:50;margin-bottom:0;border-radius:15px;padding:30px 20px 15px 50px;margin-left:-30px}.page-je-prends-ma-carte .section_1.background_white:nth-child(2) .section_1_10_80_10 .col_2-l-s div:has(>img),.page-je-prends-ma-carte .section_1.background_white:nth-child(2) .section_1_10_80_10 .col_2-s-l div:has(>img){position:relative;z-index:100;padding:0;margin-bottom:0}.page-je-prends-ma-carte .section_1.background_white:nth-child(2) .section_1_10_80_10 .col_2-l-s div:first-child{order:1;text-align:right;padding-right:50px;padding-left:20px}.page-je-prends-ma-carte .section_1.background_white:nth-child(2) .section_1_10_80_10 .col_2-l-s div:last-child{order:2}.page-je-prends-ma-carte .section_1.background_white:nth-child(3){margin-bottom:80px}.page-je-prends-ma-carte .section_1.background_grey:nth-child(4) .col_2-l-s{margin-top:20px;display:flex;align-items:flex-start}.page-je-prends-ma-carte .section_1.background_grey:nth-child(4) .col_2-l-s div:has(>img){align-items:flex-start;margin-top:0;margin-left:35px;position:relative;z-index:100}.page-je-prends-ma-carte .section_1.background_grey:nth-child(4) .col_2-l-s div:has(>img):after{content:"";display:block;position:absolute;z-index:50;top:90px;right:-75px;width:140px;height:140px;background:var(--jaune);border-radius:50%}.page-je-prends-ma-carte .section_1.background_grey:nth-child(4) .col_2-l-s div:has(>img) img{position:relative;z-index:100}}@media only screen and (min-width: 1280px){.page-je-prends-ma-carte .section_1.background_white:nth-child(1) .section_1_10_80_10{width:1240px;margin:0 auto}.page-je-prends-ma-carte .section_1.background_white:nth-child(1) .section_1_10_80_10 .col_2{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;height:620px}.page-je-prends-ma-carte .section_1.background_white:nth-child(1) .section_1_10_80_10 .col_2 .col_2_50:last-child{flex:0 0 auto;width:520px!important;height:620px;display:flex;flex-direction:column;justify-content:center}.page-je-prends-ma-carte .section_1.background_white:nth-child(1) .section_1_10_80_10 .col_2 .col_2_50:has(>img){flex:0 0 auto;width:620px!important;height:620px;background:var(--fond-gris);border-radius:15px}.page-je-prends-ma-carte .section_1.background_white:nth-child(1) .section_1_10_80_10 .col_2 .col_2_50:has(>img) img{width:380px;height:auto}.page-je-prends-ma-carte .section_1.background_white:nth-child(2){margin-top:100px}.page-je-prends-ma-carte .section_1.background_white:nth-child(2) .section_1_10_80_10{width:1180px;margin:0 auto}.page-je-prends-ma-carte .section_1.background_white:nth-child(2) .section_1_10_80_10 .col_2-l-s,.page-je-prends-ma-carte .section_1.background_white:nth-child(2) .section_1_10_80_10 .col_2-s-l{width:90%;margin:60px auto 0}.page-je-prends-ma-carte .section_1.background_grey:nth-child(4){padding:80px 0}.page-je-prends-ma-carte .section_1.background_grey:nth-child(4) .col_2-l-s div{flex:2}.page-je-prends-ma-carte .section_1.background_grey:nth-child(4) .col_2-l-s div ul{margin-left:40px}.page-je-prends-ma-carte .section_1.background_grey:nth-child(4) .col_2-l-s div:has(>img){flex:1}.page-je-prends-ma-carte .section_1.background_grey:nth-child(4) .col_2-l-s div:has(>img):after{right:5px}}@media only screen and (min-width: 1400px){.page-je-prends-ma-carte .section_1.background_grey:nth-child(4) .col_2-l-s{width:1330px}.page-je-prends-ma-carte .section_1.background_grey:nth-child(4) .col_2-l-s h2{font-size:44px}.page-je-prends-ma-carte .section_1.background_grey:nth-child(4) .col_2-l-s h3{font-size:24px}.page-je-prends-ma-carte .section_1.background_grey:nth-child(4) .col_2-l-s div ul{margin-top:50px}.page-je-prends-ma-carte .section_1.background_grey:nth-child(4) .col_2-l-s div ul li{font-size:24px}}@media only screen and (min-width: 1930px){.page-je-prends-ma-carte .section_1.background_grey:nth-child(4){width:1760px;margin:0 auto 100px}}.page-verification-email{width:95%;margin:50px auto;text-align:center}@media screen and (min-width: 600px){.page-verification-email{width:510px;margin:80px auto}}.intermediaire{width:95%;margin:50px auto;text-align:center}.validation_qrc{height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.validation_qrc .card{width:290px;text-align:center;margin:0 auto;border-radius:15px;padding:50px 20px;box-shadow:0 0 10px #0000001a}.validation_qrc .card.green{background:#00b60f0d}.validation_qrc .card.red{background:#ff00000d}.validation_qrc .card h3{font-family:peridot-devanagari,sans-serif;font-weight:700;font-size:14px;line-height:30px;margin-bottom:10px}.validation_qrc .card .green_text{color:#00b60f}.validation_qrc .card .red_text{color:red}.validation_qrc .card p{font-family:peridot-devanagari,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:var(--bleu-text);margin-bottom:10px}.validation_qrc_layout{height:100vh}.validation_qrc_layout .page-default{height:80vh}.validation_qrc_layout footer{display:none!important}.validation_qrc_layout .up_to_top{display:none!important}#cookies-policy .cookies__title{font-family:peridot-devanagari,sans-serif;font-size:1.2rem;font-weight:400;margin-bottom:1rem}#cookies-policy .cookies__intro p:first-child{font-family:peridot-devanagari,sans-serif}#cookies-policy .cookiesBtn__link{font-family:peridot-devanagari,sans-serif!important;background:var(--jaune)!important;border:none!important;color:var(--bleu-text)!important}#cookies-policy .cookies__btn--customize,#cookies-policy .cookies__info,#cookies-policy .cookies__label{font-family:peridot-devanagari,sans-serif}#cookies-policy .cookies__details{font-family:peridot-devanagari,sans-serif;color:var(--bleu-text)!important}#cookies-policy .cookies__category input:checked+.cookies__box:after{background:var(--jaune)!important}.page-mot-de-passe-oublie{width:95%;margin:0 auto}.page-mot-de-passe-oublie input[type=email]{width:100%;padding:12px 16px;border:1px solid var(--bleu-text);border-radius:9px;font-size:14px;outline:none;background:none!important}.page-mot-de-passe-oublie input[type=email]:-webkit-autofill,.page-mot-de-passe-oublie input[type=email]:-webkit-autofill:hover,.page-mot-de-passe-oublie input[type=email]:-webkit-autofill:focus,.page-mot-de-passe-oublie input[type=email]:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;-webkit-text-fill-color:inherit!important;background-color:transparent!important;background-image:none!important}.page-mot-de-passe-oublie input[type=email]::-ms-clear{display:none}@media (min-width: 768px){.page-mot-de-passe-oublie{width:400px}}
