/*
Theme Name: Saut-en-prachute.com
Description: Thème du site saut-en-parachute.com
Author: Thomas Ransant et Lou Zito.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Author URI: https://louzito.fr/
Author URI: https://lavitrinedigitale.fr/
Template: thegem-elementor
Version: 100.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

body #a-la-une-slider .portfolio-item .image-inner {
    height: 80vh;
    max-height: 730px;
    width: 100%;
}
h2.wp-block-heading {
	margin: 2em 0 1em 0;
}
.sep-title-bar {
	border-style: solid;
	border-width: 0px 0px 3px 0px;
	border-color: #EDF2F4;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	display: flex;
	align-content: end;
	justify-content: start;
	position: relative;
	margin-bottom: 40px;
}
.sep-title-bar .sep-title-front {
	font-size: 2.2em;
	border-style: solid;
	border-width: 0px 0px 3px 0px;
	border-color: #84D2FF;
	margin: 0 0 -3px 0;
}
.sep-title-bar .sep-title-back {
    position: absolute;
    right: 0;
    bottom: -12px;
    color: #EDF2F4;
}
.mt-35 {
    margin-top: 3.5em;
}
hr.wp-block-separator.has-alpha-channel-opacity {
    border: none;
    height: 2em;
    background-image: repeating-linear-gradient(-45deg, #253c5f 0, #253c5f 2px, transparent 2px, transparent 8px);
    width: 250px;
    max-width: 65%;
    margin: 3em auto 2.5em auto;
}
body .wp-block-buttons {
	margin-top: 2.5em;
}
body .wp-block-media-text {
	display: block;
	margin-top: 2.5em;
}
body .wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__media {
    padding: 0 30px 30px 0;
    width: 50%;
    box-sizing: border-box;
    float: left;
}
body .wp-block-media-text.is-vertically-aligned-top.has-media-on-the-right > .wp-block-media-text__media {
    padding: 0 0 30px 30px;
    box-sizing: border-box;
    float: right;
}
body .wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__content {
	padding: 0;
}
body .wp-block-media-text:after {
    display: block;
    content: "";
    clear: both;
}
figure.wp-block-image.size-full {
    text-align: center;
    margin: 2.5em 0;
}
blockquote.wp-block-quote {
    margin: 2em 1em;
    border-radius: 15px;
}
blockquote.wp-block-quote p {
    margin: 0 0 5px 0;
}
blockquote.wp-block-quote:after {
	color: #113456;
}
figure.wp-block-table {
	margin: 2em 0;
}
figure.wp-block-table table.has-fixed-layout tbody tr:first-child td {
    text-align: center;
    background: #0f3652;
    color: #fff;
    border-right-color: #fff!important;
}
figure.wp-block-table table.has-fixed-layout tbody tr:first-child td:last-child {
	border-right-color: #333!important;
}
figure.wp-block-table table.has-fixed-layout tbody tr td {
    padding: 10px!important;
    border: 1px solid #333!important;
}

/*** Page offrir un saut ***/
.form-offer-jump .jump-types {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.form-offer-jump .jump-types label {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-radius: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    text-align: center;
    width: 30%;
}
.form-offer-jump .jump-types .button-box {
    padding: 20px;
}
.form-offer-jump .jump-types label .infos-box span {
    display: block;
}
.form-offer-jump .jump-types label .title {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 600;
    padding: 25px 15px;
}
.form-offer-jump .jump-types .price-box {
    background: #1c3653;
    color: #fff;
    padding: 15px;
}
.form-offer-jump .jump-types .price {
    font-size: 2.5em;
    font-weight: 600;
    padding: 10px;
}
.form-offer-jump .jump-types .description {
    padding: 20px;
}
.form-offer-jump .jump-types input[type="radio"] {
    display: none;
}
.form-offer-jump .jump-types .button {
    display: inline-block;
    border: 2px solid #1c3653;
    padding: 10px 30px;
    border-radius: 25px;
}
.form-offer-jump .jump-types input[type="radio"]:checked + .button {
    background: #1c3653;
    color: #fff;
    position: relative;
    padding-left: 40px;
}
.form-offer-jump .jump-types input[type="radio"]:checked + .button::before {
    content: "✔";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    color: #fff;
}
.form-offer-jump #temp-list-center {
    font-size: 1.5em;
    font-style: italic;
    margin: 2em 0;
    text-align: center;
}
/*** Fin page offrir un saut ***/

