/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 3.0.5
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap');

#masthead{
	height:75px!important;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    filter: opacity(0.75);
}

.mailpoet_page {
    height: 100vh;
    margin: 100px 25px;
}

.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
    left: unset!important;
    top: 0!important;
	right:unset!important;
	transform:none!important;
    text-align: center!important;
}

.wpcf7 form .wpcf7-response-output{
	    
    padding: 1.25rem 1.75rem;
    border-radius: 8px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
	background: #ffb900;
	color: white;
}

.page-id-1406 #content{
	margin-top:125px!important;
}

.wpcf7-form label{
    font-weight: 400;
	font-size: 14px;
    color: #6a6a6a;
	transition: all 0.2s ease;
}

.woocommerce-form__label-for-checkbox{
	margin:1rem 0;
}

.payment_methods .save-source-checkbox, .wc-stripe_cc-container .save-source-checkbox{
	border:none!important;
}

.wc-stripe-save-source input[type=checkbox]:checked+.save-source-checkbox:after, .wc-stripe_cc-container .wc-stripe-save-source input[type=checkbox]:checked+.save-source-checkbox:after{
	border-color:#FD6E4F;
	    top: 6px !important;
	    left: 8px!important;
}

.wpcf7-form input[type='text'],
.wpcf7-form input[type='email'],
.wpcf7-form input[type='tel'],
.wpcf7-form textarea,
.wpcf7-form input[type='date']{
    margin-top:10px;
    background-color: #ffffff;
    border-color: #B7B7B7;
    border-width: 01px 01px 01px 01px;
    border-radius: 10px 10px 10px 10px;
    font-family: "Epilogue", Sans-serif;
    font-weight: 400;
	    width: 100%;
    border-radius: 8px !important;
    background: #fff;
    padding: 12px 15px !important;
    border-color: #dedede;
    font-size: 1rem;
}

.wpcf7-form form,
.wpcf7-form label{
    width:100%;
    min-width: 100%;
    max-width:100%;
    display:block;
}

.wpcf7-form [type='submit']{
        background-color: #FE6D4E!important;
    color: #ffffff!important;
    border:none!important;
    border-radius:100px!important;
    padding:17px 35px!important;
    line-height: 1!important;
    font-size: 19px!important;
    font-weight: 600!important;
    width:100%!important;
    min-width:100%!important;
    max-width: 100%!important;
}

.admin-bar #header{
	top:32px!important;
}

.apple-wallet-container {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:100%;
	min-width:100%;
}

#sideMenu,
#sideMenuContainer{
	opacity:1;
	transition: all ease-in .25s;
	overflow-x:hidden!important;
}

#sideMenuContainer{
	left:0;
}

.hidden #sideMenuContainer{
	left:-100%;
	opacity:0;
}

.apple-wallet-container h2{
	    font-family: "Base Neue", Sans-serif!important;
    font-size: 35px;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    color: black;
	text-align:center;
	line-height:1.1;
	display:none!important;
}

.apple-wallet-button{
		display: inline-flex;
		align-items: center;
		gap: 10px;
		background-color: #1c1c1e;
		color: #ffffff;
		font-weight: 600;
		font-size: 16px;
		padding: 12px 20px;
		border-radius: 12px;
		text-decoration: none;
		box-shadow: 0 2px 5px rgba(0,0,0,0.2);
		transition: background-color 0.2s, transform 0.2s;
}

.apple-wallet-button span{
	display: inline-block;
			width: 24px;
			height: 24px;
			background: url("https://upload.wikimedia.org/wikipedia/commons/b/b2/Apple_Wallet_Icon.svg") no-repeat center center;
			background-size: contain;
}

.apple-wallet-button:hover,
.apple-wallet-button:focus,
.apple-wallet-button:active{
    background-color: #2c2c2e;
    transform: translateY(-1px);
	color:white;
}


.google-wallet-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 100%;
}

.google-wallet-container h2 {
	font-family: "Base Neue", Sans-serif !important;
	font-size: 35px;
	font-weight: 900;
	text-transform: uppercase;
	font-style: italic;
	color: black;
	text-align: center;
	line-height: 1.1;
	display: none !important;
}

