/*
Theme Name: Thème 2 Ampères
Author: Yann BAZATTE
Author URI: ...
Description: Thème Rock pour un groupe Rock'n roll
Version: 1.0.0 (facultatif)
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
Text Domain: theme2amperes
Tags: responsive, black, grey

webmasterblog is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/


/*DEBUT RESET*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*FIN RESET*/


/*Style CSS perso*/

/*
@font-face {
    font-family: "lobster_twoitalic";
    src: url("fonts/lobstertwo-italic-webfont-webfont-webfont.woff2") format("woff2"), url("fonts/lobstertwo-italic-webfont-webfont-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
*/

.clear{
    clear: both;
    margin-bottom: 40px;
}

a {
    color: #f9b808
}



img,
iframe,
embed,
video,
audio {
    max-width: 100%;
}


body {
     width: 100%;
    box-sizing: border-box;
    font-family: "Merriweather";
    
    
    
    
    
    
/*image d'arrière plan fixe*/
/*
    background-image: url(img/arriere_plan_site3.jpg);   
    background-position: center;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    background-size: cover;
*/
}

#top{
    background: url(img/groupe_v5.jpg) center 0 no-repeat fixed;
    background-size: cover;
    background-color: #02050e;
   
    
}

#conteneur {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 10px;
/*    position: relative;*/
}

#entete {
    background-color: #000000;
    min-height: 80px;
    padding: 10px;
    margin-bottom: 110px;
    
    }

#logoentete{
    display: block;
    text-align: center;
}

#entete h1, #entete p{
    font-size: 0;
}

#imglogoentete{
    height: 142px;
    display: inline;
}


#menu {
    min-height: 40px;
    padding: 12px;    
background-color:  #555555; 
    margin-top: -110px;
   
}

#menutoggle{
    display: none;
}

#menu img{
    height: 83px;
    margin-left: 28px;
    display: inline;
}

.headernav{
    float: right;
}


#conteneur .fixemenu {
    position: fixed;
    top: 0;
    display: block;
    width: 976px;
    margin: 0 auto;
    z-index: 900;
}

#menu nav{
   
    display: inline-block;
    float: right;
}

#menu li {
    display: inline-block;
    
    }

#menu .menu-menu-principal-container a {
    display: block;
    padding-top: 78px;
    margin-top: -8px;
    color: white;
    text-decoration: none;
    font-size: 17px;
    background-image: url(img/bouton_fender.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 80%;
    width: 92px;
    text-align: center;
    transition: all 0.3s ease;
}

#menu a:hover {
    background-size: 95%;
    

/*
  -webkit-animation-name: pulse;
  animation-name: pulse;
*/

    
    
/*    background-color: #c1c1c1*/
}

#menu a:active{
    color: #f9b808;
}

/*
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
*/





#pageaccueil{    
    max-height: 590px;
    display: inline-block;
   
/*    border: 1px solid red;*/
}

#logoresponsive{
    display: none;
}

#fondconcert, #fondmusique, #fondlegroupe, #fondcontact{
    min-height: 760px;
    padding-top: 40px;
/*    border: 1px solid red;*/
  
   }

#fondconcert, #fondmusique, #fondlegroupe{
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}

#pageaccueil img{
    width: 100%;
    height: 100%;
    object-fit: cover;
   
}



#pageconcert, #pagemusique, #pagelegroupe, #pagecontact{
    padding-top: 110px;
        /*    margin-top: -110px;*/
}



/*
#pagelegroupe{
    padding-top: 144px;
    margin-top: -110px;
    padding-bottom: 0px;
}
*/

#fondcontact{
    padding: 20px 48px 0px 48px;
/*    margin-top: -110px;*/
    background-image: url(img/page_contact.JPG);
    background-position: center;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    
}





/*Fenêtre s'ouvrant sur les concerts*/
/*
#fenetreconcert{
   
    position: absolute;
    
   }

#aleft, #aright{
    background-color: red;
    width: 460px;
    height: 650px;
    position: relative;
    float: left;
    display: inline;
    
}
*/


/*
#prochainconcert, #dateconcert{
    display: inline-block;
}
*/

#prochainconcert{
    float: left;
    margin-left: 35px;
}

#prochainconcert img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

#dateconcert{
    float: right;
}

