/*
CSS for dev

*/

ul.nav-secondary li.secondarynav_hidden {
    display: none;
  }
 
div.footernav_hidden {
    display: none;    
 }

 .wp-block-embed__wrapper > iframe { aspect-ratio: 16/9; width: 100%; height: auto; }
  
.section-image-header__title, .section-image-header__title > * { text-wrap: balance; }


/*
CSS for Login private page

*/

.swpm-login-widget-form {
	max-width: 1200px;
    margin: auto;
    padding: 50px 32px 20px 32px;
}

@media (max-width: 768px) {
	.swpm-login-widget-form {
		padding: 50px 20px 20px 20px;
	}
}
	
	
.swpm-join-us-link {
	display: none;
}

.swpm-login-form-pw-reset-link {
	display: none;
}

header+p:empty, header+p:empty+p:empty {
  display: none;
}

.swpm-login-form-submit.swpm-submit-btn-default-style {
	border-radius: 40px;
    background-color: #ffffff;
	
	transition: .2s ease-in-out;
    display: inline-block;
    position: relative;
    border-radius: var(--btn-border-radius);
    font-size: var(--btn-font-size);
    padding: var(--btn-padding);
    font-weight: var(--btn-font-weight);
	
}

.swpm-login-form-submit.swpm-submit-btn-default-style:hover {
	color: var(--btn-secondary-color-text-hover);
	background-color: var(--btn-secondary-color-background-hover);
	border: var(--btn-secondary-border-hover);
}

.swpm-login-form-submit.swpm-submit-btn-default-style:active {
	color: var(--color-primary);
	background-color: var(--color-white);
	border-color: var(--color-primary);
	outline: 2px var(--color-primary) solid;
}



.section-content-1 { --font-size-h1: 2rem; --font-size-h2: 1.75rem; --font-size-h3: 1.5rem; }
.section-content-1 h1 { font-weight: 600; margin-bottom: var(--spacer-paragraph); }
.section-content-1 h2 { font-weight: 600; margin-bottom: var(--spacer-paragraph); }
.section-content-1 h3 { font-weight: 600; margin-bottom: var(--spacer-paragraph); }



/*

@media (min-width: 993px) {
	.nav-default__item:first-child {
		display: block !important;
	}
}
*/

/*
#nothuman {
	display: none;
}


.nav-fides__item a.active::before {
    content: "\0000A0";
    position: absolute;
    height: 2px;
    top: 4px;
    left: 10px;
    right: 10px;
    background-color: #88993c;
}


.nav-fides__item a.active::after {
    content: "\0000A0";
    position: absolute;
    height: 2px;
    bottom: 4px;
    left: 10px;
    right: 10px;
    background-color: #88993c;
}

.ginput_container.ginput_container_consent span.gfield_required {
    display: inline;
}

label.gfield_consent_label {
    display: inline;
}


*/

/* cookies - ePrivacy */


/*
.fancybox-infobar__body {
    color: #ffffff;
}

.fancybox-form {
    display: none;
}

.fancybox-form__body {
    width: 800px;
}


.alert-cookie {
    position: fixed;
    background: #f1f1f1;
    bottom: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 1000;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #008cc9;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.alert-cookie__hidden {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.alert-cookie__body {
    color: #323a45;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.alert-cookie__text {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 10px 0 0 0;
    text-align: left;
}

.alert-cookie__title {
    font-size: 18px;
    line-height: 1.25em;
    font-weight: bold;
    width: 100%;
    color: #008cc9;
}

@media (min-width: 1200px) {
    .alert-cookie__body {
        width: 1170px;
    }
}

.alert-cookie__btn-container {
    padding: 10px 0;
    text-align: center;
}

    .alert-cookie__btn-container .btn {
        margin: 15px;
        min-width: 145px;
        line-height: 1.5;
    }

        .alert-cookie__btn-container .btn::before {
            font-family: "FontAwesome";
            margin-right: 0.5em;
        }

    .alert-cookie__btn-container .btn-cancel::before {
        content: "\f00d";
    }

    .alert-cookie__btn-container .btn-configure::before {
        content: "\f013";
        font-weight: 600;
    }

    .alert-cookie__btn-container .btn-accept::before {
        content: "\f00c";
    }

@media (max-width: 767px) {
    .alert-cookie__body {
        width: 100%;
        padding: 0 20px;
    }

    .alert-cookie__btn-container {
        padding: 0 0 10px 0;
    }

        .alert-cookie__btn-container .btn {
            margin: 10px;
        }

    .alert-cookie__title {
        font-size: 16px;
    }
}

@media print {
    .alert-cookie {
        display: none;
    }
}

*/

