/* Couleurs */
/*----------------
	  Reset
-----------------*/
html {
  background-color: #FFFFFF;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style-type: none;
}
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
}
.titrage {
  text-transform: uppercase;
  font-size: 2.5em;
  margin: 30px 0;
}
.vert {
  color: #c8cf21;
}
.violet {
  color: #b39cb8;
}
.saumon {
  color: #f0898a;
}
p {
  color: #3a4e5a;
  margin-bottom: 15px;
  line-height: 1.2em;
}
#thecontent ul li {
  color: #3a4e5a;
  margin-bottom: 15px;
  line-height: 1.2em;
  padding-left: 10px;
}
#thecontent ul li:before {
  margin-right: 5px;
  content: ">";
}
article.post img {
  width: 100%;
  height: auto;
}
article.post .preview {
  height: 240px;
  overflow: hidden;
}
article.post .resume {
  padding: 15px;
}
article.post .resume h2 {
  margin: 15px 0 10px;
  font-weight: 600;
  color: #516166;
}
article.post .resume p {
  color: #516166;
  font-size: 0.9em;
  line-height: 1.3em;
}
article.post a {
  display: block;
  border: 1px solid #ededed;
  border-bottom: none;
  min-height: 440px;
  margin-bottom: 40px;
  position: relative;
}
article.post a:hover .trait {
  height: 7px;
}
article.post .segments {
  position: absolute;
  top: 5px;
  right: 5px;
}
article.post .segments .segment {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 5px;
  cursor: default;
}
article.post .segments .segment.id-154 {
  background: url("../../img/icon_voyage.png") no-repeat #ef7961 center center;
  background-size: 40px;
}
article.post .segments .segment.id-152 {
  background: url("../../img/icon_maison.png") no-repeat #95C11F center center;
  background-size: 40px;
}
article.post .segments .segment.id-70 {
  background: url("../../img/icon_voiture.png") no-repeat #949EAA center center;
  background-size: 40px;
}
article.post .segments .segment.id-153 {
  background: url("../../img/icon_personne.png") no-repeat #E13E8F center center;
  background-size: 40px;
}
article.post .trait {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: absolute;
  height: 5px;
  width: 100%;
  bottom: 0;
}
article.post.projet .trait {
  background-color: #f0898a;
}
article.post.prospective .trait {
  background-color: #b39cb8;
}
article.post.actualite .trait {
  background-color: #c8cf21;
}
article.segment.post-70 h2 {
  color: #949EAA;
}
article.segment.post-152 h2 {
  color: #c8cf21;
}
article.segment.post-153 h2 {
  color: #E13E8F;
}
article.segment.post-154 h2 {
  color: #ef7961;
}
article.segment img {
  width: 100%;
  height: auto;
}
article.segment .resume {
  padding: 15px;
}
article.segment .resume h2 {
  margin: 15px 0 5px;
  font-weight: 600;
  font-size: 1.1em;
}
article.segment .resume h3 {
  color: #516166;
  font-weight: bold;
  margin-bottom: 30px;
}
article.segment .resume p {
  font-size: 0.9em;
  color: #516166;
}
article.segment .resume ul li {
  color: #516166;
  font-size: 0.85em;
  margin-bottom: 5px;
  line-height: 1.2em;
  padding-left: 10px;
}
article.segment .resume ul li:before {
  margin-right: 5px;
  content: ">";
}
article.segment a {
  display: block;
  border: 1px solid #ededed;
  min-height: 430px;
  margin-bottom: 40px;
  position: relative;
}
article.segment a:hover .trait {
  height: 7px;
}
article.segment .segments {
  position: absolute;
  top: -15px;
  left: -15px;
}
article.segment .segments .segment {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 5px;
  cursor: default;
}
article.segment .segments .segment.id-154 {
  background: url("../../img/icon_voyage.png") no-repeat #ef7961 center center;
  background-size: 40px;
}
article.segment .segments .segment.id-152 {
  background: url("../../img/icon_maison.png") no-repeat #95C11F center center;
  background-size: 40px;
}
article.segment .segments .segment.id-70 {
  background: url("../../img/icon_voiture.png") no-repeat #949EAA center center;
  background-size: 40px;
}
article.segment .segments .segment.id-153 {
  background: url("../../img/icon_personne.png") no-repeat #E13E8F center center;
  background-size: 40px;
}
#banner {
  padding: 50px 0;
  background-color: #EDEDED;
  color: #e36b5f;
}
#banner h1 {
  margin: 0 0 15px;
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: bold;
}
#banner h2 {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: bold;
}
/*----------------
Debuts
-----------------*/
body {
  font-family: 'Lato', sans-serif;
  font-size: 1em;
}
body a:hover {
  text-transform: none;
  text-decoration: none !important;
}
#preheader #universlink {
  padding-right: 0px;
}
#preheader .navbar-ex1-collapse {
  padding-left: 0;
}
#preheader li {
  width: 25%;
}
#preheader li#menu-item-165 a {
  color: #516166;
}
#preheader li#menu-item-165 a:hover {
  color: #fff!important;
  background-color: #516166;
}
#preheader li#menu-item-165.current-menu-item a {
  background-color: #516166;
  color: #fff!important;
}
#preheader li#menu-item-164 a {
  color: #95C11F;
}
#preheader li#menu-item-164 a:hover {
  color: #fff!important;
  background-color: #95C11F;
}
#preheader li#menu-item-164.current-menu-item a {
  background-color: #95C11F;
  color: #fff!important;
}
#preheader li#menu-item-163 a {
  color: #E13E8F;
}
#preheader li#menu-item-163 a:hover {
  color: #fff!important;
  background-color: #E13E8F;
}
#preheader li#menu-item-163.current-menu-item a {
  background-color: #E13E8F;
  color: #fff!important;
}
#preheader li#menu-item-162 a {
  color: #ef7961;
}
#preheader li#menu-item-162 a:hover {
  color: #fff!important;
  background-color: #ef7961;
}
#preheader li#menu-item-162.current-menu-item a {
  background-color: #ef7961;
  color: #fff!important;
}
#preheader li a {
  border-right: 1px solid #3a4e5a;
  color: #3a4e5a;
  line-height: 30px;
  font-size: 0.9em;
}
#preheader li a:hover,
#preheader li a:active,
#preheader li a:focus {
  background: none;
  color: #3a4e5a !important;
}
#preheader .univers_btn {
  text-transform: uppercase;
  height: 40px;
  background: #a09991;
  color: #fff;
  text-align: center;
  line-height: 40px;
  display: block;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#preheader .univers_btn:hover {
  text-decoration: none;
  background: #948c83;
}
header#header {
  background: #3a4e5a;
  padding: 10px 0 0;
}
header#header li {
  padding-top: 25px;
}
header#header li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
}
header#header li a:hover,
header#header li a:active,
header#header li a:focus {
  background: none;
  color: #e36b5f;
}
header#header .navbar {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #preheader .navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: auto;
    float: none;
    width: 100%;
  }
  #preheader .navbar-nav > li {
    display: table-cell;
    float: none;
    text-align: center;
  }
  #preheader .navbar-nav > li > a {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  #preheader .navbar {
    margin-bottom: 0;
    min-height: 20px;
    padding: 0;
    border: none;
  }
}
.home #banner {
  padding: 50px 0;
  background: url('../../img/home-banner.png') #ededed no-repeat center center;
}
#lastpost .titrage {
  color: #3a4e5a;
}
#lastpost #filtres {
  margin-top: 65px;
}
#lastpost #filtres a {
  color: #949EAA;
  font-size: 0.85em;
}
#lastpost #filtres a .badge {
  min-width: 25px;
  padding: 3px 7px;
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 7px;
}
#lastpost #filtres a .badge.vert {
  background-color: #c8cf21;
}
#lastpost #filtres a .badge.violet {
  background-color: #b39cb8;
}
#lastpost #filtres a .badge.saumon {
  background-color: #f0898a;
}
#lastpost #liensvers {
  margin: 40px 0 60px;
  text-align: center;
}
#lastpost #liensvers.nav-pills > li {
  float: none;
  display: inline-block;
  *display: inline;
  /* ie7 fix */
  zoom: 1;
  /* hasLayout ie7 trigger */
}
#lastpost #liensvers.nav-pills {
  text-align: center;
}
#lastpost #liensvers a {
  text-transform: uppercase;
  font-size: 0.85em;
  padding: 15px 0;
  margin: 0 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#lastpost #liensvers a .segmentbadge {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 5px;
  cursor: default;
  float: left;
  display: block;
  margin-right: 10px;
  border: none;
  position: relative;
  top: -12px;
}
#lastpost #liensvers a:hover {
  background: none;
}
#lastpost #liensvers a.post-70 {
  color: #949EAA;
}
#lastpost #liensvers a.post-70 .segmentbadge {
  background: url("../../img/icon_voiture.png") no-repeat #949EAA center center;
  background-size: 30px;
}
#lastpost #liensvers a.post-152 {
  color: #95C11F;
}
#lastpost #liensvers a.post-152 .segmentbadge {
  background: url("../../img/icon_maison.png") no-repeat #95C11F center center;
  background-size: 30px;
}
#lastpost #liensvers a.post-153 {
  color: #E13E8F;
}
#lastpost #liensvers a.post-153 .segmentbadge {
  background: url("../../img/icon_personne.png") no-repeat #E13E8F center center;
  background-size: 30px;
}
#lastpost #liensvers a.post-154 {
  color: #ef7961;
}
#lastpost #liensvers a.post-154 .segmentbadge {
  background: url("../../img/icon_voyage.png") no-repeat #ef7961 center center;
  background-size: 30px;
}
#apropos {
  position: relative;
  background: url('../../img/deco_1.png') no-repeat #e8eae9 80% 0;
}
#apropos .boussole {
  position: absolute;
  bottom: -100px;
  right: 20%;
  height: 331px;
  width: 297px;
  display: block;
  background: url('../../img/boussole.png') no-repeat;
}
#apropos h3.titrage {
  color: #3a4e5a;
}
#apropos h2 {
  font-size: 1.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #3a4e5a;
}
#apropos ul {
  margin-bottom: 25px;
}
#apropos ul li {
  color: #3a4e5a;
  margin-bottom: 15px;
  line-height: 1.2em;
  padding-left: 15px;
}
#apropos ul li:before {
  margin-right: 5px;
  content: ">";
}
#ressources {
  background-color: #fff;
  padding: 70px 0 100px 0;
}
#ressources h3.titrage {
  color: #3a4e5a;
}
#ressources .more {
  margin-top: 50px;
}
#ressources .more .btn-more {
  padding: 15px 30px;
  border: 2px solid #3a4e5a;
  color: #3a4e5a;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 0.9em;
}
#ressources img {
  margin-top: 50px;
  width: 100%;
  height: auto;
}
#ressources #supports h3.titrage {
  color: #949EAA;
}
#ressources #supports p {
  color: #949EAA;
}
#ressources #supports .more {
  margin-top: 50px;
}
#ressources #supports .more .btn-more {
  padding: 15px 30px;
  border: 2px solid #949EAA;
  color: #949EAA;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 0.9em;
}
#contact {
  background: url('../../img/deco_2.png') no-repeat #e36b5f 100% 100%;
}
#contact h3.titrage {
  color: #fff;
}
#contact p {
  color: #fff;
}
#contact #coordonnees {
  padding-top: 30px;
  float: left;
}
#contact .nav-pills > li {
  float: none;
  display: inline-block;
  *display: inline;
  /* ie7 fix */
  zoom: 1;
  /* hasLayout ie7 trigger */
}
#contact .nav-pills {
  text-align: center;
}
#contact li {
  color: #fff;
}
#contact li:before {
  content: "";
}
#contact li i {
  margin-right: 10px;
}
#contact li a {
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#contact li a:hover {
  color: #c8cf21;
  background: none;
}
#contact #gform_2 input,
#contact #gform_2 textarea {
  color: #000 !important;
  border: 1px solid #fff !important;
  box-shadow: none;
}
#contact #gform_2 input {
  height: 40px;
}
#contact #gform_2 textarea {
  padding: 10px;
}
#contact #gform_2 #gform_submit_button_2 {
  padding: 10px 98px;
  display: block;
  padding: 10px 20px;
  background: #fff;
  color: #e36b5f;
  font-weight: bold;
  border: none;
}
#contact .gfield_error {
  margin-bottom: .375em!important;
  padding: 0;
  border: none;
  background: none;
}
#contact .gfield_error input {
  background: #ffdfe0;
  color: #000;
}
#contact .validation_error {
  display: none;
}
#contact .gfield_description.validation_message {
  display: none;
}
#contact .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
#contact .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 9px;
}
#contact div#gform_confirmation_message_2 {
  margin-top: 120px;
}
#contact ul#coordonnees {
  margin-bottom: 30px;
}
#contact .gform_confirmation_message_2 {
  color: #fff;
  font-weight: bold;
}
#main_content {
  min-height: 600px;
}
#footer {
  background-color: #3a4e5a;
  padding-top: 30px;
}
#footer h3.titrage {
  color: #fff;
}
#footer p {
  color: #fff;
}
#footer #coordonnees {
  padding-top: 180px;
}
#footer .nav-pills > li {
  float: none;
  display: inline-block;
  *display: inline;
  /* ie7 fix */
  zoom: 1;
  /* hasLayout ie7 trigger */
}
#footer .nav-pills {
  text-align: center;
}
#footer li {
  margin: 0 10px;
}
#footer li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 0.85em;
}
#footer li a:hover {
  color: #e36b5f;
  background: none;
}
#footer #copyright {
  padding: 40px 0 20px;
}
#footer #copyright p {
  font-size: 0.9em;
  text-align: center;
  color: #131f26;
}
.page-template-univers #banner {
  padding: 50px 0;
}
.page-template-univers #domaines {
  border: 2px solid #3a4e5a;
  padding: 20px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}
