/*button piscine active*/
.btn-modele-active {
    background: #25b1eb;
}

.btn-modele-active h4, .btn-modele-active span{
    color: #fff !important;
}

.fiji.btn-modele-active:before{
    background-image : url("../images/fiji-icon-hover.png");
}
.bahia.btn-modele-active:before{
    background-image : url("../images/bahia-icon-hover.png");
}
.tahiti.btn-modele-active:before{
    background-image : url("../images/tahiti-icon-hover.png");
}
.hawai.btn-modele-active:before{
    background-image : url("../images/hawai-icon-hover.png");
}
.maldives.btn-modele-active:before{
    background-image : url("../images/maldives-icon-hover.png");
}

/*end*/

.primary-1{
    color:#10619C !important;
}

.primary-2{
    color:#25b1ea !important;
}

body, * {
	margin:  0;
    font-family: 'Montserrat', sans-serif;
}
i{
    font-family:FontAwesome;
}
p {
    margin-bottom: 1rem !important;
}
footer .row, header .row, .row {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}

.btn{
    border-width:0 !important;
}
.spacer15{
    height: 15px;
}
.spacer50{
    height: 50px;
}
.spacer150{
    height: 150px;
}
.spacer20{
    height: 20px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #25b1eb;
    border-color: #25b1eb;
}
button.btn.btn-primary.next-step, #complete button.btn.btn-primary {
    outline-color: #fff;
}


header .row, footer .row {
-ms-flex-wrap: no-wrap;
flex-wrap: no-wrap;
}
/*buregr menu*/

.mobile-show{
    display: none;
}

.navbar-fixed-topbar{
	top: 51px;
	position: fixed!important;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-nav {
   
    display: inherit;
}
/*.sticky-top {
    position: -webkit-sticky!importantimportant;
    position: sticky!important;
    top: 0;
    z-index: 1020;
}*/
.bg-blue{
	background-color: #03B1EA;
    }


/*wizard*/
.nav-tabs>li>a:hover {
        border-color: transparent !important;
}


.wizard {
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #25B1EA;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 38%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 20px;
}
span.round-tab i{
    color:#555555;
}

.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 16%;
}
.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 50px;
    height: 60px;
    margin: 10px auto;
    border-radius: 100%;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
}

.wizard h3 {
    margin-top: 0;
}


