/*
Theme Name: aic v1.0
Version: 1.0
*/



@font-face {
    font-family: 'CircularStd-Book';
    src: url('fonts/CircularStd-Book.otf');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'CircularStd-Book', 'Arial', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;

	-webkit-font-smoothing: subpixel-antialiased;
}
p {
	margin-top: 0px;
}
a {
	text-decoration:none;

	color: grey;
}
a:hover {
	color:#000;
}
a:focus {
	outline:none;
}
ul {
	list-style: none;
	padding:0;
	margin:0;
}
img {
	vertical-align:bottom;
	border:0;
	padding-bottom:3px;
}
img.alignleft {
	float:left;
}
.clear {
	width:100%;
	clear:both;
}
a.more-link {
	color: #888;
}
em {
	font-style:normal;
	color: #888;
}

input[type=file].red,
.error-msg.red {
	color:red;
}
.red {
	border-color: red !important;
}
strong {
	color: red !important;
	font-weight: normal
}

.retrait {
	margin-left:-10px;
	margin-right:-10px;
}
h1, h2, h3, h4 {
	font-weight: normal;
}

textarea, input {
	outline: none;
}


@media screen and (min-width:480px) {
	.multicols {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
	.multicols img {
		max-width:100%;
		height:auto;
		margin-bottom:6%;
	}
}





/* MENU */

.nav-wrapper {
	position:relative;
	top:0px;
	min-height:33px;
	width:100%;
	background-color: black;
	z-index:20;
}
#nav {
	max-width:980px;
	margin:0 auto;
}
#nav .nav-content {
	margin:0px 10px;
	overflow:hidden;
	position:relative;
}
#nav .menu-wrapper {
	width:100%;
}
#nav ul.menu-left {
	width:50%;
	float:left;
	position:relative;
	top:30px;
	padding-bottom:50px;
	display:none;
}
#nav ul.menu-left li {
	margin-top:5px;
}
#nav li.current-menu-item a,
#nav li.current-page-ancestor a{
	color: #bbb;
}

#nav .right-menu ul li {
	float:right;
	margin-top:5px;
}
#nav a {
	color: white;
	text-transform:uppercase;
	font-size: 75%;
}
#nav ul.menu-left a {
	margin-left:10px;
	margin-right:10px;
}
#nav .right-menu ul li:nth-child(2) {
	/* width:13.9627%; */
	/* margin-left:0; */
	width:10%;
}
#nav .right-menu ul li:nth-child(1) {
	/* margin-right: 6.25%; */
	width:40%;
}
#nav li.langue {
	color: #fff;
}
#nav li.langue ul {
	text-align: right;
	margin-right: 5px;
}
#nav li.langue ul a {
	margin: 0 5px;
	display: inline-block;
}

#nav #menu-btn {
	position:absolute;
	top:10px;
	left:10px;
	text-transform: uppercase;
	width: 30px;
	height:30px;
}
/*#nav #menu-btn.lines:after {
  content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 17px;
	height: 3px;
	background-color:#fff;
	background-clip: content-box;
	padding-top:2px;
	padding-bottom:2px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}*/
#nav #menu-btn.lines:after {
  content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 17px;
	height: 2px;
	border-top: 8px double #fff;
	border-bottom: 3px solid #fff;
}


@media screen and (min-width:900px) {
	.nav-wrapper {
		position:fixed;
		height:33px;
	}
	#nav ul.menu-left {
		display:block !important;
		width:auto;
		float:none;
		top:0px;
		padding-top:0;
		padding-bottom:0;
	}

	#nav ul.menu-left li {
		float:left;
		width:16.666%;
	}
	#nav ul.menu-left li:nth-child(5) {
		/* width:8.333%; */
	}
	#nav .right-menu ul li:nth-child(2) {
		/* width:16.666%; */
		width: 3.333%;
	}
	#nav .right-menu ul li:nth-child(1) {
		width: 13.333%
	}
	#nav #menu-btn {
		display:none;
	}

}








/* PAGE */

#page {
	position:relative;
	margin:0 auto;
	max-width:980px;

	font-size: 93.8%;
}

#page .page-content {
	margin:0 10px;
	overflow: hidden;
}
#page .page-wrapper {
	/* width:106.6666%; */
	position:relative;
}

@media screen and (min-width:900px) {
	#page {
		top:33px;
	}
	#page .page-wrapper {
		/* width:106.6666%; */
	}

}


/* HEADER */

#header {
	min-height: 155px;
	/* border-bottom:1px solid black; */
}
#logo {
	width:145px;
	height:122px;
	/* float:left; */
	margin-top:21px;
	margin-left:10px;
