/*
 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=Antonio:wght@100..700&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%;
    width: 100%;
}
body{
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    color: #203a75;
    line-height: 1.4;
    background: #eeeeee;
    width: 100%;
    max-width: 100%;
    position: relative;
}

a{
    text-decoration: none;
    color: #62b9e9;
}

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

img{
    max-width: 100%;
}

h1, .h1{
    font-family: "Antonio", sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
	margin-top: 30px;
    line-height: 1.25;
		text-transform: uppercase;
        color: #203a75;
}

h2, .h2{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
	margin-top: 30px;
    line-height: 1.25;
		text-transform: uppercase;
        color: #203a75;
}

h3, .h3{
    font-family: Arial;
	font-size: 16px;
	font-weight: bold;
    line-height: 1.25;
		text-transform: uppercase;
        color: #203a75;
}

p{
	margin-top: 0;
}

::-webkit-input-placeholder {
  color: #4e5758;
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  opacity: 0.5;
}
::-moz-placeholder {
  color: #4e5758;
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  opacity: 0.5;
}
:-ms-input-placeholder {
  color: #4e5758;
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  opacity: 0.5;
}
:-moz-placeholder {
  color: #4e5758;
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  opacity: 0.5;
}

/*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: 18px;
    font-family: Arial;
    font-weight: 400;
    border: 1px solid #d5dcdf;
    padding: 7px;
}

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

sup{
	font-family: Arial;
}

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

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

.btn{
		
		font-family: Arial;
		font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding: 10px;
	border: 2px solid transparent;
	max-width: 160px;
		display: block;
		 color: #fff;
    padding: 15px;
    background: #203a75;
		cursor: pointer;
        transition: background-color 0.5s ease;
}

.btn:hover{
		 color: #fff;
    background: #62b9e9;
}

.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 60px;
  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: 700px;
  margin: 0 auto;
}

#cookies_show, #cookies_no{
  background: none !important;
  color: rgba(0,0,0,0.50) !important;
  border: none !important;
  padding: 5px !important;
  font-size: 11px !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;
    padding: 5px !important;
    background: none !important;
    color: #203a75 !important;
}

#cookies *{
  font-size: 11px !important;
}

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

.menu-btn{
    position: fixed;
    right: 15px;
    top: 5px;
    z-index: 99999;
    color: #08337F;
    display: none;
    right: 65px;
}

.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{

}

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

.pushy li.current_page_item a, .pushy li a:hover{
    color: #08337F !important;
}

.pushy ul ul{
    display: none;
}

.pushy ul ul a{
    font-size: 15px !important;
}

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

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

#main{
    background: #fff;
    padding: 28px 0px;
    /*margin-top: 15px;*/
}

#content{
  position: relative;
  padding: 0px;
  margin: 0 auto;
}

#page{
    max-width: 2000px;
    margin: 0 auto;
}

.bxslider{
    margin: 0px;
    padding: 0px;
    list-style: none inside;
}

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

.bxslider img{
    width: 100%;
}

.bxslider li{
}


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

#_masthead{
    height: 162px;
}

#masthead{
height: 162px;
background: url(img/bg_header.png);
  text-transform: uppercase;
  font-family: "Antonio", sans-serif;
}

#masthead_inner{
    height: 162px;
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}

.site-branding{
    width: 20%;
    float: left;
}

.other{
    width: 80%;
    float: right;
    height: 116px;
}

.other_baseline{
    font-size: 25px;
    color: #203a75;
    font-weight: bold;
    padding-top: 60px;
    float: left;
    width: 65%;
    text-align: center;
}

.other_infos{
    float: left;
    width: 35%;
    text-align: right;
}

.other_infos div{
    float: right;
    width: 138px;
    text-align: center;
    font-size: 11px;
    font-family: "Antonio", sans-serif;
    font-weight: bold;
}

.site-branding .container{
  position: absolute;
}

.site-title{
}

.site-title img{
}

.navigation{
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  width: 80%;
  right: 0px;
}

#site-navigation{
  max-width: 960px;
  margin: 0 auto;
  text-align: center;

}

.navigation{
}

.navigation ul{
    list-style: none inside;
    margin: 0;
    padding: 0;
}

.navigation li{
  float: left;
  width: 14.28%;
  cursor: pointer;
  height: 46px;
  padding-top: 10px;
}

.navigation li.no_sub{
  background: none;
}

.navigation li.hover{
}

.navigation li a{
  color: #fff;
  border-right: 1px solid #fff;
  width: 100%;
  display: block;
  
}

.navigation li:last-child a{
  border-right: none;
  
}

.navigation li.hover a{
    color: #62b9e9;
}

.navigation li.actif{
}

.navigation li.actif a{
}

#search{
  position: absolute;
  bottom: 25px;
  right: 0;
  width: 200px;
}

#search input{
  background: url(img/search.png) no-repeat 165px 1px #fff;
  background-size: 26px;
  border-radius: 15px;
  font-size: 12px;
}

/*#adresse{
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 200px;
  text-align: right;
  color: #2eaadc;
}

#adresse .titre{
  color: #0e71b4;
}*/