.page-content {
	width: 100%;
	margin:  0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.wizard-v1-content   {
	background: #fff;
	width: 851px;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 162px 0;
	font-family: 'Raleway', sans-serif;
	position: relative;
	display: flex;
	display: -webkit-flex;
}
.wizard-v1-content .wizard-form {
	width: 100%;
	padding: 15px 25px;
}
.wizard-form .wizard-header h3 {
	color: #333;
	font-size: 26px;
	font-weight: 800;
	margin: 0;
}
.wizard-form .wizard-header p {
	color: #666;
	font-size: 14px;
	font-weight: 600;
	margin: 6px 0 26px;
}
.form-register .steps {
	margin-bottom: 33px;
}
.form-register .steps ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    list-style: none;
    padding-left: 0;
}
.form-register .steps li,
.form-register .steps li.current {
	outline: none;
	-o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    position: relative;
    padding-bottom: 3px;
    padding-right: 63px;
}
.form-register .steps li:last-child {
	padding-right: 0;
}
.form-register .steps li .current-info {
	display: none;
}
.form-register .steps li::before {
	position: absolute;
	content: "";
	background: #e5e5e5;
	width: 168px;
	height: 6px;
	top: 20%;
    left: 47%;
}
.form-register .steps li:last-child::before {
	content: none;
}
.form-register .steps li.current::after {
	position: absolute;
	content: "";
	width: 45px;
	height: 3px;
	background: #ccc;
	top: 100%;
	left: 25%;
}
.form-register .steps li a {
	text-decoration: none;
	outline: none;
	-o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
}
.form-register .steps li a .title {
	text-align: center;
}
.form-register .steps li a .title span {
	display: block;
	font-size: 14px;
}
.form-register .steps li a .title .step-icon { 
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #ccc;
    margin: 0 auto;
    position: relative;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    color: #fff;
    font-size: 17px;
}
.form-register .steps li a .step-icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.form-register .steps li.current a .step-icon,
.form-register .steps li.current a:active .step-icon,
.form-register .steps .done::before,
.form-register .steps li.done a .step-icon,
.form-register .steps li.done a:active .step-icon {
    background: #6eba2a;
}
.form-register .steps li.current a .step-icon,
.form-register .steps li.current a:active .step-icon {
	box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
}
.form-register .steps li a .step-number {
	color: #666;
	font-weight: 400;
    padding: 17px 0 8px;
}
.form-register .steps li a .step-text {
	color: #333;
	font-weight: 600;
	padding-bottom: 8px;
}
.form-register .content {
	background: #359bfa;
	border-radius: 5px;
	-o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 32px 115px 23px 75px;
}
.form-register .content h2 {
	display: none;
}
.inner .form-row {
    display: flex;
    margin: 0 -13px;
    position: relative;
}
.inner .form-row.form-row-2 {
	width: 80.6%;
}
.inner .form-row .form-holder {
    width: 50%;
    padding: 0 13px;
    margin-bottom: 22px;
    position: relative;
}
.inner .form-row .form-holder.form-holder-2 {
	width: 100%;
	position: relative;
}
.inner .form-row .form-holder.form-holder-3 {
    width: 100%;
}
.inner .form-row .form-holder label {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	padding-bottom: 11px;
	display: block;
}
.inner .form-row .form-holder input,
.inner .form-row .form-holder select {
    width: 100%;
    padding: 13px 25px;
    border: none;
    background: #2f8be0;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.inner .form-row .form-holder input::placeholder {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
}
.inner .form-row .form-holder input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: rgba(255,255,255,0.6);
   font-size: 14px;
}
.inner .form-row .form-holder input::-ms-input-placeholder { /* Microsoft Edge */
   color: rgba(255,255,255,0.6);
   font-size: 14px;
}
.inner .form-row .form-holder select {
    background: #2f8be0 url('../images/wizard_v2_icon.png') no-repeat scroll;
    background-position: right 16px center;
    z-index: 1;
    cursor: pointer;
    color: rgba(255,255,255,0.6);
    position: relative;
}
.inner .form-row .form-holder select option {
	background: #fff;
	color: #000;
}
.inner .form-row .form-holder.form-holder-2 .select-btn {
    top: 27%;
    right: 6.5%;
}
.inner .form-row .form-holder .ui-datepicker-trigger {
    background: transparent;
    border: none;
    color: #666;
    font-size: 16px;
    position: absolute;
    cursor: pointer;
    right: 10.5%;
    top: 27.5%;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
}
.inner h3 {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 11px;
}
.inner .form-row.table-responsive {
    border: none;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 24px 26px 31px;
    margin:  0;
    margin-bottom: 22px;
    background: #2f8be0;
}
.inner .table-responsive .table {
	width: 100%;
}
.inner .table-responsive tbody {
	text-align: left;
}
.inner .table-responsive tr.space-row > td,
.inner .table-responsive tr.space-row > th {
	padding-bottom: 18px;
}
.inner .table-responsive tbody th {
	color: rgba(255,255,255,0.6);
	font-size: 14px;
	font-weight: 400;
}
.inner .table-responsive tbody td {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
.actions ul {
	list-style: none;
	padding-left: 0;
    margin: 15px 0 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.actions ul li.disabled {
	opacity: 0;
}
.actions ul li {
	padding: 0;
    border: none;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.19);
    display: inline-flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    background: #6eba2a;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
.actions ul li:hover {
	background: #5fa125;
}
.actions ul li:first-child {
	background: transparent;
	border-radius: 0;
	-o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	box-shadow: none;
	-o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.actions ul li a {
	color: #fff;
	text-decoration: none;
    padding: 15px 20px;
}
.actions ul li:first-child a {
	color: #666;
}
.actions ul li a i {
	font-size: 14px;
}



.btn-modele{
	-webkit-box-shadow: 5px 6px 23px 0px rgba(191,191,191,0.68);
    -moz-box-shadow: 5px 6px 23px 0px rgba(191,191,191,0.68);
    box-shadow: 5px 6px 23px 0px rgba(191,191,191,0.68);
	border-radius: inherit!important;
	
}
.pool:before{
	content: "";
	width: 174px;
    height: 81px;
    display: block;
    margin-right: 5px;
    vertical-align: text-top;
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: 110px;
}
.fiji:before{
    background-image : url("../images/fiji-icon.png");
}
.bahia:before{
    background-image : url("../images/bahia-icon.png");
}
.tahiti:before{
    background-image : url("../images/tahiti-icon.png");
}
.hawai:before{
    background-image : url("../images/hawai-icon.png");
}
.maldives:before{
    background-image : url("../images/maldives-icon.png");
}

.fiji:hover:before{
    background-image : url("../images/fiji-icon-hover.png");
}
.bahia:hover:before{
    background-image : url("../images/bahia-icon-hover.png");
}
.tahiti:hover:before{
    background-image : url("../images/tahiti-icon-hover.png");
}
.hawai:hover:before{
    background-image : url("../images/hawai-icon-hover.png");
}
.maldives:hover:before{
    background-image : url("../images/maldives-icon-hover.png");
}


.piscines-modele .open>.dropdown-menu, .piscines-modele .open>.dropdown-menu li span {
    display: flex !important;
    text-align:center !important;
}
.btn-modele:after{
    display:none !important;
}

/*responsive*/


@media screen and (max-width: 1199px) {
    .wizard-v1-content {
        margin: 180px 20px;
    }
    .form-register .content {
        padding: 32px 75px 23px 75px;
    }
}
@media screen and (max-width: 991px) {
    .inner .form-row {
        flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        margin: 0;
    }
    .inner .form-row.form-row-2 {
        width: 100%;
    }
    .inner .form-row .form-holder {
        padding: 0;
        width: 100%;
    }
    .inner .form-row .form-holder .ui-datepicker-trigger {
        right:  5%;
    }
    .inner .form-row .form-holder .select-btn {
        right: 6%;
    }
}


@media( max-width : 585px ) {

/*    .wizard {
        width: 90%;
        height: auto !important;
    }*/

    span.round-tab {
        font-size: 14px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }


    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}
@media screen and (max-width: 575px) {
    .wizard-v1-content .wizard-form {
        padding: 40px 20px;
        width: auto;
    }
    .form-register .content {
        padding: 32px 30px 23px 30px;
    }
    .form-register .steps li, .form-register .steps li.current {
        padding-right: 5px;
    }
    .form-register .steps li::before {
        width: 65px;
        top: 15%;
        left: 70%;
    }
    .form-register .steps li.current::after {
        left: 28%;
    }
    .inner .form-row .form-holder .ui-datepicker-trigger {
        right: 0;
    }
    .inner .form-row .form-holder .select-btn {
        right: 6.5%;
    }
    .inner .table-responsive tr.space-row,
    .inner .table-responsive tbody th {
        display: block;
    }
    .inner .table-responsive tr.space-row > th {
        padding-bottom: 10px;
    }
    .inner .table-responsive tr.space-row > td {
        padding-bottom: 30px;
    }
    
} 




/*typo*/
    h4, .h4, h5, .h5, h6, .h6 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    h1, h2, h3,h4, h5,h6, p{
        color: #10629c !important;
    }
    h1, h2, h3,h4,h6{
        font-weight: 800;
    }
    h1, h2, h3,h4, h5{
        text-transform:uppercase !important;

    }
    h1 {
        font-size: 70px !important;
        line-height: 40px !important;
    }
    h2 {
        font-size: 55px !important;
        line-height: 35px !important;
    }
    h3 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    h4 {
        font-size: 22px !important;
        line-height: 32px !important;
    }
    h5 {
        font-size: 18px !important;
        line-height: 26px !important;
    }
    h6 {
        font-size: 16px !important;
        line-height: 24px !important;
    }


/*top bar*/
    .header.bg-blue.py-3 .language:hover {
        color: #a1e2f8 !important;
    }
    .header.bg-blue.py-3 .language {
        font-size: 15px !important;
        vertical-align: baseline;
        cursor: pointer;
    }
    .header.bg-blue.py-3{
        height: 42px;
    }
    .header.bg-blue.py-3, .header.bg-blue.py-3 a {
        color: #ffffff;
        padding-bottom: 0 !important;
        padding-top: 6px !important;
        vertical-align: top;
        line-height: 20px;
    }
    .header.bg-blue.py-3 button, .header.bg-blue.py-3 .text-right a {
        border-radius: 2em;
        margin-left: 5px;
        color: #fff;
        font-size: 11px;
    }
    .header.bg-blue.py-3 button i{
        font-size:20px;
        margin-left: 7px;
        vertical-align: middle;
    }
    .header.bg-blue.py-3 button:hover{
        background:#fff;
    }
    .header.bg-blue.py-3 button:hover, .header.bg-blue.py-3 button:hover a, .header.bg-blue.py-3 button:hover i{
        color: #24B1EA !important;
    }
    .header.bg-blue.py-3 button:hover a{
        text-decoration: none;
    }
    .header.bg-blue.py-3 button{
        border: 1px solid #fff !important;
        padding: 2px 15px;
    }


/*menu*/

    nav.navbar.navbar-expand-sm.navbar-light.bg-light {
        padding: 0;
        border-bottom: 1px solid #03B1EA;
    }
    nav.navbar .container.blue-line {
        padding-top: 10px;
        padding-bottom: 15px;
    }
    nav.navbar .container.blue-line a {
        padding-top: 0;
        padding-bottom: 0;
    }
    ul.navbar-nav.pull-right a {
        font-size: 12px;
        font-weight:400;
        color: #10629C !important;
        padding: 12px !important;
    }
    ul.navbar-nav.pull-right i {
        font-size: 18px !important;
    }
    ul.navbar-nav.pull-right li:hover a {
    color: #25b1ea !important;
    }

/* body */

    .wave-separator {
    margin: 2em auto !important;
    }
    .text-center.nav-modele, .text-center.nav-colors, .text-center.nav-margelles, .nav-options, .pool-options, .pool-recap{
    margin: 2em auto;
    }

/*wizaed*/
    .pool-img {
    min-width: 100%;
    }
    .wizard li.active:after{
    display:none;
    }
    .wizard ul.nav.nav-tabs {
    border-width: 0;
    }
    .wizard .nav-tabs > li.active > a {
    color: white;
    font-weight: 900;
    }
    .wizard li.active span.round-tab, .wizard li:hover span.round-tab {
    color: #fff;
    cursor: pointer;
    background: rgb(21,216,223);
    background: linear-gradient(90deg, rgba(21,216,223,1) 0%, rgba(0,177,235,1) 100%);
    border-color: rgb(21,216,223);
    border-color: linear-gradient(90deg, rgba(21,216,223,1) 0%, rgba(0,177,235,1) 100%);
    border-width: 2px;
    border-style: solid;
    }
    .wizard li span.round-tab{
    border: 2px solid #25B1EA;
    color:#25B1EA;
    }
    .wizard .nav h5{
    transition: font-size 200ms ease-in-out;
    line-height:30px !important;
    font-size:18px !important;
    }
    .wizard li:hover h5{
    font-size:22px !important;
    }

    button.btn.btn-primary.next-step, #complete button.btn.btn-primary {
    border-radius: 2em;
    font-size: 19px;
    padding: 15px 35px;
    background: #2bb6ec;
    border-width: 0;
    opacity: 0.4;
    margin: 20px;
    }
    button.btn.btn-primary.next-step:hover, #complete button.btn.btn-primary:hover{
    opacity: 1;
    }
    div#complete button {
    opacity: 1 !important;
    }

