@import url('//fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

body{
    font-family: 'Montserrat', sans-serif;
    color: #222;
    line-height: 1.35;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a{
    text-decoration: none;
    color: #222;
}
a:hover{
    color: #64C4DA;
}
*{
    box-sizing: border-box;
}

/* ------------------------------------------------------------------------ */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #a80704;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #c40906;
    border: solid #000000 0.5px;
}
p{
    margin: 0 0 1em;
}
.row:after{
    content: "";
    display: table;
    clear: both;
}
.col-md-3{
    width: 25%;
}
.col-md-4{
    width: 33.33%;
}
.col-md-6{
    width: 50%;
}
.col-md-9{
    width: 66.66%;
}
.col-md-12{
    width: 100%;
}
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-9,
.col-md-12{
    float: left;
    padding: 0 15px;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.header {
    background: #fff;
    color: #a80704;
    padding: 0 5%;
    position: relative;
    overflow: hidden;
    border-bottom: 0.5px solid #a80704;
}

.box-nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    font-weight: 300;
    margin: 0 -30px;
    font-size: 0.85em;
    padding: 10px 0;
}

.box-nav li {
    padding: 0 30px;
}

.box-nav img {
    width: 20px;
    filter: invert(100%);
    margin: 0 10px -1px 0;
}

.box-nav a {
    color: inherit;
    transition: all .4s;
}

.box-top img {
    width: 100px;
}

.box-top ul {
    display: flex;
    margin: 0 -30px;
    justify-content: flex-end;
}


.box-top li {
    padding: 0 30px;
    position: relative;
}

.box-top ul a {
    color: inherit;
    padding: 30px 0;
    display: block;
    transition: all .4s;
}

.box-top .col-md-3 {
    width: 300px;
    position: relative;
}

.box-top .col-md-9 {
    width: calc(100% - 300px);
    border-top: 1px solid rgba(168 , 7 , 4 , 0.5);
    position: relative;
    padding: 0;
}

.box-top .col-md-9:before {}

.row {margin: 0 -15px;}

.box-top .col-md-3:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 1px;
    border-top: 1px solid rgba(168 , 7 , 4 , 0.5);
    right: 0;
    top: 0;
    transform: rotate(-30deg);
    transform-origin: top right;
}

.box-top .col-md-3 a {
    display: inline-block;
    vertical-align: top;
    margin: -25px 0 0 0;
}

.box-top li:before {
    content: "-";
    position: absolute;
    top: 50%;
    line-height: 0;
    right: -3px;
}

.box-top li:last-child:before {
    display: none;
}

.box-top {
    margin: 0;
}

.box-video img {
    width: 100%;
    display: block;
    height: 60%;
}
.box-video .titre {
    position: absolute;
    bottom: 100px;
    left: 0;
    background: #a80704;
    color: #fff;
    padding: 10px 100px 10px 50px;
    border-radius: 0 60px 60px 0;
}

.box-video {
    overflow: hidden;
}

.box-video .titre h1 {
    font-size: 1.5em;
    margin: 0;
    line-height: 1;
}

.box-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}

.cus-text {
    padding: 0 10%;
    font-size: 1.2em;
}

.box-content img {
    width: 100%;
    display: block;
    transition: all .4s;
}
.box-content img:hover {
    transform: scale(1.1);
}

.box-content .col-md-6 {
    padding: 0;
}

.cus-text h2 {
    margin: 0 0 1em;
    padding: 0 0 10px;
    position: relative;
    font-size: 1.5em;
}

.cus-text h2:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 400px;
    background: #F07E18;
    bottom: 0;
    left: 0;
    max-width: 100%;
}

.cus-text h2.text-right:before {
    left: auto;
    right: 0;
}
.box-content .btn {
    display: inline-block;
    vertical-align: top;
    margin: 5em 0 1em;
    color: #fff;
    font-weight: bold;
    background: #a80704;
    padding: 20px 40px;
    border-radius: 40px;
    transition: all .4s;
}

.box-content .btn:hover {
    background: #e60905;
    color: #fff;
}

.box-content .content-inner {
    overflow: hidden;
}
header a:hover{
    color: #000;
}
.box-fuite {
    padding: 50px 5% 100px;
    display: flex;
    align-items: center;
}

.box-fuite a {
    background: #a80704;
    color: #fff;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    font-size: 0.9em;
    padding: 10px 30px;
    transition: all .4s;
}
.box-fuite a:hover {
    background: #e60905;
}
.box-fuite a img {
    height: 35px;
    filter: invert(100%);
    margin: 0 10px 0 0;
}

.box-fuite h3 {
    font-size: 1em;
    text-transform: uppercase;
    margin: 0 0 1em;
}

p:last-child {
    margin: 0;
}

.box-fuite .col-md-4:last-child .content-inner {
    border: 2px solid #F07E18;
    padding: 30px;
}
.footer-container {
    background: #fff;
    color: #a80704;
    padding: 0 5%;
    font-size: 0.9em;
    border-top: 0.5px solid #a80704;
}

