body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    background: scroll 0% 0% #fff;
    height: 100%
}
header {
    position: relative;
    height: 35px;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #556EE4 none repeat scroll 0% 0%;
    border: 0px solid #000;
    z-index: 999;
}
#main {
    min-height: 500px;
    width: 80%;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 0px 10px 0px;
    background: none;
    border-bottom: 0px solid #B0B0B0
}
footer {
    position: relative;
    height: 34px;
    display: block;
    bottom: 0px;
    left: 0px;
    width: 100%;
    margin: 0;
    padding: 12px 0 0 0;
    background: #FA9E27 none repeat scroll 0% 0%;
    border: 0px solid #000;
    z-index: 999;
	text-align:center;
	
}
footer p{
	display: block;
	margin: 0 auto;
	border: 0px solid #000;
	color:#44403a;
}
footer p:span{
	color:#fff;
}
footer p a{
	color: #44403a;
	text-decoration: underline;
}
.logo1{
		float:left;
    height: 35px;
    display: block;
	width: 100px;
	background: #ffffff;
 border: none;
}

.navbar {
    position: relative;
    height: 50px;
    width: 950px;
    margin: 0 auto 0 auto;
    padding: 0px;
    background: #3B3B3B none repeat scroll 0% 0%;
    border: none
}
.colm {
    position: relative;
    float: left;
    min-height: 100px;
    width: 68%;
    margin: 10px 0 -20px 0;
    padding: 0 1% 1% 1%;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    text-align: justify;
    box-sizing: border-box;
    background: #fff none repeat scroll 0% 0%;
    border: 0px solid #ccc
}
.cont {
    position: relative;
    float: left;
    min-height: 100px;
    padding: 0 1% 1% 1%;
    margin: -10px 0 0 0;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    text-align: justify;
    box-sizing: border-box;
    background: #fff none repeat scroll 0% 0%;
    border: 0px solid #ccc
}
.cont h4{height:4px;}
.colm > h1,.colm > h2,.colm > h3 {
	margin:0; padding:0;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    text-align: justify;
    background: none;
    border: none
}	
.colm > h1 {
    width: 96%;
    margin: 0;
    padding: 0 1%;
    color: #FA9E27;
    font-size: 28px;
    background: none;
    border: none;
}
.colm > img {
    width: 100%;
    margin: 0
}

.colmc {
    position: relative;
    float: left;
    min-height: 100px;
    width: 60%;
    margin: 10px 18%;
    padding: 20px 1%;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 2;
    text-align: justify;
    background: #F2F0F0;
    border: 1px solid #ccc;
}
.colmc > h1 {
    width: 96%;
    margin: 0;
    padding: 0;
    color: #FA9E27;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
    font-size: 18px;
    background: none;
    border: none
}
.colmc .rt {
    position: absolute;
    top: 4px;
    right: 4px;
    display: block;
    min-width: 50px;
    padding: 3px 5px;
    font: bold 12px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #FFF;
	text-decoration:none;
    background-color: #ec7f3b;
    border-radius: 2px;
}

.colmc .rtb {
    position: absolute;
    bottom: 4px;
    right: 4px;
    display: block;
    min-width: 50px;
    padding: 3px 5px;
    font: bold 12px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #FFF;
	text-decoration:none;
    background-color: #ec7f3b;
    border-radius: 2px;
}


.right {
    position: relative;
    float: right;
    min-height: 100px;
    width: 30%;
    margin: 10px 0 10px 0;
	padding:0;
	text-align:center;
}
.col_fr {
    position: relative;
    float: right;
    min-height: 300px;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 2% 0;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    text-align: justify;
    box-sizing: border-box;
    background: #556EE4 none repeat scroll 0% 0%;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0px 0px 3px #ccc
}
.col_fr > h1 {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 5px 0;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    background: #FA9E27  none repeat scroll 0% 0%;
    border: none;
    border-bottom: 1px solid #FA9E27 ;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    box-shadow: 0 2px 2px -1px #FA9E27 ;
}
.col_fr > h1:before {
    content: "";
    position: absolute;
    top: 32px;
    right: 80px;
    border-width: 14px 14px 0px;
    border-style: solid;
    border-color: #FA9E27 transparent;
    display: block
}
.col_fr .item {
    padding-bottom: 5px;
}
.col_fr .item input[type="text"] {
    width: 83%;
    margin: 2px 7%;
    padding: 5px;
    color: #5D5B5B;
    font-size: 15px;
    outline: medium none;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    border: medium none;
    background: #FFF none repeat scroll 0% 0%;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    border: 1px solid #ccc
}
.col_fr .item input[type=text]:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1)
}
.col_fr .item select {
    width: 86%;
    margin: 2px 7% 2px 7%;
    padding: 0px 8px;
    cursor: pointer;
    color: #5D5B5B;
    font-size: 14px;
    outline: medium none;
    border: medium none;
    background: #FFF none repeat scroll 0% 0%;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    border: 1px solid #ccc
}
.col_fr .item select > option {
    padding: 5px;
    cursor: pointer;
    color: #5D5B5B;
    font-size: 14px;
    outline: medium none;
    border: medium none;
    background: #FFF none repeat scroll 0% 0%;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    border: 0px solid #ccc
}
.col_fr .item select > option:disabled {
    background: #dddddd
}