/*** Liste de centre **/
#list-centers-box .filters {
    display: flex;
    justify-content: space-between;
}
#list-centers-box .filters label {
    font-weight: 600;
}
#list-centers-box .filters select {
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 5px;
}
#list-centers {
    padding: 2.5em 0;
}
.center-jump {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    color: #253c5f;
    border-radius: 10px;
    box-shadow: 0 2px 10px #0001;
    transition: box-shadow 0.13s, transform 0.11s;
    overflow: hidden;
    text-decoration: none!important;
}
.center-jump:hover {
    box-shadow: 0 6px 20px #3f51b525;
}
.center-jump.single {
    margin: 1.5em 0 3em 0;
}
.center-jump + .center-jump {
    margin-top: 20px;
}
.center-jump span {
    display: block;
}
.center-jump .img-activity-box {
    width: 150px;
    flex: 0 0 150px;
    padding: 10px;
}
.center-jump .c-img {
    width: 100%;
    height: 100%;
    max-height: 120px;
    object-fit: cover;
    border-radius: 10px;
}
.center-jump .img-activity-box .activity-type {
    position: absolute;
    top: 0;
    right: 0;
    white-space: nowrap;
    padding: 7px 15px;
    background: #1c3653;
    color: #FFF;
    font-size: 0.75em;
    font-weight: 600;
    line-height: 1.2em;
    border-radius: 0 0 0 10px;
}
.center-jump .c-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    padding: 10px 15px;
}
.center-jump .c-title {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 5px;
}
.center-jump .sep {
    border-top: 1px solid #c0c0c0;
    width: 100%;
    height: 0;
    margin: 10px auto 7px auto;
}
.center-jump .c-prices {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-weight: 500;
    padding: 5px 0 2px 0;
}
.center-jump .c-prices span {
    display: inline;
}
.center-jump .c-desc {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 5px;
    overflow: hidden;
}
.center-jump .old-price {
    font-size: 0.8em;
    text-decoration: line-through;
    opacity: 0.6;
    margin-right: 10px;
}
.center-jump .price-video {
    text-align: right;
}
.center-jump .c-actions {
    display: flex;
    align-items: end;
    width: 30%;
    max-width: 200px;
}
.center-jump:hover .book-btn {
    background: #F5A623FF;
}
/*** Fin liste de centre **/

.all-centers-btn-box {
    width: 300px;
    max-width: 90%;
    margin: 1.5em auto 2.5em auto;
}
.book-btn {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    background: #1c3653;
    color: #fff;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 10px 0 10px 0;
    min-width: 100%;
}
.book-btn:hover {
    color: #fff;
    background: #F5A623FF;
}

/*** Début Header ***/
#site-header .container-fullwidth {
    padding-left: 25px;
    padding-right: 25px;
}
#primary-menu.no-responsive {
    margin: 0;
}
#site-header-wrapper {
    height: auto!important;
}
#site-header .tgp-exclude.small {
    display: none!important;
    margin-left: 0!important;
    transition: none;
}
#site-header.fixed .tgp-exclude.default {
    display: none;
}
#site-header.fixed .tgp-exclude.small {
    display: block!important;
}
/*** Fin Header ***/

/*** Page ou sauter ***/
.carte-regions-box {
    display: flex;
    align-items: center;
    margin: 35px auto;
    max-width: 970px;
}
.carte-regions-box .region-box ul {
    padding: 0;
    list-style: none;
}
.carte-regions-box .region-box ul li a {
    display: block;
    font-weight: 600;
    margin: 5px;
    /*color: #000;*/
}
.carte-regions-box .region-box ul li a.hover {
    text-decoration: underline;
    color: #1c3653;
}
.carte-regions-box .jqvmap-region.hovered {
    fill: #1c3653 !important;
    stroke: #004466;
    stroke-width: 2;
}
.col-3-links {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    max-width: 100%;
    margin: 0 auto 2em auto;
    padding: 0;
    list-style: none;
}
.col-3-links li {
    break-inside: avoid;
}
.col-3-links li a {
    display: block;
    font-weight: 600;
    margin: 5px;
}
.col-3-links a:hover {
    text-decoration: underline;
    color: #1c3653;
}