/*
	background-image: url('images/logo-double.png');
	background-size:contain;
 */
}
#logo img {
	width: 100%;
	height: auto;
}
#desc {
	/* position:absolute; */
	/* float:right; */
	/* left: 71.8085%; */
	/* right: 0px; */
	margin-top:16px;
	/* width:21.9414%; */
	width:220px;
	margin-left:10px;
	margin-bottom:24px;

}
#desc p {
	margin-top:0;
	margin-bottom:6px;
	text-transform:uppercase;
	font-size: 87.5%;
	color:#000;
}

@media screen and (min-width:480px) {
	#logo {
		float:left;
	}
	#desc {
		float:right;
		margin-top:54px;
		margin-bottom:0px;
		width: 33.333%;
		margin-right: -10px;
	}
}

@media screen and (min-width:900px) {

}


/* GENERAL */

#main {
	font-size: 93.8%;
}
#main p {

}

#main h2 {
	font-size: 93.8%;
	font-weight:300;
	text-transform: uppercase;
	margin-top:1px;
}
#main .module-wrapper {
	width:100%;
	float:left;
}

#main .module-content {

}

#main .module-wrapper.width-1,
#main .module-wrapper.width-2,
#main .module-wrapper.width-4,
#main .module-wrapper.width-5,
#main .module-wrapper.width-6 {
	width: 100%;
}

#main ul {
    padding-left: 20px;
    margin-bottom: 1em;
}
#main ul li {
	position: relative;
}
#main ul li:before {
	content: '–';
	position: absolute;
	left: -20px;
}


/* version aout2014  NO MORE USED! */
.column-block {
	-webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom:17px;
}
.column-block img {
	padding-top:3px;
}

@media screen and (min-width:480px) {
	#main .module-wrapper.width-1 {
		width: 50%;
	}
	#main .module-wrapper.width-2 {
		width: 50%;
	}
}


@media screen and (min-width:900px) {
	#main .module-wrapper.width-1 {
		width: 16.6666%;
	}
	#main .module-wrapper.width-2 {
		width: 33.3334%;
	}
	#main .module-wrapper.width-4 {
		width: 66.6666%;
	}
	#main .module-wrapper.width-5 {
		width: 83.3333%;
	}
}




/*  SUBPAGES (mais aussi pages) */

.subpage-block {
  display: flex;
  flex-wrap: wrap;
}
.module-container {
	/* float: left; */
	width:100%;
}
.module-content {
	margin-top: 17px;
	margin-bottom:17px;
}
.module-col {
	float:left;
}
.module-col:nth-child(2n+1),
.module-col.odd {
	clear:both;
}
.module-col-content {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:17px;
}
.module-container h2 {
	border-top: 1px solid black;
	padding-top:9px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 17px;
}
.module-col img,
.module-col .wp-caption {
	max-width:100%;
	height:auto;
}
.module-container.size-0 {
	width:100%;
}
.module-container.size-1 {
	width:100%;
}
.module-col.cols-0 {
	width:100%;
}
.module-col.cols-1 {
	width:100%;
}

.module-col img {
	padding-top:3px;
}

span.caption,
.wp-caption p {
	font-size: 87.5%;
	color: grey;
}
.wp-caption-text {
	margin-top:4px;
}

/* Added on november 2014 */
.module-content .colonnes {
	-webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom:17px;
  margin-left:10px;
  margin-right: 10px;
}
.module-content .colonnes .wp-caption,
.module-content table td .wp-caption {
	max-width:100%;
}
.module-content img,
.module-content .colonnes img,
.module-content .colonnes .wp-caption img,
.module-content table td img {
	width:100%;
	height:auto;
}
.module-content table,
.module-content table tbody,
.module-content table tr,
.module-content table td {
	width: 100% !important;
	height: auto !important;
}

.module-content table {
	width:100%;
	border-collapse:collapse;
	table-layout:fixed;
}
.module-content table td {
	width:100%;
	display: block;
	box-sizing: border-box;
	vertical-align:top;
	padding: 0 10px 10px 10px;
}
.module-content table td img {
	padding-top: 3px;
	width:100%;
	height: auto;
}
.module-content table td h2 {
	margin-left:0px;
	margin-right: 0px;
}
.module-content table td .wp-caption {
	/* margin-top: -1em; */
}


.module-content .figure,
.module-content .info {
	margin-left:10px;
	margin-right:10px;
}

.module-content .thumb {
	width:50%;
	float:left;
}
.module-content .thumb img {
	padding-bottom: 0px;
}
.module-content .thumb>.content {
	margin:0px 10px 10px 10px;
	position:relative;
}
.module-content .thumb>.content a:hover::after {
	content: " ";
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.35);
}
/*
.module-content ul li::before {
	content:"";
	width:25px;
	height:26px;
	vertical-align: bottom;
	position:absolute;
	left: -30px;
	bottom: 0px;
}
.module-content table ul li::before {
 content:none;
}
.module-content ul li.pdf-item::before {
	background-image:url('images/pdf.png');
	background-repeat:no-repeat;
}
.module-content ul li.link-item::before {

}
 */

