/*10.WIDGET.CSS*/
/*RESEEAU SOCIAUX HEAD*/
/*@media (max-width: 767px){*/
@media (max-width: 980px){
  [id="header"] .widget.reseaux {display: none;}
}
[id="header"] .widget.reseaux ul{
  margin:0;
  text-align: center;
}
[id="header"] .widget.reseaux ul li.glyph {
  display: inline-block;
  vertical-align: middle;
  width: 15%;
  margin-right: 5px;
  margin-bottom: 0px;
  font-size: 0;
}
[id="header"] .widget.reseaux ul li.glyph a {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
}
[id="header"] .widget.reseaux ul li.glyph a img.svg{display: none;}
[id="header"] .widget.reseaux ul li.glyph a svg{
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
[id="header"] .widget.reseaux ul li.glyph a span {
  display: none;
}
[id="header"] .widget.reseaux ul li svg path{
  -webkit-transition:fill 0.3s ease-in-out;
  transition:fill 0.3s ease-in-out;
  fill:#FFFFFF;
}
/*[id="header"] .widget.reseaux ul li.facebook a {
  background-image: url("../../images/svg/icon/facebook.svg");
  background-size: 100%;
}*/
[id="header"] .widget.reseaux ul li.facebook svg{ 
  max-width: 100%;
}
/*[id="header"] .widget.reseaux ul li.twitter a {
  background-image: url("../../images/svg/icon/twitter.svg");
  background-size: 100%;
}*/
[id="header"] .widget.reseaux ul li.twitter svg{
  max-width: 100%;
}
/*[id="header"] .widget.reseaux ul li.instagram a {
  background-image: url("../../images/svg/icon/instagram.svg");
  background-size: 60%;
}*/
[id="header"] .widget.reseaux ul li.instagram svg{
  max-width: 65%;
}
/*[id="header"] .widget.reseaux ul li.youtube a {
  background-image: url("../../images/svg/icon/youtube.svg");
  background-size: 60%;
}*/
[id="header"] .widget.reseaux ul li.youtube svg{
  max-width: 65%;
}
/*[id="header"] .widget.reseaux ul li.hootsuite a {
  background-image: url("../../images/svg/icon/hootsuite.svg");
  background-size: 60%;
}*/
[id="header"] .widget.reseaux ul li.hootsuite svg{
  max-width: 65%;
}

/*SELECTEUR DE LANGUE*/
[id="sidebar1"] .wpml-ls-legacy-dropdown{
  /*width: 50%;*/
  width: auto;
  padding-top:5px;
}
[id="sidebar1"] .wpml-ls-legacy-dropdown a{
  color:#FFFFFF !important;
  font-weight: 400;
  font-size:1.2rem;
  background-color: transparent;
  border:0;
  -webkit-transition:color 0.3s ease-in-out;
  transition:color 0.3s ease-in-out;
}
[id="sidebar1"] .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{

}
[id="sidebar1"] .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: '';
  vertical-align: middle;
  display: inline-block;

  width: 10px;
  height: 10px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-width: 1px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  
    -webkit-transition:border-top-color 0.3s ease-in-out,border-right-color 0.3s ease-in-out;
  transition:border-top-color 0.3s ease-in-out,border-right-color 0.3s ease-in-out;


  right: 2px;
  top: calc(50% - 7px);
  margin-left: 5px;
}

.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  right: auto;
  left: 10px
}

[id="sidebar1"] .wpml-ls-legacy-dropdown a:hover,
[id="sidebar1"] .wpml-ls-legacy-dropdown a:focus,
[id="sidebar1"] .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
  color: #FFFFFF;
  background: transparent;
}

[id="sidebar1"] .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-top: 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 101;
  background: rgba(0,0,0,0.9);
  opacity: 0;
  -webkit-transition:visibility 0.3s linear,opacity 0.3s ease-in-out;
  transition:visibility 0.3s linear,opacity 0.3s ease-in-out;

}
[id="sidebar1"] .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
[id="sidebar1"] .wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu{
	opacity: 1;
}

[id="sidebar1"] .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  border-width: 0;
}


