/*
 Theme Name:   Base modif
 Theme URI:    http://www.agenceattraction.com/
 Description:  Base modif
 Author:       Attraction
 Author URI:   Attraction
 Template:     base
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  base_modif
*/

/********************************************************* FONTS */

@import url('https://fonts.googleapis.com/css2?family=Hubballi&display=swap');

/*@font-face {
	font-family: 'Conv_Helvetica-Condensed-Bold';
	src: url('fonts/Helvetica-Condensed-Bold.eot');
	src: local('☺'), url('fonts/Helvetica-Condensed-Bold.woff') format('woff'), url('fonts/Helvetica-Condensed-Bold.ttf') format('truetype'), url('fonts/Helvetica-Condensed-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

/********************************************************* NORMALIZE */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/********************************************************* BASE HTML */

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html{
    height: 100%;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Hubballi', serif;
    font-size: 17px;
    font-weight: 400;
    height: 100%;
    color: #4e5758;
    line-height: 1.4;
}

a{
    text-decoration: none;
    color: #4e5758;
}

ul{
    margin-left: 0;
    padding-left: 0;
	list-style: inside disc;
}

img{
    max-width: 100%;
}

h1, .h1{
    font-family: 'Hubballi', serif;
    font-size: 33px;
    font-weight: 400;
    margin-bottom: 15px;
	margin-top: 30px;
    line-height: 1.25;
		text-transform: uppercase;
}

h2, .h2{
    font-family: 'Hubballi', serif;
	font-size: 23px;
	font-weight: 400;
    margin-bottom: 15px;
	margin-top: 30px;
    line-height: 1.25;
		text-transform: uppercase;
}

h3, .h3{
    font-family: 'Hubballi', serif;
	font-size: 17px;
	font-weight: 400;
    line-height: 1.25;
		text-transform: uppercase;
}

p{
	margin-top: 0;
}

::-webkit-input-placeholder {
  color: #4e5758;
  font-size: 17px;
  font-family: 'Hubballi', serif;
  font-weight: 400;
  opacity: 0.5;
  text-transform: uppercase;
}
::-moz-placeholder {
  color: #4e5758;
  font-size: 17px;
  font-family: 'Hubballi', serif;
  font-weight: 400;
  opacity: 0.5;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  color: #4e5758;
  font-size: 17px;
  font-family: 'Hubballi', serif;
  font-weight: 400;
  opacity: 0.5;
  text-transform: uppercase;
}
:-moz-placeholder {
  color: #4e5758;
  font-size: 17px;
  font-family: 'Hubballi', serif;
  font-weight: 400;
  opacity: 0.5;
  text-transform: uppercase;
}

/*input[type="checkbox"]{
    -webkit-appearance: none;
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 0;
    outline: none;
    cursor: pointer;
}

input[type="checkbox"]{
    background: url(img/checkbox_.png) 0px 0px no-repeat;
}

input[type="checkbox"]:checked{
    background: url(img/checkbox.png) 0px 0px no-repeat;
}

input[type="radio"]{
    -webkit-appearance: none;
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 0;
    outline: none;
    cursor: pointer;
    background-size: 17px !important;
}

input[type="radio"]{
    background: url(img/checkbox_.png) center no-repeat;
}

input[type="radio"]:checked{
    background: url(img/checkbox.png) center no-repeat;
}*/

input[type=text], input[type=email], select, input[type=number], input[type=password], input[type=password]{
	-webkit-appearance: none;
	border-radius: 0px;
    width: 100%;
    background: transparent; 
    outline: none;
	border: none;
    color: #4e5758;
    font-size: 17px;
    font-family: 'Hubballi', serif;
    font-weight: 400;
    border: 1px solid #d5dcdf;
    padding: 7px;
}

textarea{
    width: 100%;
    background: transparent; 
    outline: none;
	border: none;
    height: 150px;
    font-size: 17px;
    font-family: 'Hubballi', serif;
    font-weight: 400;
    border: 1px solid #d5dcdf;
    color: #4e5758;
    padding: 7px;
}