.module-content ul li {
	margin-left:30px;
	margin-bottom:10px;
	position:relative;
}
.module-content table ul li {
	margin-left:0px;
	margin-bottom:0px;
}


.subpage-block .module-content table {
	margin-left:-10px;
	margin-right:-10px;
	width:inherit;
}




/*  FOOTER  */

.footer {

	font-size: 67.5%;
}
.footer .top-footer{
	border-top: 1px solid black;
	margin:10px;
	height:5px;
}
.footer .footer-left {
	width:50%;
	float:left;
}
.footer .footer-left .social {
	margin: 12px;
	margin-left:10px;
	margin-right:10px;

}
.footer .footer-left .social li {
	display:inline;
	margin-right:10px;
}
.footer .footer-left .social li a {
	width: 18px;
	background-position:center;
	background-repeat: no-repeat;
	height:18px;
	display:inline-block;
}
.footer .credits {
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:30px;
}
.footer p {
	margin-top:0px;
	margin-bottom:0px;
}
.footer .footer-middle {
	width:25%;
	float:left;
}
.footer .footer-menu {
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:30px;
}
.footer .footer-right {
	width:25%;
	float:left;
}
.footer .footer-right .sponsor {
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}
.footer .footer-right .sponsor p {
	text-align:right;
}

.twitter {
	background-image: url('images/twitter.png');
	background-size: 18px 15px;
}
.instagram {
	background-image: url('images/instagram.png');
	background-size: 18px 18px;
}
.facebook {
	background-image: url('images/facebook.png');
	background-size: 10px 18px;
}
.youtube {
	background-image: url('images/youtube.png');
	background-size: 15px 18px;
}
.linkedin {
	background-image: url('images/linkedin.png');
	background-size: 18px 18px;
}





/* COLUMNS */

.column-wrapper {
	margin-left:-10px;
	margin-right:-10px;
}
.column {
	width:100%;
	float:left;
}
.column-content {
	margin-left:10px;
	margin-right:10px;
	float:left;
}

@media screen and (max-width:479px) {
	.module-content table,
	.module-content table tbody,
	.module-content table tr,
	.module-content table td {
		display: block;
	}
}


@media screen and (min-width:480px) {

	#main .column {
		width: 50%;
	}
	.module-container.size-0 {
		width:50%;
	}
	.module-col.cols-1 {
		width:50%;
	}
	.module-content table td {
		display:table-cell;
		width: 50% !important;
	}



}




/* NEWS */



#main .news {
	margin-bottom: 30px;
	border-top:1px solid black;
	padding-top:9px;
	margin-left:10px;
	margin-right:10px;
}



/*


			GALLERY


*/





.gallery {
	margin-top: 16px;
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom:16px;
	clear:both;
}
.gallery .attachment-wrapper {
	float:left;
}
.gallery.width-2 .attachment-wrapper {
	width:50%;
}
.gallery .attachment {
	margin-left:10px;
	margin-right:10px;
}
.gallery .attachment img {
	max-width:100%;
	height:auto;
}
.gallery .attachment-wrapper.member-feature {
	width:50%;
}
.gallery .attachment-wrapper.member-feature .attachment {
	font-size:87.5%;
	height: 270px;
	border-top: 1px solid black;
}
.module-wrapper.width-6 .gallery .attachment-wrapper {
	width:50%;
}
.gallery .member-feature .member-name {
	margin-top:10px;
	margin-bottom:3px;
}
.gallery .member-feature .member-country {
	margin-bottom:13px;
}





@media screen and (min-width:480px) {
	.gallery .frame-wrapper {
		width: 50%;
	}
	.module-wrapper.width-6 .gallery .attachment-wrapper {
		width: 25%;
	}
	.module-wrapper.width-5 .gallery .attachment-wrapper {
		width: 25%;
	}
}

@media screen and (min-width:900px) {
	.module-wrapper.width-6 .gallery .attachment-wrapper {
		width: 16.666%;
	}
	.module-wrapper.width-5 .gallery .attachment-wrapper {
		width: 20%;
	}
}














/* SLIDER */

