html {
    scroll-behavior: smooth;
}

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

img {
    max-width: 100%;
}

.banner {
    padding: 0 0 100px;
    min-height: 500px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8), rgba(1, 9, 83, 0.6)), url("../images/Panneaux-solaires.jpg");
    background-size: cover;
    background-position: center top;
}

/* .banner:after {
    content: '';
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -9;
    position: absolute;
    display: block;
    background-color: #f8fbfd;
} */

.subban {
    background: #080a57;
    margin: 0 0 40px;
    padding: 30px 0;
    color: #fff;
}

.subban h2 {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 0;
}

a:hover, a:focus, a:visited {
    color: #342662;
    outline: none;
    text-decoration: none;
}


.logoz {
    padding: 10px 0;
    background-color: #fff;
}

.wbutton {
    padding: 12px 26px;
    font-size: 16px;
    color: #fff;
    border: none;
    font-weight: 500;
    border-radius: 2px;
    /*     background-color: #342662!important; */
}

.logo {
    margin: auto auto 40px;
    display: block;
}

.toptop {
    text-align: center;
    padding: 10px 0;
    font-size: 22px;
    line-height: 1.2;
    color: #6a6a6a;
}

section {
    padding: 70px 0 0;
}

.bgdeg {
    background: #080a57;
    padding: 70px 0;
    color: #fff;
}

.bgdeg ul, .bggrey ul {
    margin: 40px 0;
    padding: 0;
}

.bgdeg ul li, .bggrey ul li {
    list-style: none;
    position: relative;
    padding-left: 40px;
    line-height: 1;
    margin-bottom: 20px;
    color: #fff;
}

.bggrey ul li {
    color: #080a57;
}

.bgdeg ul li:before, .bggrey ul li::before {
    content: url("../images/checkmark.svg");
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.borderimg {
    border-radius: 20px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
    border: 4px solid #fff;
}

textarea, input, button {
    outline: none;
}

#form1, #form2, #form3, #form4, #form5, #form6, #form7, #form8, #formf {
    display: none;
}

#formf {
    padding: 30px 0;
}

#formf h2 {
    color: #999!important;
    text-align: center;
}

#formf .fa-check {
    color: #33cc99;
    display: block;
    text-align: center;
    font-size: 40px;
    margin: 10px 0;
}

#formf p {
    text-align: center;
    line-height: 1.2;
    color: #999;
}

.signup-box {
    width: 100%;
    height: auto;
    box-shadow: 0 8px 28px 2px rgb(61 61 61 / 12%);
    min-height: 250px;
    background: #fff;
}

.signup-box-headling {
    width: 100%;
    height: auto;
    padding: 5px 20px;
    position: relative;
    text-align: center;
}

.signup-box-body {
    width: 100%;
    padding: 20px;
    background: #fff;
    padding-top: 40px;
    color: white;
    padding-bottom: 40px;
}

.signup-box-body img {
    width: 33.33%;
    display: block;
    margin: 0 auto 20px;
}

.selectorama {
    background: #fff;
    padding: 20px 12px;
    display: inline-block;
    cursor: pointer;
    color: #062440;
    margin: 10px 2% 0 0;
    text-align: center;
    max-width: 49%;
    line-height: 1;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 900;
    border: 1px solid #e4e2e2;
    transition: all 0.25s;
}

.noright {
    margin-right: 0;
}

.selectorama:hover, .selectorama2:hover {
    border: 1px solid #ffb701;
    color: #ffb701;
}

h1.titleozor {
    color: #080a57;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    text-align: center;
}

.wbutton, .signup-button, .btn-signup, .feature:hover .icon, .table-dark, .table-wrapper:hover, .table-title, .pricing-row, .social-icons .fa:hover, .box-header::after, .social-icons .fa:hover, .table-wrapper.table-dark {
    background-color: #ffb701;
    transition: all 0.4s ease-in-out;
    outline: none;
}

.wbutton:hover, .signup-button:hover, .btn-signup:hover {
    background: #ffb701;
    transition: all 0.4s ease-in-out;
    color: #fff;
    cursor: pointer;
}

.wbutton {
    color: #fff!important;
}

.signup-box-headling {
    background-color: #fff;
    border-bottom: 2px solid #ffb701;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.signup-button {
    height: 46px;
    font-size: 18px;
    border: none;
    width: 100%;
    color: #fff;
    margin: 10px 0 0;
}

.signup-box-headling h2 {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #080a57;
    font-size: 20px;
    font-weight: 600;
}

.arrow-down, .feature .icon, .feature:hover .icon, .video-frame, .subscribe .form-control, .subscribe .form-control:focus {
    border-color: #33cc99 !important;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent !important;
    border-right: 20px solid transparent !important;
    border-top: 20px solid;
    bottom: -17px;
    left: 47%;
    position: absolute;
}

