body {
  margin: 0;
  padding: 0;

	font-size: 20px;
	color: #001d38;
	background-color: #f2f2f4;
	font-family: "Raleway", sans-serif;
}

.container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 20px;
	padding: 0 10px;
	flex-wrap: wrap;
}

.container a {
	text-decoration: underline;
}

.main-content {
	flex: 2;
	min-width: 300px;
}

.banniere-autres  {
	margin-bottom: 30px;
}

.sidebar {
	flex: 1;
	min-width: 200px;
}

.flex-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 10px;
	margin: 20px 0;
}

.centered {
	text-align: center;
}

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

section {
	margin-bottom: 30px;
}

#entete-s {
	height: 350px;
}

ul.niveau-deux {
	margin-left: 30px;
}

p {
	margin: 0 0 20px;
	text-align: left;
	line-height: 150%;
}


p.indent {
  margin-left: 20px;
}

p.double-p  {
    margin: 0 0 20px;
}

.paragraphe-cadre {
	padding: 15px 15px;
	border: 1px solid #333;
	text-align: center;
}

.centrer {
	text-align: center;
}

td, th {
padding: 4px;
}

th {
text-align: center;
}

.contact {
	position: relative;
}


.photo-contact {
	border-radius: 50%;
	box-shadow: 2px 2px 12px #aaa;
	width: auto;
}

.photo-contact-150 {
	position: absolute;
	right: 10px;
	top: 0px;
	border-radius: 50%;
	box-shadow: 2px 2px 12px #aaa;
	width: 150px;
}

img.responsive {
		max-width: 100%;
}

img.border {
		border: 1px solid #999;
}

.example {
  color: #5493cc;
}

header {
	position: absolute;
	color: #1c4380;
	height: 80px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	font-weight: 600;
	box-shadow: 1px 1px 12px #808080;
	z-index: 2000;
}

#header-content{
  max-width: 1200px;
	position: relative;
	margin: 0 auto;
}


#banner-header {
  padding-top: 4px;
  padding-left: 10px;
}

.pointerHref {
  cursor: pointer;
}

#logo {
  position: absolute;
  top: 2px;
  left: 60px;
  z-index: 5000;
}

#logo.logo-petit img {
  width: 100px;
	position: fixed;
	top: 0;
}

#langue {
  position: absolute;
  top: 28px;
  right: 100px;
  z-index: 5000;
	font-size: 12px;
	width: 50px;
}

#langue.langue-fixed {
  top: 16px;
}

#langue img {
 float: left;
}

#langue.langue-texte {
	margin-top: 2px;
}

#langue a {
	color: #333 !important;
	padding-top: 2px;
	display: block
}

.oad {
	font-family: 'Libre Baskerville', 'Georgia', serif;
	font-style: italic;
	color: #086cc3;
	font-size: 22px; 
	opacity: .9;
}

#header-resize {
  position: absolute;
  left: 48%;
  top: 62px;  
}

/* Override bootstrap defaults */

.navbar {
  margin-bottom: 0;
  text-align: center;
	padding-top: 16px;
}

.navbar-nav {
  float: none;
  margin: 0;
}

.navbar-default {
	background: none; 
	border: none; 
}


.nav {
  padding: 14px 0;
  text-align: center;
  color: #001d38;
}

.nav li {
  display: inline;
  list-style: none;
}

.nav>li>a {
  color: #001d38;
  display: inline;
}

.nav>li .active {
  color: #ffab5c;
}

nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #f8f8f8;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: #f8f8f8;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
  text-align: right;
}

#main-content {
  padding: 0 30px 0 30px;
  background-color: #fff;
  max-width: 1000px;
  margin: auto;
}

#intro {
/*  background: transparent url(images/ipickup-logo-1400-light.jpg) no-repeat; */
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

.center {
  text-align: center;
}

h5 {
	margin: 0 0 20px 0;
  padding: 0 0 0 0;
	font-family: 'Lato', sans-serif;
  font-size: 20px;
  color: #0056a2;
  text-shadow: 0 1px 0 #FFFFFF;
	text-align: center;
}

h6 {
		font-weight:normal;
		margin: 0 auto;
		font-size: 18px;
		border-bottom: 1px solid #d00029;
		color: #d00029;
		padding-bottom:5px;
}

/* login page */
#login-page {
  margin: 0;
  padding: 0;
  background: transparent url(images/ipickup-logo-1400.jpg) no-repeat;
  background-color: #f2f2f4;
}

/* login page */
#main-page {
  margin: 0;
  padding: 0;
  background-color: #fdfdff;
}

#message-container {
  min-width: 320px;
}

table td {
	padding: 3px;
	font-size: 14px;
}

table p {
	margin: 0;
	font-size: 14px;
}


#info {
  background-color: #fff;
  padding-top: 30px;
}

#info h2 {
  color: #808081;
  text-align: center;
}

#info p {
  text-align: left;
}