#slides {
	width:100%;
	position:relative;
}
#slides .frame {
	height: 100%;
}
#slides .legend {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	z-index:12;
	height:100%;
	width:100%;
	/* background-color: rgba(255, 0, 0, 0.3); */
	display: table;
	width:80%;
	margin: 0 auto;
}
#slides .legend p {
	display: table-cell;
  vertical-align: middle;
  text-align: center;
	color:white;
	font-size: 150%;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.5);

}
#slides .legend p a {
	color:white;
	/* text-decoration:underline; */

}
#slides img {
	max-width:100%;
	height:auto;
}
#slides .slidesjs-navigation {
	position:absolute;
	display:block;
	z-index:12;
}
#slides .slidesjs-navigation {
	top:0px;
	bottom:25px;
	height:0px;
	width:20px;
	margin:auto 0;

	padding-top:20px;
	overflow:hidden;

	-webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  transform:rotate(45deg);

}
#slides .slidesjs-previous {
	left:15px;
	border-bottom:2px solid rgb(179, 179, 179);
	border-left:2px solid rgb(179, 179, 179);
}
#slides .slidesjs-next {
	right:15px;
	border-top:2px solid rgb(179, 179, 179);
	border-right:2px solid rgb(179, 179, 179);
}
#slides ul.slidesjs-pagination {

	margin-top:10px;
	width:100%;
	text-align:center;
}
#slides ul.slidesjs-pagination li {
	display:inline-block;
	margin:0 5px;

}
#slides ul.slidesjs-pagination li:before {
	content:"";
}
#slides ul.slidesjs-pagination li a {
	display:block;
	background-color:rgb(179, 179, 179);
	width:10px;
	height:0px;
	padding-top:10px;
	border-radius:100%;
	overflow:hidden;
}
#slides ul.slidesjs-pagination li a.active {
	background-color:rgb(0, 0, 0);

}


@media screen and (min-width:480px) {
	#slides .legend p {
		font-size: 200%;
	}
}
@media screen and (min-width:640px) {
	#slides .legend p {
		font-size: 400%;
	}
}



/*  LIST MEMBER BY COUNTRY */

.member-list {
	/* width:106.6666%; */
	/* margin-left:-10px;
	margin-right:-10px; */
}
/* .member-list .country-group-wrapper {
	float:left;
}
.member-list .country-group {
	border-top: 1px dashed black;
	padding-top:7px;
	padding-bottom:27px;
	margin-left:10px;
	margin-right:10px;
}
.member-list .country-group-wrapper:nth-child(1) .country-group {
	border-top-style: solid;
}
.member-list .country-group h2 {
	margin-bottom: 20px;
}



.module-wrapper.width-5 .member-list.cols-3 .country-group-wrapper {
	width: 100%;
} */

/* @media screen and (min-width:480px) {

	.module-wrapper.width-5 .member-list.cols-3 .country-group-wrapper {
		width: 50%;
	}
	.member-list .country-group-wrapper:nth-child(2) .country-group {
		border-top-style: solid;
	}

} */

.member-list ul {
  margin: 17px 0;
}
.member-list ul li {
  margin: 0 10px;
}
.member-list .group {
  break-inside: avoid;
  padding-bottom: 1em;
}



@media screen and (min-width: 900px) {

	/* .module-wrapper.width-5 .member-list.cols-3 .country-group-wrapper {
		width: 30%;
	}
	.member-list .country-group-wrapper:nth-child(3) .country-group  {
		border-top-style: solid;
	} */

  .member-list.country-order ul {
    column-count: 3;
  }

  .member-list.activity-order ul {
    column-count: 3;
  }


}


/* SUBMENU */

.module.submenu {
}
.module.submenu ul li {
	text-transform: uppercase;
	font-size: 87.5%;
}



/*  MEMBER PAGES
------------------------- */
#main.member .module.portofolio img {
	margin-top:4px;
}
#main.member .module.portofolio .fancybox {
	display:none;
}
#main.member .module.portofolio .fancybox:first-child {
	display:inline;
}

.portfolio-thumb {
	display: inline;
	float: left;
	height: 180px;
	margin: 10px;
}
.portfolio-thumb .content {
	height: 100%;
	position:relative;
}
.portfolio-thumb img {
	height: 100%;
	width: auto;
}
.portfolio-thumb video {
	height: 100%;
	width: auto;
}
.portfolio-thumb a {
  cursor: pointer;
}

.portfolio-thumb a:hover::after {
	content: " ";
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.35);
	background-image: url('images/loupe_90.png');
	background-size: 45px 45px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.portfolio-main a {
  cursor: pointer;
}



/* MEMBER LIST BY COUNTRY */
#main table.member-by-country td h2:not(:first-child) {
	border-top-style: dashed;
	margin-top: 2em;
}

/* MEMBER LIST BY PORTFOLIO */
#main table.member-by-portfolio td h3 {
	font-size: inherit;
	font-weight: normal;
	margin:0;
	padding-top: 8px;
	border-top: 1px solid #000;
	margin-top: 2em;
}







