

@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 980px) {/*980*/
	#site>div div{
    	border-bottom:none;
        margin-bottom:none;
    }
}

@media screen and (max-width: 980px) {/*980*/
	body{
    	overflow-x:hidden;
        overflow-y:scroll;
    }
	.divLogo{
    	display:none;
    }
	#enteteMobile{
		display:table;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		text-align:center;
		z-index:4;
		height:50px;
		                background-size:cover;
        padding:5px 0;
	}
    #enteteMobile>h1{
    	display:table-cell;
        vertical-align: middle;
    }
	#enteteMobile > img:nth-child(1){
		height:20px;
        width:20px;
		left:0;
        top:0;
        padding:20px;
		position:absolute;
        cursor:pointer;
	}
	#enteteMobile > img:nth-child(2) {
        cursor: pointer;
        height: 40px;
        margin-top: 5px;
        width: 200px;
	}
	#enteteMobile > h1 {
        cursor:pointer;
	}
	#enteteMobile > img:nth-child(3) {
    	height:20px;
		width:20px;
		right:0;
        top:0;
        padding:20px;
		position:absolute;
        cursor:pointer;
	}
	/*passage du cite à 100% en largeur*/
	#site{
        position:absolute;
		margin-left:0;
       	margin-top:60px;
		padding-left:0;
        left:0;
		width:100%;
		display: block;
		-webkit-transition: opacity 0.3s ease, left 0.5s ease;
        -moz-transition: opacity 0.3s ease, left 0.5s ease;
        -ms-transition: opacity 0.3s ease, left 0.5s ease;
		transition: opacity 0.3s ease, left 0.5s ease;
	}
	/*toutes les div du site sont passées à 100%*/
	#site>div{
		float:left;
	}
	/*suppression des séparateurs de cellules*/
	#site>div div{
		border-right:none;
        margin-right:none;
		/*min-height:inherit;*/
		/*height:inherit;*/
		width:100%;
        box-sizing:border-box;
	}
    .cadre1, .cadre5, .cadre7{
		border:none;
		min-height:inherit;
		height:inherit;
		width:100%;
    }
    .cadre3, .cadre6{
		width:100%;
    }
	/*masquage des cadres lateraux et des angles*/
	.hg1, .hd1, .droite1, .bd1, .bg1, .gauche1, .hg2, .haut2, .hd2, .droite2, .bd2, .bas2, .bg2, .gauche2, .hg3, .hd3, .droite3, .bd3, .bg3, .gauche3, .hg4, .hd4, .droite4, .bd4, .bg4, .gauche4, .hg5, .hd5, .droite5, .bd5, .bg5, .gauche5, .hg6, .hd6, .droite6, .bd6, .bg6, .gauche6, .hg7, .hd7, .droite7, .bd7, .bg7, .gauche7{
		display:none;
	}
	/*passage à 100% des éléments du site*/
	#header, #body, #footer{
		width:100%;
        height:auto;
        min-height:0;
	}
	#header>div, #body>div, #footer>div{
		width:100%;
		height:auto;
	}
	/*positionnement du menu en haut de la page*/
	.cadre2{
		position:fixed;
		top:0;
		left:-100%;
		z-index:3;
        width:100%;
        height:100%;
        -webkit-transition:0.5s ease left;
        -moz-transition:0.5s ease left;
        -ms-transition:0.5s ease left;
        transition:0.5s ease left;
        box-sizing:border-box;
        padding-top:60px;
	}
    .formeMenu{
    	text-align:left;
    }
    .formeMenu>li{
        padding: 0;
        width: 100%;
    }
    .formeMenu>li>a{
        padding: 15px;
        margin:0;
    }
    .formeMenu>.separateurMenu{
        display:none;
    }
    .texteMenuActif{
    	margin:0;
    }
	/*masquage du fil d'ariane*/
	.cadre4{
		display:none;
	}
	/*gestion des images*/
	.zoneImage>img {
		width: 100%;
        height:auto;
	}
	/*diaporamas*/
	.diaporama li{
		width:inherit;
	}
    .diaporama{
    	height:inherit;
    }
	.diaporama>ul>li>img {
		width:inherit;
		height:auto;
		display:block;
	}
    /*montages*/
    .montage>ul{
    	/*overflow:auto;*/
    }    
    /*images simples*/
    .image{
    	height:auto;
    }
    .image>img{
    	width:100%;
        height:auto;
    }

	/*masquage des images d'arrière plan*/
	body{
		background-image:none;
	}
	.zoneImage{
		/*overflow:auto;*/
	}
    .formeMenu{
  		;
        height:100%;
        width:100%;
        right:auto;
        left:0px;
        overflow-x:hidden;
        overflow-y:scroll;
    }
    #menu{
        height: 100%;
        width:90%;
    	margin:0;
        padding:0;
        background:none;
        position: relative;
        box-shadow:0 0 10px 0 rgba(0,0,0,0.25);
	}
    .celluleDebutMenu, .celluleMilieuMenu, .celluleFinMenu {
        clear: both;
        height: auto;
        margin: 0;
        padding:0;
    }
	/*gestion des sous menus du menu mobile */
	.iconesMenusMobile{
        float: right;
        position: relative;
        width: 9px;
        cursor:pointer;
    }
    .sousMenu, .sousMenu:hover{
    	;
        display: none;
        margin: 0;
        opacity: 1;
        padding: 0;
        position: relative;
        width: 100%;
    }
    .celluleSousMenu{
        margin:0px;
        padding: 0 20px;
    }
    .celluleSousMenu>a{
    	padding:15px;
        display:block;
    }
    
	/*positionnement du contenu devant le menu */
	.cadre1, .cadre3, .cadre5, .cadre6, .cadre7{
		z-index:2;
		position:relative;
   		/*;*/
		display:inline-block;
		/*-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);*/
		/*box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);*/
	}
	/*gestion des textes*/
	.contenuBodyTexte, .contenuHeaderTexte, .contenuFooterTexte {
        box-sizing: border-box;
        margin: 0;
        padding: 20px;
        height:auto;
        max-height:auto;
	}

    /*filtres de droite*/
    .navDroite1, .navDroite2 {
        max-width: 100%;
        position: relative;
        width: 100%;
    }
    .contenantActus1, contenantActus2{
    	float:left;
        width:100%;
    }
    .contenuBodyImage, .contenuBodyImage ul {
    	height:auto;
        min-height:auto;
    }
    .contenuHeaderActualite, .contenuBodyActualite, .contenuFooterActualite, .contenuHeaderCatalogue, .contenuBodyCatalogue, .contenuFooterCatalogue{
    	height:auto;
        min-height:auto;
    }
    
    /*formulaires*/
    
    .styleFormulaire > input[type="button"] {
        width: 100%;
        margin-top:10px;
    }
    
    
    .contenuBodyFormulaireIdentification>form>table{
    	width:100%;;
    }
    .contenuBodyFormulaireIdentification, .contenuBodyFormulaireIdentification table *{
    	float:left;
        width:100%;
        display:block;
        box-sizing: border-box;
    }
    
    /*accès à une page privée */
    .tableauIdentification tr:nth-child(2) td{
    	width: 100%;
        padding:0 10px 10px 10px;
    }
    
    .tableauIdentification tr:nth-child(1) td{
        width: 100%;
        padding:0;
    }
    .tableauIdentification td:nth-child(2){
        width: 100%;
        padding:0;
    }
    .tableauIdentification #login {
        width: 100%;
    }
    .tableauIdentification #mdp {
        width: 100%;
    }
    
    .formGestionInfos table:nth-child(-n+4), .formGestionInfos table:nth-child(5), .formGestionInfos table:last-child{
        width:100%;
    }
    
    .formGestionInfos table td{
    	display:inline-block;
    }
    
    #coordonneesCompte{
    	padding:10px;
    }
    
    #coordonneesCompte .contenuBodyFormulaire {
    	padding: 0;
	}

    #coordonneesCompte #dateNaissance, #coordonneesCompte #mdp1, #coordonneesCompte #mdp2, #coordonneesCompte #cp, #coordonneesCompte #etat, #coordonneesCompte #captcha{
        width: calc(100% - 12px);
    }
    
    #coordonneesCompte #nom, #coordonneesCompte #prenom, #coordonneesCompte #email, #coordonneesCompte #societe, #coordonneesCompte #telephone1, #coordonneesCompte #telephone2{
        width: calc(100% - 12px);
    }
    
    #coordonneesCompte #ville, #coordonneesCompte #pays{
        width:calc(100% - 12px);
    }
    
    #coordonneesCompte #adresse1, #coordonneesCompte #adresse2{
        width: calc(100% - 12px);
    }
    
    div div form p input[type="text"], div div form p input[type="password"], div div form input[type="email"], div div form input[type="url"], div div form input[type="date"], div div form input[type="number"], div div form input[type="tel"], div div form select, div div form textarea, .champForm {
        font-size:16px;
    }   
    
    .boutonPrecedentPanier, .boutonSuitePanier{
    	font-size:16px;
    }
    
    .contenuHeaderFormulaire .boutonFormulaire, .contenuBodyFormulaire .boutonFormulaire, .contenuFooterFormulaire .boutonFormulaire {
        font-size:16px;
	}
     
	/*gestion de la navigation de service et formatage*/
	#navService{
        top:60px;
        clear: both;
        height: 100%;
        background-image: none;
        left:110%;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
        width: 90%;
        z-index: 3;
        -webkit-transition:0.5s ease left;
        -moz-transition:0.5s ease left;
        -ms-transition:0.5s ease left;
        transition:0.5s ease left;
	}
    #celluleNavGauche{
    	display:none;
    }
    #celluleNavDroite{
        display: block;
        height: auto;
        width:100%;
    }
    #celluleNavDroite>#decalageNavBas{
    	display:none;
    }
    #celluleNavDroite > div:nth-child(n+4), #celluleNavDroite > a {
        background-position: right 20px center;
        /*background-position-x: 93%;*/
        background-position-y: center;
        background-repeat:no-repeat;
                
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        padding: 15px;
        text-align: left;
        text-decoration: none;
        width: 100%;
    }
    
    #celluleNavDroite a {
    	line-height:normal;
    }
    
    #celluleNavLangues{
    	display:none;
    }
    
    #popupLangues{
    	display:block;
        position:relative;
        border:none;
        background:none;
    }
    
    #popupLangues img{
        padding:15px;
    }
    
    #compteurProduitsPanier {
        margin-left: auto;
        right: 2px;
        border-radius: 60px;
    }
    
    #navService > * > * > *, #menu > * > * > * {
        font-size: 110%;
    }
        
    .texteNavServiceMobile {
        display: inline;
    }
    #detailsComptes1 {
    	width:100%;
    }
    #detailsPanier1{
        position: relative;
        top: 0;
        width: 100%;
   }
    #piedPanier, #piedCompte {
    	margin:0;
    	overflow: hidden;
    }
    
    .btPanier{
        background-position: right 20px top 10px;
        background-repeat:no-repeat;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        text-align: left;
        text-decoration: none;
        width: 100%;
    }
    
    .btPanier span{
    	margin:15px;
        display:block;
    }
    
    .btPanier:hover{
    	background-color:rgba(0,0,0,0);
                background-image:url(http://tenan-et-vous.com/themes//pictos/picto_shop_off.png);
        background-position: right 20px top 10px;
        background-repeat:no-repeat;
    }
    
    .btPanier #detailsPanier1, .btPanierOn #detailsPanier1{
        display: block;
        left: 100%;
        margin: 0 0 0 20px;
        position: absolute;
        width: calc(100% - 20px);
        z-index: 10;
        -webkit-transition-duration:0.5s;
        -moz-transition-duration:0.5s;
        -ms-transition-duration:0.5s;
        transition-duration:0.5s;
    }
    
    .btPanier:hover #compteurProduitsPanier, .btPanierOn:hover #compteurProduitsPanier{
        background-color: #059EE1;
        color: #FFFFFF;
    }
    
    .btPanier img{
    	opacity:0.5;
    }
    
    .listePanier .plusmoins{
    	display:none;
    }
    
    #commentaireLivraison{
        height: 70px;
        margin: 10px;
        resize: none;
        width: calc(100% - 20px);
    }
    
    #choixAdresse td, #confirmationAdresse td{
    	display:inline-block;
    }
    
    /*Commandes des clients*/
    .detailsListeCommandes{
        border-spacing: 5px 10px;
        margin-left: 0;
        width: 100%;
    }
    
    .detailsListeCommandes tr > td:nth-child(3) {
        display: none;
    }
    
    .piedDetailsListeCommandes{
     	background:none;
    }
    
    .piedDetailsListeCommandes a{
        background-color: rgba(220, 220, 220, 0.25);
        display: inline-block;
        margin: 10px 0;
        padding: 10px;
        width: calc(100% - 20px);
    }
    
    .piedDetailsListeCommandes a:nth-child(2){
    	display:none;
    }
        
    /*comptes*/
    .btComptes{
        background-position: right 20px top 10px;
        background-repeat:no-repeat;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        text-align: left;
        text-decoration: none;
        width: 100%;
    }
    
    .btComptes>span{
    	margin:15px;
        display:block;
    }
    
    #detailsComptes1 > form > span{
        background-color: #059ee1;
        border-radius: 2px;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
        line-height: 30px;
        margin: 10px;
        overflow: hidden;
        text-align: left;
        width: calc(100% - 20px);
        top: unset;
        float:left;
        margin-top:10px;
    }
    
     #detailsComptes1 > form > span > span{
        display: inline;
        margin: 0 0 0 5px;
        padding: 0;
     }
    
    .btComptes:hover{
    	background-color:rgba(0,0,0,0);
		        background-image:url(http://tenan-et-vous.com/themes//pictos/comptesgris.png);
        background-position: right 20px top 10px;
        background-repeat:no-repeat;
    }

    .btComptes #detailsComptes1{
    	display:block;
        position: absolute;
        top: 0;
        padding: 0;
        width: calc(100% - 20px);
        margin:0 0 0 20px;
        left:100%;
        transition-duration:0.5s;
        -webkit-transition-duration:0.5s;
        z-index: 1;
    }
    
    #detailsComptes1 input[type="email"], #detailsComptes1 input[type="password"] {
        box-sizing: border-box;
        float: left;
        font-size: 100%;
        height: auto;
        margin: 10px 10px 0;
        padding: 3px;
        width: calc(100% - 20px);
    }
    
    #infosCompteConnecte{
        display: inline-block;
        padding: 15px 45px 15px 15px;
        text-align: left;
        width: calc(100% - 145px);
    }
    
    #detailsComptes1 img:last-child{
    	margin-right:20px;
    }
    
    .boutonCompte{
        float: left;
        font-size: 100%;
        width: calc(100% - 30px);
    }
    
    .formGestionInfos {
        border: medium none;
        display: inline-block;
        margin: 0 0 5px;
        padding: 0;
        width:inherit;
    }
    
    #ajoutAdresseCompte{
    	width:100%;
    }
    
    #ajoutAdresseCompte #nomAdresse, #ajoutAdresseCompte #nom, #ajoutAdresseCompte #prenom, #ajoutAdresseCompte #etat, #ajoutAdresseCompte #pays, #ajoutAdresseCompte #telephone1, #ajoutAdresseCompte #telephone2{
    	width: 100%;
    }
    
    #ajoutAdresseCompte #societe, #ajoutAdresseCompte #adresse1, #ajoutAdresseCompte #adresse2{
    	width: 100%;
    }
    
    #ajoutAdresseCompte #cp{
    	width: 100%;
    }
    
    #ajoutAdresseCompte #ville{
    	width: 100%;
    }
    
    .paragrapheCompte{
    	width: calc(100% - 20px);
    }
            
    /*Acualités*/
    #iFrameActu{
		width:100%;
        margin-left:0;
        left:0;
	}
    
    #btFermetureActu{
        right: 5px;
        top: 5px;
    } 
    
    /*masquage des cellules non affichées en mode mobile*/
    .masqueMobile{
    	display:none;
    }
    
    /*puces des diaporamas*/
	.listePuces {
    	display:none;
    }

}

/*Documents nécessitant un traitement special en 2 tailles 980 et 550*/
@media screen and (max-width: 550px) {
    /*Gestion des Commandes*/
    .listeCommandesTR0 > td:nth-child(2), .listeCommandesTR0 > td:nth-child(3){
    	display:none;
    }
    .listeCommandes thead td:nth-child(2), .listeCommandes thead td:nth-child(3){
    	display:none;
    }
}