sup{
	font-family: 'Hubballi', serif;
}

/********************************************************* UTIL */

.separator{
    clear: both;
    margin: 10px 0;
    height: 1px;
    background: #b2cb51;
}

.btn{
		
		font-family: 'Hubballi', serif;
		font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding: 10px;
	border: 0px solid rgba(255, 153, 32);
	max-width: 160px;
		display: block;
		 color: #fff;
    padding: 15px;
    background: #e20612;
		cursor: pointer;
        transition: background-color 0.5s ease;
}

.btn:hover{
		 /*color: #fff;
    background: rgba(255, 153, 32);*/
}

.clear{
    clear: both;
}

.uppercase{
    text-transform: uppercase;
}

.bold{
    font-weight: bold;
}

.align_right{
    text-align: right;
}

.align_center{
    text-align: center;
}

.align_left{
    text-align: left;
}

.float_right{
	float: right;
}

.videoWrapper {
    position: relative;
    padding-bottom: 63%; /*Change value for change height...*/
    height: 0;
    overflow: hidden;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/********************************************************* WORDPRESS */

.wp-block-image{
    margin: 0;
}

/********************************************************* COOKIES */

#cookies{
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  padding: 30px;
  background: rgba(255,255,255,0.95);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
  width: 100%;
}

#cookies #step_1{
  display: none;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

#cookies #step_1 a{
  float: left;
  width: 33% !important;
  max-width: 33%;
}

#cookies #step_2{
  display: none;
  max-width: 800px;
  margin: 0 auto;
}

#cookies_show, #cookies_no{
  background: none !important;
  color: rgba(0,0,0,0.50) !important;
  border: none !important;
}

#cookies ul{
  list-style: none inside;
  margin-top: 30px;
  margin: 0 auto;
}

#cookies .info{
  font-style: italic;
  font-size: 11px;
  margin-left: 30px;
  float: right;
}

#cookies li{
  border-bottom: 1px solid #ccc;
  padding: 15px;
}

#cookies li:last-child{
  border-bottom: none;
}

#cookies li input{
  margin-right: 15px;
  display: none;
}

#cookies .checker {
  display: block;
  background-image: url(img/checkboxes1.png);
  background-position: left center;
  background-size: auto 100%;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}
#cookies input:checked + .checker {
  background-position: right center;
}

#cookies_close {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

/********************************************************* GLOBAL */

.menu-btn{
    position: fixed;
    right: 15px;
    top: 10px;
    z-index: 99999;
    color: #000;
    display: none;
}

.pushy .logo{
    width: 250px;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
}

.pushy.pushy-right{
    right: -50px;
}

.pushy{
    z-index: 99999999;
    background: #fff !important;
    box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.10);
}

.pushy ul{
    list-style: none inside !important;
    text-align: center;
}

.pushy ul li a{
    font-size: 30px !important;
    font-weight: 400 !important;
    color: #4e5758 !important;
		padding: 5px 15px !important;
}

.pushy li.current_page_item a, .pushy li a:hover{
    color: #4e5758 !important;
}

.pushy ul ul{
    display: none;
}

.pushy ul li ul a{
    font-size: 22px !important;
    font-weight: 400 !important;
    color: #4e5758 !important;
	padding: 5px 15px !important;
}

.pushy li.current_page_item a, .pushy li a:hover {
    color: #4e5758 !important;
}

.pushy-open-left .pushy, .pushy-open-right .pushy{
    width: 100%;
}

.pushy #menu-item-1154, .pushy #menu-item-1155, .pushy #menu-item-1156{
    background: url(img/fleche.png) no-repeat top left;
     width: 350px;
  margin: 0 auto;
}

.container{
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
	border-left: 28px solid transparent;
	border-right: 28px solid transparent;
	overflow: hidden;
}

#main{
}

#content{
    padding-top: 120px;
}

#page{
}

.bxslider{
    margin: 0px;
    padding: 0px;
    list-style: none inside;
}
.bx-wrapper {
    box-shadow: none !important;
    border: none !important;
    margin: 0px !important;
}


/********************************************************* HEADER */