/*MENTIONS RIGHTBAR*/
#rightbar .mentions {
  text-align: center;
  margin-bottom: 20px;
}
#rightbar .mentions .quote {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 35px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#rightbar .mentions .quote.top {
  margin-bottom: 10px;
  background-image: url("../../images/svg/quoteTop.svg");
  background-size: 90%;
}
#rightbar .mentions .quote.bottom {
  margin-top: 5px;
  background-image: url("../../images/svg/quoteBottom.svg");
  background-size: 90%;
}
#rightbar .mentions h5 {
  text-align: center;
  text-transform: none;
  margin: 0 0 15px;
  font-size: 2.1rem;
  font-weight: 700;
}
#rightbar .mentions p {
  font-size:1.3rem;
  color: #131926;
  text-transform: uppercase;
}
#rightbar .mentions ul {
  padding: 0;
}
#rightbar .mentions li {
  color: #131926;
  font-weight: 700;
  margin-bottom: 5px;
  list-style: none;
}
#rightbar .mentions li:before {
  display: none !important;
}
#rightbar .mentions li a {
  color: #131926;
}
#rightbar .mentions li span.glyph {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  width: 25px; 
  height: 25px;
  margin-right: 7px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#rightbar .mentions li span.tel {
  background-image: url("../../images/svg/icon/telblue.svg");
  background-size: 90%;
}
#rightbar .mentions li span.fax {
  background-image: url("../../images/svg/icon/printblue.svg");
  background-size: 90%;
}

/*--WIDGET MALIN-*/
#rightbar .malin p {
  text-transform: none;
}


/*--RACCOURCI RESEAU-*/
#rightbar .followus {
  text-align: center;
  margin-bottom: 20px;
}
#rightbar .followus h5 {
  text-align: center;
  text-transform: none;
  margin: 0 0 5px;
  font-size: 2.1rem;
}
#rightbar .followus ul {
  margin: 0;
}
#rightbar .followus ul li {
  list-style: none;
}
#rightbar .followus ul li.glyph {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#rightbar .followus ul li.glyph:before{
  display: none;
}
#rightbar .followus ul li.glyph:last-child {
  margin-right: 0;
}
#rightbar .followus ul li.glyph a {
  display: inline-block;
  vertical-align: middle;
  background-color: #e8430c;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#rightbar .followus ul li.glyph a span {
  display: none;
}
#rightbar .followus ul li.facebook a {
  background-image: url("../../images/svg/icon/facebook.svg");
  background-size: 90%;
}
#rightbar .followus ul li.twitter a {
  background-image: url("../../images/svg/icon/twitter.svg");
  background-size: 90%;
}
#rightbar .followus ul li.linkedin a {
  background-image: url("../../images/svg/icon/linkedin.svg");
  background-size: 90%;
}
/*----*/
#rightbar .accordeon {
  margin-bottom: 20px;
}

#rightbar .defautbox {
  background: #004782;
  color: #FFFFFF;
  margin: 0 0 40px;
  padding: 20px;
  position: relative;
}
#rightbar .defautbox .h6-like {
  margin-top: 0;
}
#rightbar .defautbox .h6-like::before {
  border-color: #ffffff transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 0;
  width: 0;
}

.obtenirpass .h6-like{
  font-size: 1.5rem;
}



#rightbar .defautbox .police-petite {
  font-size: 1.2rem;
}
#rightbar .defautbox .h6-like,
#rightbar .defautbox p,
#rightbar .defautbox ul,
#rightbar .defautbox ol,
#rightbar .defautbox li {
  color: #FFFFFF;
}
#rightbar .defautbox ul,
#rightbar .defautbox ol {
  line-height: 1.2;
}
#rightbar .defautbox ol {
  margin-left: -10px;
}
#rightbar .defautbox .boutons {
  margin: 10px 0 20px;
  background: #e8430C;
  -webkit-transition: background 0.5s linear, color 0.5s linear;
  transition: background 0.5s linear, color 0.5s linear;
}
#rightbar .defautbox .boutons .btn {
  font-size: 1.5rem;
  margin: 0;
  padding: 10px 15px;
  width: 100%;
  background: #e8430C;

}
#rightbar .defautbox .boutons:hover,
#rightbar .defautbox .boutons:focus,
#rightbar .defautbox .boutons:hover .btn,
#rightbar .defautbox .boutons:focus .btn {
  background: #FFFFFF;
}
#rightbar .defautbox .mentions {
  line-height: 1.3;
  margin: 0;
  padding-bottom: 0;
  text-align: left;
}