/*pools modeles*/

    .piscines-modele .nav-modele .btn-group button span, .piscines-modele ul.dropdown-menu p, span#pool-dim {
        font-size: 11px;
    }
    .piscines-modele ul.dropdown-menu h6 {
    font-size: 20px !important;
    }
    .nav-modele, .nav-colors, .nav-margelles, .nav-options, .text-center.pool-options{
        display: flex;
        justify-content: space-around;
    }
    .nav-colors{
        display: flex !important;
    }
    .nav-modele h4{
        font-weight:400;
        margin-bottom:0 !important;
    }
    h3.price.text-center {
        color: #25b1eb !important;
    }

    .piscines-modele .open>.dropdown-menu, .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: 5px 6px 23px 0px rgba(191,191,191,0.68) !important;
    -moz-box-shadow: 5px 6px 23px 0px rgba(191,191,191,0.68) !important;
    box-shadow: 5px 6px 23px 0px rgba(191,191,191,0.68) !important;
    border-width:0;
    }
    button.btn.btn-square.btn-modele.pool.dropdown-toggle:hover, .piscines-modele .open>.dropdown-menu li:hover, button.btn.btn-square.btn-modele.pool.dropdown-toggle li:hover, .nav-margelles button:hover,  .nav-margelles .btn-group.open button, .pool-options button:hover, .pool-options .btn-group.open button   {
    background: #25b1eb;
    }
    ul.dropdown-menu {
    padding: 0;
    }
    button.btn.btn-square.btn-modele.pool.dropdown-toggle:hover h4, button.btn.btn-square.btn-modele.pool.dropdown-toggle:hover span,  button.btn.btn-square.btn-modele.pool.dropdown-toggle:hover button h4,  button.btn.btn-square.btn-modele.pool.dropdown-toggle:hover button span, .btn-group.open ul.dropdown-menu  li:hover button h6, .btn-group.open ul.dropdown-menu li:hover button p, .nav-margelles button:hover h5, .nav-margelles .btn-group.open button h5, .pool-options button:hover h4, .pool-options button:hover h5, .pool-options button:hover p, .pool-options .btn-group.open button p, .pool-options .btn-group.open button h5, .pool-options .btn-group.open button h4 {
    color:#ffffff !important;
    }
    .piscines-modele .dropdown-menu {
    top: 110%;
    }
    .piscines-modele button.btn.btn-square.btn-modele.pool.dropdown-toggle {
    padding: 0.5em 0.2em 1em 0.2em;
    }




    .piscines-modele ul.dropdown-menu li {
    padding: 5px !important;
    flex:1;
    }
    ul.dropdown-menu.hawai {
    width: 461%;
    }
    ul.dropdown-menu.fiji {
    width: 220%;
    }
    ul.dropdown-menu.bahia {
    width: 341%;
    }
    ul.dropdown-menu.tahiti {
    width: 220%;
    }
    ul.dropdown-menu.maldives {
    width: 100%;
    }
    ul.dropdown-menu.maldives li {
    padding: 5px 0 !important;
    }