.col_fr input[type="submit"] {
    width: 50%;
    margin: 5px 25% 1px 25%;
    padding: 5px;
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
    outline: medium none;
    background: #FA9E27 none repeat scroll 0% 0%;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    transition: all 0.3s ease-in-out 0s;
    border: 1px solid #E48D38;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 2px 2px -1px #757474
}
.col_fr input[type="submit"]:hover {
    background: #3d3d3d none repeat scroll 0% 0%;
    border: 1px solid #3d3d3d
}

.col_fr .ns {
    display: block;
    float: left;
    margin: 0px;
    padding: 2% 4%;
    min-height: 10px;
    width: 92%;
    border: 0px solid #000
}
.col_fr .ns label {
    display: block;
    float: left;
    margin: 0px;
    padding: 5px;
	 font-size: 13px;
    outline: medium none;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    border: 0px solid #000;
	color:#fff;
}

.tr {
	float:right;
    width: 98%;
    padding: 0 0 1% 0;
    color: #1C2C3C;
    font-size: 17px;
	font-weight: bold;
	text-align:center;
    background: none;
    border: none;
	margin:14px 0 14px 0;
}

.phone-call {
     background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #FA9E27;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    line-height: 38px;
	margin: 0;
    padding: 0 0 0 6px;
    text-decoration: none;
}
.phone-call::after {
    background-color: #FA9E27;
    background-image: url("arr.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    content: "Appelez-nous";
    display: inline-block;
    float: right;
    font-size: 12px;
    line-height: 28px;
    margin-left: 8px;
    margin-top: -1px;
    padding: 6px 10px 6px 15px;
    text-align: left;
    width: 95px;
	border:none;
}

.is_info, .is_success, .is_warning, .is_error {

margin: 10px 10px;
padding:12px 5px 12px 25px;
font-family: Arial;
font-size: 12px;
font-weight:bold;
text-transform: initial;
border-radius:.3em;
}
.is_info {
    color: #00529B;
    background-color: #BDE5F8;
	border:1px solid #00529B;
}
.is_success {
    color: #6DC213;
    background-color: #DFF2BF;
	border:1px solid #B5ED56;
	color: #fff;
    background-color: #6DC213;
	border:1px solid #6DC213;
}
.is_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.is_error {
	float:left;
	width:90%;
    color: #EA3D47;
	background:#FFBABA url('error.png') no-repeat 0px 45%;
    border:1px solid #F69E9E;
}
.lds{
margin: 10% 10px;
padding:5% 5px 5% 18px;
min-height:50px;
font-family: Arial;
background:#fff;
border:1px solid #6DC213;
border-radius:.3em;	
}
.iss_success{
margin: 10% 10px;
padding:5% 5px 5% 18px;
min-height:50px;
font-family: Arial;
background:#fff url('valid.png') no-repeat 0px 40%;
border:1px solid #6DC213;
border-radius:.3em;	
}
.iss_success .spn{
float:left;
margin: 0;
padding:0;
width:100%;
font-size: 13px;
font-weight:bold;
text-transform: initial;
color: #1FA517;

}
.iss_err{
margin: 10% 10px;
padding:5% 5px 5% 18px;
min-height:150px;
font-family: Arial;
background:#fff;
border:1px solid #A73F0F;
border-radius:.3em;	
}
.iss_err input[type="text"]{
    float:left;
    height:20px;
    width:200px;
    margin:2px 0px 0px 0;
    padding:5px;
	color:#585858;
    background-color: #fff;
    border: 1px solid #B0B0B0;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;		
}
.iss_err input[type="text"]:focus {
    outline: none;
	background-color: #fff;
	border:1px solid #0186ba;
    -moz-box-shadow: 0 0 5px #0186ba;
    -webkit-box-shadow: 0 0 5px #0186ba;
    box-shadow: 0 0 5px #0186ba;
}
.iss_err input[type="submit"] {
    background: #5D5B5B none repeat scroll 0% 0%;
    margin:0 5px;
	padding: 8px;
    color: #FFF;
    outline: medium none;
    cursor: pointer;
    width: 100px;
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    transition: all 0.3s ease 0s;
	border: medium none;
    border-radius: 3px;
}
.iss_err input[type="submit"]:hover {
	position: relative;
	background: #FA9E27  none repeat scroll 0% 0%;
	color: #FFF;	
}


@media only screen and (max-width: 991px) {
    #main {
        min-height: 500px;
        width: 100%;
        position: relative;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0 0px 10px 0px;
        background: none;
        border: 0px solid #B0B0B0
    }
    .colm {
        width: 60%;
        margin: 10px 20% 10px 20%;
        padding: 5px;
        font-size: 12px
    }
	.right {
    width: 60%;
    margin: 10px 20% 10px 20%
	}
	.tr {
    font-size: 18px;
	font-weight: bold;
	}

}
@media only screen and (max-width: 768px) {
    #main {
        min-height: 500px;
        width: 100%;
        position: relative;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0 0px 10px 0px;
        background: none;
        border: 0px solid #B0B0B0
    }
    .colm {
        width: 70%;
        margin: 10px 15% 10px 15%;
        padding: 5px;
        font-size: 12px
    }
	.right {
    width: 70%;
    margin: 10px 15% 10px 15%
	}

}
@media screen and (max-width: 640px) {
    #main {
        min-height: 500px;
        width: 100%;
        position: relative;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0 0px 10px 0px;
        background: none;
        border: 0px solid #B0B0B0
    }
    .colm {
        width: 80%;
        font-size: 12px;
        margin: 10px 10% 10px 10%;
        padding: 5px
    }
	.colm > h1,.colm > h2,.colm > h3 {
	font-size: 12px;

	}
    .colm > h4 {
        width: 96%;
        margin: 0;
        padding: 0 1%;
        color: #1C2C3C;
        font-size: 16px;
    }
	.right {
    width: 80%;
	margin: 10px 10% 10px 10%;
	}
	.tr {
    font-size: 16px;
	font-weight: bold;
	}
    .col_fr {
        position: relative;
        float: right;
        min-height: 300px;
        padding: 0 0 1% 0;
        color: #333;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        line-height: 1.42857;
        text-align: justify;

    }
    .col_fr > h1 {
        width: 100%;
        margin: 0 0 5px 0;
        padding: 6px 0;
        color: #FFF;
        font-size: 14px;

    }
    .col_fr > h1:before {
        content: "";
        position: absolute;
        top: 30px;
        right: 80px;
        border-width: 10px 10px 0px;
        border-style: solid;
        border-color: #1C2C3C transparent;
        display: block
    }

}
@media screen and (max-width: 480px) {
    #main {
        min-height: 500px;
        width: 100%;
        position: relative;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0 0px 10px 0px;
        background: none;
        border: 0px solid #B0B0B0
    }
    .colm {
        width: 100%;
        font-size: 12px;
        padding: 5px;
        margin: 10px 0 10px 0
    }
    .colm > h4 {
        width: 96%;
        margin: 0;
        padding: 0 1%;
        color: #1C2C3C;
        font-size: 16px;
        background: none;
        border: none
    }
	.right {
        width: 100%;
        margin: 10px 0 10px 0;
	}
	.tr {
    font-size: 14px;
	font-weight: bold;
	}
    .col_fr {
        position: relative;
        float: right;
        min-height: 300px;
        padding: 0 0 1% 0;
        color: #333;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        line-height: 1.42857;
    }
    .col_fr > h1 {
        width: 100%;
        margin: 0 0 5px 0;
        padding: 6px 0;
        color: #FFF;
        font-size: 12px;

    }
    .col_fr > h1:before {
        content: "";
        position: absolute;
        top: 30px;
        right: 80px;
        border-width: 10px 10px 0px;
        border-style: solid;
        border-color: #1C2C3C transparent;
        display: block
    }
	
	.is_info, .is_success, .is_warning, .is_error {
	width:85%;	
	margin: 10px 5px;
	padding:12px 5px 12px 25px;
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	text-transform: initial;
	border-radius:.3em;
	}
	
	footer p{
	width: 100%;

	}
	footer p i{
	width: 200px;
	font-size: 10px;
	}
	.colmc {
	width: 94%;
	margin-left: 2%;
	margin-right: 1%;
	padding-top: 20px;

	}	
	
}
p.titr{
	width: 100%;
    margin: 0 0 15px 0;
    padding: 5px 0;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    background: #FA9E27 none repeat scroll 0% 0%;
    border: none;
    border-bottom: 1px solid #FA9E27;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    box-shadow: 0 2px 2px -1px #FA9E27;
	font-weight:bold;
	}
	img.assuranceTaxi{
		width: 100%;
		height: auto;
	}
	img.Taxi{
		width: 48%;
		height: auto;
	}
	