/* @font-face {
  font-family: "PT Sans Web";
  src: url('../fonts/PT_Sans-Web-Regular.ttf?1285030800') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PT Sans Web";
  src: url('../fonts/PT_Sans-Web-Bold.ttf?1285030800') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "PT Sans Web";
  src: url('../fonts/PT_Sans-Web-BoldItalic.ttf?1285030800') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "PT Sans Web";
  src: url('../fonts/PT_Sans-Web-Italic.ttf?1285030800') format('truetype');
  font-weight: 400;
  font-style: italic;
} */

@font-face {
  font-family: "PT Sans Web";
  src: url("font/PT_Sans-Web-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "PT Sans Web";
  src: url("font/PT_Sans-Web-BoldItalic.ttf") format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "PT Sans Web";
  src: url("font/PT_Sans-Web-Italic.ttf") format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "PT Sans Web";
  src: url("font/PT_Sans-Web-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "arialuni";
  src: url("font/arialuni.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}


body {
  color: #666666;
  background-color: #FFFFFF;
  font-family: "PT Sans Web",sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5rem;
}
div.container {
  padding-bottom: 20px;
}

a, a:hover {
  text-decoration: none;
}

p {
  font-size: 1.3rem;
  padding-bottom: 1rem;
}
p a {
  text-decoration: underline;
  color: #0b5c84;
}

strong, .strong {
  font-weight: bold;
}

blockquote p {
  padding-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1 {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
}

h2 {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0px;
  margin: 0;
  line-height: 2.1rem;
}
h2 p {
  font-size: 1.8rem;
  font-weight: normal;
}

h3 {
  font-size: 1.5rem;
  padding: 0px;
  margin: 0;
  line-height: 2.4rem;
  font-weight: bold;
}

h4 {
  font-size: 1em;
  font-weight: bold;
}

h5 {
  font-size: .83em;
}

h6 {
  font-size: .67em;
  margin-top: 10px;
}

img {
  max-width: 100%;
  height: auto;
}

label {
  font-weight: normal;
}

.container {
  position: relative;
  max-width: 986px;
  padding-right: 0;
  padding-left: 0;
}

.go-left {
  float: left;
}

.top-right-nav {
  position: absolute;
  top: 29px;
  right: 0px;
  height: 45px;
}
.top-right-nav a, .top-right-nav img {
  vertical-align: middle;
}
.top-right-nav ul {
  float: right;
  margin: 15px;
}
.top-right-nav ul li {
  display: inline;
}
.top-right-nav .icoRecherche {
  background: url("../images/Recherche_v2.png") no-repeat center;
  margin-right: -1px;
  background-size: 20px;
}
.top-right-nav .icoRecherche:hover {
  background: url("../images/recherche_hover.png") no-repeat center #13334D;
}
.top-right-nav .icoPersonne {
  background: url("../images/silhouette.png") no-repeat center;
  background-size: 25px;
}
.top-right-nav .icoPersonne:hover {
  background: url("../images/silhouette_hover.png") no-repeat center #13334D;
}
.top-right-nav .icoRecherche, .top-right-nav .icoPersonne {
  height: 45px;
  width: 45px;
  border: 1px #DDDDDD solid;
  float: right;
}

.pagination {
  color: #13334D;
  font-size: 2rem;
}
.pagination.header {
  float: right;
  margin: 0;
}
.pagination.footer {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

/* Main-header */
header {
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 767px) {
	header {
		padding:20px 15px !important;
	}
}
header figure {
  display: inline-block;
  vertical-align: middle;
}
header figure img {
  margin-left: auto;
  margin-right: auto;
}
header #header__logo {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  header #header__logo {
    margin-top: 2.5%;
    height: 92px;
    width: 318px;
    background: url("../images/Logo_3Langues.png") no-repeat center;
  }
}
@media screen and (max-width: 991px) {
  header #header__logo {
    height: 92px;
    width: 145px;
    background: url("../images/Logo_3Langues.png") no-repeat center;
    background-size: 145px;
  }
}
@media (max-width: 600px) {
  header #header__logo {
    height: 63px;
    width: 100px;
    background-size: 100px;
  }
}
@media (max-width: 300px) {
  header #header__logo {
    height: 42px;
    width: 67px;
    background-size: 67px;
  }
}
header #header_buttons {
  vertical-align: middle;
}
header ul {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
header .link-lang li {
  display: inline;
}
header .link-lang li a {
  color: #13334D;
  font-size: 18px;
}
header .link-lang li a:hover {
  color: #11456E;
}
header .link-lang::after {
  content: "  ";
  padding: 5px;
}

/* Navigation */
#navigation {
  position: relative;
  z-index: 100;
	border:none;
	min-height:0;
	margin-bottom:0;
	padding:0;
	border-radius:0;
	height:50px;
}
#navigation>.container {
	padding-bottom:0;
}
#menu-top {
	margin:0 auto;
	display:inline-block;
	padding:0;
}
#navigation ul.navbar-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#navigation ul.navbar-nav a {
  text-decoration: none;
  display: block;
  padding: 8px 32px;
  color: #13334D;
}
#navigation ul.navbar-nav a:hover {
  color: #FFFFFF;
}
#navigation ul.navbar-nav li {
  display: inline-block;
  position: relative;
  text-align: left;
}
#navigation ul.navbar-nav li a {
  display: inline-block;
  padding: 15px 14px;
  color: #13334D;
  text-transform: uppercase;
}
#navigation ul.navbar-nav li.active>a {
  background-color: #13334D;
  color: #FFFFFF;
  font-style: bold;
}
#navigation ul.navbar-nav li:hover {
  background-color: #13334D;
}
#navigation ul.navbar-nav li:hover a {
  color: #FFFFFF;
}