.google-wallet-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background-color: #1F1F1F; /* Couleur principale Google */
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	padding: 12px 20px;
	border-radius: 100px;
	text-decoration: none;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	transition: background-color 0.2s, transform 0.2s;
}

.google-wallet-button span {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url("https://upload.wikimedia.org/wikipedia/commons/archive/f/fa/20220512235712%21Google_Wallet_icon.svg") no-repeat center center;
	background-size: contain;
}

.google-wallet-button:hover,
.google-wallet-button:focus,
.google-wallet-button:active {
	background-color: #000; /* couleur hover */
	transform: translateY(-1px);
	color: white;
}

.no-scroll {
    overflow: hidden;
}

.hidden{
	visibility:hidden;
	opacity:0;
	pointer-events: none;
}
        .participation-form {
            max-width: 400px;
            margin: 20px 0;
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 8px;
            background: #f9f9f9;
        }

        .form-group {
            margin-bottom: 15px;
        }

        .form-group label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
            color: #333;
        }

        .form-group input {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
            font-size: 17px;
            box-sizing: border-box;
        }

        .form-group input:focus {
            outline: none;
            border-color: #FB6C4C;
            box-shadow: 0 0 5px #FB6C4C25;
        }

        .btn-participate,
		.btn-switch-participate{
            width: 100%;
            padding: 14px;
            background: #FB6C4C;
            color: white;
            border: none;
            border-radius: 4px;
            font-size: 17px;
            font-weight: bold;
            cursor: pointer;
            transition: background 0.3s;
			display:block;
			text-align:center;
			margin-top:1rem;
        }

        .btn-participate:hover,
.btn-participate:focus,
.btn-participate:active{
            background: #db5335;
			text-decoration:none;
        }

		.btn-switch-participate:hover,
.btn-switch-participate:focus,
.btn-switch-participate:active{
			    background: #bbb;
			color: #000000;
			text-decoration:none;
		}

		.btn-switch-participate{
			        background: #d6d6d6;
				color: #000;
		}

        .btn-participate:disabled {
            background: #ccc;
            cursor: not-allowed;
        }

        .participation-message {
            margin: 15px 0;
            padding: 14px;
            border-radius: 4px;
            display: none;
        }

        .participation-message.success {
            background: #d4edda;
            color: #155724;
            border: 1px solid #c3e6cb;
            display: block;
        }

        .participation-message.error {
            background: #f8d7da;
            color: #721c24;
            border: 1px solid #f5c6cb;
            display: block;
        }

        .participation-message.warning {
            background: #fff3cd;
            color: #856404;
            border: 1px solid #ffeeba;
            display: block;
        }


        .participations-table {
            margin: 20px 0;
            overflow-x: auto;
        }

        .participations-table table {
            width: 100%;
            border-collapse: collapse;
            background: white;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .participations-table thead {
            background: #2271b1;
            color: white;
        }

        .participations-table th {
            padding: 12px;
            text-align: left;
            font-weight: bold;
        }

        .participations-table td {
            padding: 10px 12px;
            border-bottom: 1px solid #eee;
        }

        .participations-table .rank {
            font-weight: bold;
            width: 50px;
            text-align: center;
        }

        .participations-table .count {
            text-align: center;
            font-weight: bold;
            color: #2271b1;
        }

        .participations-table .date {
            font-size: 12px;
            color: #666;
        }

        .participations-table .no-members {
            text-align: center;
            padding: 20px;
            color: #999;
        }

        @media (max-width: 600px) {
            .participations-table table {
                font-size: 12px;
            }

            .participations-table th,
            .participations-table td {
                padding: 8px 6px;
            }
        }

.badge{
	background-color:#FD6E4F;
}
.badge-given {
	background-color:#7FFF00;
}
/* Tableau stylisé */
.qs-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.qs-table th {
    background: #fb6c4c!important;
    color: white;
	font-size:15px!important;
    padding: 12px;
    text-align: left;
	border: none!important;
	min-width:225px!important;
}

.qs-table th p{
	padding:0!important;
	margin:0!important;
}

.qs-table td {
    background-color: #f9f9f9;
    padding: 12px;
    border-bottom: 1px solid #ddd;
}

.qs-table tr:hover td {
    background-color: #f1f1f1;
}

/* Radios alignés horizontalement */
.qs-radio .wpcf7-list-item {
    display: inline-block;
    text-align: center;
}

.qs-radio input[type="radio"] {
    margin-right: 5px;
}

.qs-table tr td,
.qs-table tr td, .qs-table tbody>tr:nth-child(odd)>td{
    background: #f2f2f2 !important;
    border: none !important;
    padding: 15px !important;
    border-bottom: 1px solid #c5c5c5 !important;
}

/* Responsive mobile */
@media (max-width: 768px) {
    .qs-table, .qs-table tr, .qs-table td, .qs-table th {
        display: block;
        width: 100%;
    }
    .qs-table th {
        display: none;
    }
}

.qs-radio {
    display: flex;
    gap: 10px;
}

/* Radios transformées en boutons */


.qs-radio input[type="radio"] {
    display: none; /* cache les radios */
}

.qs-radio .wpcf7-list-item label {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.2s ease;
    border: 2px solid #ccc;
    user-select: none;
	font-size:14px!important;
	font-weight:600!important;
}

.qs-radio .wpcf7-list-item label:has([type='radio']:checked) {
    background-color: #fb6c4c;
    color: white;
    border-color: #fb6c4c;
}

.wpcf7-list-item{
	margin:0;
}

.wpcf7-not-valid-tip,
#warning-message{
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    background: #dc3232;
    padding: .75rem 1.25rem;
    border-radius: 8px;
    margin-top: .5rem;
    color: white;
    font-weight: 600;
}

