/*

Theme Name: adcis
Theme URI: https://wordpress.org/
Author: ADCIS
Description: adcis theme

*/


html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	min-width: 350px;
}

body {
	margin: 0;
	font-family: sans-serif;
	background-color: #f5f5f5;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

/* ///// hide es from menu ///// */
/*#lang_choice_1 option[value=es]{
	display: none;
}*/

.separation{
	height:2px;
	width:40px;
	background-color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.main-content{
	padding-left:8%;
	padding-right:8%;
}

h1{
	font-family: Montserrat;
	font-size:50px;
	font-weight: 700;
	color:#fdfdfd;
	margin:0;
}

h2{
    font-size: 32px;
    font-family: Montserrat;
    font-weight: 700;
}

h3{
    font-size: 25px;
    font-weight: 800;
    font-family: Montserrat;
}
h4{
	font-family: Montserrat;
    margin-bottom: 5px;
    font-size: 18px;
}
h5{
	font-family: Montserrat;
    margin-bottom: 5px;
    font-size: 15px;
}
h6{
	font-family: Montserrat;
    margin-bottom: 5px;
    font-size: 13px;
    color: #000;
}
p, ul, ol{
	font-family: sans-serif;
	font-size:16px;
	font-weight: 300;
	margin:0;
	color:#666;
}
span.red {
	color: #fc0005!important;
}
p span {
	font-family: sans-serif!important;
	color:#666!important;
}
p.strong{
	padding-top: 5px;
	font-weight: 500;
}
a{
	text-decoration: none;
	color: #fc0005;
}
p a{
	color:#fc0005;
}

.blackveil{
	width: 100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.55);
}
div.legende-img{
	font-style:italic;
}

/* liens */
.main-menu a{
    color: #fdfdfd;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    font-family: Montserrat;
}

a.main-link{
	color:#fdfdfd;
	font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    font-family: Montserrat;
    letter-spacing: 1px;
    padding-bottom: 6px;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.25)
}

li.current-menu-item a{
	border-bottom: 2px solid #fdfdfd;
}

li.current-menu-item .sub-menu a{
	border:0;
}

.sub-menu li.current-menu-item a{
	border-bottom: 0;
}

.sub-menu .menu-item a:hover{
/*	padding-bottom:0;
	border-bottom: 0;*/
}

a.main-link{
	margin-top: 10px;
    display: inline-block;
    background-color: #fc0005;
    padding: 18px 5px 18px 5px;
    width: 200px;
    text-align: center;
    border-radius: 10px;
}

/* ---------- forms ------- */
.form-container{
	margin-top: 70px;
}
.message-form-sent{
	margin-bottom: 20px;
}
form.main-form{
	padding-top: 40px;
	max-width: 645px;
	margin:0 auto;
}
label{
	font-family: sans-serif;
    font-size: 15px;
    font-weight: 500;
    color:#8B8B8B;
    display: block;
}
textarea{
	font-family: sans-serif;
    font-size: 16px;
    font-weight: 500;
    color:#121210;
    border-radius: 3px;
	background-color: #f5f5f5;
	border:1px solid #8B8B8B;
	padding-left: 10px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
select{
	border:1px solid #8B8B8B;
}

input[type=file] {
	margin-bottom: 10px;
}

input[type=text], input[type=email], input[type=password],
input[type=tel], input[type=url] {
	font-family: sans-serif;
    font-size: 16px;
    font-weight: 500;
    color:#121210;
    border-radius: 3px;
	background-color: #f5f5f5;
	height:35px;
	border:1px solid #8B8B8B;
	padding-left: 10px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
input:focus {
	outline:none;
}
input:focus, textarea:focus, select:focus {
	border-color: #fc0005;
}
label.required::before {
	content: "*";
	color: #fc0005;
}
input.required, textarea.required, select.required {
	border-width: 2px;
}
form .checkbox-container, form .select-container{
	display: flex;
	align-items: center; 
}
form .select-container{
	margin-bottom: 15px;
    margin-top: 15px;
}
.select-container select{
    margin-left: 10px;
    font-family: sans-serif;
}
input[type=checkbox]{
	margin-bottom: 0px;
	margin-right: 15px;
    width: auto;
}
form .buttons{
	margin-top: 30px;
	display: flex;
	flex-flow: row wrap;
}

input[class=submit], input[type=button], form.main-form button, .download-button-custom,
.buttons input.button, .wheretobuy-btn {
	color: #fff!important;
	margin-right: 15px;
	background-color: #fc0005;
    padding: 18px 5px 18px 5px;
    width: 200px;
    height:53px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border:0;
    color: #fdfdfd;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    font-family: sans-serif;
    letter-spacing: 1px;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.25);
	cursor: pointer;
}
.download-button-custom .fas {
	color: #fff!important;
}
.discrete-download-button {
	 background:none!important;
     border:none; 
     padding:0!important;
	 cursor: pointer;
	 text-align: left;
}
.discrete-download-button .fas, .discrete-download-button span {
	font-size: 16px;
}
.discrete-download-button span {
	font-weight: bold;
}
input[type=file]{
	font-family: sans-serif;
}
form#distributors{
	margin-top: 15px;
}
.wheretobuy-btn {
	display: block;
	margin-top: 15px;
}
.form-container #recaptcha{
	margin-top: 10px;
	margin-bottom: 10px;
}
input[type=submit]:hover, input[type=button]{
	cursor: pointer;
}

div.LogoList
{
	display: inline-block;
}

div.LogoList a
{
	float: left;	
}

div.LogoList img
{
	margin: 0px 10px 0px 10px;	
}

a[href^='mailto:']::after {
	content: "\2709";
}