#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;
cursor: pointer;
}
.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;
}
#filter_events_modal #filtre_complet:hover,
#filter_events_modal #filtre_complet,
.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;
cursor: pointer;
}
.collapsed_checkbox.open .items_list input[type="checkbox"] {
cursor: pointer;
}
.collapsed_checkbox .arrow {
position: absolute;
transform: rotate(180deg);
top: 7px;
right: 11px;
width: 30px;
height: 30px;
cursor: pointer;
}
.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);
} input#qty::-webkit-outer-spin-button,
input#qty::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
} input#qty {
-moz-appearance: textfield;
}
.filtre_complet_container {
display: flex;
align-items: center;
margin-bottom: 5px;
margin-top: 5px;
}
.filtre_complet_container label {
cursor: pointer;
margin-bottom: 0;
}
.filtre_complet_container #filtre_complet {
cursor: pointer;
margin-top: 0 !important;
}
.loader {
display: inline-block;
width: 24px;
height: 24px;
border-radius: 50%;
position: relative;
animation: rotate 1s linear infinite
}
.loader::before {
content: "";
box-sizing: border-box;
position: absolute;
inset: 0px;
border-radius: 50%;
border: 5px solid #FFF;
animation: prixClipFix 2s linear infinite ;
}
@keyframes rotate {
100%   {transform: rotate(360deg)}
}
@keyframes prixClipFix {
0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}
@media screen and (max-width: 992px) {
.button-plus i:before,
.button-minus i:before{
padding: 10px 15px;
display: flex;
justify-content: center;
align-items: center;
}
}