#dateconcert div{
    background-color: #e2e2e2;
    border-radius: 10px;
    padding: 10px;
    height: 75px;
    color: black;
    width: 344px;
    margin-bottom: 55px;
    margin-right: 40px;
    overflow: hidden;
}

#dateconcert div:last-child{
    margin-bottom: 0;
}

#dateconcert h2{
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}


.pochettealbum{
    display: inline;
    float: left;
    margin-left: 50px;
}

.titrealbum{
    float: left;
    margin-left: 100px;
}

.titrealbum:last-child{
    margin-left: 40px;
}

.titre h4{
    margin-bottom: 15px;
}

.titre audio{
    width: 200px;
    margin-bottom: 20px;
}


.txtpresentation, .imgpresentation{
    float: left;
    height: 180px;
}

.imgpresentation{
    text-align: center;
    margin-left: 50px;
    border: 2px solid white;
    width: 251px;
}

.imgpresentation img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.txtpresentation{
    width: 330px;
    overflow-y: auto;
    margin-left: 75px;
    
}

.txtpresentation p{
    clear: both;
}

#chanteur, #batteur, #bassiste{
    height: 180px;
    margin-bottom: 20px;
}

#batteur{
    margin-left: 125px;
}

#bassiste{
    margin-left: 250px;
}

.imgbottom img, .imgleft img{
    border-radius: 20px;
    border: 3px solid black;
}

.imgbottom div, .imgleft div{
    width: 200px;
    height: 150px;
    display: inline-block;
}

.imgbottom div{
    margin-right: 92px;
    
}

.imgleft div{
    margin-bottom: 44px;
}

.imgleft{
    display: block;
    width: 300px;
    float: left;
}

.imgleft img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.imgbottom img{
    
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.infocontact{
    display: block;
    background-color: white;
    border: 3px solid black;
    border-radius: 20px;
    width: 330px;
    height: 400px;
    float: right;
    margin-right: 193px;
/*    text-align: center;*/
    
}

.infocontact a{
    display: block;
    text-align: center;
}

/*
.infocontact div{
    text-align: center;
}
*/


#imglogocontact{
    width: 188px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 15px;
}

.infocontact div h2{
    margin-bottom: 97px;
    font-weight:bold;
    font-size: 18px;
    text-align: center;
}

.infocontact div h3{
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: bold;
    margin-left: 47px;
    
}

.infocontact div h3 i{
    margin-right: 30px;
}

.imgbottom{
    clear: both;
    padding-top: 37px;
}








/*style css du bouton TOP*/

.boutontop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 900;
    display: none;
}

.affiche {
    display: block;
}


footer{
    background-color: #555555;
    text-align: center;
    color: white;
}

footer p{
    font-size: 20px;
    
    line-height: 50px;
}




/*Fin style CSS perso*/





