@font-face {
    font-family: 'HarmoniaSansW01';
    src: url('../fonts/Harmonia-Sans-Font/Harmonia Sans W01 Regular.ttf') format('truetype');
}

body {
    font-family: 'HarmoniaSansW01', sans-serif;
}

#app {
    height: 100vh;
}

header .list-top {
    background-color: #0092FF;
    padding: 0 15px;
    min-height: 35px;
}

.color-blue {
    color: #006FC0;
    display: contents;
}

header .list-group {
    margin-bottom: 0;
}

header .list-group-item {
    border: none;
    border-radius: 0 !important;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 12px;
}

header .list-group-item a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 12px;
}

header .list-group-item a:hover {
    color: #FFFFFF;
}

header .list-group:last-of-type .list-group-item a:hover i {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

header .navbar {
    padding: 20px 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

header .navbar-brand .logo {
    width: 100px;
}

header .navbar-nav {
    width: 100%;
}

header .nav-item {
    margin: 0 10px;
}

header .nav-item .dropdown-menu {
    margin-top: 10px;
}

header .nav-item .nav-link.dropdown-toggle {
    padding: 0;
}

header .nav-item .dropdown-menu .dropdown-item:active {
    background-color: transparent;
    color: #000000;
}

header .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #006FC0;
    color: #FFFFFF;
}

header .nav-item .nav-link.nav-circle {
    border-radius: 50px;
    padding: 3px 15px !important;
    border: 1.5px solid transparent;
    text-transform: uppercase;
    font-size: 12px;
}

header .nav-item:last-of-type .nav-link.nav-circle {
    border: 1.5px solid #006FC0;
    background-color: #006FC0;
    color: #FFFFFF;
}

header .nav-item .nav-link.nav-circle.active {
    border: 1.5px solid #006FC0;
}

header .nav-item .nav-link.nav-circle:hover {
    border: 1.5px solid #006FC0;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

footer .row {
    padding: 20px 0;
}

footer .list-bottom {
    background-color: #0092FF;
    padding: 0 15px;
    min-height: 35px;
}

footer .list-group {
    margin-bottom: 0;
}

footer .list-group-item {
    border: none;
    border-radius: 0 !important;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 12px;
    padding: 5px 0;
}

footer .list-group-item a {
    text-decoration: none;
    color: #000000;
    font-size: 12px;
}

footer .list-group-item a:hover {
    color: #006FC0;
}

footer p {
    font-size: 12px;
}

footer h6 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #006FC0;
    margin-bottom: 0;
}

footer .logo {
    width: 80px;
}

footer .list-group-item .icon {
    height: 18px;
}

footer .list-group-horizontal .list-group-item {
    margin-right: 5px;
}

main .container-order1 {
    background-color: #006FC0;
    color: #FFFFFF;
}

main .container-order1 .row {
    padding: 20px 0;
    margin-bottom: 20px;
}

main .container-order1 h1 {
    margin-bottom: 0;
    font-size: 28px;
}

main .container-order1 a {
    margin: 10px 0 0 0;
}

main .container-order1 a.btn {
    border: 1.5px solid #006FC0;
    background-color: #FFFFFF;
    color: #006FC0;
    border-radius: 50px;
    padding: 5px 25px !important;
}

main .container-order1 a.btn:active {
    border: 1.5px solid #006FC0;
    background-color: #FFFFFF;
    color: #006FC0;
}

main .container-carousel > .row {
    padding: 40px 0 0 0;
}

main .container-carousel .carousel-item {
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

main .container-carousel > .row h1 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 28px;
}

main .container-service > .row {
    padding: 40px 0 0 0;
}

main .container-service .card {
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none;
}

main .container-service .card:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
}

main .container-service > .row h1 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 28px;
}

main .container-service > .row .icon {
    height: 50px;
}

main .container-service > .row h6 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #006FC0;
    margin: 10px 0;
}

main .container-service > .row .nav-pills p.btn {
    margin-bottom: 0;
    padding: 0;
}

main .container-service > .row .nav-pills p.btn:active {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}

main .container-service > .row .nav-pills p.btn .nav-link {
    border-radius: 0;
    width: 100px;
    padding: 5px 0;
}

main .container-service > .row .nav-pills p.btn:first-of-type .nav-link {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-right-width: 0;
}

main .container-service > .row .nav-pills p.btn:last-of-type .nav-link {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-left-width: 0;
}

main .container-service > .row .nav-pills p.btn .nav-link {
    border: 1.5px solid #F3F4F6;
    background-color: #F3F4F6;
    color: #000000;
}