#loader {
	display: none;
	position: absolute;
  left: 48%;
  width: 32px;
  height: 32px;
  padding-left: 6px;
  background: url('images/loading-bleue.gif') no-repeat center;
  z-index: 1040;
}

.custom-button {
	margin: auto;
	text-align: center;
  background: url('images/backgroung-button.png') no-repeat center;
	width: 175px;
	height: 31px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
}

.custom-button a {
	display: block;
	padding: 4px 0 0 0;
	width: 175px;
	height: 31px;
	color: #7c7c7c;
	text-decoration: none;
}

.custom-button a:hover {
	margin: 5px 0 0 0;
	color: #0061bd;
	text-decoration: none;
}

.boxzone, .boxzone-menu {
	padding-top: 20px;
	text-align: center;
	width: 100%;

	background-color: #f5f5f5;
}

.boxzone-menu {
	background-color: #fff;
}


.box-menu p.titre2 {
	padding: 1px 10px 0 10px;
	margin: 2px 0 0 0;
	line-height: 140%;
}

.box-menu .titre2 > a {
	display: inherit;
	width: 290px;
	height: 38px;
	padding: 1px 0 0 0;
	/* margin: 2px 0 0 0; */
	font-size: 16px;
	line-height: 120%;
}

.box-menu {
	display: inline-block;
	width: 310px;
	height: 250px;
	position: relative;
	border: 1px solid #dbdbdb;
	margin-left: 9px;
	margin-right: 9px;
	margin-bottom: 20px;
	background-color: #f2f2f2;
	cursor: pointer;
}

.box-image {
	display: inline-block;
	width: 310px;
	height: 180px;
	overflow: hidden;
	align-content: end;
}

.box-frame {
	display: inline-block;
	width: 310px;
	height: 180px;
	align-content: center;
	-webkit-box-shadow: 0 4px 2px -2px #c1c1c1;
	-moz-box-shadow: 0 4px 2px -2px #c1c1c1;
	box-shadow: 0 4px 2px -2px #c1c1c1;
}

.box:hover, .box-menu:hover {
	cursor: pointer;
	-webkit-box-shadow: 1px 1px 16px #d2d2d2;
	-moz-box-shadow: 1px 1px 16px #d2d2d2;
	box-shadow: 1px 1px 16px #d2d2d2;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	background-color: #fff;
}

.box img, .box-menu img {
	-webkit-box-shadow: 0 4px 2px -2px #c1c1c1;
	-moz-box-shadow: 0 4px 2px -2px #c1c1c1;
	box-shadow: 0 4px 2px -2px #c1c1c1;
	max-width: 310px;
	object-fit: cover;
}

.box .titre, .box-menu .titre, .box .titre2, .box-menu .titre2 {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
}

.box .titre > a, .box-menu .titre > a {
	display: block;
	width: 290px;
	height: 40px;
	padding: 20px 10px 0 10px;
}

.box-menu.sep a, .box-menu.sep a:hover, .box-menu.activites a, .box-menu.activites a:hover, .box-menu.logement a, .box-menu.logement a:hover {
	color: #f78b16;
	text-decoration: none;
}

.box-menu.sep, .box-menu.activites, .box-menu.logement {
	border: 1px solid #f78b16;
}

.box-menu.sep a, .box-menu.sep a:hover, .box-menu.activites a, .box-menu.activites a:hover, .box-menu.logement a, .box-menu.logement a:hover {
	color: #f78b16;
	text-decoration: none;
}

#page-footer {
	text-align: center;
  padding-top: 4px;
  padding-bottom: 20px;
	padding-left: 2px;
	font-size: 12px;
  color: #666;
}

#page-footer a {
  color: #666;
}

#page-footer a:hover {
  color: #000;
}

#open-popup {padding:20px}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 200px;
  margin: 20px auto;
  text-align: center;
}

#contact {
	background-color: #f3f3f3;
	color: #4c4c4c;
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;
	margin: 0 auto;
}

#actualites {
	background-color: #f3f3f3;
	padding: 10px 20px 30px 20px;
	margin-bottom: 20px;
}

.ligne-sep {
	border-bottom: solid 1px #888888;
	margin-bottom: 10px;
}

.cadre {
	border: solid 1px #888888;
	margin: 20px 0 20px 0;
	padding : 15px 0 15px 0;
}

#contact h2 {
}

#contact p {
}

#contact a {
	color: #666666;
}

#contact a:hover {
	text-decoration: none;
	color: #3e3e3e;
}

.contact-logo-adresse {
	text-align: center;
	margin: 0 auto; 
	width: 100%x;
}

.contact-logo-adresse img {
	width: 120px;
}

.contact-logo {
	float: left;
	width: 120px;
}


.contact-logo img {
	float: left;
	width: 100px;
}

.contact-adresse {
	width: 400px;
	text-align: left;
	margin-left: 20px;
}


#links-groups {
	margin: 0 40px 10px 4px;
	padding: 0 0 4px 20px;
}

#link-groups p {
  text-align: center;
}

.printscreen p {
	text-align: center;
	margin-bottom: 50px;
	}

