<!--

/*
	WebArtMedia Admin Plugin
	Control Panel and special settings for your WordPress Website

	Cascading Style Sheet (CSS)

	Vincent Jockin / WebArtMedia
	https://www.creationdesitesweb-webartmedia.com/
*/


/*
	------------------------------------------------------
	Styles de l'administration de WordPress (Blog / Front)
	------------------------------------------------------
*/

/*	Barres d'administration */
	#wam-admin-panel-min {
		position: fixed;
		z-index: 100000;
		background-attachment: fixed;
		background-color: #fff;
		background-image: linear-gradient(to bottom, rgba(0,110,160,.1), rgba(0,110,160,.5)) !important;
		left: 0px;
		top: 0px;
		width: 44px;
		height: 100vh;
		padding-top: 10px;
		letter-spacing: 0px !important;
		border-right: 1px solid #006698;
		box-sizing: border-box;
		opacity: 0;
		transition: all .5s;
	}
	#wam-admin-panel-min:hover { opacity: 1; }
	#wam-admin-panel-min a {
		display: block;
		width: 44px;
		padding-left: 7px;
		padding-top: 5px;
		border: 0px none;
	}
	#wam-admin-panel-min a:after {
		content: attr(data-tooltip);
		position: absolute;
		display: block;
		background: #fff;
		color: #004678;
        line-height: 25px;
		margin-top: -33.5px;
		margin-left: -1000px;
		padding: 5px 8px;
		font-family: "Open Sans", sans-serif;
		font-size: 14px;
		font-weight: 400 !important;
		white-space: nowrap;
		border-radius: 4px;
		border: 1px solid #006698;
		opacity: 0 !important;
		transition: opacity .5s;
	}
	#wam-admin-panel-min a:hover:after {
		margin-left: 42.5px;
		opacity: 1 !important;
	}
	#wam-admin-panel-min a .dashicons {
		color: #004678 !important;
		width: 30px !important;
		height: 30px !important;
		line-height: 30px !important;
		font-size: 26px !important;
		text-decoration: none !important;
		opacity: .75;
		transition: all .25s;
	}
	#wam-admin-panel-min a:hover .dashicons {
		opacity: 1;
	}

	#wam-admin-footer {
		position: fixed;
		z-index: 99999;
		color: #004678;
		background-attachment: fixed;
		background-color: #fff;
		background-image: linear-gradient(to right, rgba(0,110,160,.1), rgba(0,110,160,.5)) !important;
		display: block;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 40px;
		line-height: 37.5px;
		font-family: "Open Sans", sans-serif;
		font-size: 17.5px;
		font-weight: 100 !important;
		letter-spacing: 0px !important;
		text-align: center;
		border-top: 1px solid #006698;
		box-sizing: border-box;
	}
	#wam-admin-footer .wam-txt {
		margin: 0px 10px;
		line-height: 35px;
		letter-spacing: 1px !important;
	}
	#wam-admin-footer a {
		color: #fff !important;
	    position: relative;
    }
	#wam-admin-footer a:after {
		content: attr(data-tooltip);
        position: absolute;
        display: block;
        background: #fff;
		color: #004678;
		left: 50%;
        line-height: 25px;
        margin-top: 40px;
		padding: 5px 8px;
		font-family: "Open Sans", sans-serif;
		font-size: 14px;
		font-weight: 400 !important;
		white-space: nowrap;
		border: 1px solid #006698;
		border-radius: 4px;
        opacity: 0 !important;
        transform: translateX(-47.5%);
        transition: opacity .5s;
	}
	#wam-admin-footer a:hover:after {
		margin-top: -85px;
        opacity: 1 !important;
	}
	#wam-admin-footer a .dashicons {
		color: #004678 !important;
		height: 40px;
		line-height: 40px;
		font-size: 26px !important;
		text-decoration: none !important;
		opacity: .75;
		transition: all .25s;
	}
	#wam-admin-footer a:hover .dashicons {
		opacity: 1;
	}


/*
	-----------------------------------------
	Styles prédéfinis des Plugins WebArtMedia
	-----------------------------------------
*/