/*pools colors*/


    .colors::after{
    display:none;
    }
    .nav-colors .btn-group.open .dropdown-toggle, .nav-colors .btn-group .dropdown-toggle{
    -webkit-box-shadow: 0 0 transparent !important;
    box-shadow: 0 0 transparent !important;
    height: 12em;
    }

    .nav-colors .btn-group .dropdown-toggle h6 {
    color: #25b1eb !important;
    margin-top: 30px;
    transition: all 0.15s ease-in-out;
    }
    .nav-colors .btn-group.open .dropdown-toggle h6, .nav-colors .btn-group:hover .dropdown-toggle h6 {
    color: #10619C !important;
    font-size: 20px !important;
    }


    .nav-colors .btn-group:hover .dropdown-toggle img, .nav-colors .btn-group.open .dropdown-toggle img {
        width: 60%;
    }
    .nav-colors .btn-group .dropdown-toggle img {
        width: 45%;
        transition: all 0.15s ease-in-out;
    }


/*pools margelles*/


    .nav-margelles button, .nav-options button{
    min-width: 210px;
    min-height: 210px;
    }
    .text-center.pool-options button {
    min-width: 230px;
    min-height: 230px;
    }
    .pool-options h4 {
        font-size: 18px !important;
        line-height: 27px !important;
    }
    .pool-options .btn-group>.btn span {
    display: flex;
    flex-direction: column;
    }