/* LOGIN FORM */


.login p label {
	display:none;
}
.login form {
	margin-top: 24px;
}
.login input[type=password],
.login input[type=text] {
	background-color:black;
	color: white !important;
	border:none;
	margin:0;
	padding:5px 5px;
	width:100%;
	box-sizing: border-box;
	font-family: 'CircularStd-Book', sans-serif;
	font-size: 100%;
}
.login .lostpassword {
	margin-top:12px !important;
	clear:both;
}
.login .lostpassword a {
	font-size: 75%;
	color: grey;
}
.login input[type=submit] {
	float: right;
}
.login input:-webkit-autofill {
}

#main h2 {
	margin-bottom:2px;
}
#main h2 a {
	color: #000;
}
#main h2 a:hover {
	color: grey;
}
#main h3 {
	font-weight:normal;
	font-size: 20px;
	margin:0 0 0 10px;
}
#main .module-content table h3 {
	margin:0 0 0 0px;
}

#main table.member-by-country a {
	/* color: #000; */
}
#main table.member-by-country a:hover {
	/* color: grey; */
}


/* NEW LOGIN FORM (sept 2016) */
.module.login form.aic-login-form {
	margin: 0;
}
.module.login input.input {
	background-color: white;
	border: 2px solid black;
	padding: 5px 10px;
	color:black !important;
}
.module.login input[type=submit] {
	border: none;
	box-sizing: border-box;
	width: 100%;
	padding: 7px 10px;
	font-family: inherit;
	font-size: inherit;
	color: white;
	background-color: black;
	text-align:left;
	float: none;
	cursor: pointer;
}
.module.login .login-remember label {
	display: block;
}



.inscription {
	font-size: 10px;
	max-width: 100%;
	width:320px;
	margin-bottom:36px;
	position:relative;
	margin-left:12px;
}
.inscription a {
	text-decoration:underline;
}
.inscription em {
	font-style:normal;
	text-decoration:underline;
}
.inscription ol {
	padding-left:14px;
}
.inscription h4 {
	font-weight:normal;
	text-transform:uppercase;
	margin-top:12px;
	margin-bottom:3px;
}
.inscription input[type=text],
.inscription input[type=password],
.inscription textarea {
	margin:5px 0;
	padding: 4px 6px;
	box-sizing:border-box;
	font-family: 'CircularStd-Book', sans-serif;
	border:1px solid black;
	width:100%;
	position:relative;
	background-color:transparent;
}
.inscription textarea {
	height: 100px;
}
.inscription label {
	/* color:#777; */
	display:inline-block;
	width: 92%;
	vertical-align: text-top;
	text-transform: uppercase;
	margin:0 0 8px 0;
}
.inscription hr {
	border:none;
	border-top: 1px dashed black;
}
button.btn,
input[type=submit].btn {
	color: #fff;
	text-transform:uppercase;
	font-family: 'CircularStd-Book', sans-serif;
	background-color:#000;
	border:none;
	font-size: inherit;
	padding: 4px 6px;
	margin-top:24px;
	margin-bottom:24px;
	cursor:pointer;
	display: block;
}
.inscription .star {
	position:absolute;
	left:-10px;
	line-height:36px;
}
.inscription .box {
	display:none;
}
.inscription .info-frame {
	border: 1px solid #000;
	padding:4px 6px;
	margin-bottom: 12px;
}
.inscription .info-frame h4 {
	margin-top:0;
}
.inscription select {
	max-width: 200px;
	margin: 7px 0px;
}


.inscription label.overlay {
	position:absolute;
	margin: 11px 7px;
}
.inscription label.overlay.focus,
.inscription label.overlay.hidden {
	display:none;
}


.inscription .pending-subscription li a {
	font-size: 14px;
}
.inscription .pending-subscription li::before {
	top:4px;
}



/* @from nov2020 */
.concours .inscription .star::before {
	content: "*";
}
.inscription input::placeholder,
.inscription textarea::placeholder {
	color: black;
}
.inscription input:placeholder-shown,
.inscription textarea:placeholder-shown {
  color: black;
  text-transform: uppercase;
  font-size: inherit;
  line-height: 17px;
}
.concours .inscription input,
.concours .inscription textarea,
.concours .inscription select {
  display: block;
}
.concours .inscription select {
  padding: 5px 2px;
  max-width: 180px;
  border: 1px solid black;
}
.concours .inscription p {
  margin: 0;
}
.concours .inscription .form-group {
  padding: 2em 0 2em;
}
button.btn:disabled {
  opacity: 0.3;
  cursor: default;
}
.concours .inscription button.btn {
  margin: 10px 10px 10px 0;
}
.btn-group {
  display: flex;
  align-items: center;
}
.btn-group button.btn{
  display: inline-block;
  margin-right: 10px;
}
.loading .spinner {
  width: 9px;
  height: 9px;
  border: 4px solid black;
  border-right-color: white;
  border-radius: 50%;
  display: inline-block;
  animation: spinner 1200ms linear infinite;
}
.file-uploader {
  margin-bottom: 1em;
}
.file-uploader label {
  padding-top: 9px;
}
.concours .inscription .file-uploader img {
  vertical-align: top;
}
.concours .inscription .file-uploader button.btn {
  display: inline-block;
  margin: 0 10px 4px 10px;
}