/*DEJA VU*/
#rightbar .dejavenu {
  background:#004782;
}


/*FOOTER*/

#inner-footer .widget.chat {
  margin: 25px 1%;
}
@media (max-width: 1024px) {
  #inner-footer .widget.chat {
    width: 98%;
  }
}
@media (max-width: 995px) {
  #inner-footer .widget.chat {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #inner-footer .widget.chat {
    margin: 10px 0 30px;
    text-align: center;
  }
}
#inner-footer .widget.chat .sep {
  display: inline-block;
  vertical-align: middle;
  width: 76%;
  height: 1px;
  background: #00ABC5;
}
@media (max-width: 995px) {
  #inner-footer .widget.chat .sep {
    width: 65%;
  }
}
@media (max-width: 767px) {
  #inner-footer .widget.chat .sep {
    display: none;
  }
}
#inner-footer .widget.chat .bouton {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 23%;
  margin-left: -0.25%;
}
@media (max-width: 995px) {
  #inner-footer .widget.chat .bouton {
    width: 34%;
  }
}
@media (max-width: 767px) {
  #inner-footer .widget.chat .bouton {
    width: 75%;
    margin-left: 0;
  }
}
#inner-footer .widget.chat .bouton a.btn {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 10px 15px;
  background: #00ABC5;
  color: #FFFFFF;
  width: 85%;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  border: 0;
}
@media (max-width: 1024px) {
  #inner-footer .widget.chat .bouton a.btn {
    font-size: 11px;
    font-size: 1.1rem;
    width: 81%;
  }
}
@media (max-width: 995px) {
  #inner-footer .widget.chat .bouton a.btn {
    font-size: 12px;
    font-size: 1.2rem;
    width: 83%;
  }
}
#inner-footer .widget.chat .bouton .glyph {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -5px;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#inner-footer .widget.chat .bouton .tchat {
  background-image: url("../../images/svg/icon/tchat.svg");
  background-size: 100%;
}


/*WIDGET DEFAUT*/
#inner-footer .defaut {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0 1.5%;
  min-height: 220px;
  border-left: 1px solid #323b50;
}
#inner-footer .defaut.widget-2 {
  border-left: 0;
}
@media (max-width: 995px) {
  #inner-footer .defaut {
    width: 48%;
  }
  #inner-footer .defaut.widget-4 {
    border-left: 0;
  }
}
@media (max-width: 767px) {
  #inner-footer .defaut {
    width: 98%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    min-height: 10px;
    border-left: 0;
    border-bottom: 1px solid #323b50;
  }
  #inner-footer .defaut.newsletter {
    border-bottom: 0;
  }
}
#inner-footer .defaut .h6-like {
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  #inner-footer .defaut .h6-like {
    font-size: 1.3rem;
  }
}
#inner-footer .defaut p {
  color: #FFFFFF;
  font-size: 1.3rem;
}
@media (max-width: 1024px) {
  #inner-footer .defaut p {
    font-size: 1.2rem;
  }
}
#inner-footer .defaut li {
  color: #FFFFFF;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  #inner-footer .defaut li {
    font-size: 1.2rem;
  }
}
#inner-footer .defaut li a {
  color: #00ABC5;
}
#inner-footer .defaut li span.glyph {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#inner-footer .defaut li span.tel {
  background-image: url("../../images/svg/icon/tel.svg");
  background-size: 90%;
}
#inner-footer .defaut li span.mail {
  background-image: url("../../images/svg/icon/mail.svg");
  background-size: 90%;
}
#inner-footer .defaut li span.faq {
  background-image: url("../../images/svg/icon/faq.svg");
  background-size: 90%;
}
/*ADRESSE*/
#inner-footer .adresse p{
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left:30px;
  background-size: 17.5px;
}
#inner-footer .adresse .coordonnnees{
  font-size: 1.2rem;
  background-image: url("../../images/svg/element/marker-orange.svg");
}
#inner-footer .adresse .phone{
  font-weight: 700; 
  background-image: url("../../images/svg/element/phone.svg");
  line-height: 1.5;
}
#inner-footer .adresse .phone a{color:#FFFFFF;}
#inner-footer .adresse .bouton4{
  margin:10px 0 0;
  font-size:1.2rem;
  padding:10px 15px;
  line-height: 1.1;
  padding-left:0;
}
@media(max-width:1100px){
  #inner-footer .adresse .bouton4{
    font-size:1.0rem;
  }
}