.printscreen img {
	text-align: center;
	margin-bottom: 10px;
	}

@media screen and (min-width: 1000px) {
	#logo {
		top: 100px;
		left: 100px;
	}
	#logo img {
		width: 150px;
	}	
	#logo.logo-petit img {
		left: 50px;
	}	
	
	#langue {
		right: 300px;
	}
}

@media screen and (min-width: 1200px) {
	#logo {
		top: 130px;
		left: 100px;
		width: auto;
	}
	#logo img {
		width: auto;
	}	
	#logo.logo-petit img {
		left: 180px;
	}	
	
	#langue {
		right: 300px;
	}
}

@media screen and (min-width: 1400px) {
	#logo {
		top: 150px;
		left: 100px;
	}
	#logo img {
		width: auto;
	}	
	#logo.logo-petit img {
		left: 180px;
	}	
	
	#langue {
		right: 300px;
	}
}

@media screen and (min-width: 1600px) {
	#logo {
		top: 150px;
		left: 100px;
	}
	#logo img {
		width: auto;
	}	
	#logo.logo-petit img {
		left: 180px;
	}	
	
	#langue {
		right: 300px;
	}
}

@media screen and (min-width: 1700px) {
	#logo {
		top: 150px;
		left: 150px;
	}
	#logo img {
		width: auto;
	}	
	#logo.logo-petit img {
		left: 250px;
	}	

	#langue {
		right: 400px;
	}
}

@media screen and (min-width: 1800px) {
	#logo {
		top: 150px;
		left: 180px;
	}
	#logo img {
		width: auto;
	}	
	#logo.logo-petit img {
		left: 300px;
	}

	
	#langue {
		right: 400px;
	}
}

@media screen and (min-width: 1900px) {
	#logo {
		top: 150px;
		left: 300px;
	}
	#logo img {
		width: auto;
	}	
	#logo.logo-petit img {
		left: 400px;
	}

	#langue {
		right: 400px;
	}
}

@media screen and (max-width: 1000px) {
	#logo {
			top: 2px;
			left: 10px;
	}
	
	#logo img {
		width: 50%;
	}
	
	#langue {
			top: 28px;
			right: 10px;
	}
	.nav>li>a {
    padding: 10px 5px;
	}
}

@media screen and (max-width: 900px) {
  ul.nav {
    margin: 0 auto;
    width: 750px;
  }
  #interesse {
    position: absolute;
    right: 15px;
    top: 8px;
  }
}

@media screen and (min-width: 900px) {
  .menu-fixed {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 3000;
    box-shadow: 1px 1px 12px #808080;
		padding-top: 0 !important;
		background-color: rgba(255, 255, 255, 0.8); 
  }

  .modal-dialog {
    width: 830px;
    margin: 80px auto;
  }
}

@media screen and (min-width: 1440px) {
  .modal-dialog {
    width: 1200px;
    margin: 80px auto;
  }
}

@media screen and (min-width: 1600px) {
  .modal-dialog {
    width: 1460px;
    margin: 80px auto;
  }
}

@media screen and (max-width: 768px) {
	
	#entete-s {
		height: 200px;
	}

	.contact {
		width: 100%;
		text-align: left;
		margin: 0 auto;
		padding-bottom: 40px;
	 }

	
	.photo-contact {
		border-radius: 50%;
		box-shadow: 2px 2px 12px #aaa;
		width: auto;
	 }

	.photo-contact-150 {
		position: relative;
		right: 10px;
		top: 0px;
		border-radius: 50%;
		box-shadow: 2px 2px 12px #aaa;
		width: 150px;
	}
	
	.bouton-autres {
		float: none !important;
		margin: 20px auto;
	}
	
	.inter-smart {
		height: 10px;
	}

  .menu-smart-fixed {
    position: relative;
  }

	#logo {
		top: 100px;
	}
	
	#logo img {
		width: 100px;
	}	
	
	#logo.logo-petit img {
    width: 100%;
    position: absolute;
    top: 0;
	}
	#langue {
		right: 100px;
    top: 32px;
	}
	
	#menu {
    z-index: 9999;
	}
	
	.contact-adresse {
		width: 350px;
		text-align: left;
		margin-left: 20px;
		font-size: 16px;
	}
	
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-bottom: 1px solid transparent;
  border-color: #e7e7e7;
  margin-top: 26px;
	background-color: #f4f4f4;
}
	
	.nav li {
    display: list-item;
    list-style: none;
    margin-bottom: 30px;
    font-size: 20px;
	}
	
	#slider-in-laptop .rsBullets {
    margin-top: 10px;
    padding: 0 !important;
	}
}


@media screen and (max-width: 700px) {
  #slogan h1 {
    clear: both;
    font-family: 'Libre Baskerville', "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    font-style: italic;
    font-size: 1.4em;
    text-align: left;
    color: #000;
    font-weight: normal;
    margin: 100px 20px 20px 20px;
    line-height: 140%;
    opacity: .9;
    float: none;
  }
  #main-content {
    margin-top: 60px;
  }
}