.inscription select {
	max-width: 100%;
	margin: 7px 0px;
	font-size: inherit;
	font-family: inherit;
	text-transform: uppercase;
}

@keyframes spinner {
  100% {
    transform: rotate(1turn);
  }
}








/* MEMBERSHIP
----------------------- */

.inscription table.cotisation td {
	padding-left:0px;
	width: auto;
}
.inscription table.cotisation td:first-child {
	width: 50%;
}

.inscription input[type=text].donation {
	width: 60px;
}
.inscription table.donation {
	table-layout: auto;
}
.inscription table.donation td {
	padding-left:0px;
	width: auto;
	vertical-align: middle;
}


/* INTRANET
----------------------- */
.intranet-nav h4 {
	margin: 0;
	font-weight: normal;
}
.intranet-nav ul {
	margin-bottom: 1em;
}
.intranet-nav ul li {
	margin-left:0px;
	margin-bottom: 0px;
}
.intranet-nav .module-content {
	margin-left:10px;
	margin-right:10px;
}



/* ELECTIONS
----------------------- */
body.single-election .module-content {
	margin-left:10px;
	margin-right:10px;
}
body.single-election .module-content table {
	margin: 0px -10px;
	width: auto;
}


/* COMMENTS
----------------------- */
.comment-respond, ol.comment-list {
	margin-left:10px;
	margin-right:10px;
}
.comment-respond h3 {
	margin-left:0px !important;
}
.comment-respond label {
	display: block;
}

/* INVOICE
----------------------- */

body.page-template-template-facture #page {
	position:static;
}
body.page-template-template-facture #main {
	max-width: 600px;
	margin: 0 auto 100px auto;
}
body.page-template-template-facture .nav-wrapper,
body.page-template-template-facture .footer {
	display:none;
}
body.page-template-template-facture .address {
	width: 40%;
	float:right;
	margin-top: 1em;
}
body.page-template-template-facture table {
	width: 100%;
	border-collapse: collapse;
}
body.page-template-template-facture table td {
	padding: 0;
	margin: 0;
	vertical-align: top;
}
body.page-template-template-facture table td:nth-child(1) {
	width: 60%;
}
body.page-template-template-facture input[type=text] {
	border:none;
	border-bottom: 1px dotted black;
	width: 60px;
}
body.page-template-template-facture button {
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	padding: 0;
	cursor: pointer;
	color: grey;
	display: block;
}
body.page-template-template-facture button:hover {
	color: black;
}





@media print {
	body.page-template-template-facture #logo {
		/* display: none; */
		float: left;
	}
	body.page-template-template-facture #desc {
	  float: right;
	  margin-right: 0px;
	  width: 40%;
	}
	body.page-template-template-facture #main {
		margin: 0 10px;
		clear:both;
		font-size: 75%;
	}
	body.page-template-template-facture #header {
		min-height:0;
	}
	.print-hide {
		display: none !important;
	}
}




/*  SEARCH  */

.search {
	position:relative;
/*

	padding-top:20px;
	height:0px;
	overflow:hidden;
 */

}
.search .loupe {
	width:25px;
	height:25px;
	background-image:url('images/loupe.png');
	background-repeat:no-repeat;
	display:inline-block;
}
.search form {
	position: absolute;
	top: 0px;
	left: 30px;
	width: calc(500% - 40px);
}
.search form input[type=text]{
	width: 100%;
	padding:0;
	background-color:#000;
	color: #fff;
	border:none;
	border-bottom: 2px solid #fff;
	font-family: 'CircularStd-Book', 'Arial', sans-serif;
font-style: normal;
font-weight: normal;
line-height: 1.4;
font-size: 12px;
}
.search form input[type=submit]{
	width: 20px;
	display:none;
}
.search.hide form {
	display:none;
}




/*  FANCYBOX */


.fancybox-item.fancybox-close {
	background:none;

}

.aic-fancybox-close {
	position:absolute;
	top:20px;
	right:50px;
	width:30px;
	height:30px;
	cursor:pointer;
	z-index:10001;
}

