@import url(https://7ecc63.claudeassets.com/20230722094512cs_/https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap);

.noscroll{
    overflow: hidden;
}

.cc_adress_form{
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    overflow: hidden;
    margin-top: 0;
}

.cc_adress_form__full{
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .2);
}

.cc_adress_form__form {
	position: absolute;
	right: 20px;
	top: 2px;
	width: 30%;
	background: white;
	z-index: 2;
	animation: animForm .4s forwards;
	transform: translateX(100%);
	overflow-y: scroll;
	max-height: 100vh;
 	padding: 10px;
	max-width: 400px;

	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
.cc_formulaire + div {
	align-items: center;
	display: flex;
	justify-content: center;
}
.hide{
    display: none;
}

.choixAbonnement{
    width: 800px;
    background: white;
    position: absolute;
    left: 50%; top: 50%;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.5);
    border-radius: 25px;
    transform: translate(-50%, -100%);
    animation: animChoix .4s forwards;
    overflow: hidden;
}

@keyframes animChoix{
    to{
        transform: translate(-50%, -50%);
    }
}
.bouton_abo{
    cursor: pointer !important;
    width: 30%;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    display: inline-block;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    letter-spacing: -1px;
    margin-left: 5%;
}

.bouton_abo_container{
    cursor: pointer !important ;
    top: 50%;
    position: absolute;
    z-index: 1;
    left: 45%;
    width: calc(60% - 100px);
}

.bouton_abo .big{
    font-size: 18px;
}

.bouton_abo .small{
    font-size: 12px;
    display: none;
}
.bouton_abo .small.wtbtn{
 display: block;
}
.bouton_abo__oui{
    width: 50%;
    margin-right: 40px;
    margin-left: 40px;
    opacity: 1 !important;
    background: #4aa697 !important;
    color: white;
    animation: bou_bounce 1.3s ease-in-out infinite;
}

@keyframes bou_bounce{
    50%{
        transform: scale(1.03);
    }
}

.cc_formulaire {
	padding: 0;
	overflow: hidden;
}

@keyframes animForm{
    100%{
        transform: translateX(0);
    }
}

.cc_formulaire legend {
	font-size: 28px;
	font-weight: 600;
	padding-left: 45px;
	position: relative;
	padding-bottom: 5px;
	width: 100%;
}
.cc_formulaire legend::before {
	content: "";
	height: 30px;
	width: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	background-image: url("https://e7321b.claudeassets.com/20230722094512im_/https://chaussures-addict.com/wp-content/plugins/drawer-popup-cart/css/assets/truck.svg");
	background-size: 30px;
	background-repeat: no-repeat;
	transform: translateY(-50%);
}
/* .cc_formulaire legend::after{
    content: "";
    height: 1px; width: 140%;
    position: absolute;
    left: -50px; bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
} */


.cc_formulaire label{
    font-size: 16px;
    display: block;
}

.cc_formulaire input{
    width: calc(100% - 24px);
    border: 1px solid rgba(0, 0, 0, .2);
    height: 28px;
    color: rgba(0, 0, 0, .4);
    padding: 6px 12px;
    font-size: 16px;
}

.cc_formulaire fieldset{
    border: none;
}

label{
    position: relative;
}

/* .required:after{
    content: "*";
    position: absolute;
    top: -5px; left: calc(100% + 5px);
    color: red;
}

*/

.required{
    color: inherit;
}
.cc_submit{
    cursor: pointer !important;
    color: white !important;
    margin: 10px 0;
    height: 50px !important;
    background-color: #53a451;
    border: none !important;
    border-radius: 5px;
    font-size: 18px !important;
    font-weight: 600;

}