.signup-box .form-control {
    border: none;
    height: 43px;
    margin-bottom: 10px;
    color: #999;
}

.signup-box .form-control:focus {
    box-shadow: 0 0 0 2px #e9edf3;
}

.signup-box .form-control {
    border: none;
    height: 43px;
    margin-bottom: 1rem;
    color: #6C757D;
    -webkit-appearance: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f9f9f9;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.leftside {
    margin-bottom: 40px;
}

.leftside h1 {
    font-size: 36px;
    color: #080a57;
    line-height: 40px;
    font-weight: 800;
    margin: 20px 0 35px;
}

.leftside h1 span {
    color: #ffb701;
}
/* 
.leftside h2 {
    margin: 0 0 35px;
    font-size: 26px;
    color: #33cc99;
    line-height: 26px;
    font-weight: 500;
} */

.leftside p {
    color: #080a57;
    font-size: 15px;
    margin-top: 40px;
}

.leftside ul {
    margin: 0;
    padding: 0;
}

.leftside ul li {
    list-style: none;
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
    color: #080a57;
}

.leftside ul li:before {
    content: url(../images/checkmark.svg);
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

h2.txt20 {
    font-size: 22px;
    font-weight: 300;
}

.rightside {
    background: #fff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
    border-radius: 6px 6px 0 0px;
}

.rightside h1 {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

.rightside .rightcontent {
    padding: 20px;
}

.rightsidehead {
    width: 100%;
    height: auto;
    padding: 5px 20px;
    position: relative;
    text-align: center;
    border-radius: 6px 6px 0 0px;
    background: #342662;
}

.rightside p {
    color: #6a6a6a;
    font-size: 18px;
    font-weight: 300;
}

.txtcenter {
    text-align: center;
}


.text-white {
    color: #fff;
}

.footer {
    padding: 10px 0;
    color: #c1c1c1;
    font-size: 14px;
    text-align: center;
    margin: 0;
    font-weight: 300;
    background: #080a57;
}

.footer a {
    color: #c1c1c1;
}

.modal-title {
    position: absolute;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

.form-errors>ul {
    margin: 0;
    padding: 5px 10px;
    color: #721c24;
    background-color: #f8d7da;
    list-style: none;
}

.form-errors>ul>li {
    color: #721c24;
    font-size: 12px;
}

.form-check-input-custom {
    position: relative;
    top: 2px;
}

#myProgress {
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    transition: all 0.4s ease-in-out;
}

#myBar {
    width: 5%;
    height: 20px;
    text-align: center;
    line-height: 22px;
    /* color: white; */
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
    background: #080a57;
}

#myBar::after {
	content: "";
    /* top: 0; */
    left: 20px;
    /* bottom: 0; */
    right: 20px;
    position: absolute;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent) );
    background-image: -moz-linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent );
    -webkit-animation: boogie 2s linear infinite;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    background-size: 30px 30px;
    z-index: 1;
    overflow: hidden;
    height: 30px;
    opacity: 0.5;
}

@-webkit-keyframes boogie {
    0% {
       background-position: 0 0;
    }
    100% {
       background-position: 50px 40px;
    }
}

@-moz-keyframes boogie {
    0% {
       background-position: 0 0;
    }
    100% {
       background-position: 50px 40px;
    }
}


.padleft {
    padding-left: 1.5rem;
}


.icon-text h3 {
    font-size: 22px;
    margin-top: 15px;
    color: #080a57;
    font-weight: 500;
}

.icon-text span {
    font-size: 16px;
    display: block;
    line-height: 18px;
    color: rgba(255,255,255,0.7);
}


.space {
    padding: 90px 0;
}

.space p {
    color: #080a57;
}

.bggrey {
    background: #f8fbfd;
    color: #080a57;
}


@media screen and (max-width: 480px) {
    .leftside h2, .leftside ul, .leftside p {
        display: none;
    }

    .borderimg {
        margin: 0 0 40px;
    }

    .cheat {
        order: -1;
    }

    .leftside h1 {
        font-size: 26px;
        line-height: 1;
        margin-top: 0;
    }

    .banner {
        min-height: 600px;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../images/Panneaux-solaires.jpg");
    }

    .subban {
        display: none;
    }

    .leftside {
        margin-bottom: 0px;
    }

    .padleft {
        padding-left: 15px;
    }

    .centertxt {
        text-align: center;
    }

    .selectorama {
        max-width: 100%;
        margin: 10px 0 0 0;
    }

    .logoz {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 390px) {
    .banner {
        min-height: 500px;
    }

    .signup-box-headling h2 {
        font-size: 18px;
    }
}

#loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	opacity: 0.8;
	top:0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

#loader svg {
	width: 100px;
}

span.error {
    display: inline-block;
    width: 100%;
    padding: 15px;
    text-align: center;
    color:red;
}

.signup-box .form-control.error {
    color: red;
    border-bottom:1px solid red;
}