<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Welko
Theme URI: http://www.welko.fr/
Description: ThÃ¨me par Welko
Version: 1.0
Author: Welko
Author URI: http://www.welko.fr/
*/
/* EFFETS */
a,
.trcubic500,
input[type="submit"],
label
{
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	-moz-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	-o-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000); /* custom */
	-webkit-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	-o-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000); /* custom */
}
.shadowed
{
	box-shadow: 0 0 5px #AAAAAA;
}

/* TEXTE TRANSFORM */
.firstcap:first-letter,
.cap
{
	text-transform: capitalize;
}
.uppercase
{
	text-transform: uppercase;
}

/* PADDING */
.np { padding: 0 !important; }
.p5{ padding:5px !important; }
.p10{ padding:10px !important; }
.p15{ padding:15px !important; }
.p20{ padding:20px !important; }
.p25{ padding:25px !important; }
.pt0{ padding-top:0 !important; }
.pr0{ padding-right:0 !important; }
.pb0{ padding-bottom:0 !important; }
.pl0{ padding-left:0 !important; }
.pt5{ padding-top:5px !important; }
.pr5{ padding-right:5px !important; }
.pb5{ padding-bottom:5px !important; }
.pl5{ padding-left:5px !important; } 
.pt10{ padding-top:10px !important; }
.pr10{ padding-right:10px !important; }
.pb10{ padding-bottom:10px !important; }
.pl10{ padding-left:10px !important; }
.pt15{ padding-top:15px !important; }
.pr15{ padding-right:15px !important; }
.pb15{ padding-bottom:15px !important; }
.pl15{ padding-left:15px !important; }
.pt20{ padding-top:20px !important; }
.pr20{ padding-right:20px !important; }
.pb20{ padding-bottom:20px !important; }
.pl20{ padding-left:20px !important; }
.pt25{ padding-top:25px !important; }
.pr25{ padding-right:25px !important; }
.pb25{ padding-bottom:25px !important; }
.pl25{ padding-left:25px !important; }

/* MARGIN */
.nm{ margin:0 !important; }
.m5{ margin:5px !important; }
.m10{ margin:10px !important; }
.m15{ margin:15px !important; }
.m20{ margin:20px !important; }
.m25{ margin:25px !important; }
.mt0{ margin-top:0 !important; }
.mr0{ margin-right:0 !important; }
.mb0{ margin-bottom:0 !important; }
.ml0{ margin-left:0 !important; }
.mt5{ margin-top:5px !important; }
.mr5{ margin-right:5px !important; }
.mb5{ margin-bottom:5px !important; }
.ml5{ margin-left:5px !important; }
.mt10{ margin-top:10px !important; }
.mr10{ margin-right:10px !important; }
.mb10{ margin-bottom:10px !important; }
.ml10{ margin-left:10px !important; }
.mt15{ margin-top:15px !important; }
.mr15{ margin-right:15px !important; }
.mb15{ margin-bottom:15px !important; }
.ml15{ margin-left:15px !important; }
.mt20{ margin-top:20px !important; }
.mr20{ margin-right:20px !important; }
.mb20{ margin-bottom:20px !important; }
.ml20{ margin-left:20px !important; }
.mt25{ margin-top:25px !important; }
.mr25{ margin-right:25px !important; }
.mb25{ margin-bottom:25px !important; }
.ml25{ margin-left:25px !important; }

/* BACKGROUND-COLOR */
.bgwhite{ background-color:#FFFFFF; }
.bgblack{ background-color:#000000; }
.bggrey{ background-color:#f1f1f1; }
.bggrey2{ background-color:#dfdfdf; }
.bggrey3{ background-color:#303030; }
.bggreen{ background-color: #8cbf31; }
.bgblue{ background-color: #003057; }
.bgblue2{ background-color: #4c87c6; }
.bgorange{ background-color: #f49615; }

/* BORDER */
.bwhite{ border: 1px solid #FFFFFF; }
.bblack{ border: 1px solid #000000; }
.bgrey{ border: 1px solid #f1f1f1; }
.bgrey2{ border: 1px solid #dfdfdf; }
.bgrey3{ border: 1px solid #303030; }
.bgreen{ border: 1px solid #8cbf31; }
.bblue{ border: 1px solid #003057; }
.bblue2{ border: 1px solid #4c87c6; }
.borange{ border: 1px solid #f49615; }

/* COLOR */
.white{ color:#FFFFFF; }
.black{ color:#000000; }
.grey{ color:#f1f1f1; }
.grey2{ color:#dfdfdf; }
.grey3{ color:#303030; }
.grey4{ color:#8f8f8f; }
.green{ color: #8cbf31; }
.blue{ color: #003057; }
.blue2{ color: #4c87c6; }
.orange{ color: #f49615; }

/* FONT-STYLE */
.fstb,.fwb{ font-style:bold; }
.fstn,.fwn{ font-style:normal; }
.fstl,.fwl{ font-style:100; }

/* FONT-FAMILY */
.ffhncb{ font-family: 'HelveticaNeue-CondensedBold','HelveticaNeue','Helvetica Neue',Arial,Verdana,sans-serif; }
.ffhn{ font-family: 'HelveticaNeue','Helvetica Neue',Arial,Verdana,sans-serif; }
.ffnb{ font-family: 'nexa_boldregular','HelveticaNeue','Helvetica Neue',Arial,Verdana,sans-serif; }
.ffnl{ font-family: 'nexa_lightregular','HelveticaNeue','Helvetica Neue',Arial,Verdana,sans-serif; }

/* FONT-SIZE */
.fs8{ font-size:8px; }
.fs10{ font-size:10px; }
.fs12{ font-size:12px; }
.fs14{ font-size:14px; }
.fs16{ font-size:16px; }
.fs18{ font-size:18px; }
.fs20{ font-size:20px; }
.fs22{ font-size:22px; }
.fs24{ font-size:24px; }
.fs26{ font-size:26px; }
.fs28{ font-size:28px; }
.fs30{ font-size:30px; }
.fs70{ font-size:70px; }

/* TEXT-ALIGN */
.txtleft{ text-align: left; }
.txtright{ text-align: right; }
.txtjustify{ text-align: justify; }
.txtcenter{ text-align: center; }

.left{float:left;}
.right{float:right;}
.clear{clear:both;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0; padding:0;}
table{ border-collapse:collapse; border-spacing:0;}
fieldset,img{ border:0;}
address,caption,cite,code,dfn,var{ font-style:normal; font-weight:normal;}
ol,ul{ list-style:none;}
caption,th{ text-align:left;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal;}
q:before,q:after{ content:'';}
abbr,acronym{ border:0;}

body,button,input,select,textarea{ color:#333; font-family:Arial,Verdana,sans-serif; font-size:12px; line-height:16px;}

/* Classes des images */
.alignleft{ display:inline; float:left;}
.aligncenter{ clear:both;	display:block; margin-left:auto; margin-right:auto;}
.alignright{ display:inline; float:right;}</pre></body></html>