.topzone{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

.topzone div{
    width: 100%;
    background-image: url("https://a8ef73.claudeassets.com/20230722094512im_/https://chaussures-addict.com/wp-content/plugins/drawer-popup-cart/css/assets/basket.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
}

.topzone p{
    padding: 15px;
    font-size: 14px;
}

.textTop-header{
    font-weight: 600;
    font-size: 28px;
}
.textTop-title{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    color: #4aa697;
}

.banderole{
    background-color: #353a3f;
    width: 100%;
    padding: 20px 0;
    position: relative;
    border-radius: 15px 15px 0 0;
}

.banderole h2{
    color: white;
    font-weight: 600;
    font-size: 22px;
    width: 100%;
    text-align: center;
}

.textBot{
    padding: 10px 40px;
    font-size: 10px;
    letter-spacing: -.5px;
    color: rgba(0, 0, 0, .4);
}

.ccred{
    display: none;
}

.cc_red{
    color: red;
    display: block !important;
}

.img_livraison img{
    max-width: 30%;
    width: 30%;
}
.img_livraison img:first-child{
    margin-left: 15%;
}

.conditions p{
    font-size: 10px;
    padding: 0 25px;
}

.conditions p:last-child{
    font-size: 14px;
    text-align: center;
}

.woocommerce-privacy-policy-text p:last-child{
    font-size: 12px !important;
    text-align: left !important;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  opacity: unset !important;
}
.essaiInfo{
    position: relative;
}
.essaiInfo::after{
    content: "";
    height: 15px; width: 15px;
    position: absolute;
    left: 150px; top: 10px;
    z-index: 10;
    background-image: url("https://d81785.claudeassets.com/20230722094512im_/https://chaussures-addict.com/wp-content/plugins/drawer-popup-cart/css/assets/info.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.boxEssai{
    margin-top: 10px;
    width: 80%;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 3px 2px rgb(0 0 0 / 25%);
    box-shadow: 0px 0px 3px 2px rgb(0 0 0 / 25%);
    display: none;
}

.boxEssai p, .boxEssai li{
    font-size: 12px !important;
}

.showB{
    display: block !important;
}


#thwmscf-tab-panel-2{
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    padding-top: 100px;
}

#thwmscf-tab-panel-2 #order_review_heading{
    position: absolute;
    top: 0;
    left: 0;
}

#thwmscf-tab-panel-2 .woocommerce-checkout-payment{
    width: 150%;
    margin-right: 100px;
}

.choixAbonnement .bouton_container .bouton_abo.bouton_abo__oui.active,.choixAbonnement .bouton_container .bouton_abo.bouton_abo__oui:focus, .choixAbonnement .bouton_container .bouton_abo.bouton_abo__oui:active {
  background: #cacaca !important;
  color: #000;
}

@media (max-width: 1700px) {
    .bouton_abo_container{
        width: calc(55% - 100px);
    }

}

@media (max-width: 1400px) {
    .bouton_abo_container{
        width: calc(65% - 100px);
    }

}

@media (max-width: 1100px) {
    .bouton_abo_container{
        width: 70%;
    }
}


@media (max-width: 900px) {
    .bouton_abo_container{
        position: fixed;
        z-index: 1;
        bottom: 0;
        transform: translateY(-10%);
        left: inherit;
        top: auto;
        width: 100%;
    }
    .cc_adress_form__form{
        width: 95%;
    }
    .topzone{
        margin-bottom: 20vh;
    }
    .choixAbonnement{
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100vh;
        overflow: scroll;
    }
    .topzone{
        display: block;
    }
    .topzone div {
        height: 200px;
    }


    .bouton_abo {
        width: 80%;
        margin-left: 40px;
        margin-top: 50px;
        background: #D3D3D3;
        opacity: .75;
    }
    
    .bouton_abo__oui{
        width: calc(100% - 40px);
        margin-right: 0;
        margin-left: 20px;
        margin-top: 0;
    }
    .essaiInfo::after{
        left: inherit;
        right: 0;
    }
    #thwmscf-tab-panel-2{
        flex-direction: column-reverse;
    }
    #thwmscf-tab-panel-2 .woocommerce-checkout-payment{
        width: 100%;
        margin-right: 0;
    }
    div.woocommerce #payment #place_order {
        font-size: 19px !important;
    }

}


/* AMELIORATIONS CHECKOUT */ 

@media (max-width: 900px) {
    #billing_last_name_field, #billing_first_name_field{
        width: 100%;
    }
    body.single-product .btnara .bouton_abo.bouton_abo__oui.active {
          background: #cacaca !important;
          color: #000;
    }
}

.thwscf-billing label{
    color:#818a91; 
    font-size: 14px;
}

.ship-to-different-address label span{
    color: #818a91 !important;
    font-size: 14px !important;
    padding-left: 30px;
}