#francemap-container {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    aspect-ratio: 7 / 6; /* Maintient le ratio 700 / 800 */
    overflow: hidden;
    background-color: white;
}
#francemap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#francemap svg {
    width: 100%;
    height: 100%;
}
#francemap {
    margin: 0 auto;
    cursor: pointer;
}
.jqvmap-label {
    position: absolute;
    z-index: 5;
    display: none;
    border-radius: 5px;
    background: #fff;
    color: #8E8E8E;
    padding: 3px;
    font-size:.95em;
    padding:5px 9px;
    font-weight:bold;
    box-shadow:0px 3px 7px 2px rgba(0,0,0,.3);
}

/*** Fin page ou sauter ***/

@media screen and (max-width: 1550px) {
    /*** Début Header ***/
    #site-header .container-fullwidth {
        padding-left: 15px;
        padding-right: 15px;
    }
    #site-header .site-title a img.default, #site-header .menu-item-logo a img.default {
        max-width: 100%;
    }
    .site-title .logo {
        min-width: unset!important;
    }
    .main-menu-item, .title-main-menu, #primary-menu.no-responsive > li > a, #primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a, .widget_nav_menu > div > ul > li > a, .widget_submenu > div > ul > li > a, .widget_pages > ul > li > a, .widget_categories > ul > li > a, .widget_product_categories > ul > li > a {
        font-size: 14px;
        padding: 35px 10px
    }
    /*** Fin Header ***/
}
@media screen and (min-width: 980px) and (max-width: 1250px) {
    /*** Début Header ***/
    #site-header .site-title {
        display: block;
    }
    #site-header.fixed.shrink .site-title {
        display: none;
    }
    #site-header .primary-navigation {
        display: block;
        text-align: center;
    }
    #site-header.fixed .tgp-exclude.small {
        display: none!important;
    }
    /*** Fin Header ***/
}
@media screen and (max-width: 1200px) {
    /*** Liste de centre **/
    .form-offer-jump .jump-types label {
        width: 32%;
    }
    .form-offer-jump .jump-types .description {
        padding: 15px;
    }
    /*** Fin liste de centre **/
}
@media screen and (max-width: 767px) {
    /*** Liste de centre **/
    .form-offer-jump .jump-types {
        flex-direction: column;
        align-items: center;
    }
    .form-offer-jump .jump-types label {
        width: 100%;
    }
    .form-offer-jump .jump-types .button-box {
        padding-top: 10px;
    }
    #list-centers-box .filters select {
        display: block;
        max-width: 50vw;
        margin: 0;
    }
    .center-jump {
        display: block;
    }
    .center-jump .img-activity-box {
        width: 100%;
        padding: 0;
    }
    .center-jump .c-img {
        max-height: 150px;
        border-radius: 0 0 0 0;
    }
    .center-jump .c-actions {
        width: 100%;
        padding: 0 10px 10px 10px;
        max-width: unset;
    }
    .center-jump .book-btn {
        border-radius: 10px;
    }
    /*** Fin liste de centre **/
	.sep-title-bar .sep-title-back {
		display: none;
	}
	body .wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__media, body .wp-block-media-text.is-vertically-aligned-top.has-media-on-the-right > .wp-block-media-text__media {
		padding: 0;
		width: 100%;
		float: none;
		margin-bottom: 1.5em;
	}

    /*** Page ou sauter ***/
    .carte-regions-box {
        flex-direction: column;
        align-items: start;
    }
    .region-box {
        margin-top: 1.5em;
    }
    .col-3-links {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
    /*** Fin page ou sauter ***/
}

@media screen and (max-width: 450px) {
    /*** Page ou sauter ***/
    .col-3-links {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    /*** Fin page ou sauter ***/
}