@charset "utf-8";
/*
 Theme Name:   Impacto Patronus Child
 Theme URI:    http://impacto-patronus.ancorathemes.com/
 Description:  Impacto Patronus Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com/
 Template:     impacto-patronus
 Version:      1.0
 Tags:         inheritable theme options
 Text Domain:  impacto-patronus
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: 1200px;
  padding: 100px 15px;
}
.container--large {
  max-width: 1440px;
}

/** Style pour la map avec le module jquery.vmap **/
.jqvmap-label
{
	position: absolute;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    border: 1px solid #4CA3C3;
	background: white;
	font-weight: 700;
	color: #4CA3C3;
	font-family: inherit;
	font-size: smaller;
	padding: 5px 10px;
  pointer-events:none;
}
.jqvmap-pin {
  pointer-events:none;
}
.jqvmap-zoomin, .jqvmap-zoomout
{
	position: absolute;
	left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #4CA3C3;
	padding: 3px;
	color: white;
	width: 10px;
	height: 10px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
}
.jqvmap-zoomin
{
	top: 10px;
}
.jqvmap-zoomout
{
	top: 30px;
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}

.container--flex {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.container--actions {
	padding-top: 40px;
	padding-bottom: 20px;
}

.actions__map {
	width: 100%;
	max-width: 1100px;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.actions__liens {
	width: 100%;
	max-width: 1100px;
	margin: 0px;
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.liens--bouton {
	margin: 0px 20px 20px 20px;
	background-color: #4CA3C3;
	background:linear-gradient(to left,	#0077b6 50%,#4ba3c3 50%) no-repeat scroll left bottom / 210% 100% #4ba3c3 !important;
	color: white !important;
	text-align: center;
	cursor: pointer;
	transition: color 0.3s ease,border-color 0.3s ease,background-position 0.3s ease,background-color 0.3s linear;
}

/** Style pour le formulaire de mot-de-passe **/
.form--passpost {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 95%;
	margin: auto;
	text-align: center;
}

.passpost--label {
	text-align: center;
}

.passpost--input {
	margin: 30px auto;
}

/** Style pour la page des documents **/

.container--documents .elementor-tab-content ul {
	margin: 15px 0;
	position: relative;
	list-style: none;
	padding: 0;
}

.container--documents .elementor-tab-content ul li {
	width: 100%;
}

.container--documents .elementor-tab-content ul li:hover {
	background-color: #F1F1F1;
	cursor: pointer;
}

.container--documents .elementor-tab-content ul li a {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 5px 5px 5px 30px;
}

.container--documents .elementor-tab-content ul li a::before {
	background-image: url(/wp-content/uploads/2021/04/document-spi.png);
	content:"";
	background-size: 17px 17px;
	background-repeat: no-repeat;
	width: 17px;
	height: 100%;
	position:absolute;
	left: 5px;
	top: 8px;
}

.container--documents .elementor-tab-title[aria-selected="true"]  {
	color: white !important;
	background-color: #ba324f;
}

.container--documents .elementor-tab-title[aria-selected="true"] a {
	color: white !important;
}

.container--documents .elementor-tab-title[aria-selected="false"] a {
	color: #ba324f !important;
}

@media screen and (max-width: 762px){
	.container--documents .elementor-tab-title[aria-selected="false"] {
		color: #ba324f;
		background-color: #F1F1F1;
	}

	.documents--bouton__adherents {
		margin-left: 0 !important;
		margin-top: 15px;
	}
}

/** Styles pour la page de contact **/
#contacts_map {
	align-self: center;
}

/** Styles pour la page de donation et de cotisation **/
.give-wrap {
	padding: 0;
}

form[id*="give-form"] .give-donation-amount #give-amount {
	border-left: 3px solid #d4ddde;
	padding: 0.42em 1.1em;
}

/** Styles pour la page des membres **/
.team-photos .post_featured {
	max-width: 80px;
	max-height: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0 !important;
}

.team-photos .post_featured.hover_stroke>img, .team-photos .post_featured.hover_stroke:hover>img, .team-photos .post_featured.hover_stroke {
	-webkit-transition:none !important;
	-ms-transition:none !important;
	transition: none !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

/** Styles pour la page nos actions **/
.actions-types_illustration figcaption {
	opacity: 1 !important;	
}

.actions-types_illustration figure a {
	width: 100%;
}

/** Styles pour la page d'accueil **/
.slider-home {
	margin-top: -15px;
	margin-bottom: -15px;
}