/* options*/


    .form-check {
    padding-left: 0; 
    }
    .options-modele h3.text-center, .recap-modele {
    margin-top: 50px;
    }

    span.formules-desc {
        font-size: 11px;
        margin-bottom: 2px;
    }
    .pool-options button p {
    flex-direction: column;
    }
    .pool-options sup {
        font-size: 17px;
        color: #25b1ea;
        height: 20px !important;
        position: initial;
    }
    .options p.info, .info {
    font-size: 11px;
    }
    .options p.info{
        margin-top:10px;
    }
    .info {
        line-height: 12px;
    }



/*toggle switch*/

            .custom-switch .custom-control-label::before {
                width: 35px;
                height: 23px;
                border-radius: 2em;
                border: #25b1ea solid 1px;
            }

            .custom-switch .custom-control-label::after {
                top: 7px;
                left: -19px;
                width: 15px;
                height: 15px;
                border-radius: 20px;
                background-color: #25b1ea;
            }
            .custom-switch .custom-control-input:checked~.custom-control-label::after {
                -webkit-transform: translateX(1.25rem);
                transform: translateX(1.25rem);
            }
            label p {
            font-size:14px;
            line-height: 28px !important;
            font-weight:400 !important;
            }
            .custom-switch label p {
            margin-left: 20px;
            }
            .custom-control-input:checked~.custom-control-label::before {
            color: #fff;
            border-color: #25b1ea;
            background-color: #25b1ea;
            }
/*            .form-check {
            margin-bottom: 10px;
            margin-top: 10px;
            }*/


/* radio button*/


            label.container {
              display: block;
              position: relative;
              padding-left: 35px;
              margin-bottom: 12px;
              cursor: pointer;
              font-size: 20px;
              -webkit-user-select: none;
              -moz-user-select: none;
              -ms-user-select: none;
              user-select: none;
            }

            /* Hide the browser's default radio button */
            label.container input {
              position: absolute;
              opacity: 0;
              cursor: pointer;
            }

            /* Create a custom radio button */
            .checkmark {
            position: absolute;
            top: 5px;
            left: 0;
            height: 20px;
            width: 20px;
            background-color: transparent;
            border-radius: 50%;
            border: 1px solid #25b1ea;
            }

            /* On mouse-over, add a grey background color */
            label.container:hover input ~ .checkmark {
              background-color: transparent;
            }

            /* When the radio button is checked, add a blue background */
            label.container input:checked ~ .checkmark {
              background-color: #25b1ea;
            }


/*recap*/
    .pool-recap .col-md-6.col-sm-8 h3{
        display: flex;
        flex-direction: column;
    }
    .recap-modele h3 {
    margin-top: 35px;
    }
    .recap-modele h6 span {
    display: block;
    }
    .pool-recap .form-control, .pool-recap button {
    border-radius: 2em;
    height: 40px;
    margin-bottom: 20px;
    }
    .pool-recap button {
    width: 35%;
    background: #25b1ea;
    border-color: #25b1ea;
    text-align: left;
    font-size: 14px;
    padding: 0 15px;
    }
    .pool-recap button i {
    float: right;
    line-height: 20px;
    font-size: 16px;
    }
    .pool-recap button:hover {
    background: #0f619b;
    border-color: #10629c;
    }
    .pool-recap button.btn.btn-primary.next-step {
    font-size: inherit;
    padding: 5px 15px;
    margin: inherit;
    opacity: inherit;
    }


    .invalid-feedback, .custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
    margin-top: -10px;
    margin-left: 5px;
    color:#2bb6ec;
    }
    .form-control.is-invalid, .was-validated .form-control:invalid, .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus, .custom-control-input.is-invalid~.custom-control-label, .custom-control-input.is-invalid~.custom-control-label::before, .was-validated .custom-control-input:invalid~.custom-control-label::before, .custom-control-input.is-valid:focus~.custom-control-label::before, .was-validated .custom-control-input:valid:focus~.custom-control-label::before, .custom-control-input.is-invalid:focus~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus~.custom-control-label::before{
        border-color: #2bb6ec;
        box-shadow: 0 0 0 0.2rem rgba(43, 182, 236, 0.35);
        background: none;
    }
    .form-control.is-valid, .was-validated .form-control:valid, .form-control.is-valid:focus, .was-validated .form-control:valid:focus{
        border-color: #adadad !important;
        box-shadow: 0 0 0 0rem rgb(255, 255, 255);
        background: none;

    }
    .pool-recap .custom-control.custom-switch .invalid-feedback {
    margin-bottom: 15px;
    }
    .custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
        background-color:#2bb6ec;
    }
    .custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{
    border-color: #2bb6ec;
    margin-left: 0;

    }

