/*** General template style ***/

html, body {
	min-height: 100%;
	height: 100%;
}

.container-fluid {
	min-height: 100%;
    height: 100%;
}

.body-bg {
    background: url("../images/pattern.png") repeat;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

.row-height {
	height: 100%;
	min-height: 100%;
	display: block;
}

.col-bg {
	background: url("../images/input-bg.png") repeat;
	height: 100%;
	min-height: 100%;
}

/* Animation */

.fade-animation {
  -webkit-animation: fade-me 5s; /* Safari 4+ */
  -moz-animation:    fade-me 5s; /* Fx 5+ */
  -o-animation:      fade-me 5s; /* Opera 12+ */
  animation:         fade-me 5s; /* IE 10+ */
}

.pop-in {
	-webkit-animation: pop-in 2.5s;
	-moz-animation: pop-in 2.5s;
	-ms-animation: pop-in 2.5s;
	animation: pop-in 2.5s;
	-o-animation: pop-in 2.5s;
}


@-webkit-keyframes fade-me {
  0%   { opacity: 0.2;  }
  50%   { opaciy: 0.5; }
  100% { opacity: 1; }
}
@-moz-keyframes fade-me {
  0%   { opacity: 0.2; }
  50%   { opaciy: 0.5; }
  100% { opacity: 1; }
}
@-o-keyframes fade-me {
  0%   { opacity: 0.2; }
  50%   { opaciy: 0.5; }
  100% { opacity: 1; }
}
@keyframes fade-me {
  0%   { opacity: 0.2; }
  50%   { opaciy: 0.5; }
  100% { opacity: 1; }
}

@-webkit-keyframes pop-in {
0% { opacity: 0; -webkit-transform: scale(0.2); }
100% { opacity: 1; -webkit-transform: scale(1); }
}
@-moz-keyframes pop-in {
0% { opacity: 0; -moz-transform: scale(0.2); }
100% { opacity: 1; -moz-transform: scale(1); }
}
@keyframes pop-in {
0% { opacity: 0; transform: scale(0.2); }
100% { opacity: 1; transform: scale(1); }
}


/* Header */

.logo {
	padding: 37px 0;
	text-align: center;
}

.logo a {
	color: #fff;
	font-size: 550%;
	font-weight: 900;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	border: 1px dotted #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	padding: 0 20px;
}

.logo a:hover {
	background: url("../images/input-bg.png") repeat;
}


/* Content */

aside h1 {
	color: #fff;
	font-size: 42px;
	font-weight: 900;
	font-family: 'Roboto Slab', serif;
	padding: 0 0 30px 0;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
}

aside h3 {
	color: #fff;
	font-size: 22.5px;
	font-weight: 100;
	font-family: 'Roboto Slab', serif;
	padding: 0 0 40px 0;
	text-align: center;
}

aside h3 span {
	font-weight: 700;
}

/* Unfold */

.unfold .form-group {
	position: relative;
}

.unfold input {
	
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-weight: 100;
	border: 1px dotted #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	background: url("../images/input-bg.png") repeat;
	height: 50px;
}

.unfold .search-me {
	position: absolute;
	top: 15px;
	right: 20px;
	color: #fff;
}

.unfold .search-me a {
	color: #fff;
}

.unfold .search-me a:hover i {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.unfold .meniu_links {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

.unfold .meniu_links a {
	color: #fff;
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	text-decoration: none;
}

.unfold .meniu_links a:hover i {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
}

.unfold .social {
	margin: 40px 0;
	text-align: center;
}

.unfold .social a {
	color: #fff;
	font-size: 18px;
	border: 1px dotted #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	margin: 0 6px 6px 6px;
	text-align: center;
}



.unfold .social a:hover i {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
}

/* Accordion */

#accordion {
	padding: 40px 0;
}

#accordion .panel {
	background-color: transparent;
	border-radius: 3px;
	border: 1px dotted #fff;
}

#accordion .panel-heading {
	background: url("../images/input-bg.png") repeat;
	background-color: transparent;
}

#accordion .panel-title {
	color: #fff;
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
}

#accordion .panel-title a {
	text-decoration: none;
	display: block;
}

#accordion .panel-title a:hover i {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
}

#accordion .panel-body {
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	text-align: justify;
	font-size: 16px;
}

#accordion .panel-body li {
	list-style-type:circle;
}

#accordion label {
	border-bottom: 1px dotted #fff;
	padding: 0 0 5px 0;
	display: block;
}

/* Footer */

footer {
	color: #fff;
	text-align: right;
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
}

/* Responsive utilities */

@media (max-width: 767px) {
	
	.logo {
		text-align: center;
	}
	
	.logo a {
		font-size: 60px;
	}
	
	aside h1,aside h3 {
		text-align: center;
	}
	
	.unfold .meniu_links {
		width: 100%;
	}
	
	.unfold .meniu_links a {
		font-size: 14px;
	}
	
	#accordion {
		padding: 10px 0;
	}
	
	#accordion .panel-title {
		font-size: 16px;
	}

	#accordion .panel-body {
		font-size: 12px;
	}
	
	footer {
		text-align: center;
		font-size: 12px;
	}
}

@media (max-width: 1024px) {
	body {
		height: auto;
	}
}

@media (max-width: 480px) {
	.logo {
		padding: 20px 0;
	}
	
	.logo a {
		font-size: 180%;
		padding: 0 20px;
	}
	
	aside h1 {
		
		font-size: 222%;
		padding: 0 0 15px 0;
	}
}

