@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background:url(../images/repeat_bg.jpg) repeat-x #ccc;
}

main {
	width:980px;
	margin:0 auto;
	position:relative;
}
#nav_menu{
	display:none;
}
#nav_menu img{
	padding:0;
	width:auto;
	margin-top:13px;
}
header nav{
	line-height:36px;
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
	float:right;
	margin-bottom:19px;
}

header nav ul{
	list-style:none;
}

header nav li{
	float:left;
}

header nav a{
	text-decoration:none;
	color:#38404b;
	display:block;
	padding: 0;
	text-transform:uppercase;
}

header nav li:hover, header nav li.selected{
	background:rgba(255,255,255,.65);
}

.btnYellow{
	background: #fcf4b0; /* Old browsers */
background: -moz-linear-gradient(top,  #fcf4b0 34%, #f1da36 67%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(34%,#fcf4b0), color-stop(67%,#f1da36)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcf4b0 34%,#f1da36 67%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcf4b0 34%,#f1da36 67%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcf4b0 34%,#f1da36 67%); /* IE10+ */
background: linear-gradient(to bottom,  #fcf4b0 34%,#f1da36 67%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf4b0', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */

	padding:10px;
	display:block;
	font-weight:normal;
	line-height:16px;
	text-decoration:none;
	color:#333;
}

.btnYellow div:first-child{
	font-size:1.6em;
	font-weight:bold;
}

.btnYellow div{
	font-size:1.2em;
}


footer{
	text-align:center;
	line-height:18px;
}

footer nav{
	height:40px;
	width:100%;
	margin:0px auto;
	line-height:44px;
	font-size:13px;
}
footer br{
	display:none;
}
footer nav ul{
	list-style:none;
}

footer nav li{
	padding:0 10px;
	display:inline-block;
	text-transform:uppercase;
}

footer nav a{
	color:#333;
	text-decoration:none;
	display: block;
}

footer nav a:hover{
	text-decoration:underline;
}

footer small{
	color:#666;
	font-size:11px;
	padding:5px 0;
}

.main-logo img{
	max-width: 500px;
}
header{
	text-align: center;
}

/*=============== MEDIA QUERIES ============*/
@media screen and (max-width: 768px) {
    main {
       width:700px;
	margin:0 auto;
	position:relative;

    }
    header nav a {
    text-decoration: none;
    color: #c0c0c0;
    display: block;
    padding: 0 18px;
    text-transform: uppercase;
        font-size: 13px;
}
}
@media screen and (max-width: 700px) {
body {
	background:#ccc;
}

main {
	width:320px;
	margin:0 auto;
	position:relative;
}

header{
	background:url(../images/repeat_bg_mobile.jpg) repeat-x #ccc;
}
#nav_menu{
	display:inline-block;
	height:40px;
	width:43px;
	text-align:center;
	padding:0;
	margin:0;
	background:black;
}
header img{
	width:256px;
	background:#000000;
	padding:10px;
}

header nav{
	text-align:left;
	margin-bottom:0;
}
header nav ul{
	background:black;
	width:100%;
	display:none;
	position:absolute;
	top:41px;
	left:0;
	z-index:10;
}

header nav li{
	float:none;
	border-bottom:1px solid #FFFF99;
}
header nav a{
	color:white;
	padding:inherit;
	padding-left:10px;
}
header nav li.selected a{
	background:black;
}

footer nav{
	display:none;
}

footer small{
	margin:10px 0;
}
}

.langBot {
    float: right;


}
.langBot a {
    color: #2c3546
}
.marg {
    margin-right: 30px;
}
.langue{
	float: right;
	display: flex;
	justify-content: space-between;
	width: 100%;
	gap: 4px;
}
header nav .langue a{
	color: white;
	font-size: 1em;
	/*padding-right: 5px;*/
}
#colorlang{
	color:orange;
}

nav ul .nav-item {
	margin-right: 10px;
}


#contact{
	background:#EDEDED;
	padding:20px;
	line-height:18px;
	margin:13px 0 20px;
}

#contact h1{
	font-size:2.2em;
	font-weight:bold;
	text-transform:uppercase;
}

#contact p{
	font-size:1.2em;
	padding-top:5px;
}

#contactIntro{
	width:64%;
	padding:10px;
	font-weight:bold;
	float:left;
}

#contactSupport{
	width:287px;
	background:#333;
	padding:15px;
	display:inline-block;
}

#contactSupport p{
	color:#fff;
	font-size:1.4em;
}

#contactSupport a:not(.btnYellow){
	color:#fff;
}

#contactSupport h2{
	font-size:1.9em;
	color:#FFFF99;
}

#contactSupport .liveSupportBtn{
	margin-top:10px;
}

#contactSupport p span{
	font-size:1.2em;
	color:#FFFF99;
}

#supportEmail{
	color:#fff;
	text-decoration:none;
}

@media screen and (max-width: 800px) {
	#contact{
		background:#EDEDED;
		padding:10px;
		line-height:18px;
		margin:0;
	}

	#contactIntro{
		width:100%;
		padding:0;
	}

	#contactSupport{
		width:290px;
		margin:10px 0 -10px -10px;
	}

	#contact h1{
		font-size:2em;
	}
}


#faq{
	background:#EDEDED;
	padding:20px;
	line-height:18px;
	margin:13px 0 20px;
}

#questions{
	width:70%;
	display:inline-block;
	vertical-align:top;
}