ul.dropdown-menu {
  margin: 0px;
  padding: 10px 0;
  list-style: none;
  position: absolute;
  display: none;
  left: 0;
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  color: #13334D;
	width:200px;
}
ul.dropdown-menu li {
  display: inherit;
  width: 200px !important;
  padding: 0px 30px;
}
ul.dropdown-menu li a {
  text-transform: inherit;
  padding: 0;
	display:block;
	width:100%;
  font-size: 0.9em;
	border-bottom: 1px solid #dddddd;
	text-transform:none !important;
}
ul.nav__top-nav li ul.sub_menu hr {
  width: 110px;
  margin: 0 auto;
}
ul.dropdown-menu li a {
  color: #13334D !important;
	padding:10px 0 !important;
}
ul.dropdown-menu li:hover>a {
	/*display:block;*/
  background-color: #13334D;
  color: #FFFFFF !important;
	border-bottom: 1px solid #13334D;
}
ul.dropdown-menu li:last-child a {
	border-bottom: none !important;
}

li.dropdown2 .glyphicon {
	position:absolute;
	right:15px;
	top:10px;
}
ul.dropdown-sousmenu {
	/*display:none;*/
	position:absolute;
	margin-left:160px;
	background:#fff;
	margin-top:-40px;
	border:1px solid #ddd;
  display: none;
}
ul.dropdown-sousmenu li a {
	display:block;
  background-color: #fff;
  color: #13334D;
	border-bottom: 1px solid #dddddd;
}
ul.dropdown-sousmenu li:hover a {
	display:block;
  background-color: #13334D !important;
  color: #FFF !important;
	border-bottom: 1px solid #13334D !important;
}
ul.dropdown-sousmenu li a:hover {
  color: #FFF !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.sep {
	color:#ddd;
}

@media (max-width: 767px) {
	.sep {
		visibility:hidden;
		display:none;
	}
	#navigation {
		height:auto;
	}
	#menu-top {
		display:block;
		width:100%;
	}
	#navigation ul.navbar-nav li {
		display: block;
		width:100%;
		border-top:1px solid #dddddd;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: transparent;
	}
	#navigation ul.navbar-nav li a {
		display:block;
	}
	#navigation ul.navbar-nav li:hover {
		background-color: transparent;
	}
	#navigation ul.navbar-nav li a:hover {
		color:#000;
	}
	ul.dropdown-menu {
		padding:0;
		background:#fff !important;
		width:100% !important;
	}
	ul.dropdown-menu li {
		width:100% !important;
	}
	#navigation ul.navbar-nav li:hover {
		background-color: #fff;
	}
	ul.dropdown-menu li a {
		border-bottom: transparent;
	}
	ul.dropdown-menu li:hover a {
		background-color: #fff;
		color: #000;
		border-bottom: transparent;
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
		background-color: #13334D;
		color: #fff !important;
	}
	.navbar-default .navbar-nav > .open  ul.dropdown-menu a, .navbar-default .navbar-nav  .open > ul.dropdown-menu a:focus, .navbar-default .navbar-nav  .open > ul.dropdown-menu a:hover,
	.navbar-default .navbar-nav > .open  ul.dropdown-menu  li:hover a {
		color: #000 !important;
	}
	li.dropdown2 .glyphicon {
		display:none;
	}
}
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
  ul.nav li.dropdown2:hover > ul.dropdown-sousmenu {
    display: block;
  }
	.dropdown-submenu:hover>.dropdown-menu {
    display: block;
	}

}

#banner {
  color: #FFFFFF;
  padding: 15px 0 0 0;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #banner {
    padding: 30px;
    text-align: left;
  }
}
#banner p {
  color: #D1D3D4;
}
#banner.banner__default {
  height: 155px;
}
#banner.banner__database {
  height: 74px;
}

aside section {
  background-color: white;
  border: 1px solid #DDDDDD;
  margin-bottom: 10px;
  position: relative;
}
aside section h1, aside section h3 {
  text-transform: uppercase;
}
aside section table tr th, aside section table tr td {
  padding: 15px;
  background-color: white;
}
aside section table tr .columnLeft {
  font-size: 30px;
  color: #2168a7;
  text-align: right;
}
aside section table tr .columnRight {
  color: #666666;
}
aside section.first {
  margin-top: -15px;
}
aside section::after {
  left:0;
  content: '';
  position: absolute;
  top: 100%;
  height: 39px;
  width: 100%;
  background-image: url("../images/OmbreTransparente_Ecrasée_V2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  border-top: inherit;
  border-top-color: transparent;
  display: block;
}

aside section > h1 {
  color: #13334D;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 15px;
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #DDDDDD;
}

.section__top {
  margin-top: -110px;
}

.section__middle {
  margin-top: -15px;
}

#service ul {
  margin: 0;
}
#service ul li {
  display: block;
  height: 80px;
  border-bottom: 1px solid #DDDDDD;
}
#service ul li .item {
  position: relative;
  width: 85px;
  height: 80px;
  border: 1px solid transparent;
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin-right: 10px;
  float: left;
}
#service ul li .item p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.3rem;
  padding: 0;
  line-height: 1.1rem;
}
#service ul li .item p span {
  font-size: 0.8rem;
}
#service ul li .service__content {
  line-height: 80px;
}
#service ul li .service__content p {
  padding-bottom: 0;
}
#service ul li a {
  color: #13334D;
}
#service ul li:hover a {
  color: white;
}
#service ul li:last-child {
  border: none;
}