/* footer */


    footer.page-footer {
    background: #0A4F8C;
    color: #fff !important;
    margin-top: 50px !important;
    padding-top: 30px !important;
    }
    footer .container.text-center.text-md-left {
    padding-bottom: 20px;
    }
    footer a:hover {
    text-decoration: none;
    color: #25b1ea !important;
    }
    footer p, footer a, footer p {
    color: #fff !important;
    font-weight: 300;
    letter-spacing: 0.7px;
    line-height: 24px;
    }
    .footer-copyright.text-center.py-3 {
    padding: 0 !important;
    }
    .footer-copyright.text-center.py-3 p{
    background: #25b1eb;
    padding: 10px;
    margin-bottom: 0 !important;
    }
    footer button {
    background: transparent;
    border-radius: 2em;
    margin: 10px 0;
    border:1px solid #fff !important;
    }
    footer button a{
    padding: 2px 5px;
    }
    footer button:hover {
    background: #25b1eb;
    }
    footer button:hover a, footer button:hover i {
    color: #fff !important;
    }
    .footer-copyright a:hover {
    color: #084f8c !important;
    }





/*switch EAU*/



                .ques {
                color: darkslateblue;
                }
                .switch {
                position: relative;
                display: inline-block;
                width: 150px;
                height: 50px;
                }

                .switch input {display:none;}

                .slider {
                position: absolute;
                cursor: pointer;
                overflow: hidden;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: transparent;
                -webkit-transition: .4s;
                transition: .3s;
                border: 2px solid #25b1eb;
                height: 40px;
                }

                .slider:before {
                position: absolute;
                z-index: 2;
                content: "";
                height: 30px;
                width: 30px;
                left: 3px;
                bottom: 3px;
                background-color: #25b1eb;
                -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
                -webkit-transition: .4s;
                transition: all 0.3s ease-in-out;
                }
                .slider:after {
                position: absolute;
                left: -10px;
                z-index: 1;
                content: "AVEC EAU";
                font-size: 16px;
                text-align: left !important;
                line-height: 37px;
                padding-left: 0;
                width: 260px;
                color: #fff;
                height: 36px;
                border-radius: 100px;
                background-color: #25b1eb;
                -webkit-transform: translateX(-260px);
                -ms-transform: translateX(-260px);
                transform: translateX(-260px);
                transition: all 0.3s ease-in-out;
                }

                input:checked + .slider:after {
                -webkit-transform: translateX(0px);
                -ms-transform: translateX(0px);
                transform: translateX(0px);
                padding-left: 25px;
                }

                input:checked + .slider:before {
                background-color: #fff;
                }

                input:checked + .slider:before {
                -webkit-transform: translateX(108px);
                -ms-transform: translateX(108px);
                transform: translateX(108px);
                }

                /* Rounded sliders */
                .slider.round {
                border-radius: 100px;
                }

                .slider.round:before {
                border-radius: 50%;
                }
                .absolute-no {
                position: absolute;
                left: 0;
                color: #25b1eb;
                text-align: right !important;
                font-size: 16px;
                width: calc(100% - 17px);
                height: 49px;
                line-height: 42px;
                cursor: pointer;
                }




/* confirmation*/

    .pool-confirm h5 {
        text-transform: initial !important;
        text-align: center;
    }





/*media queries*/

@media only screen and ( max-width:1200px){

    .container {
        min-width: 100%;
    }



    /*pisines modeles*/

    .nav-modele, .nav-colors, .nav-margelles, .nav-options, .text-center.pool-options, .pool-recap{
        display: inherit;
    }

    .wizard .piscines-modele button.btn.btn-square.btn-modele.pool.dropdown-toggle {
        padding: 10px 0 !important;
    }


    /*piscines color*/

    .nav-colors .btn-group .dropdown-toggle h6 {
    font-size: 16px !important;
    }


    /*commande*/

    div#complete .spacer150, div#complete .spacer50 {
    max-height: 40px;
    }

}



@media only screen and ( max-width:1200px) and (min-width: 939px){


    /*models piscines*/
    ul.dropdown-menu.hawai {
    width: 408%;
    }
    ul.dropdown-menu.bahia {
    width: 306%;
    }
    ul.dropdown-menu.tahiti {
    width: 203%;
    }
    ul.dropdown-menu.fiji {
    width: 204%;
    }
    .piscines-modele ul.dropdown-menu li {
    padding: 5px 0 !important;
    }

}