.footer-container a {
    color: inherit;
    opacity: 0.8;
    transition: all .4s;
}
.footer-container img {
    color: inherit;
}

.box-footer {
    padding: 30px 0;
    font-size: 0.95em;
}

.ct-logo li img {
    width: 20px;
}

.ct-logo ul {
    display: flex;
    align-items: center;
    font-size: 0.9em;
    margin: 1em 0 0;
}

.ct-logo li a{
    padding: 5px;
    display: block;
}

img {
    vertical-align: middle;
}

.f-logo {
    display: inline-block;
    vertical-align: top;
}

.f-logo img {
    width: 140px;
    margin: 0 30px;
}

.box-footer .content-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-container a:hover {
    opacity: 1;
    color: #000;
}

.box-copyright{
    padding: 30px 0;
    position: relative;
}

.box-copyright:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff;
    width: 90%;
    margin: auto;
    opacity: 0.5;
}


.box-depannage {
    padding: 100px 7%;
    text-align: center;
    min-height: calc(100vh - 130px);
    display: flex;
    align-items: center;
    justify-content: center;
}


.box-ans {
    background: #a80704;
    color: #fff;
    text-align: center;
    padding: 50px 5% 10px;
    text-transform: uppercase;
}

.box-ans img {
    height: 170px;
}

.box-eau {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-eau > div {
    padding: 0;
}

.box-eau img {
    width: 100%;
}

.text-center h2:before {
    right: 0;
    margin: auto;
}

.box-tarifs {
    padding: 100px 0;
}
.box-tarifs .btn {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-weight: bold;
    background: #a80704;
    padding: 20px 40px;
    border-radius: 40px;
    transition: all .4s;
}

.box-tarifs .btn:hover {
    background: #e60905;
    color: #fff;
}
.cus-image {
    overflow: hidden;
}

.cus-image img {
    transition: all .4s;
}

.cus-image img:hover {
    transform: scale(1.1);
}


@media (max-width: 1500px){
body {
    font-size: 18px;
}
}

@media (max-width: 1200px){
body {
    font-size: 16px;
}
.cus-text {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1em;
}

.box-nav ul {
    font-size: 0.8em;
}

.header {
    padding: 0 30px;
}

.cus-text h2:before {
    height: 3px;
}

.box-content .btn {
    padding: 15px 25px;
}

.box-fuite a img {
    height: 25px;
}

.footer-container {
    padding: 0 30px;
}

.box-ans img {
    height: 120px;
}

.box-tarifs .btn {
    padding: 15px 25px;
}

.box-tarifs {
    padding: 60px 0;
}

.box-depannage {
    padding: 60px 30px;
}
    
}
@media (max-width: 991px){
h1 {
    font-size: 1.8em;
}

.box-ans img {
    height: 100px;
}

.box-ans {
    padding: 30px 20px 10px;
}

.box-fuite .col-md-4 {
    width: 50%;
    padding-bottom: 20px;
}

.box-fuite {
    flex-wrap: wrap;
    text-align: center;
}

.box-fuite .col-md-4:last-child {
    width: 100%;
}

.cus-text {
    padding-left: 20px;
    padding-right: 20px;
}

.box-top li {padding: 0 25px;}

.box-top img {
    width: 90px;
}

.box-video .titre h1 {
    font-size: 1.2em;
}

.box-footer .content-inner {
    flex-wrap: wrap;
}

.ct-logo {
    width: 100%;
    text-align: center;
}

.ct-logo ul {
    justify-content: center;
}
}

@media (max-width: 767px){
.box-nav ul {
    font-size: 10px;
    margin: 0;
}

.box-nav li {
    padding: 0 5px;
}

.box-nav img {
    width: 12px;
    margin: 0 5px -1px 0;
}

.box-top .col-md-3 a {
    margin: 0;
}

.box-top .col-md-3:before {
    display: none;
}

.box-top .col-md-9 {
    border: 0;
}

.box-nav {
    position: relative;
}

.box-nav:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #fff;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    opacity: 0.5;
}

.box-top img {
    width: 70px;
}

.box-top .col-md-3 a {
    height: 80px;
    line-height: 80px;
}

.header {
    padding: 0 15px;
}

.box-top ul a {
    padding: 0;
    height: 80px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-top li {
    padding: 0 15px;
}

.box-top ul {
    margin: 0;
}

.col-md-6 {
    width: 100%;
}

.col-md-4 {
    width: 100%;
}

.box-fuite .col-md-4 {
    width: 100%;
}
.box-top ul a {
    white-space: nowrap;
}
.box-eau {
    flex-wrap: wrap;
    padding: 20px 0 0;
}

}
@media (max-width: 480px){
body {
    font-size: 14px;
}
.box-top .col-md-3 {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.box-top .col-md-9 {
    width: 100%;
}

.box-top ul {
    justify-content: center;
}

.box-eau {
    flex-wrap: wrap;
    padding: 20px 0 0;
}
.box-fuite .col-md-4:last-child .content-inner {
    padding: 20px;
}
.f-logo img {
    width: 100px;
}
.box-tarifs {
    padding: 40px 0;
}

}