/* FULL */

@media (min-width:768px) {

#container{
display: flex;
width: 100%;
margin: auto;
/*background-color:green;*/
flex-wrap:wrap;
}


.objet{
width: 285px;
max-width:285px;
border: 1px solid ;
padding:6px;
margin: 5px auto;
text-align:center;
}


#objet img {
max-width : 100% ;
margin-top : auto ;
height: auto;
}

#entete	img {
max-width : 100% ;
margin-top : -16px ;
height: auto;
}

.pc90{
max-width: 90%;
margin:auto;
}

.pc80{
max-width: 80%;
margin:auto;
}

.pc70{
max-width: 70%;
margin:auto;
}

.menu_general{
font-size: 1.2em;
}

P{
font-size: 0.94em; /* base font-size is equivalent "14px" */
Font-Weight : Normal;
margin: 0.90em 0;
}

H1{
Text-Align : center ;
Font-Family : Arial, Helvetica ;
font-size: 1.3em; /* base font-size is équivalent "14px" */
Color : #ffcc00;
Font-Weight : Bold
}

H2{
Text-Align : center ;
Font-Family : Arial, Helvetica ;
font-size: 1.0rem;
Color : red;
Font-Weight : Bold
}

H3	 {
Font-Family : Arial, Helvetica ;
Font-Size : 0.95rem;
Font-Weight : Normal;
Color : blue ;
}

.fond_menu{
position:relative;
/*height: 50px;*/
Line-Height: 18pt;
word-spacing : 18px;
display: block;
margin-top : -85px;
margin-bottom : 2%;
}

.topnav{
background: #FFCC00;
display: block;
}

.espace{
background: #666666;
margin-top : 2%;
height: 30px;
}

.txt_entete{
background: #666666;
margin-top : -15px;
padding-top:10px;
/*padding-bottom:10px;*/
margin-bottom: 2em ;
}

.txt_entete p{
margin-top: 0.5em ;
margin-bottom: -0.5em ;
/*background: red;*/
}


.item {
float:left;
display: block;
width : 96%; 
margin-bottom : 1px;
margin-left : 4%;
}

.item img {
float:left;
max-width : 38.09vw; 
height: auto;
margin-right : 2%;
margin-bottom : 2%; /* marge en dessous de l'image des posts */
}

iframe {
float:left;
width: 38.09vw;
height: 21.38vw;
margin-left : 0px;
margin-right : 2%;
margin-bottom : 2%;
}

.post_img {
text-align :left;
display: block;
/*height: auto;*/
margin-top: 0%;
margin-right : 4%;
}

.post_video	 {
display: block;
margin-top : -5px;
margin-bottom : 2%;
margin-left : 0px;
text-align : left;
margin-right : 4%;
}

#conteneur {
text-align: center;
width: 100%;
display: block;
max-width: 100%;
}

#conteneur  .imgtab	 {
width: 20%;
display: inline-block;
margin-left: 16px;
margin-bottom: 16px;
/*text-align: left;*/
}

#conteneur img {
max-width : 100% ;
margin-top : -16px ;
height: auto;
}

#conteneur:after {
content: ""; /* Important, sinon l'élément n'est pas généré. */
display: table;
clear: both;
}

.basdepgfull {
display: block;
float:left;
width: 100%;
background: #BB9600
}

.basdepgfull A{
color: blue;
}

.pour-mob {
display : none
}

.menumob img{
display : none
}

.basdepgmob{ 
display:none
}


}