/*MEDIATHEQUE*/
#inner-footer .mediatheque .h6-like.second{
  margin-top: 10px;
  margin-bottom: 0;
}
#inner-footer .mediatheque .bouton3,
#inner-footer .mediatheque .bouton4  {
  margin:10px 0;
  font-size:1.2rem;
  padding:10px 15px;
  line-height: 1.1;
}
#inner-footer .mediatheque .bouton4  {
  padding-left:1.5px;
}
@media(max-width:1100px){
  #inner-footer .mediatheque .bouton3,
  #inner-footer .mediatheque .bouton4{
    font-size:1.0rem;
  }
}

#inner-footer .mediatheque .turtle,
#inner-footer .mediatheque .turtle + div{
  display: inline-block;
  vertical-align: middle;
}
#inner-footer .mediatheque .turtle{
  width: 40px;
  height: 40px; 
  margin-right: 5px;
  background-image: url("../../images/svg/element/turtle.svg");
  background-repeat: no-repeat;
  background-size:100%;
}

/*INSTAGRAM*/
#inner-footer .instagramWidget .title {
  display: none;
}

#inner-footer .instagramWidget ul {
  margin-top: 1.5em;
}
#inner-footer .instagramWidget li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3%;
  width: 47%;
}

#inner-footer .widget.reseaux ul li.glyph {
  display: inline-block;
  vertical-align: middle;
  width: 24%;
  margin-right: 5px;
  margin-bottom: 10px;
}
#inner-footer .widget.reseaux ul li.glyph a {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#inner-footer .widget.reseaux ul li.glyph a span {
  display: none;
}
#inner-footer .widget.reseaux ul li.facebook a {
  background-image: url("../../images/svg/icon/facebook.svg");
  background-size: 100%;
}
#inner-footer .widget.reseaux ul li.twitter a {
  background-image: url("../../images/svg/icon/twitter.svg");
  background-size: 100%;
}
#inner-footer .widget.reseaux ul li.instagram a {
  background-image: url("../../images/svg/icon/instagram.svg");
  background-size: 65%;
}
#inner-footer .widget.reseaux ul li.youtube a {
  background-image: url("../../images/svg/icon/youtube.svg");
  background-size: 65%;
}
#inner-footer .widget.reseaux ul li.hootsuite a {
  background-image: url("../../images/svg/icon/hootsuite.svg");
  background-size: 65%;
}


/*WIDGET PARTENAIRE*/
#inner-footer .partenaires {
  padding: 25px 0;
}
#inner-footer .partenaires p {
  margin: 0;
  text-align: center;
}
#inner-footer .partenaires p img{
  margin:0 1%;
}
@media (max-width: 995px) {
  #inner-footer .partenaires {
    width: 98%;
  }
}
@media (max-width: 995px) {
  #inner-footer .partenaires {
    width: 100%;
    margin: 0;
  }
}
#inner-footer .linkBottom {
  padding: 15px 0;
}
@media (max-width: 995px) {
  #inner-footer .linkBottom {
    width: 98%;
  }
}
@media (max-width: 995px) {
  #inner-footer .linkBottom {
    width: 100%;
    margin: 0;
  }
}
#inner-footer .linkBottom p {
  text-align: center;
  font-size: 1.1rem;
  color: #FFFFFF;
  margin: 0;
}
#inner-footer .linkBottom p a {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.1rem;
  padding:0 2.5px;
}


/*10.FIN WIDGET.CSS*/