 @charset "utf-8";
/* Ne pas inclure dans le template !! Specifique BF !! CSS a deposer sur la plateforme OT */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,700,500italic,700italic,900,900italic');

@font-face {
    font-family: "TradeGothic";
    src: url("../../fonts/fb/TradeGothicLTComBold.eot"); /* IE9*/
    src: url("../../fonts/fb/TradeGothicLTComBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("../../fonts/fb/TradeGothicLTComBold.woff2") format("woff2"), /* chrome-firefox */
        url("../../fonts/fb/TradeGothicLTComBold.woff") format("woff"), /* chrome-firefox */
        url("../../fonts/fb/TradeGothicLTComBold.ttf") format("truetype"), /* chrome-firefox-opera-Safari, Android, iOS 4.2+*/
        url("../../fonts/fb/TradeGothicLTComBold.svg#TradeGothic") format("svg"); /* iOS 4.1- */
}

html{
	font-size: 62.5%;
}

body{
	/*font-size: 1.4rem;*/
	font-size: 1.4rem;
	font-family: 'TradeGothic', sans-serif;
	background-color: white;
	margin-left: 100px;
}

.title {
    font-size: 2.4rem;
	text-transform: uppercase;
	color: #00ACE7;

}

        .tooltip {
            position: relative;
            display: inline-block;
            cursor: pointer;
        }

        .tooltip .tooltip-text {
            visibility: hidden;
            width: 140px;
            background-color: black;
            color: #fff;
            text-align: center;
            padding: 5px;
            border-radius: 5px;
            position: absolute;
            bottom: 125%;
            left: 50%;
            transform: translateX(-50%);
            opacity: 0;
            transition: opacity 0.3s;
            white-space: nowrap;
        }

        .tooltip:hover .tooltip-text {
            visibility: visible;
            opacity: 1;
        }

        .help-icon {
            display: inline-block;
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            font-size: 14px;
            font-weight: bold;
            color: white;
            background-color: gray;
            border-radius: 50%;
            cursor: pointer;
            margin-left: 5px;
            position: relative;
        }

        .help-icon .tooltip-text {
            visibility: hidden;
            width: 140px;
            background-color: black;
            color: #fff;
            text-align: center;
            padding: 5px;
            border-radius: 5px;
            position: absolute;
            bottom: 125%;
            left: 50%;
            transform: translateX(-50%);
            opacity: 0;
            transition: opacity 0.3s;
            white-space: nowrap;
        }

        .help-icon:hover .tooltip-text {
            visibility: visible;
            opacity: 1;
        }

h2 {
    color: #13529F;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 25px;
    font-family: 'TradeGothic', sans-serif;

}

h1,h2,h3,.title, input, .btn{
	letter-spacing:-0.3px;
}

.btn {
	font-weight: 600;
	font-size: 1.7rem;
	line-height: 1.643;
	box-sizing: border-box;
	padding: .6071em .7143em;
	text-align: center;
	vertical-align: middle;
	background-color: #00ACE7;
	border-radius: 0;
	border: 0;
	height: 38px;
  	color:white;
  	text-decoration:none;
  	text-transform:uppercase;
}

.btn:hover{
	background-color: #13529F;
}


label {
	font-weight:600;
	margin-top: 10px;
	padding-right: 10px;
	width: 90%;
	color: #13529F;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}

input{
	text-transform: uppercase;
	color: #13529f;
	/*font-size:1em;*/
	padding: .6071em .7143em;
	line-height: 1.643;
}

input,select{
	border: 1px solid #c9d4d9;
	height: 38px;
	padding-left: 5px;
}

input, select, textarea{
	box-shadow: inset 0.0589em 0.1177em 0.1177em rgba(51,51,51,0.25);
}

input[type=text], input[type=email], select {
    width: 96%;
}

.btn_img{
	display:none;
}

/*Legende*/
.mentions_blcFR{
	color: #00ACE7;
}

/*Asterix*/
.required{
	color: #00ACE7;
}

/*Inputs en erreur*/
.errors input{
	border: 1px solid red;
}
img.errors{
	display:none;
}
.error{
	color:red;
	display:block;
}

ul, ol{
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-padding-start: 0px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
}

li{
	list-style-type: none;
	margin-left:0;
	padding-left:0;
}

#demandeAttestationForm li{
	margin-bottom: 1em;
}

#displacementCertificateForm li{
	margin-bottom: 1em;
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.attestationTransportResultAttestation{
	color: #13529F;
    font-weight: 600;
    font-size: 2rem;
    text-transform:none;
    text-align:left;
    text-indent: 0;
    background-color: transparent;
    margin-bottom:45px;
}

.attestationTransportResult{
	margin : 0;
}