/* ConvertFL — identité « Studio » : couche commune aux pages publiques et privées. */
:root {
	--sd-bg: #f6f1e8 !important;
	--sd-panel: #fffdf8 !important;
	--sd-panel-soft: #fff5eb !important;
	--sd-text: #24213d !important;
	--sd-muted: #625d78 !important;
	--sd-primary: #e85d3f !important;
	--sd-primary-dark: #bd3c2b !important;
	--sd-accent: #5b4bc4 !important;
	--sd-danger: #b4234d !important;
	--sd-warning: #df7b18 !important;
	--sd-border: rgba(67, 56, 202, .18) !important;
	--sd-radius: 8px !important;
	--sd-shadow: 12px 12px 0 rgba(67, 56, 202, .14) !important;
}

body {
	color: var(--sd-text) !important;
	background: #f6f1e8 !important;
	font-family: ui-rounded, "Avenir Next", Avenir, "Trebuchet MS", sans-serif !important;
}

body::before {
	background:
		linear-gradient(rgba(91, 75, 196, .08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(91, 75, 196, .08) 1px, transparent 1px),
		radial-gradient(circle at 94% 8%, rgba(232, 93, 63, .2), transparent 24rem),
		radial-gradient(circle at 8% 85%, rgba(91, 75, 196, .16), transparent 28rem) !important;
	background-size: 28px 28px, 28px 28px, auto, auto !important;
}

a { color: #4b3caf !important; }
a:hover { color: #bd3c2b !important; }

.page-shell { width: min(1240px, calc(100% - 40px)) !important; }
.topbar { color: var(--sd-text) !important; border-bottom: 2px solid rgba(67, 56, 202, .18); padding-bottom: 20px; }
.brand, .brand:hover { color: #312e81 !important; font-family: Georgia, "Times New Roman", serif !important; letter-spacing: -.05em !important; text-shadow: none !important; }
.brand span { color: #e85d3f !important; }

.card-modern, .file-card, .dashboard-card, .bordimgmob, .traitement {
	background: #fffdf8 !important;
	border: 2px solid #312e81 !important;
	border-radius: 8px !important;
	box-shadow: 10px 10px 0 rgba(49, 46, 129, .15) !important;
	backdrop-filter: none !important;
}

.eyebrow, .file-ext {
	background: #fce7c9 !important;
	border: 1px solid #e85d3f !important;
	color: #923326 !important;
	border-radius: 4px !important;
}

.hero-title, .panel-title a, .file-name { color: #312e81 !important; }
.hero-subtitle, .panel-body, .file-dir { color: #625d78 !important; }

.btn-modern, .btn, .btn-success, .btn-primary, .btn-warning, .btn-danger, .submit,
input[type="submit"], input[type="button"], #copyButton, #sendMailBtn, #sendMailSubmit,
#btnsubmitMkDir, #btnconvert, button[type=submit] {
	background: #b93826 !important;
	border: 2px solid #7c271c !important;
	border-radius: 5px !important;
	box-shadow: 4px 4px 0 #312e81 !important;
	color: #ffffff !important;
	font-weight: 900 !important;
	text-shadow: none !important;
}
.btn-modern:hover, .btn:hover, .btn-success:hover, .btn-primary:hover, .btn-warning:hover,
.btn-danger:hover, .submit:hover, input[type="submit"]:hover, input[type="button"]:hover,
#copyButton:hover, #sendMailBtn:hover, #sendMailSubmit:hover, #btnsubmitMkDir:hover,
#btnconvert:hover, button[type=submit]:hover {
	background: #4538a8 !important;
	color: #ffffff !important;
	box-shadow: 2px 2px 0 #312e81 !important;
	transform: translate(2px, 2px) !important;
}
.btn-ghost, .btn.btn-ghost, .btn-ghost:hover, .btn.btn-ghost:hover {
	background: #fffdf8 !important;
	border-color: #312e81 !important;
	color: #312e81 !important;
}

.upload-zone, .action-card, .dropzone {
	background: #fff5eb !important;
	border: 2px dashed #e85d3f !important;
	border-radius: 8px !important;
}
.input-file-trigger, .format-badge, .dropzone::before {
	background: #5b4bc4 !important;
	border: 2px solid #312e81 !important;
	border-radius: 5px !important;
	box-shadow: 4px 4px 0 #e85d3f !important;
}
.modern-panel, .destination-card, .tag-cloud, .file-preview, .file-link-box, .stat {
	background: #fffaf2 !important;
	border-color: rgba(91, 75, 196, .28) !important;
	border-radius: 6px !important;
}
.panel-heading { background: #eeeafd !important; }
.seo-links a, .formats-list a { background: #eeeafd !important; color: #2d2570 !important; border-radius: 4px !important; }
.hero-visual { background: #fce7c9 !important; border: 2px solid #e85d3f; border-radius: 8px !important; }
.hero-visual img { filter: none !important; }
#zoneCopy, .bordjaune, .register-callout, .paypal-card { background: #fff0cf !important; border-color: #df7b18 !important; color: #6b4212 !important; border-radius: 6px !important; }
#legalInfo { background: #fce7e7 !important; border-color: #e85d3f !important; color: #842b28 !important; border-radius: 6px !important; }
footer { color: #312e81 !important; }
footer a { background: #312e81 !important; color: #fff !important; border-radius: 4px !important; }