#nav_one ul, .nav_two ul {
  vertical-align: middle;
  margin: 0;
	list-style-type:none;
	padding-left:0;
}
#nav_one ul li, .nav_two ul li {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
}
#nav_one ul li a, .nav_two ul li a {
  margin: 0 30px;
  color: #666666;
}
#nav_one ul li.selected, .nav_two ul li.selected {
  background-color: #11456E;
}
#nav_one ul li.selected a, .nav_two ul li.selected a {
  color: white;
}
#nav_one ul li:hover, .nav_two ul li:hover {
  background-color: #11456E;
  color: white;
}
#nav_one ul li:hover a, .nav_two ul li:hover a {
  color: white;
}
#nav_one ul li:last-child, .nav_two ul li:last-child {
  border: none;
}
#nav_one ul a:hover, .nav_two ul a:hover {
  background-color: #11456E;
  color: white;
  width: 100%;
}

#download .download__content {
  padding-left: 10px;
  display: inline-block;
}
#download a {
  font-weight: bold;
  display: inline-block;
}
#download p {
  color: #666666;
}
#download figure {
  padding: 30px 0 0 30px;
}
#download figure img {
  width: 30px;
  height: 40px;
  float: left;
}

#shop .shop__content {
  padding: 15px;
}
#shop .shop__content #shop__title {
  font-size: 2.5rem;
}
#shop .shop__content #shop__price {
  font-size: 4rem;
}
#shop .shop__content button, .listprod__content button {
  border: none;
  text-align: right;
  display: block;
  background-color: #13334D;
  color: white;
  padding: 10px;
  margin: auto;
}
#shop p {
  color: #13334D;
  padding: 5px;
}
#shop small {
  color: #13334D;
  font-size: 1.5rem;
}
#shop figure img {
  display: block;
  float: left;
  margin: 0px 10px 10px 0px;
}

#followUs .followUs__content {
  text-align: center;
  padding: 15px;
}
#followUs .followUs__content img {
  margin-left: auto;
  margin-right: auto;
}
#followUs .followUs__content ul {
  list-style-type: none;
  text-align: center;
}
#followUs .followUs__content ul li {
  display: inline-block;
}
#followUs .followUs__content ul li a {
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  padding: 10px 10px 10px 10px;
  color: #DDDDDD;
}
#followUs .followUs__content ul li a:hover {
  color: #666666;
}
#followUs .followUs__content i {
  -moz-border-radius: 16px 16px 16px 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px 16px 16px 16px;
  font-size: 1.6em;
  width: 1.6em;
  text-align: center;
  border: 1px solid #DDDDDD;
  line-height: 1.6em;
}

/* Footer */
#footer {
  background-color: #11456E;
  padding: 20px;
  margin: 0 auto;
}
#footer img.logoLeft {
  float: left;
}
#footer img.logoRight {
  float: right;
}
#footer ul {
  list-style-type: none;
  text-align: center;
}
#footer ul li {
  display: inline-block;
  vertical-align: middle;
}
#footer ul li a {
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  color: white;
}
#footer ul li a:hover {
  background-color: #13334d;
  color: #FFFFFF;
}
#footer ul li + li:before {
  content: "|";
  padding: 0 1em;
  color: #2168a7;
}
#footer .footer__mobile {
  text-align: center;
  vertical-align: middle;
}
#footer.footer__database {
  background: #1e5799;
  background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 0%, #7db9e8 100%);
  background: -webkit-linear-gradient(top, #1e5799 0%, #2989d8 0%, #7db9e8 100%);
  background: linear-gradient(to bottom, #1e5799 0%, #2989d8 0%, #7db9e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
  color: white;
  padding-top: 15px !important;
  padding-bottom: 15px;
}
#footer.footer__database.footer__purple {
  background: #6E21A5;
  background: -moz-linear-gradient(top, #4a28d3 1%, #768adb 100%);
  background: -webkit-linear-gradient(top, #4a28d3 1%, #768adb 100%);
  background: linear-gradient(to bottom, #4a28d3 1%, #768adb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a28d3', endColorstr='#768adb',GradientType=0 );
}
#footer.footer__database.footer__blue {
  background: #2168a7;
  background: -moz-linear-gradient(top, #2168a7 1%, #768adb 100%);
  background: -webkit-linear-gradient(top, #2168a7 1%, #768adb 100%);
  background: linear-gradient(to bottom, #2168a7 1%, #768adb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$bluelight', endColorstr='#768adb',GradientType=0 );
}
#footer #rss {
  background: url("../images/rss.png") no-repeat center;
  height: 17px;
  width: 17px;
  background-size: 14px;
}

.button-group {
  font-size: 0;
}
.button-group li {
  display: inline-block;
}

.button a {
  background-color: white;
  text-align: center;
  padding-top: 6px;
  border: solid 1px #DDDDDD;
  color: #13334D;
  font-size: 15pt;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.button a:hover {
  background-color: #11456E;
}

.left {
  float: left;
}

/*
  Commun
*/
#header {
  background-color: white;
}

#navigation {
  background-color: white;
}

#banner {
  background-color: #13334D;
}

#mainContent {
  background-color: #F4F4F4;
}

article {
  position: relative;
  border: 1px solid #DDDDDD;
  background-color: white;
  margin-bottom: 12px;
  text-align: left !important;
}
article h1, article h2, article h3, article h5, article h6 {
  font-weight: bold;
  color: #13334D;
}
article h1 {
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #DDDDDD;
  padding-left: 15px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
article h3 {
  text-transform: none;
  margin: auto;
}
article h4 {
  color: #666666;
}
article time, article p, article li, article span {
  color: #666666;
}
article p {
  padding: 0;
}
article img {
  display: block;
}
article img.alignLeft {
  float: left;
  margin: 0px 10px 10px 0px;
}
article img.alignRight {
  float: right;
  margin: 0px 10px 10px 0px;
}
article.disclaimer {
  width: 520px;
  margin-top: -30px;
}
article .article__content {
  padding: 30px;
  display: inline-block;
  width: 100%;
}
article .article__content h1 {
  border-bottom: 0;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 0;
}
article .article__content h2 {
  line-height: 2.3rem;
  margin-bottom: 12px;
}
article .article__content h3 {
  line-height: 1.7rem;
  margin-bottom: 10px;
}
article .article__content time {
  display: block;
  margin-bottom: 10px;
}
article .article__content img.wide {
  margin-bottom: 12px;
}
article .article__content.mavise h3, article .article__content.mavise h4, article .article__content.merlin h3, article .article__content.merlin h4 {
  font-size: 1.5rem;
  color: #13334D;
}
article .article__content.mavise h3, article .article__content.merlin h3 {
  margin-bottom: 0;
}
article .more-link {
  color: #2168a7;
  font-weight: bold;
  text-align: right;
  display: block;
  font-size: 1.4rem;
}
article:after {
  left:0;
  content: '';
  position: absolute;
  top: 100%;
  height: 39px;
  width: 100%;
  background-image: url("../images/OmbreTransparente_Ecrasée_V2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  border-top: inherit;
  border-top-color: transparent;
}

.img_full {
  width: 100%;
  height: auto;
}

.img_cube {
  width: 200px;
  height: 200px;
}

.img_rectangle {
  width: 100%;
  /*height: 150px;*/
  margin-bottom: 12px;
}

/* Commun Familles */
.lum, .mavise, .merlin, .avmsd, .irisnews, .yb {
  background: #FFFFFF;
  color: #13334D;
}
.lum, .mavise, .merlin, .avmsd, .yb {
  margin-bottom: 40px;
}
.lum.first, .mavise.first, .merlin.first, .avmsd.first, .irisnews.first, .yb.first, .ybh.first {
  margin-top: -61px;
}
.lum section, .mavise section, .merlin section, .avmsd section, .irisnews section {
  position: relative;
}
.lum section a, .mavise section a, .merlin section a, .avmsd section a, .irisnews section a {
  color: #13334D;
  text-decoration: underline;
}
.lum section p, .mavise section p, .merlin section p, .avmsd section p, .irisnews section p {
  padding: 0;
  line-height: 1.6rem;
}
.lum section #main-header, .mavise section #main-header, .merlin section #main-header, .avmsd section #main-header, .irisnews section #main-header {
  position: relative;
}
.lum section input[type="text"], .mavise section input[type="text"], .merlin section input[type="text"], .avmsd section input[type="text"] {
  width: 100%;
}
.lum section input[type=radio], .mavise section input[type=radio], .merlin section input[type=radio], .avmsd section input[type=radio] {
  display: none;
}
.lum section input[type=radio] + label::before, .mavise section input[type=radio] + label::before, .merlin section input[type=radio] + label::before, .avmsd section input[type=radio] + label::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/butonradio.png);
  background-position: 0 -14px;
  margin-right: 15px;
}
.avmsd section .floatRight input[type=radio] + label::before {
  margin-right: 2px;
}
.lum section input[type="radio"]:checked + label::before, .mavise section input[type="radio"]:checked + label::before, .merlin section input[type="radio"]:checked + label::before, .avmsd section input[type="radio"]:checked + label::before {
  background-position: 0 0;
}
.lum section select, .mavise section select, .merlin section select, .avmsd section select {
  width: 145px;
  padding: 2px 0px;
}
.lum section form, .mavise section form, .merlin section form, .avmsd section form {
  text-transform: uppercase;
}