/* CF7 custom checkbox */
.wpcf7-form .qs-check{
  display: block;
  margin: 10px 0;
}

.wpcf7-form .qs-check .wpcf7-list-item {
  margin: 0; /* CF7 met souvent une marge par défaut */
}

.wpcf7-form .qs-check input[type="checkbox"],
.elementor-field-type-acceptance input[type="checkbox"],
.woocommerce input[type="checkbox"]{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.wpcf7-form .qs-check .wpcf7-list-item-label,
.elementor-field-type-acceptance label,
.woocommerce [type="checkbox"] + span{
  position: relative;
  display: inline-block;
  padding-left: 34px;
  cursor: pointer;
  line-height: 1.35;
}

/* Le carré */
.wpcf7-form .qs-check .wpcf7-list-item-label:before,
.elementor-field-type-acceptance label::before,
.woocommerce [type="checkbox"] + span::before{
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    border: 2px solid #c2c2c2;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
}

.elementor-field-type-acceptance label::before,
.woocommerce [type="checkbox"] + span::after{
	top:-5px!important;
}

/* La coche */
.wpcf7-form .qs-check input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
.elementor-field-type-acceptance input[type="checkbox"]:checked + label::after,
.woocommerce [type="checkbox"]:checked + span::after{
    content: "";
    position: absolute;
    left: 6px;
    top: 9px;
    width: 12px;
    height: 7px;
    border-left: 3px solid #FD6E4F;
    border-bottom: 3px solid #FD6E4F;
    transform: rotate(-45deg);
}

.wc-stripe-save-source input[type=checkbox]:checked+.save-source-checkbox:after, .wc-stripe_cc-container .wc-stripe-save-source input[type=checkbox]:checked+.save-source-checkbox:after{
	border-color:#FD6E4F;
}

.elementor-field-type-acceptance input[type="checkbox"]:checked + label::after{
	top:2px!important;
}

.woocommerce [type="checkbox"]:checked + span::after{
	top:8px!important;
}

.wpcf7-form .qs-check input[type="checkbox"]:checked + .wpcf7-list-item-label::before,
.elementor-field-type-acceptance input[type="checkbox"]:checked + label::before,
.woocommerce [type="checkbox"]:checked + span::before{
	border-color:#FD6E4F;
}

.wpcf7-form p{
	font-size:17px;
}

.wpcf7-acceptance, .elementor-field-type-acceptance .elementor-field-option {
    display: block;
    padding: 1rem 0;
    font-size: 17px;
}

.wpcf7-acceptance .wpcf7-list-item-label,
.elementor-field-type-acceptance .elementor-field-option label{
	font-size:17px!important;
}

.wpcf7-form hr{
	margin:2rem 0!important;
}

.wpcf7 .form-field {
	margin-bottom:1.5rem;
}

.wpcf7 .row{
	display:flex;
	flex-wrap:wrap;
}

.wpcf7 .form-field.col-2{
	min-width:50%;
	width:50%;
	max-width:50%;
}

.wpcf7 .form-field.col-2:nth-child(odd){
	padding-right:1rem;
}

.wpcf7 .form-field:not(.col-2){
	min-width:100%;
	width:100%;
	max-width:100%;
}

.wpcf7-submit {
	margin-top:2rem;
}

[data-name="sexe"] .wpcf7-radio {
	margin-top:10px;
}

/* =====================================================
   STRIPE STYLE WOOCOMMERCE CHECKOUT
   ===================================================== */

/* ========== RESET & BASE ========== */

/* Supprime doubles colonnes */
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
    width: 100% !important;
}

