.vjs-big-play-button{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-js{
    box-sizing: border-box;
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
}
/* Formulaires */

#primary:not(.no-header) .crm_form_wrapper {
    padding-top: 200px;
}

.crm_form_wrapper {
    padding-top: 70px;
    max-width: 900px;
    margin: 0 auto;
}

.crm_form_container {
    margin: 80px 0;
}

.crm_form_wrapper .btn {
    margin: 0 auto;
    font-weight: 900;
    transition: 0.2s;
    font-family: 'Trebuchet MS', sans-serif;
}

.crm_form_wrapper h1 {
    font-size: 55px;
}

.single .crm_form_wrapper h2 {
    font-size: 40px;
}

.crm_form_row_content {
    margin: 20px auto;
}

.crm_form_wrapper input:not([type="submit"]), .crm_form_wrapper textarea, .crm_form_wrapper select {
    color: black;
}

.crm_checkbox_title {
    font-weight: 900;
    font-family: 'Trebuchet MS', sans-serif;
    display: inline-block;
    padding: 0 20px 8px;
}

.crm_checkbox_label {
    background-color: white;
    color: black;
    border: 2px solid #217FA8;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 10px;
    font-family: 'Verdana', sans-serif;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
}

.crm_input_flex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.crm_input_flex input {
    width: 49%;
}

.crm_input_date label {
    padding: 0 15px 2px;
    font-weight: bold;
}

#crm_form_ajax .btn.error {
    border-color: red !important;
}

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

	.crm_form_wrapper h1 {
        font-size: 45px;
    }
    
    .single .crm_form_wrapper h2 {
        font-size: 35px;
    }

}

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

	.crm_form_wrapper h1 {
        font-size: 40px;
    }
    
    .single .crm_form_wrapper h2 {
        font-size: 30px;
    }

}

/* Landing Page */

#primary:not(.no-header) .crm_lp_wrapper {
    padding-top: 200px;
}

.crm_lp_wrapper {
    padding-top: 70px;
    margin: 0 auto;
}

.crm_lp_bloc {
    margin-bottom: 60px;
}

.crm_lp_bloc h2.crm_lp_title {
    text-align: center;
}

.crm_lp_bloc h2.crm_lp_title:after {
	content: '';
}

.crm_lp_bloc_popup:nth-child(even) .two_cols_flex {
    flex-flow: row-reverse wrap;
}

.crm_lp_bloc .image_page_habillage {
    display: block !important;
}

.single-pages-atterrissages .crm_lp_wrapper .wrapper_faq .small_wrapper_accordeon {
    width: 49%;
    box-sizing: border-box;
    padding: 30px 43px 30px 30px;
}

.info_check_cart{
    background: #a1d8f2;
    border-left: 5px solid #217FA8;
    color: #217FA8;
    text-align: center;
    display: block;
    padding: 20px;
    margin: 30px auto;
    font-weight: 600;
}

.retour_boutique{
    background-color: white;
    color: #217FA8;
    border: solid 2px #217FA8;
    -webkit-transition: 0.2s;
    font-family: 'Verdana', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.8em;
    border-radius: 27px;
    transition: all .2s ease-in;
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em;
}
.retour_boutique:hover{
    background: #217FA8;
    color: white;
    transition: all .2s ease-in-out;
}

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

    .single-pages-atterrissages .crm_lp_wrapper .wrapper_faq .small_wrapper_accordeon {
        width: 100%;
    }

}

.woocommerce-cart .cross-sells .products{
    margin: auto;    
}

.woocommerce-cart .cart-collaterals .cross-sells ul.products li{
    width: 46% !important;
}

.woocommerce-cart .cross-sells ul.products li:nth-child(2){
    margin-right: 0 !important;
}