/*DEBUT MEDIA QUERIES*/
    
    @media screen and (max-width: 1000px) {
        #conteneur {
            width: 99%;
            margin: 0;
            padding: 0;
        }
        #conteneur .fixemenu {
            width: 96%;
        }
        #chanteur,
        #batteur,
        #bassiste {
            height: inherit;
        }
        #prochainconcert,
        .pochettealbum {
            text-align: center;
            float: none;
            margin-left: 0;
        }
        #dateconcert,
        .titrealbum {
            float: none;
            margin-left: 0;
        }
        #dateconcert div {
            margin: 40px auto;
        }
        .titre {
            text-align: center;
            margin: 10px auto;
        }
        #fondmusique {
            text-align: center;
        }
        .pochettealbum img {
            margin-bottom: 40px;
        }
        .imgpresentation,
        .txtpresentation {
            float: none;
            margin: 0 auto;
        }
        #batteur,
        #bassiste {
            margin: 0;
        }
        .txtpresentation,
        .imgpresentation {
            margin-bottom: 40px;
        }
        .imgleft,
        .imgbottom {
            display: none;
        }
        
        #fondcontact{
            padding: 40px 0;;
            
        }
        .infocontact {
            float: none;
            margin: 0 auto;
        }
        
}
        
       
        
        
        
        
        @media screen and (max-width: 750px) {
          
            #entete{
                
                min-height: 0;
                padding: 0;
                
            }
            
            #logoresponsive{
    display: block;
                background-color: rgba(0, 0, 0, 0.8);
                 padding: 40px;
}
            #pageaccueil{
                min-height: 0;
                display: block;
            }
            
            
            #pageaccueil .attachment-full{
                display: none;
            }
            
            
            #logoentete,
            #menu a img {
                display: none;
               
                
            }
            
            #menu nav{
                float: none;
            }
            
            #menu{
                text-align: center;
                position: fixed;
                width: 96%;
        top: 0;
        display: block;
        margin: 0 auto;
        z-index: 900;
                
            }
            
            #prochainconcert img{
                max-width: 400px;
            }
            
}
            
            
            
                    
            
            @media screen and (max-width: 550px) {
                
                
                #entete{
                    margin-bottom: 0;
                }
                
                #logoresponsive{
                    margin-top: 70px;
                }
                
                #menu{
                    display: none;
                }
                
                #menutoggle{
                    display: block;
                }
                
                .headernav{
                    float: none;
                }
                
                #conteneur .fixemenu{
                    display: none;
                }
                
                #menutoggle{
                    background-color:rgba(0, 0, 0, 1);
                    color: white;
                    text-transform: uppercase;
                    position: fixed;
                    width: 100%;
                    
                   
                }
                
                #menutoggle:hover{
                    cursor: pointer;
                }
                
                #menutoggle:active{
                    background-color: #535151;
                }
                
                #menutoggle li{
                      text-align: center;
                }
                
                #menutoggle a{
                    color: white;
                    text-decoration: none;
                    text-transform: uppercase;
                    line-height: 50px;
                    display: block;
                  
                }
                
                #menutoggle a:hover{
                    background-color: #afabab;
                }
                
                #menutoggle p{
                     line-height: 90px;
                    font-size: 30px;
                    margin-left: 100px;
                }
                
                #menutoggle img{
                    max-height: 70px;
                    float: left;
                    padding: 10px;
                }
                
                #pageconcert,
    #pagemusique,
    #pagelegroupe,
    #pagecontact {
        padding-top: 70px;
        
     
    }
                
                
                
                
            }
            
            
            
        
        
        
        
        
        
        /*FIN MEDIA QUERIES*/









/** EDITEUR WORDPRESS **/

/**
 * 1.0 - Elements
 */

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin-bottom: 28px;
}

table,
th,
td,
.mce-item-table,
.mce-item-table th,
.mce-item-table td {
	border: 1px solid #d1d1d1;
}

table a {
	color: #007acc;
}

table,
.mce-item-table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 28px;
	width: 100%;
}

table th,
.mce-item-table th,
table caption {
	border-width: 0 1px 1px 0;
	font-size: 16px;
	font-weight: 700;
	padding: 7px;
	text-align: left;
	vertical-align: baseline;
}

table td,
.mce-item-table td {
	border-width: 0 1px 1px 0;
	font-size: 16px;
	padding: 7px;
	vertical-align: baseline;
}

img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

a img {
	display: block;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 28px;
	padding: 14px;
}


/**
 * 2.0 - Alignment
 */

.alignleft {
	float: left;
	margin: 6px 28px 28px 0;
}

.alignright {
	float: right;
	margin: 6px 0 28px 28px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 28px;
}


/**
 * 3.0 - Caption
 */

.wp-caption {
	background: transparent;
	border: none;
	margin-bottom: 28px;
	max-width: 100%;
	padding: 0;
	text-align: inherit;
}

.wp-caption-text,
.wp-caption-dd {
	color: #686868;
	font-size: 13px;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 7px;
}


/**
 * 4.0 - Galleries
 */

.mce-content-body .wpview-wrap {
	margin-bottom: 28px;
}

.gallery {
	margin: 0 -1.1666667%;
	padding: 0;
}

.gallery .gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery .gallery-caption {
	font-size: 13px;
	margin: 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.0 - Audio / Video
 */

.wp-audio-shortcode a,
.wp-playlist a {
	box-shadow: none;
}

.mce-content-body .wp-audio-playlist {
	margin: 0;
	padding-bottom: 0;
}

.mce-content-body .wp-playlist-tracks {
	margin-top: 0;
}

.mce-content-body  .wp-playlist-item {
	padding: 10px 0;
}

.mce-content-body .wp-playlist-item-length {
	top: 10px;
}

/** FIN EDITEUR WORDPRESS **/