form textarea {
  text-transform: none;
}

.lum section ul, .mavise section ul, .merlin section ul, .avmsd section ul {
  padding-left: 0;
}
.lum section ul li, .mavise section ul li, .merlin section ul li, .avmsd section ul li {
  color: #13334D;
}
.lum section hr, .mavise section hr, .merlin section hr, .avmsd section hr {
  margin: 20px -30px;
}
.lum section table, .mavise section table, .merlin section table, .avmsd section table {
  margin: 0 -31px0 -31px;
  /*width: 986px;*/
  /*width: 100% !important;*/
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}
.lum section table thead, .mavise section table thead, .merlin section table thead, .avmsd section table thead {
  background-color: #11456E;
  color: #FFFFFF;
  vertical-align: top;
}
.lum section table thead th, .mavise section table thead th, .merlin section table thead th, .avmsd section table thead th {
  border-bottom-width: 1px;
  border-top-width: 0;
  vertical-align: top;
  height: 50px;
}
.lum section table tbody tr, .mavise section table tbody tr, .merlin section table tbody tr, .avmsd section table tbody tr {
  background-color: #FFFFFF;
}
.lum section table tbody tr td, .mavise section table tbody tr td, .merlin section table tbody tr td, .avmsd section table tbody tr td {
  padding: 5px 15px;
}
.lum section table tbody tr.odd, .mavise section table tbody tr.odd, .merlin section table tbody tr.odd, .avmsd section table tbody tr.odd {
  background-color: #FFFFFF;
}
.lum section table tbody tr.even, .mavise section table tbody tr.even, .merlin section table tbody tr.even, .avmsd section table tbody tr.even {
  background-color: #F4F4F4;
}
.lum section table tbody tr .first_cell, .mavise section table tbody tr .first_cell, .merlin section table tbody tr .first_cell, .avmsd section table tbody tr .first_cell {
  font-weight: bold;
}
.lum section .detail_line, .mavise section .detail_line, .merlin section .detail_line, .avmsd section .detail_line {
  margin-top: 5px;
}
.lum section .detail_line table, .mavise section .detail_line table, .merlin section .detail_line table, .avmsd section .detail_line table {
  border-width: 1px solid #DDDDDD;
}
.lum section .detail_line table tr, .mavise section .detail_line table tr, .merlin section .detail_line table tr, .avmsd section .detail_line table tr {
  border-width: 1px;
}
.lum section .detail_line table td.first_cell, .mavise section .detail_line table td.first_cell, .merlin section .detail_line table td.first_cell, .avmsd section .detail_line table td.first_cell {
  background-color: #F4F4F4;
  width: 260px;
}
.lum section .detail_line.first, .mavise section .detail_line.first, .merlin section .detail_line.first, .avmsd section .detail_line.first {
  margin-top: 20px;
}
.lum section .detail_line.last, .mavise section .detail_line.last, .merlin section .detail_line.last, .avmsd section .detail_line.last {
  margin-bottom: -31px;
}
.lum section .form-group div, .mavise section .form-group div, .merlin section .form-group div, .avmsd section .form-group div {
  height: 40px;
  margin: 10px 0px;
}
.lum section .btn, .mavise section .btn, .merlin section .btn, .avmsd section .btn {
  float: right;
  border-radius: 0;
  padding: 5px 40px;
  text-transform: uppercase;
}
.lum section .btn {
  background: #7F9910;
  border: 2px solid #7F9910;
}
.mavise section .btn {
  background: #027649;
  border: 2px solid #027649;
}
.merlin section .btn {
  background: #0B5C84;
  border: 2px solid #0B5C84;
}
.avmsd section .btn {
  background: #00BABA;
  border: 2px solid #00BABA;
}
.lum section .empty-space, .mavise section .empty-space, .merlin section .empty-space, .avmsd section .empty-space {
  padding: 0px 7px;
}
.lum section .right-form, .mavise section .right-form, .merlin section .right-form, .avmsd section .right-form {
  position: absolute;
  bottom: 50px;
  right: -250px;
  font-size: 12px;
}
.lum section.section_table, .mavise section.section_table, .merlin section.section_table, .avmsd section.section_table {
  padding-bottom: 0;
}
.lum section.section_table .list_header, .mavise section.section_table .list_header, .merlin section.section_table .list_header, .avmsd section.section_table .list_header {
  background-color: #F4F4F4;
  border-top: 1px solid #DDDDDD;
  margin: 30px -30px 0 -30px;
  padding: 5px 30px;
  font-weight: bold;
}
.lum section.section_table .list_cell, .mavise section.section_table .list_cell, .merlin section.section_table .list_cell, .avmsd section.section_table .list_cell {
  background-color: #FFFFFF;
  border-top: 1px solid #DDDDDD;
  margin: 0 -30px;
  padding: 5px 30px;
}
.lum section.section_table .tab_title, .mavise section.section_table .tab_title, .merlin section.section_table .tab_title, .avmsd section.section_table .tab_title {
  background-color: #13334D;
  margin: 30px -30px 0 -30px;
  padding: 5px 30px;
  color: #FFFFFF;
  font-weight: bold;
}
.lum section.section_table .tab_title.titleless, .mavise section.section_table .tab_title.titleless, .merlin section.section_table .tab_title.titleless, .avmsd section.section_table .tab_title.titleless {
  margin-top: -30px;
}
.lum section.section_table .tab_footer, .mavise section.section_table .tab_footer, .merlin section.section_table .tab_footer, .avmsd section.section_table .tab_footer {
  background-color: #F4F4F4;
  margin: 0 -30px 0 -30px;
  padding: 5px 30px;
  color: #13334D;
  cursor: pointer;
}
.lum section.article__content h2, .mavise section.article__content h2, .merlin section.article__content h2, .avmsd section.article__content h2 {
  margin-bottom: 30px;
}