.page-template-univers .loopbottom {
  padding-bottom: 60px;
}
.page-template-univers .loopbottom .lestitres {
  min-height: 110px;
}
.single-segment #thecontent .titrage {
  margin-bottom: 40px;
}
.single-segment #thecontent .titrage span {
  margin-top: 5px;
  font-size: 0.8em;
  font-weight: 300;
  display: block;
}
.single-segment #thecontent #bloc_droit {
  padding-top: 40px;
  margin-bottom: 60px;
}
.single-segment #thecontent #bloc_droit img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.single-segment.postid-70 #banner {
  background: url('../../img/auto.png') no-repeat #949EAA right center;
  color: #fff;
}
.single-segment.postid-70 .titrage {
  color: #949EAA;
}
.single-segment.postid-152 #banner {
  background: url('../../img/habitat.png') no-repeat #95C11F right center;
  color: #fff;
}
.single-segment.postid-152 .titrage {
  color: #95C11F;
}
.single-segment.postid-153 #banner {
  background: url('../../img/personne.png') no-repeat #E13E8F right center;
  color: #fff;
}
.single-segment.postid-153 .titrage {
  color: #E13E8F;
}
.single-segment.postid-154 #banner {
  background: url('../../img/voyage.png') no-repeat #ef7961 right center;
  color: #fff;
}
.single-segment.postid-154 .titrage {
  color: #ef7961;
}
.single-segment .loopbottom {
  margin-top: 60px;
  border-top: 4px solid #EDEDED;
  margin-bottom: 60px;
}
.single-segment .loopbottom .segments {
  margin-top: 0px !important;
}
.single-segment .loopbottom .segments .segment {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 5px;
  cursor: default;
  float: none;
  margin-right: 0;
  border: none;
}
.single-segment .loopbottom .segments .segment.id-154 {
  background: url("../../img/icon_voyage.png") no-repeat #ef7961 center center;
  background-size: 30px;
}
.single-segment .loopbottom .segments .segment.id-152 {
  background: url("../../img/icon_maison.png") no-repeat #95C11F center center;
  background-size: 30px;
}
.single-segment .loopbottom .segments .segment.id-70 {
  background: url("../../img/icon_voiture.png") no-repeat #949EAA center center;
  background-size: 30px;
}
.single-segment .loopbottom .segments .segment.id-153 {
  background: url("../../img/icon_personne.png") no-repeat #E13E8F center center;
  background-size: 30px;
}
.single #banner {
  margin-bottom: 50px;
}
.single #banner h1 {
  margin: 0;
}
.single .segments {
  margin-top: -80px;
}
.single .segments .segment {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 5px;
  cursor: default;
  float: left;
  margin-right: 25px;
  border: 6px solid #fff;
}
.single .segments .segment.id-154 {
  background: url("../../img/icon_voyage.png") no-repeat #ef7961 center center;
  background-size: 60px;
}
.single .segments .segment.id-152 {
  background: url("../../img/icon_maison.png") no-repeat #95C11F center center;
  background-size: 60px;
}
.single .segments .segment.id-70 {
  background: url("../../img/icon_voiture.png") no-repeat #949EAA center center;
  background-size: 60px;
}
.single .segments .segment.id-153 {
  background: url("../../img/icon_personne.png") no-repeat #E13E8F center center;
  background-size: 60px;
}
.single #thecontent img {
  width: 100%;
  height: auto;
}
.single #thecontent h2 {
  font-size: 1.5em;
  margin: 50px 0 15px;
}
.single #thecontent #galerie {
  padding-top: 50px;
}
.single #tags {
  margin: 60px 0 0;
}
.single #tags a {
  color: #949EAA;
}
.single footer#post {
  background-color: #3a4e5a;
  padding: 15px 0;
  margin: 10px 0 0;
}
.single footer#post p {
  margin: 5px 0 0 30px;
  color: #fff;
}
.single footer#post p .btn {
  position: relative;
  top: -3px;
  margin: 0 0 0 25px;
}
.single footer#post a {
  margin: 0 30px 0 0;
  color: #fff;
}
.single footer#post a i {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #3a4e5a;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: 15px;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 1.5em;
}
.single footer#post a i:hover {
  -ms-transform: rotate(-30deg);
  /* IE 9 */
  -webkit-transform: rotate(-30deg);
  /* Safari */
  transform: rotate(-30deg);
}
.single footer#post .compteur {
  color: #333;
}
.single footer#post .compteur i {
  color: #95C11F;
}
.single.single-projet #banner {
  background-color: #f0898a;
  color: #fff;
}
.single.single-projet #thecontent h2 {
  color: #f0898a;
}
.single.single-prospective #banner {
  background-color: #b39cb8;
  color: #fff;
}
.single.single-prospective #thecontent h2 {
  color: #b39cb8;
}
.single.single-actualite #banner {
  background-color: #c8cf21;
  color: #fff;
}
.single.single-actualite #thecontent h2 {
  color: #c8cf21;
}
.cat h3 {
  margin: 30px 0;
}
.cat #banner h2 {
  font-size: 0.9em;
}
.cat #thecontent {
  padding: 50px 0;
}
.cat #thecontent img {
  width: 100%;
  height: auto;
}
.cat #thecontent h4 {
  font-size: 1.5em;
  margin: 20px 0 15px;
}
.cat #thecontent .more {
  margin-top: 50px;
}
.cat #thecontent .more .btn-more {
  padding: 15px 30px;
  border: 2px solid #f0898a;
  color: #f0898a;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 0.9em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.cat #thecontent .more .btn-more:hover {
  background-color: #f0898a;
  color: #fff;
}
.cat #thecontent .segments .segment {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 5px;
  cursor: default;
  float: left;
  margin-right: 25px;
  border: 6px solid #fff;
}
.cat #thecontent .segments .segment.id-154 {
  background: url("../../img/icon_voyage.png") no-repeat #ef7961 center center;
  background-size: 40px;
}
.cat #thecontent .segments .segment.id-152 {
  background: url("../../img/icon_maison.png") no-repeat #95C11F center center;
  background-size: 40px;
}
.cat #thecontent .segments .segment.id-70 {
  background: url("../../img/icon_voiture.png") no-repeat #949EAA center center;
  background-size: 40px;
}
.cat #thecontent .segments .segment.id-153 {
  background: url("../../img/icon_personne.png") no-repeat #E13E8F center center;
  background-size: 40px;
}
.cat .loopbottom {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-template-projets .cat #banner {
  background: url("../../img/banner.png") no-repeat #f0898a right center;
  background-size: 1000px;
  color: #fff;
}
.page-template-projets .cat h3 {
  color: #f0898a;
}
.page-template-projets .cat .more .btn-more {
  border: 2px solid #f0898a;
  color: #f0898a;
}
.page-template-projets .cat .more .btn-more:hover {
  background-color: #f0898a;
}
.page-template-prospectives .cat #banner {
  background: url("../../img/banner.png") no-repeat #b39cb8 right center;
  background-size: 1000px;
  color: #fff;
}
.page-template-prospectives .cat h3 {
  color: #b39cb8;
}
.page-template-prospectives .cat .more .btn-more {
  border: 2px solid #b39cb8 !important;
  color: #b39cb8 !important;
}
.page-template-prospectives .cat .more .btn-more:hover {
  color: #fff !important;
  background-color: #b39cb8 !important;
}
.page-template-actualites .cat #banner {
  background: url("../../img/banner.png") no-repeat #c8cf21 right center;
  background-size: 1000px;
  color: #fff;
}
.page-template-actualites .cat h3 {
  color: #c8cf21;
}
.page-template-actualites .cat .more .btn-more {
  border: 2px solid #c8cf21 !important;
  color: #c8cf21 !important;
}
.page-template-actualites .cat .more .btn-more:hover {
  color: #fff !important;
  background-color: #c8cf21 !important;
}
.page-template-apropos #banner {
  background: url("../../img/banner.png") no-repeat #22acbd right center;
  background-size: 1000px;
}
.page-template-apropos #banner h1 {
  color: #fff;
  margin: 0;
}
.page-template-apropos #thecontent {
  padding-bottom: 60px;
}
.page-template-apropos #thecontent .titrage {
  margin-bottom: 40px;
}
.page-template-apropos #thecontent .titrage span {
  margin-top: 5px;
  font-size: 0.8em;
  font-weight: 300;
  display: block;
}
.page-template-apropos #thecontent #bloc_droit h4 {
  font-weight: bold;
  margin-bottom: 15px !important;
}
.page-template-apropos #thecontent #id-0 #bloc_droit {
  border: 2px solid #3a4e5a;
  margin-bottom: 50px;
  padding: 20px;
  text-align: left;
}
.page-template-apropos #thecontent #id-1,
.page-template-apropos #thecontent #id-3,
.page-template-apropos #thecontent #id-5,
.page-template-apropos #thecontent #id-7,
.page-template-apropos #thecontent #id-9,
.page-template-apropos #thecontent #id-11,
.page-template-apropos #thecontent #id-13,
.page-template-apropos #thecontent #id-15,
.page-template-apropos #thecontent #id-17,
.page-template-apropos #thecontent #id-19,
.page-template-apropos #thecontent #id-21,
.page-template-apropos #thecontent #id-23,
.page-template-apropos #thecontent #id-25,
.page-template-apropos #thecontent #id-27,
.page-template-apropos #thecontent #id-29 {
  background-color: #EDEDED;
}
.page-template-apropos #thecontent .icon {
  margin-right: 25px;
}
.page-template-apropos #thecontent #bloc_droit h2,
.page-template-apropos #thecontent #bloc_gauche h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-template-contact #gform_wrapper_1 img {
  width: auto !important;
  height: auto !important;
}
.page-template-contact input,
.page-template-contact textarea {
  width: 80% !important;
  border: 1px solid #949EAA;
}
.page-template-contact input[type="submit"] {
  border: none;
  width: auto !important;
  padding: 15px 30px;
  background-color: #009eb3;
  color: #fff;
  text-transform: uppercase;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.page-template-contact input[type="submit"]:hover {
  background-color: #c8cf21;
}
.page-template-supports #thecontent .support,
.page-template-ressources #thecontent .support {
  border: 1px solid #EDEDED;
  padding: 20px;
  min-height: 170px;
  margin-bottom: 25px;
}
.page-template-supports #thecontent .support .segments,
.page-template-ressources #thecontent .support .segments {
  display: none;
}
.page-template-supports #thecontent .support h4,
.page-template-ressources #thecontent .support h4 {
  font-size: 1em;
  margin: 0;
}
.page-template-supports #thecontent .support .more_sup,
.page-template-ressources #thecontent .support .more_sup {
  margin-top: 15px;
}
.page-template-supports #thecontent .support .more_sup .btn-more_sup,
.page-template-ressources #thecontent .support .more_sup .btn-more_sup {
  color: #f0898a;
  text-transform: uppercase;
  font-size: 0.8em;
}
.page-template-ressources #thecontent .support {
  border: 1px solid #EDEDED;
  padding: 20px;
  min-height: auto;
  margin-bottom: 25px;
}
.page-template-ressources #thecontent .support .segments {
  display: none;
}
.page-template-ressources #thecontent .support h4 {
  font-size: 1em;
  margin: 0;
}
.page-template-ressources #thecontent .support .more_sup {
  margin-top: 15px;
}
.page-template-ressources #thecontent .support .more_sup .btn-more_sup {
  color: #f0898a;
  text-transform: uppercase;
  font-size: 0.8em;
}
#bloc_gauche img {
  width: auto !important;
  height: auto !important;
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.alignright {
  float: right;
  margin-left: 20px;
}
#preheader .title_menu1 {
  display: inline-block;
  color: #3a4e5a;
  font-size: 1em;
  margin-top: 15px;
}
#preheader .button-menu1 {
  border: 1px solid #3a4e5a !important;
}
#preheader .button-menu1 span {
  border: 1px solid #3a4e5a;
}
#header .title_menu2 {
  display: inline-block;
  color: white;
  font-size: 1em;
  margin-top: 15px;
}
#header .button-menu2 {
  border: 1px solid white !important;
}
#header .button-menu2 span {
  border: 1px solid white;
}
#fildeleau {
  margin-bottom: 40px;
}
#accordion .panel {
  background: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  box-shadow: none !important;
}
#accordion .panel .panel-heading {
  background: url('../../img/plus.png') #ffffff no-repeat 98% center;
  background-size: 30px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
