@charset "utf-8";
*, *::before, *::after {
padding: 0;
margin: 0;
outline: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
font-family: 'Lato', 'Poppins';
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
scroll-behavior: smooth;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
-webkit-text-size-adjust: 100%;
line-height: 1.5;
background-color: #FFFFFF;
}
body, p, li, a {
font-size: 14px;
line-height: 1.5;
}
::-webkit-resizer,
::-webkit-scrollbar-button,
::-webkit-scrollbar-corner {
display: none;
}
input::-ms-clear, textarea::-ms-clear {
display: none;
}
ol, ul, ul li {
padding: 0;
margin: 0;
list-style: none;
}
hr {
width: 100%;
border: 0;
border-top: 1px solid #000000;
margin: 20px 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
button, input, select, textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
background: none;
border: none;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
textarea {
overflow: auto;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
small {
font-size: 80%;
}
img {
width: auto;
max-width: 100%;
height: auto;
margin: 0;
padding: 0;
border: 0;
border-style: none;
vertical-align: middle;
}
main {
display: block;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Poppins', sans-serif;
font-weight: 700;
letter-spacing: 1px;
}
button, .btn, button:active, .btn:active, button:focus, .btn:focus {
outline: 0;
-webkit-appearance: none;
box-shadow: none !important;
}
section.accueil {
margin: 20px 0 25px 0;
background-color: #FFFFFF;
}
section.services {
margin: 20px 0 25px 0;
background-color: #FFFFFF;
}
section.valeurs {
margin: 20px 0 25px 0;
background-color: #FFFFFF;
}
section.atouts {
margin: 20px 0 25px 0;
background-color: #FFFFFF;
}
section.zones {
padding: 40px 5px;
margin: 40px 0 0 0;
background-color: #F3F3F3;
}
section.partenaires {
margin: 30px 0 10px 0;
background-color: #FFFFFF;
}
section.contact {
margin: 0;
background-color: #FFFFFF;
}
section.content {
margin: 0;
background-color: #FFFFFF;
}
#presentation {
scroll-margin-top: 20px;
}
input,
input:hover,
input:focus,
input.form-control,
input.form-control:hover,
input.form-control:focus {
font-family: 'Lato', sans-serif;
font-size: 14px;
font-weight: 500;
color: #000000;
border: 1px solid #000000;
padding-left: 10px;
padding-top: 0;
padding-bottom: 0;
margin-bottom: 0;
outline: 0;
-webkit-appearance: none;
box-shadow: none !important;
height: 42px;
line-height: 42px;
}
textarea,
textarea:hover,
textarea:focus,
textarea.form-control,
textarea.form-control:hover,
textarea.form-control:focus {
font-family: 'Lato', sans-serif;
font-size: 14px;
font-weight: 500;
color: #000000;
border: 1px solid #000000;
padding-top: 10px;
padding-left: 10px;
margin-bottom: 0;
padding-bottom: 0;
resize: none;
outline: 0;
-webkit-appearance: none;
box-shadow: none !important;
}
select,
select:focus,
select:active,
select:hover {
outline: 0;
-webkit-appearance: none;
-moz-appearance: none;
box-shadow: none !important;
border: 0;
border-radius: 6px;
}
.custom-checkbox .privacy-link, .custom-checkbox .privacy-link:active, .custom-checkbox .privacy-link:focus, .custom-checkbox .privacy-link:hover {
color: #000000;
font-weight: 700;
text-decoration: underline;
cursor: pointer;
}
.custom-checkbox {
display: flex;
flex-direction: column;
align-items: flex-start;
cursor: pointer;
}
.custom-checkbox input[type="checkbox"] {
display: none;
}
.custom-checkbox label {
position: relative;
padding-top: 5px;
padding-left: 38px;
cursor: pointer;
user-select: none;
}
.custom-checkbox label::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 30px;
height: 30px;
border: 1px solid #000000;
border-radius: 4px;
background-color: #FFFFFF;
transition: all 0.2s ease;
}
.custom-checkbox input[type="checkbox"]:checked + label::before {
background-color: #008E0B;
border-color: #008E0B;
}
.custom-checkbox input[type="checkbox"]:checked + label::after {
content: '';
position: absolute;
left: 10px;
top: 5px; 
width: 10px;
height: 16px;
border: solid #FFFFFF;
border-width: 0 3px 3px 0;
transform: rotate(45deg);
}
.custom-checkbox small {
display: block;
margin-left: 0;
margin-top: 5px;
}
.custom-checkbox label.invalid::before {
border: 2px solid #FF0000;
background-color: #FFF0F0;
}
.custom-checkbox label.valid::before {
border: 1px solid #CCCCCC;
}
.input-field.error {
border: 2px solid #FF0000;
}
p.small {
font-family: 'Lato', sans-serif;
color: #333333;
font-size: 12px;
font-style: italic;
}
p.error_message, .error_message {
font-family: 'Lato', sans-serif;
color: #FF0000;
font-size: 14px;
line-height: 20px;
font-weight: 500;
padding-top: 8px;
}
p.success_message, .success_message {
font-family: 'Lato', sans-serif;
color: #3A9303;
font-size: 14px;
line-height: 20px;
font-weight: 500;
}
form {
font-size: 14px;
color: #000000;
font-weight: 500;
}
label {
font-size: 14px;
color: #000000;
font-weight: 700;
}
a.link {
font-family: 'Lato', sans-serif;
color: #FFFFFF;
font-size: 14px;
text-decoration: underline;
}
a.link:active,
a.link:focus,
a.link:hover {
text-decoration: none;
}
.btn-send, .btn-send:active, .btn-send:focus, .btn-send:hover {
display: block;
font-family: 'Lato', sans-serif;
font-size: 14px;
color: #FFFFFF;
font-weight: 700;
test-align: center;
border: none;
text-decoration: none;
border-radius: 30px;
padding: 12px 24px;
margin: 0 auto;
background-color: #FF0000;
cursor: pointer;
outline: 0;
}
.btn-quotation, .btn-quotation:active, .btn-quotation:focus, .btn-quotation:hover {
font-family: 'Lato', sans-serif;
font-size: 14px;
color: #FFFFFF;
font-weight: 700;
test-align: center;
border: none;
text-decoration: none;
border-radius: 30px;
padding: 12px 14px;
margin-left: 5px;
margin-right: 5px;
background-color: #FF0000;
cursor: pointer;
outline: 0;
}
.btn-zones, .btn-zones:active, .btn-zones:focus, .btn-zones:hover {
display: block;
width: 200px;
font-family: 'Lato', sans-serif;
font-size: 14px;
color: #FFFFFF;
font-weight: 700;
test-align: center;
border: none;
text-decoration: none;
border-radius: 30px;
padding: 12px 14px;
margin: 0 auto;
background-color: #000000;
cursor: pointer;
outline: 0;
}
.custom-navbar {
background-color: #FF0000;
}
.custom-navbar .navbar-nav .nav-link {
margin-left: 10px;
margin-right: 10px;
padding: 10px 20px;
border-radius: 0;
}
.custom-navbar .nav-link {
color: #FFFFFF;
text-transform: none;
font-weight: 500;
background-color: transparent !important;
}
.custom-navbar .nav-item.active > .nav-link {
color: #000000 !important;
font-weight: 900;
background-color: transparent !important;
}
.custom-navbar .navbar-toggler {
position: relative;
top: 8px;
right: 5px; 
font-size: 32px;
color: #FFFFFF;
border: 0;
outline: 0;
}
.navbar-brand img {
height: 60px; 
width: auto;
border: 0;
}
.hero-banner {
position: relative;
top: 0;
background: url('../images/banner_home.png?ver=1.0') no-repeat;
background-size: cover;
background-position: center;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
color: #FFFFFF;
text-align: center;
padding: 0;
margin: 0;
background-color: #FFFFFF; 
clear: both;
}
.hero-banner .hero-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.65);
z-index: 1;
pointer-events: none;
}
.hero-banner .container-fluid {
position: absolute;
top: 160px;
left: 0;
right: 0;
text-align: center;
z-index: 2;
pointer-events: auto; 
}
.hero-banner h1 {
font-size: 40px;
font-weight: 700;
}
.hero-banner p {
font-size: 22px;
line-height: 30px;
font-weight: 600px;
margin: 5px 0 10px 0;
}
.hero-banner a, .hero-banner a:active, .hero-banner a:focus, .hero-banner a:hover {
display: block;
width: 200px;
color: #FFFFFF;
font-size: 18px;
font-weight: 500;
text-decoration: none;
text-align: center;
padding: 10px 20px;
border-radius: 5px;
border: 2px solid #FF0000;
margin: 20px auto 0 auto;
background-color: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
.zones p {
word-break: normal;
overflow-wrap: normal;
white-space: normal;
}
.thumbnail img {
border-radius: 10px 10px 0 0;
display: block;
width: 100%;
height: auto;
position: relative;
z-index: 1;
}
.thumbnail .caption {
text-align: center;
margin: 0 auto;
border-radius: 0 0 10px 10px;
background-color: #CC0000;
}
.caption a.link,
.caption a.link:active,
.caption a.link:focus,
.caption a.link:hover {
color: #FFFFFF;
text-decoration: none;
font-family: 'Lato', sans-serif;
font-size: 16px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
display: block;
}
.caption small {
font-size: 12px;
font-style: italic;
font-weight: 700;
text-transform: none;
display: block;
margin-top: 5px;
}
.panel {
border: 0 none;
text-align: center;
min-height: 200px;
padding: 0;
border-radius: 10px !important;
background-color: #CC0000;
}
.panel-body {
padding: 10px;
}
.panel-body i {
font-size: 40px;
color: #000000;
padding: 25px 30px;
margin-top: 20px;
margin-bottom: 20px;
border-radius: 50%;
background-color: #FFFFFF;
}
.panel-body p {
font-family: 'Poppins', sans-serif;
font-size: 16px;
line-height: 26px;
color: #FFFFFF;
font-weight: 500;
padding: 10px 5px;
}
.form-control {
width: 100%;
font-size: 14px;
border-radius: 5px;
border: 1px solid #000000;
padding: 15px 30px;
margin-top: 0;
margin-bottom: 20px;
background-color: #FFFFFF;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.form-group label {
color: #000000;
font-size: 16px;
font-weight: 700;
padding-left: 5px;
}
.form-control:focus, #page .form-control:active {
border: 1px solid #000000;
outline: none;
box-shadow: none;
}
a.link, a.link:active, a.link:focus, a.link:hover {
color: #000000;
font-size: 14px;
font-weight: 700;
text-decoration: underline;
padding: 0;
}
.contact a.link, .contact a.link:active, .contact a.link:focus, .contact a.link:hover {
font-family: 'Lato', sans-serif;
color: #000000;
font-size: 18px;
font-weight: 700;
text-decoration: none;
}
.contact i {
width: 30px;
padding-right: 5px;
}
textarea {
border: 1px solid #000000;
resize: none;
border-radius: 5px !important;
}
.contact-form {
position: relative;
background-color: #FFFFFF;
overflow: hidden;
}
.contact-form .contact-block {
overflow: hidden;
}
.contact-form .form-control {
width: 100%;
font-size: 14px;
border-radius: 30px;
border: 1px solid #FFFFFF;
padding: 15px 30px;
margin-bottom: 20px;
background-color: #FFFFFF;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.contact-form .form-control:focus, .contact-form .form-control:active {
border: 1px solid #000000;
outline: none;
box-shadow: none;
}
.asterisk {
color: #FF0000;
font-size: 16px;
font-weight: 700;
padding-left: 0;
}
.notice p {
color: #666666;
font-size: 14px;
line-height: 14px !important;
font-weight: 500;
text-align: justify;
}
.formAgree {
display: block;
padding-top: 10px;
}
select, select:focus, select:active, select:hover, .dropdown-toggle:focus, .dropdown-toggle:active {
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
box-shadow: none !important;
border: 1px solid #FFFFFF;
border-radius: 5px;
}
.select {
position: relative;
display: block;
width: 100%;
max-width: 540px;
margin: 0;
outline: none;
}
.select select {
display: inline-block;
width: 100%;
height: 50px;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: 400;	
color: #153C27;
text-align: left;
padding: 12px 10px;
appearance: none;
border: 1px solid #CCCCCC;
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
outline: none;
background-color: #FFFFFF;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;
}
.select select::-ms-expand {
display: none;
}
.select_arrow {
position: absolute;
top: 20px;
right: 15px;
width: 0;
height: 0;
pointer-events: none;
border-style: solid;
border-width: 8px 5px 0 5px;
border-color: #000000 transparent transparent transparent;
}
.select select:focus, .select select:active {
border: 1px solid #000000;
}
.select select:hover ~ .select_arrow, .select select:focus ~ .select_arrow {
color: #000000;
border-top-color: #000000;
}
.checkbox {
margin-top: 10px;
margin-bottom: 25px;
text-align: left;
padding-left: 0;
margin-left: 0;
}
.checkbox {
margin-top: 10px;
margin-bottom: 25px;
text-align: left;
padding-left: 0;
margin-left: 0;
}
.checkbox .cr {
position: relative;
display: inline-block;
width: 35px;
height: 35px;
line-height: 35px;
border: 1px solid #000000;
border-radius: 5px;
margin-right: 5px;
padding-left: 0;
margin-left: 0;
vertical-align: middle;
background-color: #FFFFFF;
}
.checkbox .cr .cr-icon {
position: absolute;
top: 15px;
left: 14%;
font-size: 26px;
font-weight: 700;
line-height: 0;
cursor: pointer;
}
.checkbox .cr_white {
position: relative;
display: inline-block;
width: 35px;
height: 35px;
line-height: 35px;
border: 1px solid #000000;
border-radius: 10px;
margin-right: 5px;
padding-left: 0;
margin-left: 0;
vertical-align: middle;
background-color: #FFFFFF;
}
.checkbox .cr_white .cr-icon {
position: absolute;
top: 17px;
left: 14%;
font-size: 26px;
font-weight: 700;
line-height: 0;
cursor: pointer;
}
.checkbox label {
padding-left: 0;
margin-left: 0;
}
.checkbox label input[type='checkbox'] {
display: none;
}
.checkbox label input[type='checkbox'] + .cr > .cr-icon {
transform: scale(3) rotateZ(-20deg);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-webkit-opacity: 0;
-khtml-opacity: 0;
filter: alpha(opacity=0);
transition: all .3s ease-in;
zoom: 1;
}
.checkbox label input[type='checkbox']:checked + .cr > .cr-icon {
color: #70B744; 
transform: scale(1) rotateZ(0deg);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
zoom: 1;
}
.checkbox label input[type='checkbox']:disabled + .cr {
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
-moz-opacity: 0.5;
-webkit-opacity: 0.5;
-khtml-opacity: 0.5;
filter: alpha(opacity=50);
zoom: 1;
}
.checkbox label input[type='checkbox'] + .cr_white > .cr-icon {
transform: scale(3) rotateZ(-20deg);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-webkit-opacity: 0;
-khtml-opacity: 0;
filter: alpha(opacity=0);
transition: all .3s ease-in;
zoom: 1;
}
.checkbox label input[type='checkbox']:checked + .cr_white > .cr-icon {
color: #339900; 
transform: scale(1) rotateZ(0deg);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
zoom: 1;
}
.checkbox label input[type='checkbox']:disabled + .cr_white {
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
-moz-opacity: 0.5;
-webkit-opacity: 0.5;
-khtml-opacity: 0.5;
filter: alpha(opacity=50);
zoom: 1;
}
.checkbox a, .checkbox a:active, .checkbox a:focus, .checkbox a:hover {
font-family: 'Lato', sans-serif;
font-size: 14px;
font-weight: 400;
color: #000000;
text-decoration: underline;
padding: 0;
}
input[type='checkbox'] {
display: none !important;
opacity: 0;
}
.bottom-nav .col-lg-6, 
.bottom-nav .col-md-6, 
.bottom-nav .col-6 {
height: 50px;
display: flex;
align-items: center;
justify-content: center; 
}	
.bottom-nav {
background-color: #CC0000;
}
.bottom-nav a.phone, .bottom-nav a.phone:active, .bottom-nav a.phone:focus, .bottom-nav a.phone:hover {
display: flex;
align-items: center;
justify-content: center; 
font-family: 'Poppins', sans-serif;
color: #FFFFFF;
font-size: 20px;
font-weight: 700;
text-decoration: none;
}
.bottom-nav a.quotation, .bottom-nav a.quotation:active, .bottom-nav a.quotation:focus, .bottom-nav a.quotation:hover {
display: flex;
align-items: center;
justify-content: center; 
font-family: 'Poppins', sans-serif;
color: #FFFFFF;
font-size: 20px;
font-weight: 700;
text-decoration: none;
}
@keyframes spulse {
0% {
transform: scale(0.85);
}
70% {
transform: scale(1);
}
100% {
transform: scale(0.85);
}
}
footer {
postion: relative;
background-color: #FF0000;
}
.footer-container {
display: flex;
flex-direction: column;
}
.footer-content {
color: #FFFFFF;
padding-top: 30px;
padding-bottom: 30px;
}
footer i.fas {
display: inline-block;
color: #FFFFFF;
font-size: 22px;
padding-right: 5px;
}
.footer-content ul.list-unstyled li {
font-size: 14px;
color: #FFFFFF;
margin-bottom: 10px;
}
.footer-content ul.list-unstyled li:last-child {
margin-bottom: 0;
}	
.footer-content ul.list-unstyled li a, .footer-content ul.list-unstyled li a:active, .footer-content ul.list-unstyled li a:focus, .footer-content ul.list-unstyled li a:hover  {
display: block;
color: #FFFFFF;
font-size: 14px;
line-height: 1.4;
padding: 10px 15px 10px 5px;
border-radius: 4px;
width: 100%;
text-decoration: none;
cursor: pointer;
}
.footer-content ul.list-unstyled li.active a, .footer-content ul.list-unstyled li.active a:active, .footer-content ul.list-unstyled li.active a:focus, .footer-content ul.list-unstyled li.active a:hover {
font-size: 16px !important;
color: #000000 !important;
font-weight: 700 !important;
}
footer a.phone, footer a.phone:active, footer a.phone:focus, footer a.phone:hover {
font-family: 'Poppins', sans-serif;
color: #FFFFFF !important;
font-size: 20px !important;
font-weight: 700 !important;
}
.footer-copyright {
color: #FFFFFF;
text-align: center;
padding: 20px 0 10px 0;
margin-top: 0;
background-color: #CC0000;
}
.footer-copyright > div + div {
margin-top: 2px;
margin-bottom: 5px;
}
.footer-copyright small {
margin: 0;
line-height: 1.5;
}
#back-to-top-container {
position: fixed;
right: 10px;
bottom: 75px;
z-index: 9999999;
}
#back-to-top {
color: #FFFFFF;
width: 50px;
height: 50px;
border: 0;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
box-shadow: none;
padding: 0;
background-color: #000000;
transition: opacity 0.3s;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-webkit-opacity: 0;
-khtml-opacity: 0;
filter: alpha(opacity=0);
pointer-events: none;
}
#back-to-top.show {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
pointer-events: auto;
}
#back-to-top:active, #back-to-top:focus, #back-to-top:hover {
outline: none;
box-shadow: none;
border: none;
}
.whats-app {
position: fixed;
width: 50px;
height: 50px;
bottom: 15px;
right: 10px;
color: #FFFFFF;
font-size: 32px;
border-radius: 50px;
text-align: center;
background-color: #25D366;
box-shadow: 0;
outline: 0;
z-index: 999999;
}
a.whats-app i, a.whats-app i:active, a.whats-app i:focus, a.whats-app i:hover {
font-size: 30px;
color: #FFFFFF;
text-decoration: none;
outline: 0;
transform: scale(1);
cursor: pointer !important;
animation-timing-function: ease;
animation: spulse 2s infinite;
}
@media (max-width: 991.98px) {
.navbar-collapse {
margin-top: 20px;
}
.custom-navbar .navbar-nav .nav-link {
margin-bottom: 10px;
}
.custom-navbar .nav-item .nav-link {
padding-left: 10px !important;
padding-right: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.custom-navbar .navbar-nav .nav-link {
color: #FFFFFF;
font-weight: 500;
border-radius: 0 !important;
background-color: transparent !important;
}
.custom-navbar .navbar-nav .nav-link.active, .custom-navbar .navbar-nav .nav-item.active .nav-link {
color: #FF0000;
font-weight: 700;
background-color: #FFFFFF;
}
.panel {
min-height: 260px;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.caption a.link,
.caption a.link:active,
.caption a.link:focus,
.caption a.link:hover {
font-size: 14px;
letter-spacing: 1px;
}
}
@media (min-width: 768px) {
.hero-banner .container-fluid {
top: 260px;
}
}
@media (max-width: 767.98px) {
.caption a.link,
.caption a.link:active,
.caption a.link:focus,
.caption a.link:hover {
font-size: 18px;
letter-spacing: 2px;
}
}
@media (min-width: 420px) and (max-width: 767.98px) {
.hero-banner .container-fluid {
top: 210px;
}
}
@media (max-width: 575.98px) {
.bottom-nav a.phone, .bottom-nav a.phone:active, .bottom-nav a.phone:focus, .bottom-nav a.phone:hover {
font-size: 18px;
}
.bottom-nav a.quotation, .bottom-nav a.quotation:active, .bottom-nav a.quotation:focus, .bottom-nav a.quotation:hover {
font-size: 18px;
}
}