.aic-fancybox-close:after {
	width:30px;
	height:2px;
	left:0px;
	top:14px;
}
.aic-fancybox-close:before {
	width:2px;
	height:30px;
	left:14px;
	top:0px;
}

.aic-fancybox-close:after,
.aic-fancybox-close:before {
	content: '';
	position:absolute;
	background-color: #aaa;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  transform:rotate(45deg);
}


.fancybox-nav.fancybox-next span,
.fancybox-nav.fancybox-prev span {
	background:none;

}

.aic-fancybox-nav-left,
.aic-fancybox-nav-right {
	width:50px;
	height:50px;

	position:absolute;
	top:0px;
	bottom:0px;
	margin-top:auto;
	margin-bottom:auto;
	z-index:10001;
	cursor:pointer;

}
.aic-fancybox-nav-left {
	right: 100px;
}
.aic-fancybox-nav-right {
	left: 100px;
}
.aic-fancybox-nav-left:after,
.aic-fancybox-nav-right:after {
	content: '';
	width:15px;
	height:15px;
	position:absolute;
	top:17px;
	left:17px;

	-webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  transform:rotate(45deg);
	background-color:0d0;
}

.aic-fancybox-nav-left:after {
	border-top: 2px solid #aaa;
	border-right: 2px solid #aaa;
}

.aic-fancybox-nav-right:after {
	border-bottom: 2px solid #aaa;
	border-left: 2px solid #aaa;
}



.fancybox-skin {
	box-shadow: none !important;

}
.fancybox-title {
	right: initial !important;
	top: 100% !important;
}
.fancybox-title span {
	margin-right: 0 !important;
	text-shadow: none !important;
	background:none !important;
	border-radius: initial !important;
	font-weight: normal !important;
	text-transform: none !important;
	padding: 0 !important;
	white-space: normal !important;
}


/* WPMU SIGNUP (wp-signup.php)
----------------------- */
.mu_register {
	margin: 0 10px !important;
	max-width: 480px !important;
}


/* PROGRAM
----------------------- */

#main table.program {
}
#main table.program tr {
}
#main table.program td {
	/* border-top: 1px solid black; */
	/* padding-top: 1em; */
	/* padding-bottom: 1em; */
	/* border-bottom:1em solid white; */
	position:relative;
}
#main table.program td:before {
	content:"";
	width: 100%;
	display: block;
	position:absolute;
	top:0px;
	left:0px;
	right: 0px;
	border-top:1px solid black;
}
#main table.program td:first-child:before {
	left:10px;
}
#main table.program td:last-child:before {
	right:10px;
}
#main table.program td hr {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid black;
	margin: 0;
	height: 1em;
}
#main table.program td:hover hr {
	/* border-color:white; */
}
#main table.program td h3 {
	font-size: inherit;
	text-transform: uppercase;
	background-color:white;
	margin-bottom: 1em;
	padding-top:1em;
	padding-left:10px;
	padding-right:10px;
	margin-left:-10px;
	margin-right:-10px;
	color:black;
}
#main table.program td h3:after {
	content: "";
	display: block;
	height: 1em;
	border-bottom: 1px solid black;
}
#main table.program td.hasLink:hover h3:after {
	border-color:white;
}
#main table.program td:first-child h3:after {
	border-bottom:none;
}
#main table.program td p {
	/* margin-bottom: 0; */
}
#main table.program td p a {
	/*
padding-top: 1em;
	padding-bottom: 0em;
 */
}
#main table.program td p:last-child a {
	/* padding-bottom: 1em; */
}
#main table.program td a {
	/* display:block; */
	/*
margin:0 -10px;
	padding: 0 10px;
 */
	color: black;
}
#main table.program td a:hover {
	color: white;
}
#main table.program td.hasLink:hover {
	background-color: blue;
	color: white;
}
#main table.program td:first-child {
	background-color: white !important;
}
#main table.program td:hover a {
	color: white;
}


/* Password protected posts */
.post-password-form {
	margin: 0 10px;
}



/* @maxime 2017 */
table.member-election td {
	width: auto !important;
}

/* @maxime 2021 */
table.member-election td.checkbox-col,
table.member-election td.num-col {
	width: 40px !important;
}


/* CWD Lien @fev 2021
-------------------------------------*/
/* #module-target-cwd-lien {
  position: relative;
}
#module-target-cwd-lien h2 {
  position: absolute;
  border: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  color: white;
  top: 50px;
  font-size: 1.2em;
  pointer-events: none;
}
#module-target-cwd-lien h2 a {
  color: inherit;
}
#module-target-cwd-lien h2 a:hover {
  color: inherit;
}
#module-target-cwd-lien .module-content {
  margin-top: 0;
}
#module-target-cwd-lien .module-col img {
  padding: 0;
}
#module-target-cwd-lien .module-col.col-2 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 70px;
  color: white;
  font-size: 0.875em;
  pointer-events: none;
}
#module-target-cwd-lien .module-read-more {
  display: none;
} */

