

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

body {
	font-family: 'Gotham Medium';
}
.main-menu ul ul {
	display: none;
}
/*.main-menu li.actived > ul,*/

.overlay-close {
	cursor: pointer;
}
.desktop-only {

}
.mobile-only {
	display: none;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 20px;
  left: 5px;
  right: 5px;
  height: 4px;
  background: #f09017;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f09017;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

.ginput_container.validated label.error,
.form-group.validated label.error {
  display: none !important;
}

.breadcrumb {
    display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 615px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.social-share-link .social {
    display: none;
    z-index: 11;
    width: 280px;
    position: fixed;
    top: 50%;
    margin-top: -120px;
    left: 50%;
    margin-left: -140px;
    padding-right: 0;
}
.social-share-link:hover .social {
  /*display: block;*/
}

.social-share-link .social ul {
  padding-left: 0;
  margin-bottom: 0;
}

.social-share-link .social div.share, .social-share-link .social a {
  text-align: left;
  padding-left: 55px;
}

.presses-conainer h2.to-edged{
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.4;
}

#mail-share-form-wrapper{
  position: fixed;
  top: 10%;
  left: 50%;
  width: 360px;
  margin-left: -180px;
  z-index: 1000;
  background: #FFF;
  padding: 0 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-width: 100%;
}
#mail-share-form-wrapper .ginput_container input,
#mail-share-form-wrapper .ginput_container textarea{
  width: 100%;
}
#mail-share-form-wrapper .gform_footer{
  text-align: center;
}
#mail-share-form-wrapper .gform_wrapper label.error{
  margin-left: 0;
  width: 100%;
}
#mail-share-form-wrapper button.envoye{
  border-color: #00c853;
}
#mail-share-form-wrapper button.envoye:before{
  background-color: #00c853;
}
.single-presse .attachment-presse-main{
  display: block;
  margin: 0 auto;
}

#your-profile input.button-primary {
  display: none;
}

.form-table input.regular-text, #adduser .form-field input {
  width: 100%;
}

.annuaire-conainer .greybox {
  padding-top: 25px;
}

#wp-auth-check-frame iframe .page-template-login footer,
#wp-auth-check-frame iframe .page-template-login header {
  display: none;
}

@media (min-width: 768px) {
	.main-menu li:hover > ul {
		display: block;
	}
}


.owl-carousel-partners .item{
	width: 200px; height: 180px; border: 1px solid #e4e4e4;
}
.owl-carousel-partners .item a { display: table-cell;
    height: 180px;
    vertical-align: middle;
    width: 200px;
}
.owl-carousel-partners .item img{
	width: auto;
	margin: 0 auto;
}
.owl-carousel-partners .owl-nav{
	margin-left:0;
	width: 100%;
}

.atcb-link{
	margin-top:0;
	display:inline-block !important;
}
.atcb-list{
	border:1px solid #e4e4e4;
	margin-top: 5px !important;
}
.atcb-list .atcb-item{
	
}
.atcb-list .atcb-item a{
	padding:5px;
	color:#71C0C2;
	font-family: 'Gotham Medium';
}
.atcb-list .atcb-item a:hover{
	background-color:#f6f6f6;
	text-decoration:none;
}

.existing-userphoto{
    margin-bottom:5px;
}
.add-picture-link{
    margin-top:13px;
    display: block;
}