#tel{
  position: absolute;
  bottom: 27px;
  right: 0px;
  color: #13235b;
  /*background: url(img/tel.png) no-repeat left center;
  background-size: 14px 24px;
  text-indent: 19px;
  height: 24px;
  padding-top: 0px;
  font-size: 16px;
  font-size: 16px;*/
  font-weight: bold;
}

#tel div{
    float: left;
    padding-top: 10px;
}

#tel span{
    font-weight: normal;
}

#tel img{
    float: left;
    margin-left: 5px;
}

.sub{
  position: absolute;
  /*top: -15px;*/
  z-index: 9999;
  background: rgba(46, 170, 220, 0.95);
  width: 100%;
  font-size: 13px;
  color: #fff;
  display: none;
}

.sub_content{
  max-width: 960px;
  margin: 0 auto;
  padding: 15px;
  overflow: hidden;
}

.sub_content ul{
  margin: 0;
  float: left;
  list-style: disc inside;
}

.sub_content li{
  /*list-style: none inside;*/
  /*display: block;*/
  clear: both;
}

.sub_content a{
  color: #fff;
}

.sub_content #preview{
  width: 200px;
  height: 150px;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  visibility: hidden;
}

#sub_19 ul{
    padding-left: 220px;
}

#sub_29 ul{
    padding-left: 315px;
}
#sub_25 ul{
    padding-left: 440px;
}
#sub_23 ul{
    padding-left: 645px;
}

.col_6.img{
      float: left !important;
    }
    
    .g_col.col_6.txt{
      float: right;
      
    }

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

#colophon{
    background: #203a75;
    color: #fff;
    padding: 30px 0px 0px 0px;
}

#colophon #plan{
    
}

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

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

#colophon ul ul{
}

#colophon a{
    color: #fff;
}

#colophon .h3{
    color: #62b9e9;
    margin: 0px;
}

#colophon .h3 a{
    color: #62b9e9;
}

#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;
}

p.ariane{
    font-size: 12px;
}

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

.home .sub{
  top: 0px;
}

.home .bx-wrapper {
     margin-bottom: 15px;
}

.home .bloc .item{
    padding: 5px;
}

.home .bloc .item .img{
    line-height: 0;
    display: block;
}

.home .bloc .item .img img{
    width: 100%;
}

.home .bloc .item h1{
    margin-top: 0px;
    margin-bottom: 0px;
}

.home .bloc .item .txt{
    background: #fff;
    padding: 10px !important;
    height: 220px;
}

.home .bloc .item .bx-wrapper .bx-controls-direction a {
    top: 25%;
}

.home #ban li{
    position: relative;
}

.home #ban li span{
    position: absolute;
    top: 42%;
    width: 100%;
    text-align: center;
    font-size: 38px;
    color: #fff;
    font-family: "Antonio", sans-serif;
}

.home .lien{
    margin-top: 15px;
    text-align: center;
}

/********************************************************* MODELE CLUB */

.page-template-club h1{
    margin-top: 0px;
}

.page-template-club .img img{
    padding-right: 60px;
    width: 100%;
}

/********************************************************* MODELE BUREAU */

.page-template-bureau h1{
    margin-top: 0px;
}

.page-template-bureau .item{
    margin-bottom: 15px;
}

.page-template-bureau .img img{
    padding-right: 15px;
}

.page-template-bureau .img img{
    padding-right: 15px;
}

/********************************************************* MODELE COULEURS */

.page-template-couleurs h1{
    margin-top: 0px;
}

.page-template-couleurs .item{
    margin-bottom: 15px;
    text-align: center;
}

.page-template-couleurs .img img{
    max-height: 288px;
}

/********************************************************* MODELE HISTO */

.page-template-historique h1{
    margin-top: 0px;
}

.page-template-historique .item{
    margin-bottom: 15px;
    text-align: center;
}

.page-template-historique .img img{
    max-height: 288px;
}


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

.page-template-tpl_starndard{
}

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

.page-template-tpl_actualites #main{
  background: none;
  padding-bottom: 0px;
}

.page-template-tpl_actualites .item{
    background: #fff;
    border-color: #eee;
    border-top: 15px solid #eeeeee;
}

.page-template-tpl_actualites .item:last-child{
    margin-bottom: 30px;
}

.page-template-tpl_actualites .item .img{
    text-align: center;
    line-height: 0;
}

.page-template-tpl_actualites .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%;
}

/********************************************************* MODELE INSCRIP */

.page-template-inscription .col_6{
  padding: 0px 25px;
}

/********************************************************* 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;
    }
    
    .home #ban li span{
      font-size: 20px;
  }
    
    .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;
    }
    
      .other_baseline{
        font-size: 20px;
        width: 35%;
        padding-top: 45px;
    }
    
    .col_6.img{
      float: right !important;
    }
    
    .col_6.img img{
      padding-right: 0px !important;
    }
    
    .g_col.col_6.txt{
      padding: 15px !important;
      
    }
    
    .page-template-tpl_actualites .item img {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

}

@media only screen and (max-width: 768px){
  
  #cookies{
  width: 90%;
}
  
  .site-branding{
}

.site-title img {
    width: 100px;
}

.other{
  float: left;
  margin-left: 125px;
}
  
.other_infos div{
    display: none;
}

.other_baseline{
        width: 70%;
    }
	
}

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