.ship-to-different-address input{
    margin-right: 3px;
}

input{
    border: solid 1px #666666;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    transition: all .3s;
}

table{
    font-size: 13px;
    font-family: Roboto;
    border: none !important;
    display: block !important;
}

table th, table td {
    border-style: hidden !important;
}


.woocommerce table.shop_table td {
    border-top: none !important;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
    border-top: none !important;
}

table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th{
    background-color: inherit !important;
}

thead, tfoot{
    color: #818a91 !important;
}

.product-name{
    padding: 0 !important;
    vertical-align: middle !important;
    padding-left: 9px !important;
    padding-top: 12px !important;
}

.boxconditions{
    height: 200px;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    background: rgba(0,0,0,.05);
    text-align: left;
    overflow: scroll;
    transition: ease-in .5s;
}

.hideconditions{
    height: 0px;
    overflow: hidden;
    border: none;
}
body .form-wrapper-body > h4 {
	margin: .5rem 0;
	font-weight: 500;
	line-height: 1.2;
	color: #212529;
	font-size: 1.5rem;
	font-family: Fjalla One,sans-serif;
}
body .form-wrapper-body > h4 svg {
	width: 1.25em;
}
body button.close {
	padding: 0;
	background-color: transparent !important;
	border: 0;
	appearance: none;
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000 !important;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	margin: -12px 0 0 0;
}
.cc_adress_form__form .form-group {
	margin-bottom: .2rem;
}
.form-wrapper-body .form-group input[type="text"],  
.form-wrapper-body .form-group select, 
.form-wrapper-body .form-group input[type="email"] {
	display: block;
	width: 100%;
	height: calc(1.7em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-wrapper-body .conditions.text-center p:last-child {
	font-size: 80%;
}
.form-wrapper-body .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
.form-wrapper-body .no-gutters > .col,.form-wrapper-body .no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.form-wrapper-body .pr-1  {
padding-right: .25rem !important;
}
.form-wrapper-body .pl-1 {
padding-left: .25rem !important;
}

.form-wrapper-body .row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.form-wrapper-body .no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.form-wrapper-body .text-right {
text-align: right !important;
}

.form-wrapper-body .small  {
font-size: 80%;
font-weight: 400;
}
.form-wrapper-body .text-danger {
color: #dc3545 !important;
}
.form-wrapper-body .mt-4   {
margin-top: 1.5rem !important;
}
.form-wrapper-body .mt-1  {
margin-top: .25rem !important;
}
.form-wrapper-body .mt-2  {
margin-top: .5rem !important;
}
.form-wrapper-body .mt-3,.form-wrapper-body .my-3 {
    margin-top: 1rem !important;
}
.form-wrapper-body .ml-1,.form-wrapper-body .mx-1 {
    margin-left: .25rem !important;
}
.form-wrapper-body .mr-1,.form-wrapper-body .mx-1 {
    margin-right: .25rem !important;
 }
.form-wrapper-body .w-25 {
    width: 25% !important;
}
.form-wrapper-body .text-center {
    text-align: center !important;
}
.cc_formulaire button.cc_submit {
	font-family: Fjalla One,sans-serif;
	margin-top: 1.5rem !important;
	display: block;
	width: 100% !important;
	padding: .5rem 1rem;
	font-size: 1.25rem !important;
	line-height: 1.5;
	border-radius: .3rem;
	text-align: center;
	color: #fff !important;
	background-color: #28a745;
	border-color: #28a745 !important; 
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-appearance: button;
}
.cc_formulaire button.cc_submit svg {
	width: 1em;
	margin-right: 5px;
}
#formarea .form-wrapper-body.px-lg-2 {
	padding-left: .5rem !important;
	padding-right: .5rem !important;
}
.cc_formulaire button.cc_submit strong {
	align-items: center;
	display: flex;
	justify-content: center;
}

.cc_formulaire button.cc_submit:hover,.cc_formulaire button.cc_submit:focus {
    background-color: #218838;
    border-color: #1e7e34;
}
.choixAbonnement {
	border-radius: 0;
}
.choixAbonnement .textBot {
	background: #f8f9fa;
	padding: 15px 20px 30px 20px;
	margin: 0;
}
.choixAbonnement .topzone .imgTopzone {
	max-width: 400px;
}
.choixAbonnement .bouton_container {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 20px;
}.choixAbonnement .bouton_container .bouton_abo.bouton_abo__oui {
	margin: 0 0 0 0;
	background: rgb(158,202,44) !important;
	background: linear-gradient(0deg, rgb(65, 159, 37) 0%,rgb(158, 202, 44) 100%) !important;
	width: 63%;
}
.choixAbonnement .bouton_container .bouton_abo {
	margin: 0 0 0 25px;
	width: 33%;
}

.cc_adress_form .bouton_abo .big {
	font-family: Fjalla One,sans-serif !important;
	font-size: 24px;
	font-weight: 600;
}
.choixAbonnement .topzone p {
	font-size: 16px;
	line-height: 26px;
}
.choixAbonnement .topzone .imgcbox p {
	padding: 0;
	margin: 5px 0;
}
.choixAbonnement .topzone h3.textTop-title {
	color: #343a40;
	font-family: Fjalla One,sans-serif;
	font-weight: normal;
	font-size: 26px;
	margin: 8px 0 10px 0 !important;
	display: block;
} 

.cc_adress_form   .bouton_abo .small {
	font-size: 14px;
	font-weight: normal;
    text-transform: lowercase;
}
.choixAbonnement .bouton_container .bouton_abo {
	position: relative;
	top: auto;
	margin: auto;
	animation: none;
}
.choixAbonnement .topzone {
	margin: auto;
	border-bottom: solid 1px #dee2e6;
	background: #f8f9fa;
}

.choixAbonnement .textTop-header h3 {
	background: #343a40;
	margin: 0;
	color: #fff !important;
	font-family: Fjalla One,sans-serif !important;
	padding: 15px 10px;
	font-size: 26px !important;
}
.topzone div.imgTopzone {
	height: auto;
}.cc_adress_form .btnara {
    position: fixed;
    display: none;
    bottom: 0;
    background: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
  }
.cc_adress_form .btnara  .bouton_abo.bouton_abo__oui {
	
	background: rgb(158,202,44) !important;
	background: linear-gradient(0deg, rgb(65, 159, 37) 0%,rgb(158, 202, 44) 100%) !important;
    
}
@media (min-width: 1080px) {
    .topzone{
        margin-bottom: 22%;
    }
    .bouton_abo{
        top: 50%;
        position: absolute;
    }
}
@media (max-width: 900px){
    .cc_adress_form__form {
        width: 95%;
        right: 0;
    }.topzone div {
        height: auto;
    }
}
@media (max-width: 767px){
    .choixAbonnement .bouton_container .bouton_abo {
        width: 100% !important;
        margin: 10px 0;
    }
    .choixAbonnement .topzone .imgTopzone {
        max-width: 100%;
    }
    .choixAbonnement .topzone .imgTopzone img {
        width: 100%;
        max-width: 100%;
    }
    .choixAbonnement .topzone {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .choixAbonnement .bouton_container .bouton_abo.bouton_abo__oui {
        display: none;
    }
    .choixAbonnement .textBot {
        background: #f8f9fa;
        padding: 15px 20px 170px 20px;
        margin: 0;
      }
      
.cc_adress_form .btnara  { display: block;}
}



.main-content > :first-child:not(nav):not(.nav) {
    margin-top: 0;
  }
  .steps {
    display: flex;
    flex-wrap: wrap;
  }
  .mb-5, .my-5 {
    margin-bottom: 3rem !important;
  }
  .steps .steps-item.active {
	background: #3a5659;
	color: #fff;
    }
    .steps .steps-item.active h6.steps-title{
        color: #fff;
    }
    .steps .steps-item.disabled {
    cursor: auto;
    pointer-events: none;
  }
  .steps .steps-item:not(:last-child) {
    margin-right: 2px;
    margin-bottom: 2px;
  }
  .steps .steps-item {
    display: flex;
    flex-grow: 1;
    font-size: 12px;
    flex-basis: 0;
    background: #f8f9fa;
    border-radius: .25rem;
    padding: 1.2rem 1.8rem;
  }
  .steps .steps-icon {
    font-size: 2rem;
    padding-right: 1rem;
    color: #adb5bd;
  }
  svg:not(:root).svg-inline--fa {
    overflow: visible;
  }
  .svg-inline--fa.fa-w-18 {
    width: 1.125em;
  }
  .svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
  }
  .woochk-step2 .re_woocheckout_order {
    float: left;
    width: 48%;
    border: 3px solid #dbdbdb;
    padding: 20px;
    background-color: #fff;
    margin-left: 3%;
  }
  .woochk-step3  {
    float: right;
    width: 38%;
    border: 3px solid #dbdbdb;
    padding: 30px;
    background-color: #fff;
    margin-left: 1%;
  }
  .woochksteps button {
	padding: 15px 40px;
	border: none;
	font-size: 18px;
    background-color: #3a5659;
    color: #fff;

}
form.woocommerce-checkout h3 {
  color: #3a5659;
}
#wc-mktpay-cc-form .form-row.form-row-first, #wc-mktpay-cc-form .form-row.form-row-last {
	width: 33.33%;
}
#wc-mktpay-cc-form .form-row.form-row-first input, #wc-mktpay-cc-form .form-row.form-row-last input {
	width: 100%;
	margin: 0 !important;
	box-sizing: border-box !important;
}
body .woocommerce #payment #place_order {
    width: 100%;
    background: #3f9e25 !important;
    background: -moz-linear-gradient(0deg,#3f9e25 0,#a2cc2c 100%) !important;
    background: -webkit-linear-gradient(0deg,#3f9e25,#a2cc2c) !important;
    background: linear-gradient(0deg,#3f9e25,#a2cc2c) !important;
    box-shadow: inset 0 1px 0 #e3f2de !important;
    border: 1px solid #7d9e22 !important;
    font-size: 21px;
    line-height: 33px;
}
body .woocommerce #payment #place_order:hover {
    background: #30751d !important;
    background: -moz-linear-gradient(0deg,#30751d 0,#82a323 100%) !important;
    background: -webkit-linear-gradient(0deg,#30751d,#82a323) !important;
    background: linear-gradient(0deg,#30751d,#82a323) !important;
    color: #fff !important;
}

.form-row.place-order .row.justify-content-center {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
div.woocommerce #payment div.payment_box {
    background: transparent;
    text-shadow: none;
    border: none;
    box-shadow: none;
    padding: 10px 0 0 0;
    margin: 0;
}
.woocommerce #payment input, body div.woocommerce #payment div#number_div, body div.woocommerce #payment div#cvv_div {
    border-left: 5px solid #6c757d !important;
    height: 38px !important;
    border-radius: 4px;
}
.woocommerce #payment input {
    height: 38px;
    padding: 6px 12px;
    color: #495057;
}

/*.woocommerce-terms-and-conditions-wrapper .woocommerce-invalid label::before {
    color: #fff;
    background-color: #fff;
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    border: 1px solid #6c757d;
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}*/
.woocommerce #payment div.payment_box .form-row.form-row-first,
.woocommerce #payment .form-row.form-row-last {
    width: 50%;
}
.woocommerce #payment .text-success strong {
    color: #28a745 !important;
}

    div.woocommerce #payment div.payment_box::after {        
        border: 0px solid #f8f9fa;
    }

  .cgktabsec {
    float: left;
    width: 60%;
    margin-right: 1%;
  }
  #customer_details,.woochk-step2 div.re_woocheckout_order {
    width: 100%;
  }
 #order_comments_field #order_comments {
	box-shadow: inset 0 1px 3px #ddd;
	font-size: 16px;
	padding: 12px;
	line-height: 22px;
	font-family: "Poppins";
}
  .woochk-step2 div.re_woocheckout_order{margin: 0;}
  div.woocommerce #payment #place_order {
	float: right;
	margin: 0 0 15px 0;
    color: #fff !important;
    border-radius: unset !important;
