/* 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 */
.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table; 
}

.clearfix:after {
    clear: both;
}
*{
    box-sizing: border-box;
/*    border: 1px solid #000;*/
}

img {
    max-width: 100%;  /* Image ne dépassera pas son conteneur */
}
/*******************  FIN INI *********************/

body{
    font-family: 'Roboto', sans-serif;
}

.fond {
    background-color: white;
    position: fixed;
    height: 85px;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: -5px 5px 5px rgba(0,0,0,0.2);
}

.conteneur {
    width: 1000px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.fond .conteneur {
    height: 85px;
    background-color: white;
    z-index: 100;
}

.logo {
    font-family: "Gloria Hallelujah", cursive;
    font-size: 30px;
    margin-top: 5px;

}

.note--sol{
    color: #ffe11a;
    transition: all 0.3s;
/*    animation-delay: 2s;*/
}

.note--fa, .fa{
    color: #fd7400;
    transition: all 0.3s;
/*    animation-delay: 1s;*/
}

.note--mi{
    color: #bedb39;
    transition: all 0.3s;
/*    animation-delay: 2s;*/
}

.note--re{
    color: #1f8a70;
    transition: all 0.3s;
/*    animation-delay: 3s;*/
}

.note--do{
    color: #004358;
    transition: all 0.3s;
/*    animation-delay: 4s;*/
}

.space {
    letter-spacing: 2px;
}

.menu {
    position: relative;
}

.classic ul{
    width: 660px;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    padding-top: 25px;
}

.menu li {
/*    padding: 7px 14px;*/
    border-radius: 0;
}
.classic a {
    display:block;
    padding: 7px 14px;
    cursor: pointer;
}

.hamburger a {
    display:block;
    padding: 12px 14px;
    cursor: pointer;
}

.pageactive, .classic li:hover, .menu a:hover  {
    background-color: #fd7400;
    border-radius: 10px;
    color: white;
}

.hamburger {
    padding-top: 15px;
    margin-right: 40px;
    display:none;
}

.hamburger li{
    display:block;
    cursor: pointer;
}

.hamburger ul {
    text-align: right;
    flex-direction: column;
    transition: all 1s;
}

.hamburger>ul>li>ul {
    position: absolute;
    right: -10px;
    top:60px;
    width: 280px;
    display: none;
    padding-top: 20px;
    font-size: 20px;
    box-shadow: -5px 5px 5px rgba(0,0,0,0.2);
}

.hamburger>ul>li {
    transition: all 1s;
}
.hamburger>ul>li:hover ul {
    display: block;
}

.hamburger>ul>li>ul>li:hover {
    border-radius: 0px;
    background-color: #fd7400;
    color: white;
}

/********************* SECTION 1 *********************/
.section1 {
    height: 100vh;
}

.slide {
    position: relative;
    margin-top: 85px;
    height: 60vh;
    background-image: url(../img/music-piano-hands-h530.jpg);
    background-position: center center;
    background-size: cover;
    color:white;
}

.slide h1{
    position: absolute;
/*    display: block;*/
    width: 1000px;
/*    text-align: right;*/
    top: 10%;
    text-align: right;
}



.t1{
    position: absolute;
    top: 40%;
}
.t1, .slide h1 {
    font-size: 48px;
}

.t2 {
    font-size: 60px;
}

.t3 {
    font-size: 72px;
}

.section1 footer.conteneur{
/*    padding: 0 230px;*/
    justify-content: center;
    font-size: 20px;
    color: black;
    margin-top: 30px;
}

.section1 footer.conteneur p {
    margin-right: 30px;
}

a {
    text-decoration: none;
    color: black;
}

.suitepage {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 100px;
}

#suite {
    display: block;
}

.pulse {
	animation-name: pulse_animation;
	animation-duration: 0.9s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes pulse_animation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
   
    100% {
        transform: scale(1);
    }
}

/************** PAGE PORTFOLIO : SECTION 1 ******************/