/* ========== TITRES ========== */

.woocommerce-checkout h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #1a1f36;
	display:none;
}

#order_review_heading{
	display:none!important;
}

/* =====================================================
   FLOATING LABELS
   ===================================================== */

.woocommerce-checkout .form-row {
    position: relative;
    margin-bottom: 22px;
}

.woocommerce-checkout .form-row label {
    font-size: 14px;
    color: #6a6a6a;
    pointer-events: none;
    transition: all 0.2s ease;
    padding: 4px 0;
}

.woocommerce-checkout .form-row input, .woocommerce-checkout .form-row select, .woocommerce-checkout .form-row textarea, 
.woocommerce-checkout .select2-selection__rendered,
:where(.woocommerce) .select2-container .select2-dropdown{
    width: 100%;
    border-radius: 8px !important;
    background: #fff;    
    padding: 12px 15px !important;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select,
:where(.woocommerce) .select2-container .select2-dropdown, :where(.woocommerce) .select2-container .select2-selection{
	border-color: #dedede;
}

/* Focus effect */
.woocommerce-checkout .form-row input:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row textarea:focus {
    outline: none;
}

/* =====================================================
   ORDER SUMMARY — MINIMAL STRIPE STYLE
   ===================================================== */

.woocommerce-checkout-review-order-table {
    width: 100%;
    border-collapse: collapse;
}

.woocommerce-checkout-review-order-table th {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #8898aa;
    padding-bottom: 10px;
}

.woocommerce-checkout-review-order-table .cart_item .product-name,
.woocommerce-checkout-review-order-table .cart_item{
	    display: flex;
    font-size: 19px;
}

.page-id-1244 .woocommerce-checkout-review-order-table .product-quantity {
	display:none;
}

.woocommerce-checkout-review-order-table td {
    padding: 14px 0;
    border-bottom: 1px solid #f0f3f7;
    font-size: 15px;
}

.woocommerce-checkout-review-order-table .product-name {
    font-weight: 500;
}

.woocommerce-checkout-review-order-table .product-total::before{
	content:'Prix : ';
	font-size:17px;
}

.woocommerce-checkout-review-order-table .product-total {
    text-align: left;
    font-weight: 500;
}

.cart_item img {
    border-radius: 8px;
    border: 1px solid #ccc;
}

/* Hover animation */
.woocommerce-checkout-review-order-table tbody tr {
    transition: background 0.2s ease;
}

.woocommerce-checkout-review-order-table tbody tr:hover {
    background: #f6f9fc;
}

/* Totaux */
.woocommerce-checkout-review-order-table tfoot tr {
    border-top: 2px solid #e6ebf1;
    font-weight: 600;
    font-size: 16px;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th{
    border: none!important;
}

.woocommerce table tbody>tr:nth-child(odd)>td, .woocommerce table tbody>tr:nth-child(odd)>th,
.woocommerce-checkout-review-order-table tbody tr:hover,
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	background:transparent;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
	padding:0;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
	display:none;
}

.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
    padding-top: 18px;
}

/* =====================================================
   STRIPE PAYMENT CARD STYLE
   ===================================================== */

#payment {
    margin-top:0;
    background: transparent;
    padding: 0;    
	border:none;
}