border: unset !important;
}
  .cgktabsec.woochk-step2 .shop_table.woocommerce-checkout-review-order-table {
    display: none !important;
  }
  div.nxtsecdiv{
    display: inline-block;
    width: 100%;
  } 
  .steps .steps-item h6.steps-title {
	margin: 0;
}.cgktabsec.woochk-step1 #customer_details {
	width: 100% !important;
}
  

.main-checkout .steps-item {
	display: flex;
	align-items: center;
    color: #3a5659;
}



.woochk-step2 div.re_woocheckout_order {
    margin: 0;
    border: 1px solid rgba(0,0,0,.5);
    background-color: #E4E7EB;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}


.form_bottom_imgs > div {
    display: flex;
    justify-content: center;
}
.form_bottom_imgs > div img {
    padding: 20px 40px 0;
}


.exdatewrapper {
    display: flex;
    border-left: 5px solid #6c757d !important;
    box-shadow: inset 0 1px 3px #ddd;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    align-items: center;
}
body .woocommerce #payment .exdatewrapper input {
    border: none !important;
    box-shadow: none;
}
body .woocommerce #payment .exdatewrapper input#exp_month {
    width: 40px;
    padding-right: 0;
}
body .woocommerce #payment .exdatewrapper input#exp_year {
    padding-left: 5px;
}
.woocommerce #payment div.payment_box .form-row label {
    font-weight: bold;
}
.essai14jourssec {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    padding: 15px;
    font-size: 12px;
    line-height: 16px;
}
.img-fluid.sslsecuredtracls {
  width: 300px;
}
#stripe-card-element input.InputElement 
{
    height: 38px !important;
    border-left: 5px solid #6c757d !important;
    border-radius: 4px;
}

 .reviewaddpart {
        padding: 10px;
        border: 1px solid #ccc;
        margin-bottom: 8px;
        display: flex;
    }
    .reviewaddpart .crightpart {
        font-weight: 500;
    }
    .reviewaddpart > div.cfirstimg {
        margin-right: 20px;
        max-width: 150px;
    }
    .reviewaddpart > div.cfirstimg img {
        width: 100%;
        height: auto;
    }
    .reviewaddpart .fullsadtitle span {
  color: #28a745;
  padding-left: 10px;
  text-transform: uppercase;
}
.reviewaddpart .fullsadtitle {
  margin-bottom: 10px !important;
}
#order_review span.ototalspan {
  text-align: right;
  float: right;
}
#order_review span.ototalspan span
{
  color: #28a745;
}
#order_review h3.mb-3 .svg-inline--fa.fa-expeditedssl.fa-w-16.text-success {
  color: #28a745;
}
#order_review h3.mb-3 {
  text-transform: capitalize;
  margin-bottom: 3px;
}
#payment li.wc_payment_method.payment_method_stripe label {
  display: none;
}