/* ==========================================================================
	
.cookies-config
	&__body
		&__header
			&__title
			&__text
			&__content
		&__footer
			&__col-left
			&__col-right

.list-cookie-type
	&__item
		&__col-text
			&__title
				&__label
			&__text
		&__col-cta

.btn-help
	
========================================================================== */


/* .cookies-config {
    position: relative;
}

.cookies-config__hidden {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.cookies-config__body {
    color: #323a45;
}

.cookies-config__header {
    max-height: 61vh;
    overflow: auto;
    padding: 0 10px;
}

.cookies-config__title {
    font-size: 20px;
    line-height: 1.25em;
    font-weight: bold;
    color: #008cc9;
}

.cookies-config__text {
    font-size: 14px;
    line-height: 1.50em;
    padding-top: 10px;
}

    .cookies-config__text p {
        margin-bottom: 7px;
    }

.cookies-config__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
}

    .cookies-config__footer .btn {
        margin: 10px;
    }

        .cookies-config__footer .btn::before {
            font-family: "FontAwesome";
            margin-right: 0.5em;
        }

    .cookies-config__footer .btn-cancel::before {
        content: "\f00d";
    }

    .cookies-config__footer .btn-accept::before {
        content: "\f00c";
    }

@media (max-width: 767px) {
    .cookies-config__header {
        max-height: 100%;
        padding: 0 10px;
    }

    .cookies-config__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .cookies-config__footer .btn {
            min-width: 200px;
        }

    .cookies-config__col-left {
        text-align: center;
    }

    .cookies-config__col-right {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.list-cookie-type {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 20px;
}

.list-cookie-type__item {
    padding: 15px;
    border-bottom: 1px solid #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.list-cookie-type__title {
    font-size: 18px;
    line-height: 1.75em;
    font-weight: bold;
}

.list-cookie-type__label {
    font-size: 14px;
    line-height: 1.50em;
    background-color: #f1f1f1;
    padding: 2px 8px;
    font-weight: normal;
    color: #323a45;
    margin-left: 10px;
    border-radius: 10px;
}

.list-cookie-type__text {
    font-size: 14px;
    line-height: 1.50em;
    font-weight: normal;
}

.list-cookie-type__col-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-top: 8px;
}

@media (max-width: 767px) {
    .list-cookie-type__item {
        padding: 15px 0;
    }

    .list-cookie-type__label {
        display: inline-block;
        font-size: 12px;
        margin: 0px;
    }

    .list-cookie-type__text {
        padding-top: 10px;
    }

    .list-cookie-type__col-cta {
        position: absolute;
        right: 0;
    }
}

@media (min-width: 768px) {
    .list-cookie-type__title br {
        display: none;
    }
}



.btn-help {
    color: #008cc9;
}

*/

/* ==========================================================================
	
	Switch swipe
	
========================================================================== */
/* The switch - the box around the slider-cookie */


/*.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 20px;
}

    
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }


.slider-cookie {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider-cookie:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider-cookie {
    background-color: #008cc9;
}

input:focus + .slider-cookie {
    -webkit-box-shadow: 0 0 1px #008cc9;
    box-shadow: 0 0 1px #008cc9;
}

input:checked + .slider-cookie:before {
    -webkit-transform: translateX(22px);
    transform: translateX(22px);
}


.slider-cookie.round {
    border-radius: 34px;
}

    .slider-cookie.round:before {
        border-radius: 50%;
    }

*/