.portfolio {
    position: relative;
    height: 200px;
    margin-top: 85px;
    background-image: url(../img/spectacle.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*
.portfolio h1 {
    position: absolute;
    font-size: 8vmin;
    text-transform: uppercase;
    text-align: center;
    top: 30% ;
    left: 0;
    right: 0;
    color: white;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 0;
}
*/

/************** PAGE PORTFOLIO : SECTION 2 ******************/

.pageportfolio ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.pageportfolio li {
    transition: all 0.3s;
}
.pageportfolio li:hover {
    cursor: pointer;
    transform: scale(1.06);
    box-shadow: 0px 15px 20px rgba(0,0,0,0.7)
}

.blocportfolio {
    width: 24%;
    height: 40%;
    text-align: center;
    overflow: hidden;
    
}
.blocportfolio img {
    min-height: 100%;
}

/************** PAGE CONTACT : SECTION 2 ******************/
.contact article {
    width: 100%;
    margin-bottom: 50px;
}

.contact .flex{
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact .valid {
    width: 130px;
    height: 75px;
    background-color: #fd7400;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    border: none;
    border-radius: 3px;
    margin-bottom: 20px;
}

.contact .valid:hover {
    background-color: white;
    border: 1px solid #fd7400;
    color: #fd7400;
}

.contact h3{
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 50px
}

.contact p{
    position: relative;
    margin-bottom: 10px;
}

.contact select, #nom_agent, #email, #tel{
    position: absolute;
    left: 120px;
}

/********************* SECTION 2 ******************/
.section2 {
    margin-bottom: 100px;
}

.section2 h1, .section3 h1 {
    margin-bottom: 60px;
    font-size: 36px;
    text-align: center;
}
.section2 .flex{
    align-items: stretch ;
}
.bloc {
    width: 230px;
    border: 1px solid #ebebeb;
    margin: 1%;
}

.bloc__photo{
/*    width:100%*/
    height: 240px;
    overflow: hidden; 
    margin-bottom: 20px;
}

.bloc img{
    display: block;
    margin: 0 auto;
    
}

.bloc h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 10px 0 10px;
}

.bloc p {
    padding: 0 10px 20px 10px;
}

/********************* SECTION 3 *********************/

.section3 .image {
    background-image: url(../img/spectacle.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 370px;
    margin-bottom: 50px;
}

.bouton {
    text-align: center;
    margin-bottom: 100px;
}

.bouton a {
    font-size: 24px;
    text-transform: uppercase;
    background-color: #fd7400;
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
}

.bouton a:hover {
    background-color: white;
    color: #fd7400;
    border: 1px solid #fd7400;
}

/********************* SECTION 4 *********************/

.section4 .image {
    background-image: url(../img/partition2.jpg);
    height: 370px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 100px;
}

.section4 .flex {
    justify-content: center;
}
 .section4 h2 {
    font-size: 36px;
    margin-top: 5px;
    margin-bottom: 10px
}
.section4 .facebookadresse {
    font-size: 24px;
}

.section4 div {
    margin-bottom: 100px;
    text-align: center;
}

.section4 .fa-facebook-square{
    color: #3b5998;
}

.section4 span {
    color: black;
}

.section4 .facebook:hover .note--sol{
    color: #ffe11a;
}

.section4 .facebook:hover .note--fa{
    color: #fd7400;
}

.section4 .facebook:hover .note--mi{
    color: #bedb39;
}

.section4 .facebook:hover .note--re{
    color: #1f8a70;
}

.section4 .facebook:hover .note--do{
    color: #004358;
}

.facebook {
    margin-right: 50px
}

.section4 i {
    color: black;
}

/*********************** FOOTER ********************/
.footer{
    background-color: #161616;
    min-height: 85px;
    color: white;
}

footer.conteneur{
    padding: 0 0;
}

.adresse, .nom {
    width: 300px;
    font-size: 14px;
    margin-top: 18px;
}

.nom {
    text-align: right;
}

.mentions {
    margin-top: 55px;
    
}

.mentions a {
    color: white;
    font-size: 12px;
    letter-spacing: 1px;
}

.mentions a:hover {
    color: #fd7400;
}

.adresse p:nth-child(2), .adresse p:nth-child(3), .nom p:nth-child(2), .nom p:nth-child(3) {
    font-size: 12px;
    margin-top: 6px;
}

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

@media screen and (max-width: 1040px) {
    .fond .conteneur,.slide h1,.section1 footer.conteneur,.section2,footer.conteneur,.section1 .t1,.section4 .conteneur, .conteneur{
        width: 100%;
        padding: 0 10px;
        transition: all 1s;
    }
    .slide h1 {
        top: 5vh;
    }
    .t1, .slide h1{
        font-size: 5vmin;
    }
    .t2 {
        font-size: 6vmin;
    }
    .t3 {
        font-size: 8vmin;
    }
    .section2 .flex{
        justify-content: space-around;
    }
    .contact .maps iframe {
/*        width: 100%;        */
/*        margin: auto;*/
    }
    
}

@media screen and (max-width: 810px) {
    .classic{
        display:none;
    }
    .hamburger{
        display: block;
    }
    .hamburger ul {
        width:100%;
        background-color: white;
    }
    .facebook h2{
        font-size: 4.7vmin;
    }
    .section4 .facebook a{
        font-size: 3.15vmin;
    }
    .section4 div{
        margin-bottom: 60px;
    }
    .section4 .image{
        margin-bottom: 20px;
    }
    .adresse,.nom,.mentions {
/*        display: block;*/
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #505050;
        margin-top: 10px;
    }
    .mentions{
        order: +1;
        margin-top: 0px;
        padding-top: 10px;
        margin-bottom: 20px;
        border: none;
    }
    .facebook {
        margin-right: 0px;
    }
    .section4 .flex{
        justify-content: space-around;
    }
    .blocportfolio {
        width: 49%;
        height: 24%;
        margin-bottom: 1%;
        text-align: center;
        overflow: hidden;
    }
    .section2 {
    margin-bottom: 60px;
    }
}

@media screen and (max-width: 500px) {
    .blocportfolio {
        width: 100%;
        height: 12%;
        margin-bottom: 1%;
        text-align: center;
        overflow: hidden;
    }
    .facebook{
        margin-right: 0;
    }
    .facebook h2{
        font-size: 5.7vmin;
    }
    .section4 .facebook a{
        font-size: 4.15vmin;
    }
    .section2 {
    margin-bottom: 50px;
    }    
}
    
/*
div, header, footer {
       border: 1px solid red;
}
*/
