/*
Theme Name: Francois-2025
Theme URI: https://francoislancienguilberteau.com
Author: Maxime Bichon
Author URI: https://maximebichon.net
Description: Francois-2025
*/

/* RESET */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* FONTS */

@font-face {
    font-family: 'sloop';
    src: url('f/sloop_scripttwo-webfont.woff2') format('woff2'),
         url('f/sloop_scripttwo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* CUSTOM */

::-moz-selection {
	background:  rgba(42,42,42,0.99); color:black
}

::selection {
	background: rgba(42,42,42,0.99); color:black
}

::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
   background:black;
}

::-webkit-scrollbar-thumb {
    background: white; 
}
::-webkit-scrollbar-thumb:window-inactive {
	background:  white; 
}

/* GENERAL */

*{
	box-sizing: border-box;
}

html{
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}

body{
	background-color: #121212;
	font-family: Arial, serif;
	font-size: 12px;
	line-height: 1.5em;
	color:white;
	letter-spacing: 0.05em;
}

a{
	color: white;
	text-decoration: none;
}

em,i{
	font-style: italic;
}

.clear{
	clear: both;
}

.hidden{
	display: none;
}

.show{
	display: block;
}

.center{
	text-align: center;
}

img{
	max-width: 100%;
	height: auto;
}
/* LAYOUT */

#menu{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 500;
}

#menu_works{
	position: fixed;
	left:30px;
	top:30px;
	text-align: left;
}

#menu_works ul li{
	margin-bottom: 1em;
}

#menu a.active{
	text-shadow: 0 0 5px gold, 0 0 10px gold;
}

#menu_works a:hover,
#menu_works a.active,
.hover_link_fx:hover,
#lang a:hover,
#qtranslate-chooser .active{
	text-shadow: 0 0 5px gold, 0 0 10px gold;
}

#wrapper{
	margin-top: 30px;
	margin-left: 30px;
	width: 70%;
}

.marg30{
	margin-bottom: 30px;
}

.left{
	float: left;
	width: 55%;
	position: relative;
}

.right{
	float: right;
	width: 40%;
}

.ligne{
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.line{
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-top: 30px;
	margin-bottom: 0;
}

.divider{
	height: 20px;
	width: 100%;
	clear: both
}

.nomenclature, .texte, .titre{
	margin-bottom: 1em;
}

.portrait{
	max-width: 80%;
	height: auto;
}

.full .portrait{
	max-width: 100%;
	width: 100%;
	height: auto;
}

#wrapper.cv{
	margin-top: 30px;
	width: 50%;
	padding-bottom: 30px;
}

#wrapper.cv p{
	margin-bottom: 30px;
}

#wrapper.texts{
	margin-top: 30px;
}

.left{
	float: left;
}

.right{
	float: right;
}

.leftcol{
	float: left;
	width: 48%;
}

.rightcol{
	float: right;
	width: 48%;
}

img.nomarg{
	margin-bottom: 0;
}

.bordure img{
	border: 1px solid #2a2a2a;
}

.legendes{
	font-size: 11px;
}

.embed-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; max-width: 100%; height: auto; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* 2025 */

.blog{
	max-width: 900px;
}

#qtranslate-chooser{
	display: flex;
}

#lang .active{
	display: none;
}

#menu ul li{
	display: block;
}

#lang{
	position: fixed;
	top: 20px;
	right: 20px;
}

.capi::first-letter{
	text-transform: capitalize;
}