#_masthead{
}

#masthead{
    height: 120px;
    background: #fff;
    z-index: 10000;
    position: fixed;
    width: 100%;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
}

#masthead_inner{
}

.site-branding{
    max-width: 450px;
    float: left;
    padding-top: 10px;
    margin-right: 75px;
}

.site-title{
  margin: 0;
}

.site-title img{
    max-height: 150px;
}

.navigation{
}

.menu-menu-1-container{
    margin-top: 45px;
}

#menu-menu-1{
    list-style: none inside;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
}

#menu-menu-1 li{
    float: left;
    margin-right: 25px;
}

#menu-menu-1 li a{
    cursor: pointer;
}

#menu-menu-1 li.actif a{
}

#menu-menu-1 .actif{
    color: #e20612;
}
[aria-current="page"] {
  /*color: #e20612;*/
}

#menu-menu-1 ul{
    display: none;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
    overflow: hidden;
    background: #fff;
    z-index: 1001;
    position: absolute;
    list-style: none inside;
    padding: 5px 10px;
    border-top: 2px solid #357986;
}

#menu-menu-1 ul li{
    clear: both;
    margin: 5px 0px;
}

#masthead.mini{
    height: 75px;
}

#masthead.mini .site-title img{
    max-height: 55px;
}

#masthead.mini .menu-menu-1-container{
    margin-top: 25px;
}

/********************************************************* FOOTER */

#colophon{
    background: #f5f4ef;
}

#colophon #plan{
    
}

#colophon #plan .g_col{
    border: 15px solid transparent;
}

#colophon ul{
    list-style: none inside;
}

#colophon ul ul{
}

#colophon a{
}

#realisation{
    font-size: 13px;
    text-align: center;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    padding: 30px 0;
		background: #4e5758;
		color: #fff;
}

#realisation a{
    color: #fff;
}

/********************************************************* HOME */

#newsletter{
    background: #5b5c60;
    padding: 15px;
    color: #fff;
}

#newsletter .col_6:first-child{
    text-align: center;
}

#newsletter input[type=text]{
    width: 275px;
    float: left;
    background: #fff;
}

#newsletter input[type=submit]{
    float: right;
    padding: 11px;

}

#newsletter p{
    margin: 0px;
}

#content #ban{
/*background-attachment: fixed;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-image: url("img/ban_home.jpg");
height: 326px;*/
}

#content #ban{
    width: 100%;
    line-height: 0px;
}

#content #ban img{
    width: 100%;
    line-height: 0px;
}

.home #adhesion{
    background: #5b5c60;
    color: #fff;
    text-align: center;
    padding: 15px;
}

.home #adhesion p{
    margin: 0;
}

.home #adhesion .h2{
    font-size: 20px !important;
}

.home #intro{
    text-align: center;
}

.home #activites{
    text-align: center;
    background: #f5f4ef;
}

.home #activites .item{
    margin: 15px;
    color: #fff;
    padding-bottom: 30px;
}

.home #activites .item .btn{
    margin: 0 auto;
    background: #fff !important;
    color: #4e5758 !important;
}

/********************************************************* ACTIVITES */

.page-template-activites #content #ban{
/*background-image: url("img/ban_activ.jpg");*/
}

.page-template-activites #filtres ul{
    list-style: none inside;
}

.page-template-activites #filtres select{
    width: 90%;
}

.page-template-activites #activites{
    padding: 30px 0px;
}

.page-template-activites #activites .item{
    border: 1px solid #ccc;
    margin: 5px;
    padding: 8px;
    min-height: 850px;
    position: relative;
}

.page-template-activites #activites .item .btn{
    bottom: 10px;
    position: absolute;
    left: 50%;
  transform: translateX(-50%);
  width: 150px;
  margin: 0 auto;
  text-align: center;
}

/********************************************************* DECOUVRIR */

.page-template-decouvrir #content #ban{
/*background-image: url("img/ban_decouv.jpg");*/
}

.page-template-decouvrir #presentation{
text-align: center;

}