.lum#navigation, .merlin#navigation {
  margin-bottom: 0px;
}
.lum#navigation ul.nav__top-nav, .merlin#navigation ul.nav__top-nav {
  margin-left: 115px;
}
.lum#navigation ul.nav__top-nav li a, .merlin#navigation ul.nav__top-nav li a {
  padding: 15px 10px;
}

.lum form {
  text-align: left;
  font-weight: bold;
}
.lum form label,
.avmsd form label {
  font-weight: bold;
}
.avmsd form label.text-right {
	display:block;
	text-align:right !important;
}
@media (max-width: 990px) {
	.avmsd form label.text-right {
		text-align:left !important;
	}
}
.lum form input[type="text"] {
  height: 25px;
}
.lum form .form-group {
  padding-left: 0;
	/*border:1px solid #ff0;*/
	margin-bottom:30px;
}
.lum form .form-group div {
  height: 20px;
	margin:0;
}
@media (max-width: 500px) {
	.lum form .form-group {
		/*border:1px solid #0ff;*/
		height:initial !important;
		margin-bottom:20px;
	}
}
.lum#navigation {
  margin-bottom: 0px;
}
.lum#navigation ul.nav__top-nav {
  margin-left: 115px;
}
.lum#navigation ul.nav__top-nav li a {
  padding: 15px 10px;
}
.lum span.lum_label {
  font-weight: bold;
  min-width: 100px;
  display: inline-block;
  text-transform: uppercase;
}
.lum table, .lum th {
  text-align: right;
}

select.selLumRech {
	width:135px !important;
	width:130px !important;
}
.lum form .form-group .mini {
	font-size:0.8em;
	font-weight:400px;
}

.texteBas {
	padding-left: 10px;
	padding-right: 10px;
}
@media (max-width: 970px) {
	.marge {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.logo_council {
  float: right;
  padding-right: 15px;
}

.logo-left {
  position: absolute;
  top: 29px;
  max-height: 150px;
  width: 125px;
  z-index: 200;
}

#menuBurger {
	border:1px solid #ddd;
	padding: 11px 12px;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border-radius: 2px;
}

#menuBurger .fa {
	font-size:1.4em;
}
@media (max-width: 767px) {
	.logo-left {
		width:90px;
	}
}
@media (max-width: 600px) {
	.logo-left {
		width:55px;
	}
	#menuBurger {
		margin-top: 15px;
	}
	#menuBurger .fa {
		font-size:1.2em;
	}
}
@media (max-width: 480px) {
	#menuBurger {
		margin-top: 10px;
	}
}