@media only screen and ( max-width:991px) and (min-width: 768px){

    /*general*/
    h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    }

    h1 {
        font-size: 50px !important;
        line-height: 30px !important;
    }
    h2 {
        font-size: 45px !important;
        line-height: 45px !important;
    }
    h3 {
        font-size: 26px !important;
        line-height: 36px !important;
    }
    h4 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    h5 {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    h6 {
        font-size: 14px !important;
        line-height: 22px !important;
    }



    /*top bar*/
    .header.bg-blue.py-3 button i{
        display: none
    }
    .header.bg-blue.py-3 button {
    padding: 3px 8px;
    }

    /*menu*/
    ul.navbar-nav.pull-right a {
    font-size: 12px;
    font-weight: 400;
    color: #10629C !important;
    padding: 5px !important;
    }


}

@media only screen and (max-width: 991px){


    .config-title {
    display: flex;
    justify-content: center;
    }
    .config-title h2, .config-title h4 {
        font-size: 30px !important;
        padding: 0 0.2em;
        line-height: 30px !important;
        margin-top: 20px !important;
        margin-bottom: 0;
    }

    .btn-modele {
    -webkit-box-shadow: 0 0 20px 0px rgba(191,191,191,0.28);
    -moz-box-shadow: 0 0 20px 0px rgba(191,191,191,0.28);
    box-shadow: 0 0 20px 0px rgba(191,191,191,0.28);
    }

    .wave-separator{
        margin: 1em auto 1.5em auto !important;
    }
    .wave-subtitle{
        margin: 0.6em auto !important;
        width: 25%;
    }

    /*wizard*/
    .wizard .nav h5{
        font-size:14px !important;
    }



    /* options */
    div#step4 h3.text-center {
    margin-top: 20px !important;
    }
    .options-modele .col-md-12 h3 {
    margin-bottom: 15px !important;
    }
    .options-modele .options2 p {
    margin-bottom: 0;
    }


    .text-center.pool-options {
    display: flex !important;
    }
/*    .text-center.pool-options button {
    min-width: auto;
    padding: 10px 20px;
    min-height: auto;
    }*/




}

@media only screen and (max-width: 939px){


    /*modeles piscines*/

    .wizard .piscines-modele button.btn.btn-square.btn-modele.pool.dropdown-toggle {
    padding: 10px 30px !important;
    margin-bottom: 10px;
    }
    .piscines-modele .open>.dropdown-menu, .piscines-modele .open>.dropdown-menu li span {
    display: flex !important;
    text-align: center !important;
    flex-direction: column;
    width: 100%;
    top: 96%;
    left: 1px;
    }



    /*options*/

    .text-center.pool-options {
        flex-wrap: wrap;
    }
    .text-center.pool-options .btn-group {
        width: 50%;
    }
    .text-center.pool-options .btn-group button {
    width: 100%;
    height: auto;
    padding: 20px 0;
    min-height: auto;
    }

    /*recap*/
    .pool-options button h4, .pool-options button p {
    display: flex;
    justify-content: center;
    }   
    .pool-options button span{
        padding: 0 3px;
    }


}


@media only screen and (max-width: 767px){
    h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    }
    h1 {
        font-size: 40px !important;
        line-height: 20px !important;
    }
    h2 {
        font-size: 35px !important;
        line-height: 35px !important;
    }
    h3 {
        font-size: 22px !important;
        line-height: 32px !important;
    }
    h4 {
        font-size: 18px !important;
        line-height: 28px !important;
    }
    h5 {
        font-size: 14px !important;
        line-height: 22px !important;
    }
    h6 {
        font-size: 12px !important;
        line-height: 20px !important;
    }


    a.navbar-brand{
        display: none;
    }
    .mobile-hide, .mobile-show .container.blue-line:before, .mobile-show .container.blue-line:after{
        display: none !important;
    }
    .mobile-show{
        display: block !important;
    }

    .mobile-show .language {
        margin-right: 20px;
    }
    .mobile-show .language a, .mobile-show .language .separator {
        color: #25b1eb;
    }
    .mobile-show .language .separator {
        padding: 5px 0;
    }
    .mobile-show .language a {
        padding: 10px;
        font-size: 18px;
    }
    .mobile-show .language a:hover {
        color: #10619c;
    }


    /*top bar*/

    .header.bg-blue.py-3, .navbar{
        display:none;
    }

    /*wizard*/

    .wizard .nav h5{
    display: none !important;
    }
    .connecting-line {
    top: 58%;
    }


    /*modeles piscines*/

    .piscines-modele .nav-modele .btn-group button span, .piscines-modele ul.dropdown-menu p, span#pool-dim {
    font-size: 9px;
    line-height: 13px;
    }

    .piscines-modele .nav-modele  .pool:before {
    min-height: 70px;
    background-size: 90px;
    }
    .piscines-modele ul.dropdown-menu h6 {
    font-size: 16px !important;
    }


    /*options*/
    
    .options-modele .spacer15{
        display: none !important;
    }
    .text-center.pool-options .btn-group button {
    padding: 10px 0;
    }

    /*recap*/

    .pool-recap .col-md-6.col-sm-8 h3 span {
        padding: 0 3px;
    }
    .pool-recap .col-md-6.col-sm-8 h3  {
        flex-direction: row;
        flex-wrap: wrap;
    }
    /*footer*/

    footer p, footer a, footer p, .footer-copyright.text-center.py-3.text-uppercase {
    line-height: 14px;
    font-size: 10px;
    }
    footer .spacer15, footer hr.clearfix.w-100.d-md-none, footer .col-md-3.mx-auto.text-uppercase, footer .w-100, footer button{
        display: none;
    }
    footer.page-footer {
    margin-top: 5px !important;
    padding-top: 10px !important;
    }
    footer .container.text-center.text-md-left {
    padding-bottom: 0;
    }
    .footer-copyright.text-center.py-3 p {
    padding: 5px;
    }
    footer .row, header .row, .row{
        flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
    }
