/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/
#mc4wp-form-1{
	display:table;
	margin:auto;
}
#block-8 h2{
	font-size: 20px;
    text-align: center;
    line-height: 1.5;
    font-family: 'Poppins, Regular';
}
#block-11 .container {
	text-align:center;
}
.widgets_wrapper #nav_menu-2,.widgets_wrapper #nav_menu-4{
	float: left;
    width: 50%;
}
ul#menu-footer-right-1,ul#menu-footer{
	background: transparent;
}
.footer_copy .container {
	max-width: 100%;
}
#Footer .widgets_wrapper.center h4,#Footer .widgets_wrapper.center h2,#Footer .widgets_wrapper.center a{
	color: #fff !important;
}
#Footer .widgets_wrapper.center{
	background-color: #1A5A5E;
    color: #fff;
}
#Footer .footer_copy{
	background-color: #276baa;
    color: #fff;
}
#Footer .widget_archive ul,#Footer .widget_nav_menu ul{
	list-style-type: disc;
    color: #fff !important;
}
.contaier_single_event .retour_btn_block_full .btn_retour {
 
	margin-right: 30px !important;
}
.contaier_single_event .retour_btn_block_full .btn_retour,
.contaier_single_event .btn_block_event_information .btn_telecharger.btn-green,
.btn_Voir.btn-green
{
	background-image: unset !important;;
    background-size: unset !important;;
	padding: 11px 26px !important;
    text-align: center;
}
 .contaier_single_event .retour_btn_block_full{	 
	margin-top: 0px !important;
}
 .contaier_single_event .last_block_btn{	 
	width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;

}

 .contaier_single_event .container-event-reservation{	 
    margin-top: 0px !important;
}

.price_event {
    padding: 8px 0 12px;
}

.price_event > span {
    color: #000;
    font-size: 20px;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    line-height: 30px;
}
.evenement_img {
    max-width: 100%;
    max-height: 100%;
}

.jquery-modal {
    z-index: 999 !important;
}

.jquery-modal .modal {
    margin: 20px 0;
}

.collapsed_checkbox {
    position: relative;
}

.collapsed_checkbox .items_infos {
    display: flex;
    align-items: center;
    height: 44px;
    width: 100%;
    border: 1px solid #1a5a5e;
    border-radius: 23px;
    padding: 20px 38px 20px 20px;
}

.collapsed_checkbox .items_infos img {
    margin-right: 15px;
}

.collapsed_checkbox.open .items_infos {
    display: none;
}

.collapsed_checkbox .items_list {
    display: none;
    border: 1px solid #1a5a5e;
    border-radius: 23px;
    padding: 12px 38px 12px 20px;
    width: 100%;
}

.collapsed_checkbox.open .items_list {
    display: block;
}

.collapsed_checkbox.open .items_list > div {
    display: flex;
    margin: 8px 0;
    gap: 0 8px;
}

.collapsed_checkbox.open .items_list .ages_sous_bloc {
    flex-wrap: wrap;
}
    
.collapsed_checkbox.open .items_list > div:first-child {
    margin-top: 0;
}

.collapsed_checkbox.open .items_list > div:last-child {
    margin-bottom: 0;
}

.collapsed_checkbox.open .items_list input[type="checkbox"]:hover,
.collapsed_checkbox.open .items_list input[type="checkbox"] {
    accent-color: #1A5A5E;
    width: 19px;
    height: 19px;
    min-width: 19px;
    min-height: 19px;
    margin: 5px 16px 0 0;
}

.collapsed_checkbox.open .items_list label {
    font-size: 18px;
    color: #1A5A5E;
    line-height: 27px;
    margin-bottom: 0;
}

.collapsed_checkbox .arrow {
    position: absolute;
    transform: rotate(180deg);
    top: 7px;
    right: 11px;
    width: 30px;
    height: 30px;
}

.collapsed_checkbox .arrow::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 10px;
    z-index: 11;
    display: block;
    width: 14px;
    height: 14px;
    border-top: 3px solid #1a5a5e;
    border-left: 3px solid #1a5a5e;
    transform: rotate(45deg);
    border-radius: 3px 2px 0 2px;
}

.collapsed_checkbox.open .arrow {
    transform: rotate(0deg);
}