.row.logo {
	padding-top: 20px;
  margin-bottom: 30px;
  color: #13334D;
  display:block;
}
.row.logo .logo_download {
  margin: 0 15px 10px 15px;
}
.row.logo strong {
  padding-bottom: 5px;
}
.row.logo a {
  display:block;
}

.search {
  width: 45px;
}

.lum .logo_pdf:hover,
.lum .logo_epub:hover,
.lum .logo_mobi:hover,
.lum .logo_doc:hover,
.lum .logo_xls:hover,
.lum .icoImprimer:hover,
.lum .icoRetour:hover,
.lum .icoShop:hover,
.lum .icoRecherche:hover {
	background-color: #7F9910;
}
.avmsd .logo_pdf:hover,
.avmsd .logo_epub:hover,
.avmsd .logo_mobi:hover,
.avmsd .logo_doc:hover,
.avmsd .logo_xls:hover,
.avmsd .icoImprimer:hover,
.avmsd .icoRetour:hover,
.avmsd .icoShop:hover,
.avmsd .icoFiltrer:hover ,
.avmsd .icoBack:hover ,
.avmsd .icoReinitialiser:hover,
.avmsd .icoRecherche:hover {
	background-color: #00BABA;
}
.iris .logo_pdf:hover,
.iris .logo_epub:hover,
.iris .logo_mobi:hover,
.iris .logo_doc:hover,
.iris .logo_xls:hover,
.iris .icoRetour:hover,
.iris .icoRecherche:hover,
.iris .icoImprimer:hover,
.iris .icoShop:hover {
	background-color: #0B5C84;
}
.irisnews .logo_pdf:hover,
.irisnews .logo_epub:hover,
.irisnews .logo_mobi:hover,
.irisnews .logo_doc:hover,
.irisnews .logo_xls:hover,
.irisnews .icoRetour:hover,
.irisnews .icoRecherche:hover,
.irisnews .icoImprimer:hover,
.irisnews .icoMyIris:hover,
.irisnews .icoMyIris.active,
.irisnews .icoShop:hover {
	background-color: #52287F;
}
.yb .logo_pdf:hover,
.yb .logo_epub:hover,
.yb .logo_mobi:hover,
.yb .logo_doc:hover,
.yb .logo_xls:hover,
.yb .icoRetour:hover,
.yb .icoRecherche:hover,
.yb .icoImprimer:hover,
.yb .icoMyIris:hover,
.yb .icoPersonne:hover,
.yb .icoShop:hover {
	background-color: #CEA01C;
}

/* Merlin */
.merlin h1 span {
  font-size: 1.5rem;
  margin-left: 10px;
  color: #13334D;
}
.merlin #references {
  padding-left: 15px;
  list-style-type: square;
}
.merlin #references li {
  padding-left: 15px;
}
.merlin #references li p {
  max-width: 860px;
  display: inline-block;
  vertical-align: text-top;
  color: #13334D;
  padding-right: 15px;
}
.merlin #references li .logo_uk {
  height: 30px;
  width: 30px;
  background-color: #11456E;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  display: inline-block;
}
.merlin.center {
  text-align: center;
  background-color: #F4F4F4;
}

/* AVMSD */
.avmsd select.sansBord {
  border: 0;
}

.avmsd select#select_articles,
.avmsd select#select_artfound,
.avmsd select#select_countries {
  width: 100%;
}

.avmsd select:focus {
  outline-width: 0;
}
.avmsd select.sansBord {
  background: #08194A none repeat scroll 0 0 !important;
  border: medium none;
  color: #fff;
	padding:0;
}
.avmsd option:hover,
.avmsd option:focus,
.avmsd option:active,
.avmsd option:checked {
  background: linear-gradient(#08194A,#08194A);
  background-color:#08194A !important;
  color: #fff !important;
}
.avmsd select.sansBord option:not(:checked),
.avmsd select.sansBord optgroup {
  background-color: #fff;
  color: #08194A;
}

.avmsd select#select_artfound {
  background: #00BABA none repeat scroll 0 0 !important;
  border: medium none;
  color: #fff;
	padding:0;
	overflow-y:scroll;
	height:300px;
}
.avmsd select#select_artfound optgroup:hover,
.avmsd select#select_artfound option.selected,
.avmsd select#select_artfound option:hover,
.avmsd select#select_artfound option:focus,
.avmsd select#select_artfound option:active,
.avmsd select#select_artfound option:checked {
  background: linear-gradient(#00BABA,#00BABA);
  background-color:#00BABA !important;
  color: #fff !important;
	padding:10px;
	padding-left:20px;
	border-top:1px solid #FAFAFA;
	white-space:pre-wrap;
}
.avmsd select#select_artfound  option:not(:checked),
.avmsd select#select_artfound  optgroup {
  background-color: #fff;
  color: #08194A;
	padding:10px;
	padding-left:20px;
	border-top:1px solid #FAFAFA;
	white-space:pre-wrap;
}

.avmsd select#select_artfound  option.titopt {
	padding-left:10px;
	font-weight:bold;
}

h4.titreFdAVMSD {
	text-align:center;
	background-color: #F4F4F4;
	color:#00AEEF;
	padding:5px;
}
h4.titreFdAVMSD.mr-15 {
	margin-right:-15px;
}
h4.titreFdAVMSD.ml-15 {
	margin-left:-15px;
}

/* IrisNewsletter */

