@charset "UTF-8";:root{--font-header-one:clamp(1.875rem,3vw + 1rem,2.5rem);--font-header-two:clamp(1.625rem,2.5vw + 0.875rem,2.125rem);--font-header-three:clamp(1.375rem,2vw + 0.75rem,1.875rem);--font-header-four:clamp(1.125rem,1.75vw + 0.625rem,1.625rem);--font-header-five:clamp(1rem,1.5vw + 0.5rem,1.375rem);--font-header-six:clamp(0.875rem,1.25vw + 0.375rem,1.125rem);--font-paragraph-size:clamp(0.875rem,0.294vw + 0.816rem,1rem);--font-header-size:clamp(0.625rem,0.188vw + 0.581rem,0.75rem);--line-height-paragraph:clamp(1.3rem,-0.029vw + 1.318rem,1.313rem);--font-family-title:loos-extrawide,sans-serif;--font-family-text:loos-normal,sans-serif;--color-title:#00509e;--color-title-light:#2686e3;--color-text:#707070;--color-body:#fff;--color-hover:orange;--background-section:#f0f8ff;--color-darkgray:#333}[data-theme=dark]{--font-header-one:clamp(1.875rem,3vw + 1rem,2.5rem);--font-header-two:clamp(1.625rem,2.5vw + 0.875rem,2.125rem);--font-header-three:clamp(1.375rem,2vw + 0.75rem,1.875rem);--font-header-four:clamp(1.125rem,1.75vw + 0.625rem,1.625rem);--font-header-five:clamp(1rem,1.5vw + 0.5rem,1.375rem);--font-header-six:clamp(0.875rem,1.25vw + 0.375rem,1.125rem);--font-paragraph-size:clamp(0.875rem,0.294vw + 0.816rem,1rem);--font-header-size:clamp(0.625rem,0.188vw + 0.581rem,0.75rem);--line-height-paragraph:clamp(1.3rem,-0.029vw + 1.318rem,1.313rem);--font-family-title:loos-extrawide,sans-serif;--font-family-text:loos-normal,sans-serif;--color-title:#00509e;--color-title-light:#2686e3;--color-text:#a8a8a8;--color-body:#171933;--color-hover:orange;--background-section:#171933;--color-darkgray:#171933}.navbar{background-color:var(--color-body);box-shadow:2px 10px 5px 0 rgba(0,0,0,.2);-webkit-box-shadow:2px 10px 5px 0 rgba(0,0,0,.2);-moz-box-shadow:2px 10px 5px 0 rgba(0,0,0,.2);padding:.5rem;position:sticky;top:0;z-index:99}.navbar .max-nav{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:0 auto;max-width:1040px}.navbar .max-nav .menu{background:var(--color-body);display:block;height:100%;left:0;overflow:hidden;position:fixed;top:42px;transform:translateX(-200vw);transition:all .3s ease;width:100vw;z-index:90}@media screen and (min-width:769px) and (max-width:811px){.navbar .max-nav .menu{background-color:transparent;height:unset;left:unset;overflow:unset;position:unset;top:unset;transform:unset;transition:all .3s ease;width:unset;z-index:unset}}@media screen and (min-width:812px) and (max-width:1024px){.navbar .max-nav .menu{background-color:transparent;height:unset;left:unset;overflow:unset;position:unset;top:unset;transform:unset;transition:all .3s ease;width:unset;z-index:unset}}@media screen and (min-width:1025px){.navbar .max-nav .menu{background-color:transparent;height:unset;left:unset;overflow:unset;position:unset;top:unset;transform:unset;transition:all .3s ease;width:unset;z-index:unset}}.navbar .max-nav ul{padding-top:8rem}@media screen and (min-width:769px) and (max-width:811px){.navbar .max-nav ul{align-items:center;display:flex;flex-direction:row;justify-content:space-around;padding-top:unset}}@media screen and (min-width:812px) and (max-width:1024px){.navbar .max-nav ul{align-items:center;display:flex;flex-direction:row;justify-content:space-around;padding-top:unset}}@media screen and (min-width:1025px){.navbar .max-nav ul{align-items:center;display:flex;flex-direction:row;justify-content:space-around;padding-top:unset}}.navbar .max-nav ul li{align-items:center;display:flex;flex-direction:column;font-weight:700;padding:2rem}@media screen and (min-width:576px) and (max-width:768px){.navbar .max-nav ul li{padding:2rem}}@media screen and (min-width:769px) and (max-width:811px){.navbar .max-nav ul li{padding:2rem}}@media screen and (min-width:812px) and (max-width:1024px){.navbar .max-nav ul li{padding:1rem}}@media screen and (min-width:1025px){.navbar .max-nav ul li{padding:1rem}}.navbar .max-nav ul li a{color:var(--color-title);font-family:var(--font-family-title);font-size:32px;font-weight:700;text-transform:uppercase;transition:color .3s ease}@media screen and (min-width:769px) and (max-width:811px){.navbar .max-nav ul li a{font-size:16px}}@media screen and (min-width:812px) and (max-width:1024px){.navbar .max-nav ul li a{font-size:16px}}@media screen and (min-width:1025px){.navbar .max-nav ul li a{font-size:16px}}.navbar .max-nav ul li a:hover{color:var(--color-hover)}.navbar .max-nav ul li img{height:32px;width:auto}@media screen and (min-width:812px) and (max-width:1024px){.navbar .max-nav ul li img{height:16px}}@media screen and (min-width:1025px){.navbar .max-nav ul li img{height:16px}}.navbar .max-nav .nav-burger{align-items:center;display:flex;flex-direction:column}@media screen and (min-width:769px) and (max-width:811px){.navbar .max-nav .nav-burger{display:none}}@media screen and (min-width:812px) and (max-width:1024px){.navbar .max-nav .nav-burger{display:none}}@media screen and (min-width:1025px){.navbar .max-nav .nav-burger{display:none}}.navbar .max-nav .nav-burger span{margin:2px;transition:.4s}.navbar .max-nav .nav-burger span:first-child,.navbar .max-nav .nav-burger span:nth-child(2),.navbar .max-nav .nav-burger span:nth-child(3){background-color:var(--color-title);border-radius:10px 0 10px 0;height:4px;width:30px}.menu-slide{transform:translateX(0)!important;transition:all .6s ease}.nav-burger-close span:first-child{transform:rotate(45deg) translate(5px,5px)}.nav-burger-close span:nth-child(2){opacity:0}.nav-burger-close span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.section-services{margin:3rem 0}.section-services p{margin-block:1rem}.section-services a{background-color:var(--color-title);border-radius:4px;color:var(--color-body);display:inline-block;font-family:var(--font-family-text);padding:.5rem;transition:background-color .3s ease}.section-services a:hover{background-color:var(--color-hover)}.section-services .container{margin-block:1rem;padding:1rem}.section-services .container-services{margin:1rem}@media screen and (min-width:812px) and (max-width:1024px){.section-services .container-services{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-block:3rem}}@media screen and (min-width:1025px){.section-services .container-services{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-block:3rem}}.section-services .container-services .service-card{margin-bottom:1rem}.section-services .build{margin-block:4rem!important}.section-services img{height:auto;margin-block:1rem;width:100%}.section-services .container-steps .card-step{background-color:var(--background-section);margin-block:2rem;padding:1rem}.section-services .container-steps .card-step span{color:var(--color-text);font-family:var(--font-family-text);position:relative}.section-services .container-steps .card-step span:after{border:1px solid var(--color-title);border-radius:50%;content:"";display:block;height:30px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:30px}.section-services .container-steps .card-step .wrapper{align-items:flex-start;display:flex;flex-direction:column;padding-block:1rem}.section-services .container-steps .card-step .wrapper h4{margin-top:1rem}.service-detail{margin:3rem 0}.service-detail .container{margin:1rem}.service-detail .container p{margin-block:1rem}.service-detail .container a{background-color:var(--color-title);border-radius:4px;color:var(--color-body);display:inline-block;font-family:var(--font-family-text);margin-top:1rem;padding:.5rem;transition:background-color .3s ease}.service-detail .container a:hover{background-color:var(--color-hover)}.service-detail .container h4{margin-bottom:1rem}.service-detail .container img{height:auto;width:100%}.service-detail .container ul{margin-block:2rem}.service-detail .container ul li{color:var(--color-text);font-family:var(--font-family-text);margin:.5rem}.service-detail .container ul li:before{background-image:url(https://www.fabricegiffard.com/assets/imgs/icons/checklist.png);background-size:cover;content:"";display:inline-block;height:20px;margin-right:10px;width:20px}.service-detail .container ol{list-style-type:decimal;margin-left:1rem}.service-detail .container ol li{color:var(--color-text);font-family:var(--font-family-text);margin:.5rem}.section-projects{margin:3rem 1rem}.section-projects .container-projects{margin-block:4rem}@media screen and (min-width:576px) and (max-width:768px){.section-projects .container-projects{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:769px) and (max-width:811px){.section-projects .container-projects{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:812px) and (max-width:1024px){.section-projects .container-projects{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1025px){.section-projects .container-projects{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}}.section-projects .container-projects .card-project{margin-block:1rem}.section-projects .container-projects .card-project h4{margin-bottom:.5rem}.section-projects .container-projects .card-project a img{border-radius:4px;height:auto;width:100%}.single-project{margin:3rem 1rem}.single-project .header{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.single-project .container-hero img{height:auto;width:100%}.single-project .container-infos{margin-block:1rem}.single-project .container-infos .project-time{align-items:center;display:flex;flex-direction:row;margin-bottom:1rem}.single-project .container-infos .project-time img{height:auto;margin-right:1rem;width:20px}.single-project .container-infos .project-categorie{align-items:center;display:flex;flex-direction:row}.single-project .container-infos .project-categorie img{height:auto;margin-right:1rem;width:20px}.single-project .container-body{margin-bottom:2rem}.single-project .container-body p{margin-bottom:1rem}.single-project .container-body ul{list-style:square;padding-inline:1rem}.single-project .container-body ul li{color:var(--color-text);font-family:var(--font-family-text);padding:.2rem}.single-project .container-link a{background-color:var(--color-title);color:var(--color-body);display:inline-block;font-family:var(--font-family-text);padding:1rem;text-transform:capitalize;transition:background-color .3s ease}.single-project .container-link a:hover{background-color:var(--color-hover)}.section-faqs{margin:3rem 1rem 6rem}.section-faqs p{margin-block:1rem}.section-faqs .container-faqs,.section-faqs .container-faqs .faq{margin-block:2rem}.section-faqs .more-questions{margin-top:3rem}.section-faqs .more-questions a{background-color:var(--color-title);border-radius:4px;color:var(--color-body);display:inline-block;font-family:var(--font-family-text);padding:1rem;transition:background-color .3s ease}.section-faqs .more-questions a:hover{background-color:var(--color-hover)}footer{background-color:var(--background-section)}footer .max-footer{align-items:flex-start;display:flex;flex-direction:column;margin:0 auto!important;max-width:1040px}footer .max-footer .wrapper-row{padding:1rem;width:100%}@media screen and (min-width:576px) and (max-width:768px){footer .max-footer .wrapper-row{display:grid;grid-template-columns:repeat(4,1fr);margin:0 auto;padding-block:1rem}}@media screen and (min-width:769px) and (max-width:811px){footer .max-footer .wrapper-row{display:grid;grid-template-columns:repeat(4,1fr);margin:0 auto;padding-block:1rem}}@media screen and (min-width:812px) and (max-width:1024px){footer .max-footer .wrapper-row{display:grid;grid-template-columns:repeat(4,1fr);margin:0 auto;padding-block:1rem}}@media screen and (min-width:1025px){footer .max-footer .wrapper-row{display:grid;grid-template-columns:repeat(4,1fr);margin:0 auto;padding-block:1rem}}footer .max-footer .wrapper-row .contact{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:1rem}footer .max-footer .wrapper-row .contact h4{margin-bottom:1rem}@media screen and (min-width:576px) and (max-width:768px){footer .max-footer .wrapper-row .contact{margin:0 auto}}@media screen and (min-width:769px) and (max-width:811px){footer .max-footer .wrapper-row .contact{margin:0 auto}}@media screen and (min-width:812px) and (max-width:1024px){footer .max-footer .wrapper-row .contact{margin:0 auto}}@media screen and (min-width:1025px){footer .max-footer .wrapper-row .contact{margin:0 auto}}footer .max-footer .wrapper-row .contact .container{align-items:flex-start;display:flex;flex-direction:column}footer .max-footer .wrapper-row .contact .container svg{margin-right:6px}footer .max-footer .wrapper-row .contact .container .adress{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1rem}footer .max-footer .wrapper-row .contact .container .adress .wrapper{align-items:flex-start;display:flex;flex-direction:column}footer .max-footer .wrapper-row .contact .container .phone{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1rem}footer .max-footer .wrapper-row .contact .container .phone svg{margin-right:6px}footer .max-footer .wrapper-row .contact .container .email{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1rem}footer .max-footer .wrapper-row .contact .container .email svg{margin-right:6px}footer .max-footer .wrapper-row .privacy{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:1rem}footer .max-footer .wrapper-row .privacy h4{margin-bottom:1rem}@media screen and (min-width:576px) and (max-width:768px){footer .max-footer .wrapper-row .privacy{margin:0 auto}}@media screen and (min-width:769px) and (max-width:811px){footer .max-footer .wrapper-row .privacy{margin:0 auto}}@media screen and (min-width:812px) and (max-width:1024px){footer .max-footer .wrapper-row .privacy{margin:0 auto}}@media screen and (min-width:1025px){footer .max-footer .wrapper-row .privacy{margin:0 auto}}footer .max-footer .wrapper-row .privacy .container{align-items:flex-start;display:flex;flex-direction:column}footer .max-footer .wrapper-row .privacy .container a{margin-bottom:8px}footer .max-footer .wrapper-row .followme{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:1rem}footer .max-footer .wrapper-row .followme h4{margin-bottom:1rem}@media screen and (min-width:576px) and (max-width:768px){footer .max-footer .wrapper-row .followme{margin:0 auto}}@media screen and (min-width:769px) and (max-width:811px){footer .max-footer .wrapper-row .followme{margin:0 auto}}@media screen and (min-width:812px) and (max-width:1024px){footer .max-footer .wrapper-row .followme{margin:0 auto}}@media screen and (min-width:1025px){footer .max-footer .wrapper-row .followme{margin:0 auto}}footer .max-footer .wrapper-row .followme .container{align-items:flex-start;display:flex;flex-direction:column;width:100%}@media screen and (min-width:576px) and (max-width:768px){footer .max-footer .wrapper-row .followme .container{flex-direction:row;justify-content:space-around;margin:0 auto}}@media screen and (min-width:769px) and (max-width:811px){footer .max-footer .wrapper-row .followme .container{flex-direction:row;justify-content:space-around;margin:0 auto}}@media screen and (min-width:812px) and (max-width:1024px){footer .max-footer .wrapper-row .followme .container{flex-direction:row;justify-content:space-around;margin:0 auto}}@media screen and (min-width:1025px){footer .max-footer .wrapper-row .followme .container{flex-direction:row;justify-content:space-around;margin:0 auto}}footer .max-footer .wrapper-row .followme .container a{margin-bottom:8px}footer .max-footer .wrapper-row #theme h4{margin-bottom:1rem}footer .max-footer .wrapper-row #theme .theme-toggle{align-items:flex-start;display:flex;flex-direction:column}@media screen and (min-width:576px) and (max-width:768px){footer .max-footer .wrapper-row #theme .theme-toggle{margin:0 auto}}@media screen and (min-width:769px) and (max-width:811px){footer .max-footer .wrapper-row #theme .theme-toggle{margin:0 auto}}@media screen and (min-width:812px) and (max-width:1024px){footer .max-footer .wrapper-row #theme .theme-toggle{margin:0 auto}}@media screen and (min-width:1025px){footer .max-footer .wrapper-row #theme .theme-toggle{margin:0 auto}}footer .max-footer .wrapper-row #theme .theme-toggle input[type=checkbox]{display:none}footer .max-footer .wrapper-row #theme .theme-toggle input[type=checkbox]:checked+.switch{background-color:var(--color-darkgray,#333)}footer .max-footer .wrapper-row #theme .theme-toggle input[type=checkbox]:checked+.switch .slider{transform:translateX(24px)}footer .max-footer .wrapper-row #theme .theme-toggle .switch{background-color:var(--color-body);border-radius:15px;cursor:pointer;height:26px;position:relative;transition:background-color .3s;width:50px}footer .max-footer .wrapper-row #theme .theme-toggle .switch .slider{background-color:transparent;border-radius:50%;height:20px;left:3px;position:absolute;top:3px;transition:transform .3s;width:20px}footer .max-footer .wrapper-footer{padding:1rem;width:100%}footer .max-footer .wrapper-footer .container{align-items:baseline;display:flex;flex-direction:row;justify-content:space-between}.legal-notices{margin:3rem 1rem}.legal-notices h1,.legal-notices h4,.legal-notices p{margin-bottom:1rem}.legal-notices section{margin-block:1rem}.privacy-policy{margin:3rem 1rem}.privacy-policy h1,.privacy-policy h4,.privacy-policy p{margin-bottom:1rem}.privacy-policy section{margin-block:1rem}.section-contact{margin:3rem 1rem}.section-contact img,.section-contact p{margin-block:1rem}.section-contact .container-form{background-image:url(https://fabricegiffard.com/assets/imgs/mailman.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:1rem}.section-contact .container-form .contact-form{align-items:center;display:flex;flex-direction:column;margin:0 auto;width:100%}@media screen and (min-width:576px) and (max-width:768px){.section-contact .container-form .contact-form{max-width:600px}}@media screen and (min-width:769px) and (max-width:811px){.section-contact .container-form .contact-form{max-width:600px}}@media screen and (min-width:812px) and (max-width:1024px){.section-contact .container-form .contact-form{max-width:600px}}@media screen and (min-width:1025px){.section-contact .container-form .contact-form{max-width:600px}}.section-contact .container-form .contact-form .wrapper-labelinput{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:1rem;width:100%}.section-contact .container-form .contact-form .wrapper-labelinput ul li{color:red}.section-contact .container-form .contact-form .wrapper-labelinput label{color:var(--color-body);font-family:var(--font-family-text)}.section-contact .container-form .contact-form .wrapper-labelinput input,.section-contact .container-form .contact-form .wrapper-labelinput select{padding:1rem;width:100%}.section-contact .container-form .contact-form .wrapper-labelinput textarea{height:200px;padding:1rem;width:100%}.section-contact .container-form .contact-form .btn{background-color:var(--color-title);border:none;border-radius:4px;color:var(--color-body);cursor:pointer;display:inline-block;font-family:var(--font-family-text);font-size:var(--font-paragraph-size);padding:1rem;text-transform:capitalize;transition:background-color .3s ease;width:50%}.section-contact .container-form .contact-form .btn:hover{background-color:var(--color-hover)}.wrapper-login{margin:6rem 1rem}.wrapper-login h1{margin-bottom:1rem;text-align:center}.wrapper-login .formlog{margin:0 auto}@media screen and (min-width:812px) and (max-width:1024px){.wrapper-login .formlog{width:60%}}@media screen and (min-width:1025px){.wrapper-login .formlog{width:60%}}.wrapper-login .formlog .wrapper-labelinput{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:1rem;width:100%}.wrapper-login .formlog .wrapper-labelinput ul li{color:red}.wrapper-login .formlog .wrapper-labelinput label{font-family:var(--font-family-text)}.wrapper-login .formlog .wrapper-labelinput input,.wrapper-login .formlog .wrapper-labelinput select{padding:1rem;width:100%}.wrapper-login .formlog .wrapper-labelinput textarea{height:200px;padding:1rem;width:100%}.wrapper-login .formlog .wrapper-remindme{margin-bottom:1rem}.wrapper-login .formlog .btn,.wrapper-login .formlog .wrapper-remindme label{font-family:var(--font-family-text)}.wrapper-login .formlog .btn{background-color:var(--color-title);border:none;color:var(--color-body);display:inline-block;padding:1rem;text-transform:capitalize}.adminnav{padding:1rem;text-transform:uppercase}.adminnav,.adminnav .menuadmin{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.adminnav .menuadmin{width:50%}.adminnav .logoutmenu{background-color:var(--color-title);border-radius:50%}.wrapper-main-admin .message{align-items:center;background-color:rgba(0,128,0,.6);border-radius:4px;color:#fff;display:flex;flex-direction:row;margin:1rem auto;padding:1rem;width:-moz-fit-content;width:fit-content}.wrapper-main-admin .wrapper-dash{align-items:center;display:flex;flex-direction:column;margin-block:3rem}.wrapper-main-admin .wrapper-posts-admin{margin-block:3rem}.wrapper-main-admin .wrapper-posts-admin .message{background-color:rgba(0,128,0,.6);border-radius:4px;color:#fff;margin:1rem auto;padding:1rem;width:-moz-fit-content;width:fit-content}.wrapper-main-admin .wrapper-posts-admin h1{text-align:center}.wrapper-main-admin .wrapper-posts-admin .wrapper-add{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.wrapper-main-admin .wrapper-posts-admin .wrapper-add .add{border:1px solid var(--color-text);border-radius:4px;color:var(--color-text);display:block;font-size:20px;margin:1rem;padding:1rem;text-decoration:none;transition:all .3s ease;width:-moz-fit-content;width:fit-content}.wrapper-main-admin .wrapper-posts-admin .wrapper-add .add:hover{background-color:var(--color-text);color:#fff}.wrapper-main-admin .wrapper-posts-admin .tablepostsadmin{font-family:var(--font-family-text);font-size:var(--font-paragraph-size);margin:1rem auto;width:80%}.wrapper-main-admin .wrapper-posts-admin .tablepostsadmin th{padding:1rem;text-align:left;text-transform:uppercase}.wrapper-main-admin .wrapper-posts-admin .tablepostsadmin tr:nth-child(2n){background-color:transparent;color:var(--color-text)}.wrapper-main-admin .wrapper-posts-admin .tablepostsadmin tr td{padding:1rem;text-align:left}.wrapper-main-admin .wrapper-posts-admin .tablepostsadmin tr .actions{align-items:center;display:flex;flex-direction:row;margin:0 auto}.wrapper-main-admin .wrapper-posts-admin .tablepostsadmin tr .actions .edit{padding:.6rem}.wrapper-main-admin .wrapper-posts-admin .tablepostsadmin tr .actions button{background-color:transparent;border:none;cursor:pointer}.wrapper-main-admin .wrapper-form-admin{align-items:center;display:flex;flex-direction:column;margin:3rem 1rem}.wrapper-main-admin .wrapper-form-admin h1{text-transform:uppercase}.wrapper-main-admin .wrapper-form-admin .formadmincol{align-items:center;background-color:#fff;display:flex;flex-direction:column;margin:1rem auto;width:80%}.wrapper-main-admin .wrapper-form-admin .formadmincol .row{align-items:flex-start;display:flex;flex-direction:row}.wrapper-main-admin .wrapper-form-admin .formadmincol .wrapper-labelinput{align-items:flex-start;display:flex;flex-direction:column;margin:1rem 0;width:100%}.wrapper-main-admin .wrapper-form-admin .formadmincol .wrapper-labelinput label{font-family:var(--font-family-text)}.wrapper-main-admin .wrapper-form-admin .formadmincol .wrapper-labelinput input{padding:1rem;width:80%}.wrapper-main-admin .wrapper-form-admin .formadmincol .wrapper-labelinput select{padding:1rem}.wrapper-main-admin .wrapper-form-admin .formadmincol .wrapper-labelinput textarea{height:200px;padding:1rem;width:80%}.wrapper-main-admin .wrapper-form-admin .formadmincol .wrapper-labelinput .dropzone-container{align-items:center;border:2px dashed #bbb;display:flex;min-height:100px;padding:20px 10px;position:relative}.wrapper-main-admin .wrapper-form-admin .formadmincol .wrapper-labelinput .dropzone-container .dropzone-input{cursor:pointer;display:block;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.wrapper-main-admin .wrapper-form-admin .formadmincol .wrapper-labelinput .dropzone-container .dropzone-preview{align-items:center;display:flex;max-width:100%}.wrapper-main-admin .wrapper-form-admin .formadmincol .wrapper-labelinput .dropzone-container .dropzone-preview .dropzone-preview-image{background-position:50% 50%;background-repeat:no-repeat;background-size:contain;flex-basis:0;height:50px;margin-right:10px;max-width:50px;min-width:50px}.wrapper-main-admin .wrapper-form-admin .formadmincol .wrapper-labelinput .dropzone-container .dropzone-preview .dropzone-preview-filename{word-wrap:anywhere}.wrapper-main-admin .wrapper-form-admin .formadmincol .wrapper-labelinput .dropzone-container .dropzone-preview .dropzone-preview-button{background:transparent;border:none;color:inherit;font:inherit;line-height:normal;margin:0;overflow:visible;padding:0;position:absolute;right:0;top:0;width:auto;z-index:1;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit}.wrapper-main-admin .wrapper-form-admin .formadmincol .wrapper-labelinput .dropzone-container .dropzone-preview .dropzone-preview-button:before{content:"×";cursor:pointer;padding:3px 7px}.wrapper-main-admin .wrapper-form-admin .formadmincol .wrapper-labelinput .dropzone-container .dropzone-placeholder{color:#999;flex-grow:1;text-align:center}.wrapper-main-admin .wrapper-form-admin .formadmincol .submit{background-color:var(--color-title);border:none;border-radius:4px;color:#f5f5f5;cursor:pointer;margin:1rem;min-width:200px;padding:1rem;text-transform:uppercase}.footeradmin{padding:1rem}.footeradmin p{text-align:center}.section-blog{margin:3rem 1rem}.section-blog .wrapper-cards{align-items:center;display:flex;flex-direction:column;margin:1rem}@media screen and (min-width:576px) and (max-width:768px){.section-blog .wrapper-cards{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:769px) and (max-width:811px){.section-blog .wrapper-cards{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:812px) and (max-width:1024px){.section-blog .wrapper-cards{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1025px){.section-blog .wrapper-cards{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}}.section-blog .wrapper-cards .card-news{align-items:flex-start;display:flex;flex-direction:column;height:100%;margin-block:1rem;max-width:360px;transition:transform .3s ease}.section-blog .wrapper-cards .card-news:hover{transform:translate3d(0,-10px,0)}.section-blog .wrapper-cards .card-news .card-hero .imglink img{display:block;height:auto;width:100%}.section-blog .wrapper-cards .card-news .card-content{height:100%;padding-block:.5rem;width:100%}.section-blog .wrapper-cards .card-news .card-content .category .catlink{color:var(--color-header);font-size:var(--font-header-size)}.section-blog .wrapper-cards .card-news .card-content .titlelink{font-size:var(--font-header-six-size);text-transform:uppercase}.wrapper-singlepost{align-items:center;display:flex;flex-direction:column;margin:3rem;max-width:800px}@media screen and (min-width:812px) and (max-width:1024px){.wrapper-singlepost{margin:3rem auto}}@media screen and (min-width:1025px){.wrapper-singlepost{margin:3rem auto}}.wrapper-singlepost .header{margin-bottom:1rem;width:100%}.wrapper-singlepost .header h1:first-letter{color:var(--color-title)}.wrapper-singlepost .header a{color:var(--color-title-light);font-size:var(--font-header-size);text-decoration:none;text-transform:uppercase}.wrapper-singlepost .core{align-items:center;display:flex;flex-direction:column}.wrapper-singlepost .core .wrapper-hero-single img{height:auto;width:100%}.wrapper-singlepost .core .wrapper-content-single{width:100%}.wrapper-singlepost .core .wrapper-content-single .content-header{align-items:flex-start;display:flex;flex-direction:column;width:100%}.wrapper-singlepost .core .wrapper-content-single .content-header .posted{align-items:flex-end;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1rem;width:80%}.wrapper-singlepost .core .wrapper-content-single .content-header .posted .container-author .wrapper-timeago{align-items:baseline;display:flex;flex-direction:row}.wrapper-singlepost .core .wrapper-content-single .content-header .posted .container-author .wrapper-timeago p{color:var(--color-text);font-size:var(--font-text-size)}.wrapper-singlepost .core .wrapper-content-single .content-header .posted .container-author .wrapper-timeago .timeago{color:var(--color-text);font-size:var(--font-text-size);margin-left:5px}.wrapper-singlepost .core .wrapper-content-single .content-header .share{align-items:center;display:flex;flex-direction:row;margin:0 auto 2rem;width:100%}@media screen and (min-width:769px) and (max-width:811px){.wrapper-singlepost .core .wrapper-content-single .content-header .share{margin:unset;margin-bottom:2rem;width:60%}}@media screen and (min-width:812px) and (max-width:1024px){.wrapper-singlepost .core .wrapper-content-single .content-header .share{margin:unset;margin-bottom:2rem;width:60%}}@media screen and (min-width:1025px){.wrapper-singlepost .core .wrapper-content-single .content-header .share{margin:unset;margin-bottom:2rem;width:60%}}.wrapper-singlepost .core .wrapper-content-single .content-header .share .shareby{align-items:center;display:flex;flex-direction:row;justify-content:space-around;margin-top:10px;width:100%}.wrapper-singlepost .core .wrapper-content-single .content-header .share .shareby img{height:15px}.wrapper-singlepost .core .wrapper-content-single .content-header .share .shareby .sharebymail{align-items:center;background-color:var(--color-title);display:flex;flex-direction:row;height:15px;justify-content:center;padding:1.05rem;text-align:center;text-decoration:none;transition:background-color .3s ease;width:15px}.wrapper-singlepost .core .wrapper-content-single .content-header .share .shareby .sharebymail:hover{background-color:var(--color-hover)}.wrapper-singlepost .core .wrapper-content-single .content-header .share .shareby .sharebytwitter{align-items:center;background-color:var(--color-title);display:flex;flex-direction:row;height:15px;justify-content:center;padding:1rem;text-align:center;text-decoration:none;transition:background-color .3s ease;width:15px}.wrapper-singlepost .core .wrapper-content-single .content-header .share .shareby .sharebytwitter:hover{background-color:var(--color-hover)}.wrapper-singlepost .core .wrapper-content-single .content-header .share .shareby .sharebyfacebook{align-items:center;background-color:var(--color-title);display:flex;flex-direction:row;height:15px;justify-content:center;padding:1rem;text-align:center;text-decoration:none;transition:background-color .3s ease;width:15px}.wrapper-singlepost .core .wrapper-content-single .content-header .share .shareby .sharebyfacebook:hover{background-color:var(--color-hover)}.wrapper-singlepost .core .wrapper-content-single .content-header .share .shareby .sharebywhatsapp{align-items:center;background-color:var(--color-title);display:flex;flex-direction:row;height:15px;justify-content:center;padding:1rem;text-align:center;text-decoration:none;transition:background-color .3s ease;width:15px}.wrapper-singlepost .core .wrapper-content-single .content-header .share .shareby .sharebywhatsapp:hover{background-color:var(--color-hover)}.wrapper-singlepost .core .wrapper-content-single .content strong{font-weight:700}.wrapper-singlepost .core .wrapper-content-single .content a{text-decoration:underline}.wrapper-singlepost .core .wrapper-content-single .content h1,.wrapper-singlepost .core .wrapper-content-single .content h2,.wrapper-singlepost .core .wrapper-content-single .content h3,.wrapper-singlepost .core .wrapper-content-single .content h4,.wrapper-singlepost .core .wrapper-content-single .content h5,.wrapper-singlepost .core .wrapper-content-single .content h6{margin-bottom:.5rem}.wrapper-singlepost .core .wrapper-content-single .content .media{margin-block:1rem}@media screen and (min-width:576px) and (max-width:768px){.wrapper-singlepost .core .wrapper-content-single .content .media iframe{width:unset}}.wrapper-singlepost .core .wrapper-content-single .content .image{margin-block:1rem}.wrapper-singlepost .core .wrapper-content-single .content .image img{height:auto;width:100%}.wrapper-singlepost .core .wrapper-content-single .content ul{margin-block:2rem}.wrapper-singlepost .core .wrapper-content-single .content ul li{color:var(--color-text);font-family:var(--font-family-text);margin:.5rem}.wrapper-singlepost .core .wrapper-content-single .content ul li:before{background-image:url(https://www.fabricegiffard.com/assets/imgs/icons/checklist.png);background-size:cover;content:"";display:inline-block;height:20px;margin-right:10px;width:20px}.wrapper-singlepost .core .wrapper-content-single .content ol{list-style-type:decimal;margin-left:1rem}.wrapper-singlepost .core .wrapper-content-single .content ol li{color:var(--color-text);font-family:var(--font-family-text);margin:.5rem}.wrapper-singlepost .core .wrapper-content-single .content .table{margin-block:1rem;overflow:scroll}.wrapper-singlepost .core .wrapper-content-single .content .table table{display:table}.wrapper-singlepost .core .wrapper-content-single .content .table table tbody{border-bottom:1px solid #000}.wrapper-singlepost .core .wrapper-content-single .content .table table tbody tr{font-size:var(--font-paragraph-size)}.wrapper-singlepost .core .wrapper-content-single .content .table table tbody tr td{padding-inline:.5rem;text-align:left}.wrapper-singlepost .addblock{display:block!important}.section-about{margin:3rem 1rem}.section-about .container .about-intro{align-items:center;display:flex;flex-direction:column;margin-block:1rem}.section-about .container .about-intro img{height:auto;width:50%}.section-about .container .about-intro .intro-text,.section-about .journey-section .timeline,.section-about .journey-section .timeline .timeline-item{margin-block:1rem}.section-about .why-different{margin-block:4rem}.section-about .personal-touch,.section-about .personal-touch .personal-content,.section-about .personal-touch .personal-content .cycling-stats,.section-about .why-different .differences-grid,.section-about .why-different .differences-grid .difference-card{margin-block:1rem}.section-about .personal-touch .personal-content .cycling-stats ul{margin-block:2rem}.section-about .personal-touch .personal-content .cycling-stats ul li{color:var(--color-text);font-family:var(--font-family-text);margin:.5rem}.section-about .personal-touch .personal-content .cycling-stats ul li:before{background-image:url(https://www.fabricegiffard.com/assets/imgs/icons/checklist.png);background-size:cover;content:"";display:inline-block;height:20px;margin-right:10px;width:20px}.section-about .cta-section{margin-block:4rem}.section-about .cta-section a{background-color:var(--color-title);border-radius:4px;color:var(--color-body);display:inline-block;font-family:var(--font-family-text);margin-top:1rem;padding:1rem;transition:background-color .3s ease}.section-about .cta-section a:hover{background-color:var(--color-hover)}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{background-color:var(--color-body);line-height:1;transition:background-color .3s ease,color .3s ease}a,body{font-family:var(--font-family-text)}a{font-size:var(--font-paragraph-size);text-decoration:none}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}:after,:before{margin:0;padding:0}h1{color:var(--color-title);font-family:var(--font-family-title);font-size:var(--font-header-one);text-transform:lowercase}h1:first-letter{text-transform:uppercase}h2{font-family:var(--font-family-title);font-size:var(--font-header-two);text-transform:lowercase}h2:first-letter{text-transform:uppercase}h3{font-family:var(--font-family-title);font-size:var(--font-header-three);text-transform:lowercase}h3:first-letter{text-transform:uppercase}h4{font-family:var(--font-family-title);font-size:var(--font-header-four);text-transform:lowercase}h4:first-letter{text-transform:uppercase}h5{font-family:var(--font-family-title);font-size:var(--font-header-five);text-transform:lowercase}h5:first-letter{text-transform:uppercase}h6{font-family:var(--color-title-light);font-size:var(--font-header-six);text-transform:lowercase}h6:first-letter{text-transform:uppercase}p{color:var(--color-text);font-family:var(--font-family-text);line-height:var(--line-height-paragraph)}.main-wrapper{margin:0 auto;max-width:1040px}.main-wrapper .message{background-color:green;padding:1rem}.main-wrapper .message p{color:var(--color-body);text-align:center}.main-wrapper .section-hero{background-color:var(--background-section);padding-bottom:1rem}@media screen and (min-width:576px) and (max-width:768px){.main-wrapper .section-hero{padding-bottom:unset}}@media screen and (min-width:769px) and (max-width:811px){.main-wrapper .section-hero{padding-bottom:unset}}@media screen and (min-width:812px) and (max-width:1024px){.main-wrapper .section-hero{padding-bottom:unset}}@media screen and (min-width:1025px){.main-wrapper .section-hero{padding-bottom:unset}}.main-wrapper .section-hero .container{align-items:center;display:flex;flex-direction:column}@media screen and (min-width:576px) and (max-width:768px){.main-wrapper .section-hero .container{align-items:center;display:flex;flex-direction:row}}@media screen and (min-width:769px) and (max-width:811px){.main-wrapper .section-hero .container{align-items:center;display:flex;flex-direction:row}}@media screen and (min-width:812px) and (max-width:1024px){.main-wrapper .section-hero .container{align-items:center;display:flex;flex-direction:row}}@media screen and (min-width:1025px){.main-wrapper .section-hero .container{align-items:center;display:flex;flex-direction:row}}.main-wrapper .section-hero .container .wrapper{margin:1rem}.main-wrapper .section-hero .container .wrapper h1{text-transform:capitalize}.main-wrapper .section-hero .container .wrapper h2{margin-bottom:1rem}.main-wrapper .section-hero .container .wrapper a{background-color:var(--color-title);border-radius:4px;color:var(--color-body);display:inline-block;font-family:var(--font-family-text);margin-top:1rem;padding:1rem;transition:background-color .3s ease}.main-wrapper .section-hero .container .wrapper a:hover{background-color:var(--color-hover)}.main-wrapper .section-vision{padding:80px 0;text-align:center}.main-wrapper .section-vision .stats-container{display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:1rem auto;max-width:1000px;padding:0 20px}@media screen and (min-width:812px) and (max-width:1024px){.main-wrapper .section-vision .stats-container{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1025px){.main-wrapper .section-vision .stats-container{grid-template-columns:repeat(2,1fr)}}.main-wrapper .section-vision .stats-container .stat-block{background:var(--color-body);border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.1);opacity:0;overflow:hidden;padding:40px 20px;position:relative;transform:translateY(30px);transition:all .6s ease}.main-wrapper .section-vision .stats-container .stat-block .stat-number{background:linear-gradient(135deg,var(--color-title),var(--color-title-light));-webkit-background-clip:text;font-family:var(--font-family-title);font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;margin-bottom:15px}.main-wrapper .section-vision .stats-container .stat-block:hover{box-shadow:0 20px 40px rgba(0,0,0,.15);transform:translateY(-10px)}.main-wrapper .section-vision .stats-container .stat-block:before{background:linear-gradient(90deg,var(--color-title),var(--color-title-light));content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.main-wrapper .stat-block:hover:before{transform:scaleX(1)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.main-wrapper .stat-block:first-child{animation-delay:.1s}.main-wrapper .stat-block:nth-child(2){animation-delay:.2s}.main-wrapper .stat-block:nth-child(3){animation-delay:.3s}.main-wrapper .stat-block:nth-child(4){animation-delay:.4s}.main-wrapper .section-features{background:var(--background-section);margin:4rem 1rem;padding:.5rem}.main-wrapper .section-features .wrapper-cards .card-feature{opacity:0;transform:translateY(20px);transition:opacity .6s,transform .6s}@media screen and (min-width:812px) and (max-width:1024px){.main-wrapper .section-features .wrapper-cards{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-block:3rem}}@media screen and (min-width:1025px){.main-wrapper .section-features .wrapper-cards{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-block:3rem}}.main-wrapper .section-features p{margin-block:1rem}.main-wrapper .section-features a{background-color:var(--color-title);border-radius:4px;color:var(--color-body);display:inline-block;font-family:var(--font-family-text);margin-bottom:1rem;padding:.5rem;transition:background-color .3s ease}.main-wrapper .section-features a:hover{background-color:var(--color-hover)}.main-wrapper .section-differentiation{margin:6rem 1rem}.main-wrapper .section-differentiation .wrapper-cards{margin:1rem auto}@media screen and (min-width:812px) and (max-width:1024px){.main-wrapper .section-differentiation .wrapper-cards{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-block:3rem}}@media screen and (min-width:1025px){.main-wrapper .section-differentiation .wrapper-cards{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-block:3rem}}.main-wrapper .section-differentiation p{margin-block:1rem}.main-wrapper .section-differentiation a{background-color:var(--color-title);border-radius:4px;color:var(--color-body);display:inline-block;font-family:var(--font-family-text);margin-bottom:1rem;padding:.5rem;transition:background-color .3s ease}.main-wrapper .section-differentiation a:hover{background-color:var(--color-hover)}.main-wrapper .section-portfolio{background-color:var(--background-section);margin:6rem 1rem;padding:.5rem}@media screen and (min-width:576px) and (max-width:768px){.main-wrapper .section-portfolio{align-items:flex-start;display:flex;flex-direction:column}}@media screen and (min-width:769px) and (max-width:811px){.main-wrapper .section-portfolio{align-items:flex-start;display:flex;flex-direction:column}}@media screen and (min-width:812px) and (max-width:1024px){.main-wrapper .section-portfolio{align-items:flex-start;display:flex;flex-direction:column}}@media screen and (min-width:1025px){.main-wrapper .section-portfolio{align-items:flex-start;display:flex;flex-direction:column}}.main-wrapper .section-portfolio p{margin-block:1rem}.main-wrapper .section-portfolio img{margin-block:1rem;width:100%}.main-wrapper .section-portfolio .container-projects{align-items:center;display:flex;flex-direction:column}@media screen and (min-width:576px) and (max-width:768px){.main-wrapper .section-portfolio .container-projects{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-block:1rem}}@media screen and (min-width:769px) and (max-width:811px){.main-wrapper .section-portfolio .container-projects{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-block:1rem}}@media screen and (min-width:812px) and (max-width:1024px){.main-wrapper .section-portfolio .container-projects{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-block:1rem}}@media screen and (min-width:1025px){.main-wrapper .section-portfolio .container-projects{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-block:1rem}}.main-wrapper .animate{opacity:1!important;transform:translateY(0)!important}.main-wrapper .animatestat{animation:slideUp .6s ease forwards}