#questions h1{
	font-size:2.2em;
	font-weight:bold;
	text-transform:uppercase;
}

#questions h2{
	font-size:1.8em;
	padding-top:10px;
}

#questions p{
	font-size:1.2em;
	padding-top:5px;
}

#questions a{
	color:#333;
	font-weight:bold;
}

#liveSupport{
	width:200px;
	background:#333;
	display:inline-block;
	text-align:center;
	margin-left:40px;
	padding:10px;
}

#liveSupport h1{
	color:#FFFF99;
	font-size:1.6em;
	text-transform:uppercase;
}

#liveSupport p{
	color:#fff;
	font-size:1.2em;
	text-align:justify;
}

#liveSupport a{
	font-size:1.9em;
	font-weight:bold;
	line-height:24px;
	color:#333;
	text-decoration:none;
	text-transform:uppercase;
	padding:10px;
	display:block;
}

@media screen and (max-width: 800px) {

	#faq{
		padding:10px;
		margin:0;
	}

	#questions{
		width:100%;
	}

	#questions h1{
		font-size:2em;
		line-height:1.1em;
	}

	#questions h2{
		font-size:1.6em;
		padding-top:15px;
	}

	#liveSupport{
		width: 100%;
		text-align:left;
		padding: 10px;
		margin: 10px 0 -10px -10px;
	}

	#liveSupport img{
		display:none;
	}

	#liveSupport a{
		font-size:1.7em;
	}
}


#solutions{
	padding:20px;
	background:#FFF;
	margin:13px 0 20px;
}

#solutions h1{
	font-size:3.3em;
	color:#333;
}

#banner{
	width:310px;
	height:240px;
	background:url(../images/banner_pic1.jpg) no-repeat;
	float:left;
	position:relative;
	padding:20px 370px 20px 20px;
	color:#666;
}

#banner .btnYellow{
	position:absolute;
	bottom:7%;
	left:3%;
	width:290px;

	-webkit-box-shadow: 2px 3px 15px 0px rgba(92,92,92,1);
	-moz-box-shadow: 2px 3px 15px 0px rgba(92,92,92,1);
	box-shadow: 2px 3px 15px 0px rgba(92,92,92,1);
}

#banner p{
	font-size:1.3em;
	line-height:21px;
}

#cancellations{
	width:200px;
	height:260px;
	background:#393939;
	display:inline-block;
	margin-left:20px;
	color:#fff;
	padding:10px;
}

#cancellations h1{
	font-size:2.2em;
	text-transform:uppercase;
	color:#fff;
}

#cancellations h2{
	font-size:1.7em;
	padding-top:5px;
	color:#CCC;
}

#cancellations p{
	font-size:1.2em;
	line-height:15px;
	margin-top:5px;
	letter-spacing:.05em;
}

#cancellations a:not(.btnYellow){
	color:#FFF;
}

.btnCancelLiveChat, .btnCancelPhone{
	text-align:center;
	font-size:1.4em;
	margin:10px 0;
	font-weight:bold;
	padding:5px;
}

#serviceIntro{
	padding:20px;
	background:#bbb;
	margin:20px -20px -20px -20px;
}

#serviceIntro h1{
	font-size:2em;
	color:#fff;
	background:#393939;
	margin:-20px;
	margin-bottom:20px;
	padding:10px 20px;
}
#serviceIntro p{
	font-size:1.4em;
	line-height:20px;
}

#operations{
	padding:20px 0;
	background:#EDEDED;
	overflow:hidden;
}


#operations section{
	width:225px;
	float:left;
	padding:0 0 0 20px;
}

#operations section:nth-child(4){
	padding-right:20px;
	width:205px;
}

#operations h1{
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:15px;
}

#operations img{
	margin-bottom:4px;
}

#operations p{
	font-size:1.2em;
	line-height:20px;
	margin-bottom:5px;
	text-align:justify;
}

/*=============== MEDIA QUERIES ============*/

@media screen and (max-width: 800px) {

	#banner{
		width:100%;
		height:auto;
		background:none;
		padding:0;
	}

	#banner p{
		font-size: 1.2em;
		line-height: 20px;
		padding: 0 12px 12px 12px;
	}


	#banner .btnYellow{
		position: initial;
		width: 300px;
		text-align:center;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}

	#cancellations{
		width: 94%;
		height:auto;
		background:#393939;
		display:inline-block;
		margin:0;
		color:#fff;
	}

	#cancellations h1{
		padding:0 !important;
	}

	#cancellations h2{
		font-size:1.5em;
	}


	#solutions{
		margin:0;
		padding:0;
	}

	#solutions h1{
		font-size:1.3em;
		padding:10px;
	}

	#serviceIntro{
		margin:0;
	}

	#serviceIntro h1{
		font-size:1.5em !important;
		font-weight:bold;
		color: #333;
		background:none;
		margin-bottom: -3px;
		padding: 11px 18px;
	}

	#serviceIntro p{
		font-size: 1.2em;
		line-height: 17px;
	}

	#solutions h1{
		font-size:1.9em;
	}


	#solutionCenter img{
		width:100%;
		height:100px;
	}

	#operations{
		padding:2px;
	}

	#operations h1{
		font-size:1.6em;
		margin:10px 0;
	}

	#operations p{
		font-size:1.2em;
		line-height:18px;
	}

	#operations section, #operations section:nth-child(4){
		width: 86%;
		padding:0 0 0 20px;
	}

	.btnCancelLiveChat{
		padding:13px;
	}
}