.page-template-decouvrir #equipe{
text-align: center;
background: #f5f4ef;
padding: 30px 0px;
}

.page-template-decouvrir #conseil{
text-align: center;
padding: 30px 0px;
}

.page-template-decouvrir #assemblee{
text-align: center;
background: #f5f4ef;
padding: 30px 0px;
}

.page-template-decouvrir #equipe .item, .page-template-decouvrir #conseil .item{
background: #fff;
border: 1px solid #ccc;
margin: 5px;
    padding: 8px;
    text-align: left;
    height: 443px;
}


/********************************************************* TPL STANDARD */

.page-template-tpl_starndard{
}

/********************************************************* TPL ACTUS */

/* ACTUALITES */

.page-template-tpl_actualites #actus .col{
    padding: 30px 0px;
}

.page-template-tpl_actualites #actus .col{
    width: 33%;
    float: left;
}

.page-template-tpl_actualites #actus .item{
background: #fff;
border: 1px solid #ccc;
margin: 5px;
    padding: 8px;
}

.page-template-tpl_actualites #actus .item .texte{
}

/********************************************************* TPL ANIM */

/* ACTUALITES */

.page-template-animateurs #animateurs .col{
    padding: 30px 0px;
}

.page-template-animateurs #animateurs .col{
    width: 33%;
    float: left;
}

.page-template-animateurs #animateurs .item{
background: #fff;
border: 1px solid #ccc;
margin: 5px;
    padding: 8px;
}

.page-template-animateurs #animateurs .item .texte{
}

.page-template-animateurs #animateurs .item img{
    width: 100%;
}

/********************************************************* TPL CONTACT */

.page-template-tpl_contact .intro{
    text-align: center;
    background: url(img/testimonials-bg-1.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 60px 0px 60px 0px;
}

.page-template-tpl_contact .content{
    padding: 90px 0px 90px 0px;
}

.page-template-tpl_contact .content h2{
    margin-top: 0px;
}

.page-template-tpl_contact .content .col_6:last-child{
    padding: 0px 60px;
}

.page-template-tpl_contact .plan{
    line-height: 0;
}

.page-template-tpl_contact .plan img{
    width: 100%;
}

/********************************************************* RESPONSIVE */

@media only screen and (max-width: 1366px){
    
}

@media only screen and (max-width: 1280px){
    
}

@media only screen and (max-width: 1160px){ /* tablet */
    
}

@media only screen and (max-width: 1000px){ /* phone */
	
	.menu-btn{
        display: block !important;
    }
	
	#masthead_inner .navigation {
		display: none;
	}
    
    .home .bloc_type_2 ul li h3{
        margin-bottom: 0px;
        margin-top: 30px;
      }
    
    .home .bloc_type_4 .item {
        margin-bottom: 15px;
    }
    
    .home .bloc_type_6 .g_col{
        margin-bottom: 30px;
    }
    
    .home .bloc_type_7 .middle{
        margin-bottom: 30px;
    }
    
    .home .bloc_type_7 .item{
        text-align: center;
    }
    
    .page-template-modele_1 .content .col_6:first-child{
        padding-right: 0px;
    }
    
    .page-template-tpl_contact .content .col_6:first-child{
        padding-bottom: 60px;
    }
    
    .page-template-tpl_contact .content .col_6:last-child{
        padding: 0px;
    }
    
    #newsletter input[type=text]{
        width: 225px;
    }
    
    .home #adhesion .btn{
        width: 160px;
        margin: 0 auto;
        font-size: 12px !important;
        padding: 5px;
    }
    
    .home #adhesion, .home #adhesion .h2{
        font-size: 12px !important;
    }
    
    .hide_mob{
        display: none;
    }
    
    .page-template-decouvrir #equipe .item, .page-template-decouvrir #conseil .item {
        height: auto;
    }
    
    .page-template-activites #activites .item {
        min-height: inherit;
    }
    
    .page-template-activites #activites .item .btn {
        position: inherit;
        transform: inherit;
    }

}

@media only screen and (max-width: 768px){
	
}

@media only screen and (max-width: 640px){
	
}