#payment .payment_method_stripe {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e6ebf1;
    box-shadow: 0 4px 12px rgba(50,50,93,0.05);
    position: relative;
}

/* Stripe icon */
#payment .payment_method_stripe::before {
    content: "";
    position: absolute;
    top: 18px;
    right: 18px;
    width: 32px;
    height: 20px;
    background: url("https://stripe.com/img/v3/home/twitter.png") no-repeat center;
    background-size: contain;
    opacity: 0.4;
}

/* =====================================================
   PLACE ORDER BUTTON
   ===================================================== */

#place_order {
    background-color: #FE6D4E !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 100px !important;
    padding: 17px 35px !important;
    line-height: 1 !important;
    font-size: 19px !important;
    font-weight: 600 !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}

#place_order:hover {
    background: rgb(254,109,78)!important;
}

#place_order:active {
}

/* =====================================================
   NOTICES
   ===================================================== */

.woocommerce-error,
.woocommerce-message,
.woocommerce-info{
    background: #fff;
    border-left: none;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 25px;
}

.woocommerce-error{
	    color: white;
    background: #900e14;
    font-weight: 500;
}

.woocommerce-error .wc-forward{
	display:none!important;
}

.woocommerce-info{
	background:#067dea;
	color:white;
	font-weight:500;
}

.woocommerce-info a,
.woocommerce-info button,
.woocommerce-info a:focus,
.woocommerce-info button:focus,
.woocommerce-info a:active,
.woocommerce-info button:active,
.woocommerce-info a:hover,
.woocommerce-info button:hover{
	color:white;
}

.woocommerce-error a {
	color:white!important;
}

.woocommerce-error,
.woocommerce-message{
	border:none!important;
}

.woocommerce-error::before,
.woocommerce-message::before,
.woocommerce-error::after,
.woocommerce-message::after,
.woocommerce-info::before,
.woocommerce-info::after{
	display:none!important;
}

li.payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon {
    display: inline;
    float: none;
    height: 20px;
    max-height: 20px;
    max-width: 35px;
    width: 35px;
    border-radius: 5px;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input{
	display:none!important;
}

#add_payment_method #payment ul.payment_methods li label:not(.checkbox):not(.save-source-label), .woocommerce-cart #payment ul.payment_methods li label:not(.checkbox):not(.save-source-label), .woocommerce-checkout #payment ul.payment_methods li label:not(.checkbox):not(.save-source-label) {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
    padding: 1rem;
    background: #dddddd30;
    border: 2px solid #dddddd;
    border-radius: 8px;
    min-height: 65px;
    display: flex;
    align-items: center;
    gap: .5rem;
}

#add_payment_method #payment ul.payment_methods li :checked + label:not(.checkbox):not(.save-source-label), .woocommerce-cart #payment ul.payment_methods li :checked + label:not(.checkbox):not(.save-source-label), .woocommerce-checkout #payment ul.payment_methods li input:checked + label:not(.checkbox):not(.save-source-label){
        background: #F3F7FF;
    border: 2px solid #001E3A;
}


.woocommerce form .form-row .input-text:focus, .woocommerce form .form-row select:focus {
    border-color: #a0a0a0;
}

.woocommerce-checkout .col2-set, .woocommerce-checkout .woocommerce-checkout-review-order {
    width: 50% !important;
    float: left !important;
}

#order_review{
	padding-left:40px!important;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    text-align: right;
}

.woocommerce table.shop_table{
	border:none;
}


.shop_table.woocommerce-checkout-review-order-table thead{
	display:none!important;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 600px) {
	.woocommerce-checkout .col2-set, .woocommerce-checkout .woocommerce-checkout-review-order {
		width: 100% !important;
		float: unset!important;
	}

	#order_review{
	}
		padding-left:0px!important;
    .woocommerce-checkout form.checkout {
        padding: 25px;
        margin: 30px 15px;
    }

}

@media(max-width:768px){
	.wpcf7 .form-field.col-2{
		min-width:100%;
		width:100%;
		max-width:100%;
	}
	.wpcf7 .form-field.col-2:nth-child(odd){
		padding-right:0;
	}
}