/*	Paragraphes */
	p.wam-paragraph-S { margin-bottom: 10px; }
	p.wam-paragraph-M { margin-bottom: 20px; }
	p.wam-paragraph-L { margin-bottom: 30px; }
	p.wam-paragraph-XL { margin-bottom: 50px; }
	p.wam-paragraph-XXL { margin-bottom: 100px; }

/*	Icones */
	.wam-icon-left,
	.wam-icon-right {
		line-height: 0px !important;
		vertical-align: baseline !important;
	}
	.wam-icon-left { margin-right: 5px; }
	.wam-icon-right { margin-left: 5px; }


/*
	------------------------------------------
	Styles prédéfinis des éléments WebArtMedia
	------------------------------------------
*/

/*	Bordures */
	.wam-shape-with-no-border { border: 0px none !important; }

	.wam-shape-with-border-S,
	.wam-shape-with-border-M,
	.wam-shape-with-border-L,
	.wam-shape-with-border-XL,
	.wam-shape-with-border-XXL {
		border-color: #888;
		border-style: solid;
	}
	.wam-shape-with-border-S { border-width: 1px; }
	.wam-shape-with-border-M { border-width: 2px; }
	.wam-shape-with-border-L { border-width: 3px; }
	.wam-shape-with-border-XL { border-width: 5px; }
	.wam-shape-with-border-XXL { border-width: 10px; }

/*	Marges internes et cadres (frames) */
	.wam-shape-with-no-padding { padding: 0px }
	.wam-shape-with-padding-S { padding: 10px }
	.wam-shape-with-padding-M { padding: 20px }
	.wam-shape-with-padding-L { padding: 30px }

	.wam-shape-with-no-frame,
	.wam-shape-with-frame-S,
	.wam-shape-with-frame-M,
	.wam-shape-with-frame-L {
		position: absolute;
		background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
	}
	.wam-shape-with-no-frame {
		width: 100%;
		height: 100%;
		line-height: 100%;
	}
	.wam-shape-with-frame {
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
	}
	.wam-shape-with-frame-S {
		left: 10px;
		right: 10px;
		top: 10px;
		bottom: 10px;
	}
	.wam-shape-with-frame-M {
		left: 20px;
		right: 20px;
		top: 20px;
		bottom: 20px;
	}
	.wam-shape-with-frame-L {
		left: 30px;
		right: 30px;
		top: 30px;
		bottom: 30px;
	}

/*	Reliefs */
	.wam-shape-embossed-S { box-shadow: 0px 1px 2px rgba(0,0,0,0.10) inset; }
	.wam-shape-embossed-M { box-shadow: 0px 1px 3px rgba(0,0,0,0.25) inset; }
	.wam-shape-embossed-L { box-shadow: 0px 2px 4px rgba(0,0,0,0.33) inset; }

/*	Bords extérieurs */
	.wam-shape-with-outline-S { box-shadow: 0px 1px 3px rgba(0,0,0,0.25); }
	.wam-shape-with-outline-M { box-shadow: 0px 2px 4px rgba(0,0,0,0.33); }
	.wam-shape-with-outline-L { box-shadow: 0px 4px 8px rgba(0,0,0,0.5); }

/*	Ombres */
	.wam-shape-with-shadow-S { box-shadow: 1px 1px 3px rgba(0,0,0,0.25); }
	.wam-shape-with-shadow-M { box-shadow: 2px 2px 4px rgba(0,0,0,0.33); }
	.wam-shape-with-shadow-L { box-shadow: 4px 4px 8px rgba(0,0,0,0.5); }

/*	Coins arrondis */
	.wam-shape-with-rounded-corners-XS { border-radius: 2px; }
	.wam-shape-with-rounded-corners-S { border-radius: 4px; }
	.wam-shape-with-rounded-corners-M { border-radius: 8px; }
	.wam-shape-with-rounded-corners-L { border-radius: 16px; }
	.wam-shape-with-rounded-corners-XL { border-radius: 32px; }
	.wam-shape-with-rounded-corners-XXL { border-radius: 64px; }

	.wam-shape-disc { border-radius: 50%; }

-->