.bouton_abo.bouton_abo__oui.active::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(50% - 20px);
}
@keyframes spinner-border {
 to {
  transform:rotate(1turn)
 }
}

.bouton_abo.bouton_abo__oui.active {
    animation: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0.65 !important;
}
@keyframes pulse {
 0% {
  -webkit-transform:scaleX(1);
  transform:scaleX(1)
 }
 50% {
  -webkit-transform:scale3d(1.05,1.05,1.05);
  transform:scale3d(1.05,1.05,1.05)
 }
 to {
  -webkit-transform:scaleX(1);
  transform:scaleX(1)
 }
}

@media only screen and (max-width: 1024px) {
    .checkout.woocommerce-checkout .woochksteps > div {
        width: 100%;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
   .main-checkout .steps {
        flex-wrap: wrap;
        flex-direction: column;
    }
   body.woocommerce-checkout .system_wrap_type .main-side.full_width {
  padding: 5px 0px 0px;
}
body.woocommerce-checkout .main-checkout .steps.mb-5.three .steps-text {
  display: none;
}
body.woocommerce-checkout .main-checkout .steps.mb-5.three a.steps-item
{
  margin: 2px;
  padding: 5px;
}
body.woocommerce-checkout .main-checkout .steps .steps-icon {
  font-size: 1.5rem;
  padding-right: 1rem;
  color: #adb5bd;
}
.form_bottom_imgs > div img {
  padding: 10px;
}
}



/*
     FILE ARCHIVED ON 04:30:25 Jul 22, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:57:26 Jul 07, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.519
  exclusion.robots: 0.061
  exclusion.robots.policy: 0.051
  esindex: 0.008
  cdx.remote: 15.102
  LoadShardBlock: 168.866 (3)
  PetaboxLoader3.datanode: 128.296 (5)
  PetaboxLoader3.resolve: 89.641 (2)
  load_resource: 123.109
  loaddict: 27.384
*/