/*    .row *{
        flex: 1 !important;
    }*/

}



@media only screen and (max-width: 756px){


    /*modele piscines*/
    
    .wizard .piscines-modele button.btn.btn-square.btn-modele.pool.dropdown-toggle {
    padding: 10px 0px !important;
    margin-bottom: 10px;
    }

}



@media only screen and (max-width: 667px){
    
    /*nav margelles*/

    .text-center.nav-margelles {
    flex-direction: column;
    display: flex;
    min-height: 250px;
    margin-top: 1em;

    }
    .nav-margelles button, .nav-options button {
    min-width: 100%;
    min-height: 70px;
    }
    .nav-margelles h5 {
    font-size: 16px !important;
    }


}



@media only screen and (max-width: 655px){
    .container {
        max-width: inherit !important;
    }

    /* recap */

    .pool-recap button {
    width: 100%;
    }
}



@media only screen and (max-width: 575px){

    /*wizard*/

    .wizard .connecting-line {
    top: 65%;
    }
    .wizard span.round-tab {
    font-size: 25px;
    line-height: 43px;
    }
    button.btn.btn-primary.next-step, #complete button.btn.btn-primary {
    padding: 6px 12px;
    }


    /*options*/
    .pool-options .row:nth-child(2n) h3.primary-2 {
    margin-top: 20px !important;
    }
    .text-center.pool-options {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    }
    .text-center.pool-options .btn-group, .text-center.pool-options .btn-group>.btn{
    width: 100%;
    }
    .pool-options button h4, .pool-options button p {
    display: flex;
    text-align: center;
    justify-content: center;
    }
    .pool-options button span{
        padding: 0 3px;
    }



    .nav-colors .btn-group.open .dropdown-toggle, .nav-colors .btn-group .dropdown-toggle{
    height: 9em !important;
    }
     .nav-colors .btn-group, .btn-group-vertical {
    display: flex !important;
    align-items: center;
}

    /*recap*/
    .recap-modele .col-md-6.col-sm-4 h3 {
    font-size: 17px !important;
    line-height: 27px !important;
    }


}



@media only screen and (max-width: 470px){


    .config-title h2, .config-title h4 {
        font-size: 20px !important;
        line-height: 20px !important;
    }
    /*piscines color*/

    .text-center.nav-colors img {
    width: 6em !important;
    }
    .nav-colors .btn-group .dropdown-toggle h6 {
    font-size: 16px !important;
    }


}



@media only screen and (max-width: 414px){

    /*modeles piscines*/

    .piscines-modele .nav-modele .pool:before {
     min-height: auto; 
     height: auto;
    }
    .wizard .piscines-modele button.btn.btn-square.btn-modele.pool.dropdown-toggle {
    padding: 5px 0px !important;
    }
    .piscines-modele ul.dropdown-menu li{
    padding: 0 5px !important;
    }

}



@media only screen and (max-width: 391px){

    button.btn.btn-primary.next-step, #complete button.btn.btn-primary {
    font-size: 14px;
    }


    /*modeles piscines*/

    .wizard .piscines-modele .dropdown-backdrop {
    position: initial;
    }
    .piscines-modele .open>.dropdown-menu, .piscines-modele .open>.dropdown-menu li span {
    position: relative;
    margin-bottom: 10px;
    }

    /*piscines color*/
    .text-center.nav-colors img {
    width: 5em !important;
    }


}

@media only screen and (max-width: 340px){

    .config-title, .config-title h4, .config-title h2 {
    flex-wrap: wrap;
    line-height: 0 !important;
    }
    .wave-separator {
    margin: 1.5em auto .0 auto !important;
    }

    /*wizard*/

    span.round-tab {
    font-size: 14px;
    width: 41px;
    height: 41px;
    line-height: 35px !important;
    }

}