.liensIrisNews p {
	font-size:1.1em;
}
.liensIrisNews p a {
	text-decoration:none;
	padding-right:5px;
}
a.lienBleu {
	font-weight:bold;
	color:#2168A7 !important;
	text-decoration:none !important;
	font-size:1.1em;
}
a.lienMR {
	display:block !important;
	text-transform:uppercase;
	min-height:55px;
	font-weight:bold;
	font-size:1.6em;
	border-bottom:1px solid #DDDDDD;
	padding-top:10px;
	margin-bottom:20px;
	text-decoration:none !important;
}
a.lienMR .icoMyIris {
	float:left;
	margin-right:15px;
	margin-top:-10px;
}
a.lienMRMini {
	display:block !important;
	text-transform:uppercase;
	min-height:30px;
	font-weight:bold;
	font-size:1.25em;
	padding-top:10px;
	margin-bottom:20px;
	text-decoration:none !important;
}
a.lienMRMini .icoMyIris {
	float:right;
	margin-right:-15px;
	margin-top:-15px;
}

table.tabArchiveAn {
	width:100%;
	border:0;
}
table.tabArchiveAn td {
	padding:4px 2px;
}
table.tabArchiveAn td a {
	text-decoration:none;
}

/* YB */

.yb-nav-tabs {
	text-transform:uppercase;
}
.yb-nav-tabs a {
	color: #13334D;
}
ul.listDocYB {
	list-style-type:none;
	padding-left:0;
}
ul.listDocYB li {
	margin-top:5px;
	margin-bottom:20px;
	min-height:70px;
	border-bottom:1px solid #DDDDDD;
}
ul.listDocYB li:last-child {
	margin-bottom:0;
	border-bottom:0;
}

ul.listCtYB {
	list-style-type:none;
	padding-left:0;
}
ul.listCtYB li {
	margin-top:1px;
	margin-bottom:1px;
	height:27px;
}
ul.listCtYB li h4, ul.listCtYB li a {
	color:#13334D;
}
ul.listCtYB li h4 {
	float:left;
	width:40px;
	padding:0;
	margin:0;
}

p.introYB {
	height:90px;
	color:#13334D;
}
a.btnYB {
	color:#fff;
	text-decoration:none;
	min-width:130px;
	background-color: #CEA01C;
	padding:5px;
	text-align:center;
	display:inline-block;
}
#suiteYBh .carousel-inner  {
	height:140px;
}
#suiteYBh .docNewYBh  {
	height:100px;
	padding:20px;
}
#suiteYBh .docNewYBh  a {
	text-align:center;
	display:block;
}
#suiteYBh .docNewYBh  a img {
	margin:10px auto;
}
#suiteYBh .carousel-indicators  {
	bottom:0
}
#suiteYBh .carousel-indicators  li{
	background-color: #ddd;
}
#suiteYBh .carousel-indicators  .active {
	background-color:#13334D;
}

.slCR ul li a {
	color:#11456E !important;
}
.slCR ul li:hover a {
	color:#FFFFFF !important;
}
.slCR ul li a i {
	margin-right:15px;
	font-size:0.8em;
}

.layered_filter:after {
	clear:both !important;
	content:'.';
	max-height:5px !important;
	color:#fff;
}
.layered_subtitle_heading {
	color:#13334D !important;
	font-weight:bold;
	padding-bottom:10px;
}
#layered_form .layered_filter ul,
#layered_form .layered_filter li {
	padding-left:0;
}
#layered_form .checkbox, #layered_form .radio {
  display: inline-block;
	margin-right:10px;
}
#layered_form .layered_filter li a {
	color:#13334D;
}
#layered_form select {
  width: 145px;
  padding: 2px 0px;
}

.shop__content .more-link {
	font-weight: bold;
}
.titleShop {
	margin:0;
	margin-top:-15px;
	border: 1px solid #dddddd;
	border-bottom:0;
	background:#fff;
}
.listprod__content {
	padding:15px;
}
.listprod__content h5 {
	font-size:1.1em;
}
.listprod__content .product-price {
	color:#13334D;
	font-size:2em;
	padding-top:15px;
	display:inline-block;
}

.shopdetail__content {
	padding:20px;
}
.shopdetail__content h3 {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 2.4rem;
  text-transform: uppercase;
  color: #13334D;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.shopdetail__content h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.9rem;
  color: #13334D;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.shopdetail__content h5 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6rem;
  color: #13334D;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.shopdetail__content a {
	text-decoration:none;
	color:#00AEEF;
}
.shopdetail__content ul, .shopdetail__content ol {
	padding-left:20px;
}
.shopdetail__content ul {
	list-style-type:square;
}
.shopdetail__content ol {
	list-style: outside num;
	color:#13334D !important;
}

div.breadcrumb {
	background:none;
	border:none;
	color:#fff;
	margin-bottom:10px;
}
div.breadcrumb .navigation-pipe {
	padding:0 10px;
}
div.breadcrumb a {
	text-decoration:none;
	color:#fff;
}

.pagishop {
	text-align:center;
	padding-top:20px;
	font-size:1.05em;
	color:#11456E;
}
.pagiobs a {
	color:#11456E;
	text-decoration:none;
}

.purple .item {
  background-color: #6E21A5;
}
.purple:hover .service__content {
  background-color: #6E21A5;
}

.yellow .item {
  background-color: #CC9D19;
}
.yellow:hover .service__content {
  background-color: #CC9D19;
}

.olivegreen .item {
  background-color: #7F9910;
}
.olivegreen:hover .service__content {
  background-color: #7F9910;
}

.green .item {
  background-color: #027649;
}
.green:hover .service__content {
  background-color: #027649;
}

.bluelight .item {
  background-color: #2168a7;
}
.bluelight:hover .service__content {
  background-color: #2168a7;
}

.blue {
  background-color: #11456E;
}

.darkblue .item {
  background-color: #0b5c84;
}
.darkblue:hover .service__content {
  background-color: #0b5c84;
}