.module-container.module-lien {
}
.module-container.module-lien a {
  display: block;
  position: relative;
  margin: 0 10px 17px;
}
.module-container.module-lien img {
  width: 100%;
  height: auto;
  display: block;
}
.module-container.module-lien .text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-shadow: 0px 1px 4px #0000007a;
  padding: 0 10px;
  box-sizing: border-box;
}
#main .module-container.module-lien h2 {
  font-size: 1.25em;
  margin: 0;
  border: none;
}
.module-container.module-lien .text p {
  font-size: 1em;
}




/* @from mai2021 */
.concours-result-list {
  margin: 0 10px;
}
.concours-result-list h4 {
  color: #ababab;
  margin-bottom: 0;
}
.concours-result-list ol {
  /* padding: 0 23px; */
}
.concours-result-list ol li figure {
  margin: 0;
}
.concours-result-list ol li figure img {
  vertical-align: text-top;
}
.concours-result-list ol li figure figcaption {
  margin-bottom: 1em;
}

.concours-result-list ul {
  padding: 0;
  margin-left: -29px;
}
.concours-result-list ul li {
  margin-bottom: 0;
}




/* Member Shadowbox
---------------------------------- @from dec2022 */
#member-shadowbox .hidden {
  display: none !important;
}

#member-shadowbox .shadowbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;

  opacity: 0;
  transition: opacity 500ms;
  pointer-events: none;
}
#member-shadowbox .shadowbox.open {
  opacity: 1;
  pointer-events: auto;
}
#member-shadowbox .shadowbox .background {
  background-color: rgba(0,0,0,0.75);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#member-shadowbox .shadowbox .medias {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}


#member-shadowbox .shadowbox .medias .media {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: opacity 500ms;
}
#member-shadowbox .shadowbox .medias .media.active {
  opacity: 1;
}
#member-shadowbox .shadowbox .medias .media figure {
  margin: 0;
  flex-grow: 1;
  min-height: 0;
  display: flex;
}
#member-shadowbox .shadowbox .medias .media .caption {
  flex-shrink: 0;
  text-align: center;
  color: white;
  padding: 0.5em 20px;
}
#member-shadowbox .shadowbox .medias .media figure .image,
#member-shadowbox .shadowbox .medias .media figure .video {
  width: 100%;
  height: 100%;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 0;
}
#member-shadowbox .shadowbox .medias .media img,
#member-shadowbox .shadowbox .medias .media video {
  padding: 0;
  width: auto;
  height: 100%;
}
#member-shadowbox .shadowbox .medias .media img.panorama,
#member-shadowbox .shadowbox .medias .media video.panorama {
  width: 100%;
  height: auto;
}
#member-shadowbox .shadowbox .side {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 10;
}
#member-shadowbox .shadowbox .side.left {
  left: 0;
  justify-content: flex-end;
}
#member-shadowbox .shadowbox .side.right {
  right: 0;
}

#member-shadowbox .shadowbox .side .button {
  width: 50px;
  height: 50px;
  position: relative;
}
#member-shadowbox .shadowbox .side .button::after {
	content: '';
	width:15px;
	height:15px;
	position:absolute;
	top:17px;
	left:17px;
	-webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  transform:rotate(45deg);
}
#member-shadowbox .shadowbox .side.right .button::after {
	border-top: 2px solid #aaa;
	border-right: 2px solid #aaa;
}
#member-shadowbox .shadowbox .side.left .button::after {
	border-bottom: 2px solid #aaa;
	border-left: 2px solid #aaa;
}

#member-shadowbox .shadowbox .close {
	position:absolute;
	top: 15px;
	right: 15px;
	width:30px;
	height:30px;
	cursor:pointer;
	z-index:10001;
}
@media (min-width: 900px) {
  #member-shadowbox .shadowbox .medias {
    position: absolute;
    left: 150px;
    right: 150px;
    top: 20px;
    bottom: 20px;
  }
  #member-shadowbox .shadowbox .side {
    width: 150px;
  }
  #member-shadowbox .shadowbox .close {
  	top:20px;
  	right:50px;
  }
}
#member-shadowbox .shadowbox .close::after {
	width:30px;
	height:2px;
	left:0px;
	top:14px;
}
#member-shadowbox .shadowbox .close::before {
	width:2px;
	height:30px;
	left:14px;
	top:0px;
}
#member-shadowbox .shadowbox .close::after,
#member-shadowbox .shadowbox .close::before {
	content: '';
	position:absolute;
	background-color: #aaa;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  transform:rotate(45deg);
}







/* ----- */
