/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*::selection {
    background: #b3d4fc;
    text-shadow: none;
}
*/
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    border-bottom: 20px solid /*#74783A; #B0B566; #656F44; #e44d26 #91351E;#616e26;*/#a14200; 
}

.footer-container,
.main aside {
    border-top: 20px solid /*#74783A; #B0B566;#91351E;#656F44#e44d26#616e26;*/#a14200;
}
nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: white;
    background:#74783A; /*#e44d26*#91351E6#616e26;#B0B566*/ 
}

.header-container,
.footer-container,
.main aside {
	background-color: #003300;
}

 #title{
	color:#272727;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	line-height: 50px;
	font-size: 21px;
}
/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
	display: block;
	margin-bottom: 10px;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: white; /*#e44d26*#91351E6#616e26;#B0B566#999933 #cbd8bc;*/
	background-color: #a14200;
	font-size: 14px;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
	font-size: 2em;
	background-color: #E0DFC5;
	color: #91351E;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 35px;
	text-align: center;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}
@media (min-width: 512px) {

/* ====================
    INTERMEDIATE: Img
   ==================== */
    .resize-photo{
        float: left;
        max-width: 50%; }
}
@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside,
	blockquote{
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 38%;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
/*    *text-indent: -9999px;
*/}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
/*    *zoom: 1;
*/}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

     pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

  /*  @page {
        margin: 0.5cm;
    }*/

    p,
    h2,
    h3 {
	orphans: 3;
	widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*my css*/

.h1Head{
	background-image: url(../img/logo2.jpg);
	background-repeat:no-repeat;
	}
	
article header figure {
	text-align: center;
}
.profil{
	-webkit-box-shadow: 0 5px 10px #aaa;
	-moz-box-shadow: 0 5px 10px #aaa;
	box-shadow: 0 5px 10px #aaa;
	text-align: center;
}
.profil h2 {
	text-align:center;
	background-color:#E0DFC5; padding:5px;
	}
article header p {
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	background-color: #E0DFC5;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;

}
.prix {
	background-color: #E8E1B3;
	text-transform: none;
	font-weight: bold;

}
aside figure{
	text-align: center;

}
.top{
	text-align:center;
	}
	
article section #realisations {
	background-color: #E0DFC5;

}
article section #production {
	background-color: #E0DFC5;

}
article section #collaboration {
	background-color: #E0DFC5;

}
article section #about {
	background-color: #E0DFC5;

}
article footer #networks {
	background-color: #E0DFC5;

}
article section #musique {
	text-transform: capitalize;
	color: #91351E;
	letter-spacing: 4px;
	background-color: #E8E1B3;

}

aside #accueil {
	text-align: center;
	background-color: #E0DFC5;
	font-weight: bold;
	color: #91351E;
}
aside #collaborateurs {
	font-weight: bold;
	background-color: #E0DFC5;
	color: #91351E;
	text-align: center;
}
article footer #foot {
	background-color: #E8E1B3;
	font-weight: bold;
	text-align: justify;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
}
#alire {
	background-color: #E0DFC5;

}

div.socialink{
	padding-left:20px;

	}
 #video {
	text-transform: capitalize;
	color: #91351E;
	background-color: #E8E1B3;
	letter-spacing: 4px;

}

.espace{
	height:300px;}

.header-container, img{
	text-align:center;
	 }

nav ul li a:hover{
	background-color:#D89D25;
	font-size: 14px;
}
.header-container .wrapper.clearfix figure img {
	float: left;
	clear: both;
	padding-bottom: 20px;

}
.titre_rubrique a {
	color: #000;
}

p a {
	color: #FFF;
}

p a:hover {
	color: #8D8D8D;
}

.separateur_fleche{
	background-image:url(../img/separateur_fleche.png);
	background-repeat:no-repeat;
	width:210px; height:25px;
	text-align:center;
	border:none;}

.logtitle{
	background-image:url(../img/hr_logo_reggaetemple_png24.png);
	background-repeat:no-repeat;
	width:60px;
	height:58px;
	margin-left:20px;

}

.logtitelh1{
	background-image:url(../img/logo_sur_papier.png); background-repeat:no-repeat; width:210px; height:184px; margin:0px auto; }

.title2{
	background-image: url(../img/bandeau2_popa_levi.jpg);
	height:500px;
	max-width: 100%;
	background-repeat:no-repeat;
	border-radius:0 7px;
	-webkit-border-radius:0 7px;
		   -moz-border-radius:0 7px;
}
p.title img{
	background-position:center;
	text-align:center;
	margin:80px;
}
.main-container .main.wrapper.clearfix article {
	background-color: #EDEDE4;
	padding-right: 10px;
}
section blockquote {
	width:inherit;
	background-color:#FFF;

}
 blockquote p {
	padding-left: 10px;
	font-weight:bold;
	border-radius:0 7px;
	-webkit-border-radius:0 7px;
	-moz-border-radius:0 7px;
	color: #000;
}
article footer {
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #E0DFC5;
}
article section {
	width: inherit;

}
.main-container .main.wrapper.clearfix article header blockquote ul li {
	list-style-type: none;
}
article section blockquote ul li {
	display: inline;
	list-style-type: none;
	border:none;
}
.foot{
	background-image: url(../img/bandeau_popa_levi.jpg);
	height:500px;
	width:1026px;
	max-width: 100%;
	background-repeat:no-repeat;
	border-radius:0 7px;
	-webkit-border-radius:0 7px;
	-moz-border-radius:0 7px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
}.footer-container .wrapper h3 {
	text-align: center;
}
section blockquote p a{
	color: #000;
}
section blockquote p a:hover{
	color: #999;
}
ul li a:hover img{
	-webkit-opacity:0.5;
		   -moz-opacity:0.5;
		        opacity:0.5;
}
figure a:hover img{
	-webkit-opacity:0.5;
		   -moz-opacity:0.5;
		        opacity:0.5;
	
}
img {
    max-width: 100%;

}

.resize-photo
{
    max-width: 100%;
}
picture {
    display: block;
    padding: 1em;
}

img{
	border-radius:0 7px;
	-webkit-box-shadow:0 4px 7px #aaa;
		   -moz-box-shadow:0 4px 10px #aaa;
		        box-shadow:0 4px 10px #aaa;
}

h2,h3 {
	padding-left: 20px;
}
div .twitter-share-button,
iframe{
	padding-left: 20px;
}
.footer-container #conditions {
	text-align: center;
}

.text{
	padding-left:20px;
	color:#363636;}
	
p.text a{

	color:#363636;}
.main-container .main.wrapper.clearfix article section h3 a {
	color: #000;
}


.container a {
  padding: .2em;
}

.container {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

@media (pointer: coarse) {
  .container a {
    padding: .8em;
  }
}

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

img {
  max-width: 100%;
  display: block;
}

@media (min-width: 360px) {
  body {
    font-size: 1.0em;
  }
}