.cyan .item {
  background-color: #00baba;
}
.cyan:hover .service__content {
  background-color: #00baba;
}

.curve:before, .curve:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  height: auto;
  max-width: 300px;
  background: rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.curve:after {
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

@media (max-width: 767px) {
  .button-group {
    display: none;
  }

  .nav__top-nav {
    display: none;
  }

  .footer__desktop {
    display: none;
  }

  #footer {
    background-color: #13334D;
  }
  #footer .footer__mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  #header__icon {
    display: none;
  }

  .footer__mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .container {
    width: 986px;
  }
}
@media (max-width: 992px) {
	.mb20resp {
		margin-bottom:20px;
	}
}
.title {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
  margin-top: 20px;
  text-transform: uppercase;
  color: #13334D;
  padding-left: 15px;
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #DDDDDD;

}
.titleSansBordure {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
  color: #13334D;
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: 0;
}
.titleHome {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0px;
  margin: 0;
  line-height: 2.1rem;
}
.soustitreHome{
  color: #D1D3D4;
  font-size: 1.3rem;
  padding-bottom: 1rem;
  margin: 0 0 10px;
  font-weight: normal;
}

.floatRight { float:right; }
.floatLeft { float:left; }
.brd1 {
	border:1px solid #0f0;
}
.sansPaddingLR {
	padding-left:0 !important;
	padding-right:0 !important;
}
.mr10 { margin-right:10px; }
.ml10 { margin-left:10px; }
.mt10 { margin-top:10px; }
.mt10 { margin-bottom:10px; }
.pt10 { padding-top:10px; }
.pb10 { padding-bottom:10px; }
.pt20 { padding-top:20px; }
.pb20 { padding-bottom:20px; }
.pr10 { padding-right:10px; }
.pr30 { padding-right:30px; }
.pt7 { padding-top:7px; }
.pr2 { padding-right:2px; }
.p20 { padding:20px; }
.mt5 { margin-top:5px; }
select.wa {
	width:auto !important;
}
.upc {
	text-transform:uppercase;
}
.footerContainer {
	min-height:70px;
}
p.result {
	margin:15px;
	font-size:1.1em;
}
p.result em {
	font-size:1.1em;
	font-weight:bold;
}

.brdt {
  border-top: 1px solid #DDDDDD;
}
.brdb {
  border-bottom: 1px solid #DDDDDD;
}
.brdtb {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.pagiobs {
	text-align:center;
	padding-top:8px;
	font-size:1.05em;
}
.pagiobs a, .navBottom a {
	color: #13334D;
	text-decoration:none;
}
.navBottom a {
	padding:0 5px;
}
.navBottom {
	font-size:1.1em;
	color:#DDDDDD;
}
.roPointer:hover {
	cursor:pointer;
}
.fs16 {
	font-size:1.6em;
}
.sectionSPLR {
	padding-left:0 !important;
	padding-right:0 !important;
}
.sectionSPLR .tab_title,
.sectionSPLR .tab_footer  {
	margin-left:0 !important;
	margin-right:0 !important;
}
.sectionSPLR h2 {
	padding-left:30px;
}
.sectionSPLR {
}

.marge {
	z-index:0;
}
.zi0 {
	z-index:0;
}
/* Ombre */
.boxO, .boxO2 {
 position: relative;
 /*width: 400px;
 height: 300px;*/
 background-color: #fff !important;
 border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
 margin-bottom:40px;
 border: 1px solid #DDDDDD;
 text-align: justify;
 width: 100%;
}
.boxO:before, .boxO2:before {
 content: '';
 position: absolute;
 z-index: -1;
 z-index: -1;
 bottom: 14px;
 left: 7%;
 width: 48%;
 height: 15%;
 box-shadow: 0 13px 35px rgba(0, 0, 0, 0.52);
 -webkit-transform: rotate(-4deg) skew(-0deg);
 -moz-transform: rotate(-4deg) skew(-0deg);
 -ms-transform: rotate(-4deg) skew(-0deg);
 -o-transform: rotate(-4deg) skew(-0deg);
 transform: rotate(-4deg) skew(-0deg);
}
.boxO:after, .boxO2:after {
 content: '';
 position: absolute;
 z-index: -1;
 bottom: 14px;
 right: 7%;
 width: 48%;
 height: 15%;
 box-shadow: 0 13px 35px rgba(0, 0, 0, 0.52);
 -webkit-transform: rotate(4deg) skew(0deg);
 -moz-transform: rotate(4deg) skew(0deg);
 -ms-transform: rotate(4deg) skew(0deg);
 -o-transform: rotate(4deg) skew(0deg);
 transform: rotate(4deg) skew(0deg);
}
.boxO2 {
 z-index: 0;
}
@media (max-width: 991px) {
	.boxO2:before, .boxO2:after {
		display:none;
	}
}

.indiv {
	display:inline-block;
	white-space:nowrap;
}
@media (max-width: 767px) {
	.indiv.floatRight {
		float:none;
		position:relative;
		display:block;
	}
	.indiv.floatRight:after {
		clear:both;
		display: table;
		content: " ";
	}
	.lum form .form-group div {
		height: auto;
		/*border:1px solid #00f;*/
	}
}

.logConnect {
	float:right;
	margin-top:-10px;
	font-size:1.1em;
	font-weight:bold;
}
#fRecherche {
	position:absolute;
	right:0;
	width:25%;
	top:70px;
}
#chpRech {
	border-radius:0;
	border-color: #DDD;
	height:42px;
	font-size:1.2em;
}
#chpRech:focus {
	border-color: #337ab7;
	box-shadow:0 0 0 !important;
}
@media (max-width: 991px) {
	.logConnect {
		float:none;
		margin-top:0;
		position:absolute;
		top:10px;
		right:40px;
	}
}