#accordion h4 {
  margin: 0 !important;
}
#accordion h4 a {
  font-size: 0.8em;
  display: block;
}
#accordion h4 a:hover {
  color: #c8cf21;
}
#accordion h4 span {
  display: block;
  color: #999;
  font-size: 0.7em;
  margin-top: 10px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  #preheader li a {
    font-size: 0.7em;
    text-align: left;
  }
  .boussole {
    display: none;
  }
  .single footer#post p .btn {
    top: 8px;
  }
}
@media (max-width: 768px) {
  #lastpost #liensvers.nav-pills {
    text-align: left;
  }
}
@media (max-width: 768px) {
  #main {
    overflow: hidden;
  }
  #menu-principal {
    float: none !important;
    text-align: center;
  }
  #contact #coordonnees {
    padding-top: 80px;
    margin: 0 0 120px;
  }
  #contact #coordonnees li {
    margin-bottom: 60px;
  }
  #lastpost #filtres {
    margin: 65px 0;
    float: none !important;
    text-align: center;
  }
  #bloc_droit img {
    width: 100%;
  }
  #banner h1 {
    font-size: 2em;
  }
  #ressources .more .btn-more,
  #ressources #supports .more .btn-more {
    background-clip: padding-box;
    border: 2px solid #3a4e5a;
    border-radius: 5px;
    color: #3a4e5a;
    font-size: 0.8em;
    padding: 15px 15px;
    text-transform: uppercase;
  }
  #ressources h3.titrage {
    margin: 25px 0;
  }
  #ressources #supports h3.titrage {
    margin: 80px 0 25px;
  }
}
@media (max-width: 991px) {
  #preheader {
    border-bottom: 1px solid #fff;
  }
  #preheader .container {
    width: 100%;
    padding: 0;
  }
  #preheader .container ul {
    text-align: center;
  }
  #preheader .container ul li {
    width: auto;
  }
  #preheader .container ul li a {
    font-size: 1em;
  }
  .single .text-right {
    text-align: left !important;
  }
  .single footer#post a {
    margin: 40px 0 0 30px !important;
    display: block !important;
  }
}
@media (max-width: 400px) {
  .single footer#post p .btn {
    top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header#header #logo {
    padding-top: 30px;
    float: none;
    margin: auto;
  }
  header#header #menu-principal {
    float: none !important;
  }
  header#header li a {
    font-size: 0.75em;
  }
  article.post .preview {
    height: 580px;
    overflow: hidden;
  }
  #supports {
    margin-top: 80px;
  }
  #preheader #universlink {
    padding-right: 15px;
  }
  .navbar-ex1-collapse {
    padding-left: 15px;
  }
  #main {
    overflow-x: hidden;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  header#header li {
    padding-top: 20px;
  }
  header#header li a {
    font-size: 0.65em;
    padding: auto 5px;
  }
  article.post a {
    min-height: 470px;
  }
}
#logo {
  position: relative;
  z-index: 120;
}
