@charset "UTF-8";
*{
	margin:auto;
}
@font-face {
    font-family: "Calibri";
    src: url('../../fonts/calibri.ttf');
}
@font-face {
    font-family: "Calibri";
    font-weight: bold;
    src: url('../../fonts/calibrib.ttf');
}
@font-face {
    font-family: "Calibri";
    font-style: italic;
    src: url('../../fonts/calibrii.ttf');
}
@font-face {
    font-family: "Calibri";
    font-weight: 200;
    src: url('../../fonts/calibril.ttf');
}


/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    font-family: "Calibri", sans-serif;
    color: #5a5a5a;
	font-size: 18px;
}

.little-height-space {
    height: 5px;
}

.height-space {
    height: 15px;
}

.cookie-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #216DAD;
	color: white;
	text-align: center;
	z-index: 9999;
	padding: 10px 40px;
	transition: all 1s ease;
}

.cookie-bar .row {
	display: flex;
}

.cookie-bar .align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important;
}

.cookie-bar a, .cookie-bar a:hover {
	color: white;
	text-decoration: underline;
}

.cookie-bar .btn.btn-default, .cookie-bar .btn.btn-default:hover {
	color: #216DAD !important;
	background-color: white !important;
}

.cookie-bar.d-none {
	display: none;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar-inverse{
    margin-bottom: 0;
    background-color: #216dad;
}
.navbar{
    border-radius: 0!important;
}
.navbar-default{
    z-index: 1;
    margin-bottom: 0;
}
.navbar-brand img{
    width: 120px;
}
#navbar li a{
    padding: 10px;
	color: white;
}
.navbar-nav>li>a {
    padding-top: 38px;
    padding-bottom: 38px;
}
#navbar-right-infos li p{
    color: white;
    font-size: 15px;
    font-weight: bold;
}
#navbar-right-infos li p span{
    margin-right: 10px;
}
.navbar-nav {
    font-size: 25px;
    font-weight: 300;
}
.navbar-nav img{
    width: 30px;
}
.menu-mobile{
    display: none;
}

.fixed-background{
	height: 150px;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 90px;
	background-position: center bottom;
}

#map {
	height: 300px;
}

.blue-arrow {
    color: #216DAD;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

/* CONTAINER */

	#box-banniere{
		height: 750px;
		padding-top: 20%;
		padding-left: 10%;
		color: #fff;
		background-image: url('../../img/wiredcontact/background-banniere.png');
		background-size: cover;
		background-attachment: fixed;
	}
	#box-banniere h1{
		font-size: 3em;
		text-transform: uppercase;
	}

	#box-banniere p{
		font-size: 1.5em;
	}
	#box-banniere button{
		font-size: 1.5em;
	}

	#btn-esp{
		padding: 1% 8% 1% 8%;
	}

	#box-ccm h2{
		text-align: center;
		margin-top: 5%;
	}

	#block-ccm-left{
		border: 2px solid lightgray;
		padding: 3%;
		width: 75%;
		border-bottom: 10px #2bad21 solid;
		margin-top: 20%;

	}

	#block-ccm-left p{
		margin-top: 1%;
	}

	#block-ccm-left-picture{
		background: url("../../img/wiredcontact/macbook.png");
		background-size: cover;
		height: 392px;
    width: 87%;
		margin-left: 0;
		margin-top: 25%;
	}

	#block-ccm-right{
		border: 2px solid lightgray;
		padding: 3%;
		width: 75%;
		border-bottom: 10px #216dad solid;
		margin-top: 30%;

	}

	#block-ccm-right p{
		margin-top: 1%;
	}

	#block-ccm-right-picture{
		background: url("../../img/wiredcontact/smartphone.png");
		/*background-size: cover;*/
		height: 400px;
		width: 400px;
		margin-top: 20%;

	}
	#block-ccm-center-picture{
		background: url("../../img/wiredcontact/timeline.png");
		/*background-size: cover;*/
		height: 833px;
		width: 50px;
		margin-top: 20%;
	}

	#box-ru{
		background: url("../../img/wiredcontact/background-ru.jpg");
		background-size: cover;
		background-position: center;
		padding-bottom: 50px;
	}

	#box-ru h2{
		text-align: center;
		padding-top: 5%;
		color: white;
	}
	#box-ru small{
		color: white;
	}

	.index-container-comment-type-image {
	    background-size: cover!important;
	    background-repeat: no-repeat;
	    width: 75px;
	    height: 75px;
	    border-radius: 10px;
	    float: left;
    margin-left: 20px;
	}

	.index-container-comment-type-container {
	    width: 75%;
	    z-index: 2;
	    margin-left: 5%;
	    padding: 6px;
	    -webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    border-radius: 10px;
	    background-color: white;
	    float: left;
	    position: relative;
	    border: 1px solid #bfbfbf;
	    margin-bottom: 5%;
			margin-top: 20px;
	}

.title-post{
	color: #216dad;
}
.box-com{
	width: 100%;
}
#demo{
	padding: 100px 0;
	margin: 30px 0 0;
	background-image: url('../../img/wiredcontact/background-ru.jpg');
	background-size: cover;
	background-attachment: fixed;
}
#demo a{
	background-color: #216DAD;
	color: white;
	padding: 30px 40px;
	border-radius: 5px;
	font-size: 25px;
	font-weight: bold;
}
/* FOOTER */
.footer{
    background-color: #2B353E;
    padding-top :  30px;
    padding-bottom: 30px;
}
.footer ul li{
    margin:  15px 0;
    list-style-type: none;
}
.footer h4{
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
}
.trait-title{
    background-color: #FE5000;
    width: 20%;
    height: 2px;
    display: inline-block;
    text-align: left;
    margin-bottom: 15px;
}
.footer ul{
    padding: 0;
}
.footer ul li a{
    color: white;
    text-decoration: none;
}
.footer p{
    color: white;
}
.footer-rs ul li{
    display: inline;
    margin: 15px;
}
.footer-rs ul li:first-child{
    margin-left: 0;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