main .container-service > .row .nav-pills p.btn .nav-link.active {
    border: 1.5px solid #006FC0;
    background-color: #006FC0;
    color: #FFFFFF;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

main .container-service > .row .nav-pills p.btn:hover .nav-link {
    border: 1.5px solid #006FC0;
    background-color: #006FC0;
    color: #FFFFFF;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

main .container-choice > .row {
    padding: 20px 0;
}

main .container-choice > .row h1 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 28px;
}

main .container-choice > .row:first-of-type {
    padding: 40px 0 0 0;
}

main .container-choice > .row:last-of-type {
    padding: 40px 0 40px 0;
}

main .container-choice > .row:last-of-type .col-md-6:first-of-type {
    min-height: 300px;
    overflow: hidden;
}

main .container-choice > .row:last-of-type .col-md-6:first-of-type div {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/bg-choice.png');
}

main .container-choice > .row:last-of-type .col-md-6:first-of-type:hover div {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

main .container-choice > .row:last-of-type .col-md-6:last-of-type ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 25px;
    width: 25px;
    background-image: url(../images/check-circle.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0px;
}

main .container-choice > .row:last-of-type .col-md-6:last-of-type ul li span {
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    vertical-align: bottom;
}

main .container-choice .list-group-item {
    border: none;
    border-radius: 0 !important;
    background-color: transparent;
    color: #000000;
    padding: 0 20px;
    margin: 0 0 10px 0;
}

main .container-choice .list-group-item:last-of-type {
    margin: 0;
}

main .container-faq > .row ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 25px;
    width: 25px;
    background-image: url(../images/plus-circle.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0px;
}

main .container-faq > .row ul li.active-collapsed:before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 20px;
    width: 30px;
    background-image: url(../images/moins-circle.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0px;
    margin-top: 2px;
    margin-left: 2px;
}

main .container-faq > .row ul li a.btn {
    padding: 0;
    color: #000000;
    background-color: transparent;
    border-color: transparent;
    margin-left: 15px;
    padding-left: 15px;
    vertical-align: bottom;
    font-weight: bold;
}

main .container-faq > .row ul li a.btn:active {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}

main .container-faq .list-group-item {
    border: none;
    border-radius: 0 !important;
    background-color: transparent;
    color: #000000;
    padding: 0 20px;
    margin: 0 0 10px 0;
}

main .container-faq .list-group-item:last-of-type {
    margin: 0;
}

main .container-faq > .row {
    padding: 40px 0 0 0;
}

main .container-faq > .row:last-of-type {
    padding: 40px 0 20px 0;
}

main .container-faq > .row h1 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 28px;
}

main .container-faq > .row p {
    margin-bottom: 5px;
}

main .container-faq > .row p:last-of-type {
    margin-bottom: 0;
}

main .container-faq > .row .card-body {
    border: none;
    padding: 0 35px;
}

main .container-about > .row {
    padding: 40px 0 0 0;
}

main .container-about > .row h1 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 28px;
}

main .container-about > .row .col-md-6:last-of-type ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 25px;
    width: 25px;
    background-image: url('../images/check-circle.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0px;
}

main .container-about > .row .col-md-6:last-of-type ul li span {
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    vertical-align: bottom;
}

main .container-about .list-group-item {
    border: none;
    border-radius: 0 !important;
    background-color: transparent;
    color: #000000;
    padding: 0 20px;
    margin: 0 0 10px 0;
}

main .container-about .list-group-item:last-of-type {
    margin: 0;
}

main .container-about.about1 > .row h1 {
    margin-bottom: 20px;
}

main .container-about.about1 > .row {
    padding: 40px 0 0 0;
}

main .container-about.about1 > .row .col-md-6:first-of-type {
    min-height: auto;
}

main .container-about.about1 > .row .col-md-6:last-of-type {
    min-height: 300px;
}

main .container-about.about1 > .row .col-md-6:first-of-type {
    background-image: none;
}

main .container-about.about1 > .row .col-md-6:last-of-type {
    overflow: hidden;
}

main .container-about.about1 > .row .col-md-6:last-of-type div {
    height: 100%;
    width: 100%;
    background-image: url('../images/bg-about1.png');
}

