/* http://meyerweb.com/eric/tools/css/
   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;
}

img {
/*    max-width: 100%;*/
}

/**************** fin INI ****************/

@font-face {
    font-family: 'alte_haas_groteskbold';
    src: url('../fonts/altehaasgroteskbold-webfont.woff2') format('woff2'),
         url('../fonts/altehaasgroteskbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lavanderia_regularregular';
    src: url('../fonts/lavanderia_regular-webfont.woff2') format('woff2'),
         url('../fonts/lavanderia_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

header {
    background-image: url(../img/rose_intro.jpg);
    background-color: #f4f2f2;
    background-blend-mode: multiply;
    height: 590px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.fond {
    min-height: 90px;
    background-color: rgba(255,255,255,0.9);
    position: fixed;
    top:0;
    left: 0;
    right: 0;
}
.container {
    width: 950px;
    margin: 0 auto;
    min-height: 90px;
    padding: 0 5px;
}

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

#logo {
    font-family: 'lavanderia_regularregular', cursive;
    font-size: 41px;
    padding-top: 25px;
}

#logo span {
    color: #b73958;
}

#menu2,.menu2 {
    display: none;
    padding-top: 20px;
    margin-right: 20px;
}

.menu2{
    position: absolute;
    right: 0;
    top: 90px;
    background-color: rgba(0,0,0,0.8);
    margin-right: 0;
}

.menu2 a{
    font-family: 'open_sansregular', sans-serif;
    font-size: 20px;
    padding: 10px 20px;
    color:white;
    display: block;
}

#menu2 .fa{
    transition: 0.4s;
}

.rotate{
    transform: rotate(-90deg);
    color: #de6d6e;
}

#menu ul{
    display: flex;
    justify-content: space-between;
    width: 480px;
    font-family: 'open_sansregular', sans-serif;
    color: black;
    padding-top: 35px
}

a {
    text-decoration: none;
    color: #454545;
}

a:hover {
    color: #de6d6e;
}

.login {
    color: white;
    background-color: #de6d6e;
    padding: 6px 14px;
    border-radius: 4px;
}

.login:hover {
    background-color: #ac4a4b;
    color:white;
}

.menu2 .login {
    border-radius: 0;
}

.intro {
    text-align: center;
    width: 950px;
    margin: 0 auto;
}

.ronds {
    height: 151px;
    width: 156px;
    display: inline-block;
    margin: 140px auto 0 auto;
    background-image: url(../img/ronds.png);
    background-repeat: no-repeat;
    
}
.intro h2 {
    font-family: 'alte_haas_groteskbold', sans-serif;
    text-transform: uppercase;
    font-size: 69px;
    color: white;
    margin-top: 20px;
    padding-bottom: 10px;
}

.intro p {
    font-family: 'open_sansregular', sans-serif;
    font-size: 22px;
    color: white;
}

/*********************** PRINCIPAL ********************/

.principal {
    box-shadow: 0px 1px 3px grey;
    min-height: 470px;
    font-family: 'open_sansregular', sans-serif; 
}

.principal h2 {
    font-size: 33px;
    color: #404040;
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center;
}

.principal p {
    font-size: 17px;
    color: #636363;
    text-align: center;
    padding-bottom: 80px;
    line-height: 20px;
}

.puces p {
    color: white;
    padding-top: 5px;
    padding-bottom: 30px;
}

.puces a {
    display: block;
}

 .tickets:hover>a,  .camera:hover>a,  .beer:hover>a,  .devices:hover>a, .tickets:hover>p,  .camera:hover>p,  .beer:hover>p,  .devices:hover>p{
    opacity: 0.25;
}

.tickets, .camera, .beer, .devices {
    height: 175px;
    width: 175px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.tickets {
    background-color: #4eb9f4;
}
.tickets img{
    margin-top: 35px;
}
.camera {
    background-color: #6fc125;
}
.camera img {
    margin-top: 45px;
}
.beer {
    background-color: #ff5649;
}
.beer img {
    margin-top: 30px;
}
.devices {
    background-color: #e48f23;
}
.devices img {
    margin-top: 40px;
}

/*********************** CONTENU ********************/

.sujet {
    padding-bottom: 80px;
}
.sujet:first-child {
    margin-top: 40px;
}

.contenu .texte {
    margin-left: 20px;
    text-align: justify;
}

.contenu {
    font-family: 'open_sansregular', sans-serif;
}


.contenu img {
    transition: all 0.2s;
}

.contenu img:hover {
    transform: scale(1.05);
    box-shadow: 5px 5px 5px grey;
}

.contenu h2 {
    font-size: 25px;
    font-size: 25px;
    color: #404040;
    margin-bottom: 20px;
}

.contenu p {
    font-size: 15px;
    color: #8b8b8b;
    line-height: 21px;
}

.contenu h2:hover {
    color: #8b8b8b;
}

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

footer {
    min-height: 260px;
    background-image: url(../img/fond-footer.jpg);
    font-family: 'open_sansregular', sans-serif;
    color: #8b8b8b;
}

.submenus {
    width: 500px;
}

.submenus h3 {
    font-size: 21px;
    color: #aeaeae;
    margin-top: 35px;
    padding-bottom: 25px;
} 

.submenus li {
    font-size: 15px;
    padding-bottom: 5px;
}

.submenus a {
    color: #8b8b8b;
}

.submenus a:hover {
    color: #d4d2d2;
}

.social {
    width: 290px;
    padding-top: 50px;
}

.social-logos {
    text-align: center;
}

.social-logos__icones {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #696b6a;
    color: #24292a;
    padding-top: 8px;
    transition: all 0.2s;
}
.social-logos__icones:hover{
    background-color: #d4d2d2;
}

.copyright {
    padding-top: 30px;
    font-size: 15px;
    letter-spacing: 0.3px;
}

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

@media screen and (max-width: 950px) {
    .container {
        width:100%;
    }
    #menu{
        display:none;
    }
    #menu2{
        display:block;
    }
    .intro {
        width: 100%;
    }
    .intro h2 {
        font-size: 7vw; 
    }
    .puces {
        flex-wrap: wrap;
        justify-content: space-around;
    }
   
    .tickets, .camera, .beer, .devices {
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .submenus {
        width: 52%;
        margin:0 auto;
    }
    .submenus ul {
        padding: 0 10px;
    }
    
    .social{
        margin:0 auto;
    }
    
    footer section {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 730px) {
    .submenus {
        width: 80%;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    footer section {
        flex-wrap: wrap;
    }
  
    .contenu article{
        flex-wrap: wrap;
    }
    .vignette {
        margin: 0 auto 20px auto;
    }
    .texte {
        margin-right: 20px;
    }
    .copyright {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 360px) {
    .submenus  {
        flex-wrap: wrap;
        margin: 0 auto;
    }
}