main .container-about.about1 > .row .col-md-6:last-of-type:hover div {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

main .container-about.about2 > .row:first-of-type {
    padding: 40px 0 0 0;
}

main .container-about.about2 > .row .col-md-6:first-of-type {
    min-height: 300px;
    overflow: hidden;
}

main .container-about.about2 > .row .col-md-6:first-of-type div {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/bg-about2.png');
}

main .container-about.about2 > .row .col-md-6:first-of-type:hover div {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

main .container-about.about3 > .row:last-of-type {
    margin-bottom: 20px;
}

main .container-about.about3 > .row h1 {
    margin-bottom: 20px;
}

main .container-about.about3 > .row:first-of-type p {
    margin-bottom: 0;
}

main .container-about.about3 > .row:last-of-type p {
    margin-bottom: 5px;
}

main .container-about.about3 > .row {
    padding: 40px 0 0 0;
}

main .container-about.about3 > .row .col-md-6:first-of-type {
    min-height: auto;
}

main .container-about.about3 > .row .col-md-6:last-of-type {
    min-height: 300px;
}

main .container-about.about3 > .row .col-md-6:first-of-type {
    background-image: none;
}

main .container-about.about3 > .row .col-md-6:last-of-type {
    overflow: hidden;
}

main .container-about.about3 > .row .col-md-6:last-of-type div {
    height: 100%;
    width: 100%;
    background-image: url('../images/bg-about3.png');
}

main .container-about.about3 > .row .col-md-6:last-of-type:hover div {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

main .container-price > .row {
    padding: 40px 0 0 0;
}

main .container-price > .row:last-of-type {
    padding: 40px 0 20px 0;
}

main .container-price > .row h1 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 28px;
}

main .container-price > .row p {
    margin-bottom: 0;
}

main .container-price > .row .card-body ul li {
    border: none;
}

main .container-price > .row .card-body ul li span {
    display: inline-block;
    margin-left: 12px;
    padding-left: 12px;
    vertical-align: bottom;
}

main .container-price > .row .icon {
    height: 40px;
    margin-bottom: 10px;
}

main .container-price > .row .card-body hr {
    width: 100%;
    border-top: 1px solid rgba(0,0,0,.5);
}

main .container-price > .row .card-body a.btn {
    border-radius: 50px;
    margin-top: 10px;
    padding: 3px 15px !important;
    border: 1.5px solid #006FC0;
    background-color: #006FC0;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
}

main .container-price > .row ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 18px;
    width: 18px;
    background-image: url(../images/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 3px;
}

main .container-price .list-group-item {
    border: none;
    border-radius: 0 !important;
    background-color: transparent;
    color: #000000;
    padding: 5px;
}

main .container-price h6 {
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
}

main .container-price .card {
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

main .container-price .card:hover {
    -webkit-transform: translateY(-10px) scale(1.04);
    -moz-transform: translateY(-10px) scale(1.04);
    -o-transform: translateY(-10px) scale(1.04);
    transform: translateY(-10px) scale(1.04);
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
}

main .container-order2 > .row {
    padding: 40px 0 0 0;
}

main .container-order2 > .row:last-of-type {
    padding: 40px 0 20px 0;
}

main .container-order2 > .row h1 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 28px;
}

main .container-order2 > .row p {
    margin-bottom: 0;
}

main .container-order2 > .row label {
    margin: 10px 0 10px 0;
}

main .container-order2 > .row .col .row:first-of-type label {
    margin: 0 0 10px 0;
}

main .container-order2 > .row input.btn {
    border-radius: 10px;
    margin-top: 20px;
    padding: 3px 20px !important;
    border: 1.5px solid #006FC0;
    background-color: #006FC0;
    color: #FFFFFF;
    font-size: 12px;
}

main .container-contact > .row {
    padding: 40px 0 0 0;
}

main .container-contact > .row:last-of-type {
    padding: 40px 0 20px 0;
}

main .container-contact > .row h1 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 28px;
}

main .container-contact > .row p {
    margin-bottom: 0;
}

main .container-contact > .row label {
    margin: 10px 0 10px 0;
}

main .container-contact > .row .col .row:first-of-type label {
    margin: 0 0 10px 0;
}

main .container-contact > .row input.btn {
    border-radius: 10px;
    margin-top: 20px;
    padding: 3px 20px !important;
    border: 1.5px solid #006FC0;
    background-color: #006FC0;
    color: #FFFFFF;
    font-size: 12px;
}

main .container-cgv > .row {
    padding: 20px 0 0 0;
}

main .container-cgv > .row:first-of-type {
    padding: 40px 0 0 0;
}

main .container-cgv > .row:last-of-type {
    padding: 20px 0 20px 0;
}

main .container-cgv > .row h1 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 28px;
}

main .container-cgv > .row p {
    display: block;
    margin-bottom: 0;
}

main .container-cgv > .row ul li {
    border: none;
}

main .container-cgv > .row hr {
    width: 100%;
    border-top: 1px solid rgba(0,0,0,.5);
}

main .container-cgv .list-group-item {
    border: none;
    border-radius: 0 !important;
    background-color: transparent;
    color: #000000;
    padding: 5px;
}

main .container-cgv h6 {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 0 5px;
}

@media (max-width: 767px) {
    header .list-group {
        display: none;
    }

    header .nav-item {
        margin: 10px 0 0 0;
    }

    main .container-choice > .row:last-of-type .col-md-6:last-of-type {
        padding: 40px 0 0 0;
    }

    main .container-about > .row {
        padding: 40px 0 0 0;
    }
    
    main .container-about > .row .col-md-6:last-of-type {
        padding: 40px 0 0 0;
    }

    main .container-about.about1 > .row .col-md-6:first-of-type {
        padding: 0;
    }

    main .container-about.about3 > .row .col-md-6:first-of-type {
        padding: 0;
    }

    main .container-price .row .col-md-3 .card {
        margin-bottom: 10px;
    }

    main .container-price .row .col-md-3:last-of-type .card {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    header .nav-item {
        margin: 0 10px !important;
    }

    main .container-choice > .row:last-of-type .col-md-6:last-of-type {
        padding: 0;
    }

    main .container-choice > .row:last-of-type .col-md-6:first-of-type {
        padding: 0;
    }

    main .container-faq > .row .col-md-6:last-of-type {
        padding: 0;
    }

    main .container-about.about1 > .row .col-md-6:last-of-type {
        padding: 0;
    }

    main .container-about.about2 > .row .col-md-6 {
        padding: 0;
    }

    main .container-about.about3 > .row .col-md-6:last-of-type {
        padding: 0;
    }
}
