/* General */
html {
/*  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif; */
	font-family: 'Open Sans', sans-serif;
	font-family: 'Lato', sans-serif;
	font-family: 'Montserrat', sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000;
}

body {
  background-color: #fff;
  margin: 0;
}

@media screen and (min-width: 1800px) {
	body {
	  background-color: #fff;
	  width: 1800px;
	  margin: auto;
	}
}

en-bas {
	width: 1500px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

@media only screen and (max-width: 1200px) {
	en-bas {
		background-color: #fff;
	}
}

body.whenModalOpen {
  overflow: hidden;
}

select {
  border: 1px solid #fff;
  padding: 0px 0px 0px 10px;
  border-radius: 30px;
  line-height: 55px;
  height: 55px;
}

h1, h2 {
  padding: 0px;
  margin: 0px;
}

iframe {
	margin-bottom: 0;
	max-width: 100%;
}

#tribe-events-content ol, #tribe-events-content li:not(.blocks-gallery-item),  #tribe-events-content ul:not(.blocks-gallery-grid), #content-af3v ol, #content-af3v li:not(.blocks-gallery-item), #content-af3v ul:not(.blocks-gallery-grid), .caption .buttonTwo {
	margin-left: 20px!important;
}

/* Grids */
.table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.tableWithoutLayout {
  display: table;
  width: 100%;
}

.line {
  display: table-row;
}

.cell {
  display: table-cell;
  float: none;
}

.cellSansFloat {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.cellFloatRight {
  display: table-cell;
  float: right;
}

.cellFloatLeft {
  display: table-cell;
  float: left;
}

.cellPhoto1 {
  display: table-cell;
  float: none;
}

.cellPhoto2 {
  display: table-cell;
  float: none;
}

/* Flex */
.flexOne {
  display: flex;
  flex-direction: row;
}

.flexTwo {
  display: flex;
  flex-direction: row;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10;
}

/* Inputs */
::placeholder {
  color: #c7c7c7;
  opacity: 1;
  font-family: "Open Sans Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

textarea {
  border-radius: 20px;
  resize: none;
}

.everest-forms .everest-forms-part-button, .everest-forms button, .everest-forms button[type=submit], .everest-forms input[type=submit] {
  border-radius: 25px;
  color: #65b33b;
  background-color: #fff;
}

.everest-forms label {
  color: #fff;
}

select[type="select"] {
  border-radius: 30px;
  border: 1px solid #fff;
  background-color: #fff;
  height:35px;
}

input[type="text"] {
  border-radius: 50px;
  border: 1px solid #fff;
  background-color: #fff;
}

input[type="text"]:hover {
  border: 1px solid #fff;
  background-color: #fff;
}

input[type="text"]:focus {
  border: 1px solid #fff;
  background-color: #fff;
}

input[type="url"] {
  border-radius: 50px;
  border: 1px solid #fff;
  background-color: #fff;
}

input[type="url"]:hover {
  border: 1px solid #fff;
  background-color: #fff;
}

input[type="url"]:focus {
  border: 1px solid #fff;
  background-color: #fff;
}

input[type="email"] {
  border-radius: 50px;
  border: 1px solid #fff;
  background-color: #fff;
}

input[type="email"]:hover {
  border: 1px solid #fff;
  background-color: #fff;
}

input[type="email"]:focus {
  border: 1px solid #fff;
  background-color: #fff;
}

input[type="password"] {
  border-radius: 50px;
  border: 1px solid #fff;
  background-color: #fff;
}

input[type="password"]:hover {
  border: 1px solid #fff;
  background-color: #fff;
}

input[type="password"]:focus {
  border: 1px solid #fff;
  background-color: #fff;
}

input[type="button"] {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 1px solid #ee8a0b;
  background-color: #ee8a0b;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.50;
  font-family: 'Open Sans Medium', sans-serif;
}

input[type="button"]:hover {
  border: 1px solid #d87e0b;
  background-color: #d87e0b;
}

input[type="button"]:focus {
  border: 1px solid #d87e0b;
  background-color: #d87e0b;
}

input[type="submit"] {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.50;
	width: 100%;
  font-family: 'Open Sans Medium', sans-serif;
}

button {
  border-radius: 50px;
  border: 1px solid #ee8a0b;
  background-color: #ee8a0b;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.50;
  font-family: 'Open Sans Medium', sans-serif;
}

button:hover {
  border: 1px solid #d87e0b;
  background-color: #d87e0b;
}

button:focus {
  border: 1px solid #d87e0b;
/*  background-color: #d87e0b; */
  background-color: rgba(244, 244, 244, 0.3) !important;
}

/* Materials Google icons */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-sox-font-smoothing: grayscale;
  font-feature-settings: 'liga' 0;
}

/* Created buttons */
.buttonOne {
  border-radius: 50px;
  border: 1px solid #ee8a0b;
  padding: 12px 20px 12px 20px;
  color: #ee8a0b;
  display: inline-block !important;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans Bold', sans-serif;
  cursor: pointer;
}

.buttonOne:hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px #ee8a0b;
  -moz-box-shadow: inset 0px 0px 0px 1px #ee8a0b;
  box-shadow: inset 0px 0px 0px 1px #ee8a0b;
  cursor: pointer;
}

.buttonTwo {
  border-radius: 50px;
  border: 1px solid #ee8a0b;
  padding: 12px 20px 12px 20px;
  background-color: #ee8a0b;
  color: #fff;
  display: inline-block !important;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans Bold', sans-serif;
  cursor: pointer;
}

.buttonTwo:hover {
  border: 1px solid #d87e0b;
  background-color: #d87e0b;
  color: #fff;
  cursor: pointer;
}

.buttonThree {
  border-radius: 50px;
  border: 1px solid #65b33b;
  padding: 12px 20px 12px 20px;
  background-color: #65b33b;
  color: #fff;
  display: inline-block !important;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans Bold', sans-serif;
  cursor: pointer;
}

.buttonThree:hover {
  border: 1px solid #539331;
  background-color: #539331;
  color: #fff;
  cursor: pointer;
}

.buttonFour {
  border-radius: 50px;
  border: 1px solid #ee8a0b;
  padding: 12px 20px 12px 20px;
  color: #fff;
  display: inline-block !important;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans Bold', sans-serif;
  background-color: rgba(238, 138, 11, 0.1);
  cursor: pointer;
}

.buttonFour:hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px #ee8a0b;
  -moz-box-shadow: inset 0px 0px 0px 1px #ee8a0b;
  box-shadow: inset 0px 0px 0px 1px #ee8a0b;
  cursor: pointer;
}

.buttonFive {
  border-radius: 50px;
  border: 1px solid #ee8a0b;
  padding: 5px 20px 5px 20px;
  background-color: #ee8a0b;
  color: #fff;
  display: inline-block !important;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans Bold', sans-serif;
  cursor: pointer;
}

.buttonFive:hover {
  border: 1px solid #d87e0b;
  background-color: #d87e0b;
  color: #fff;
  cursor: pointer;
}

/* links behaviour */
.linkAbon {
  background-color: #ee8a0b;
}

.linkAbon:hover {
  background-color: #d87e0b;
}

.linky {
  color: #000;
}

.linky:hover {
  color: #787878;
}

.linkUnderline {
  color: #ee8a0b;
}

.linkyHome {
  color: #fff;
}

.linkyHome:hover {
  color: #d8d8d8;
}

.linkCateg {
  color: #767676;
}

.linkCateg:hover {
  color: #000;
}

.arrow {
  color: #014dff;
}

.arrow:hover {
  color: #719afc;
}

.inscon {
  color: #fff;
  opacity: 0.5;
}

.inscon:hover {
  color: #fff;
  opacity: 1;
}

.mdpoublie {
  opacity: 1;
}

.mdpoublie:hover {
  opacity: 0.5;
}

.oldy {
  color: #014dff;
  text-decoration: underline;
}

.blackWhite {
  color: #000;
}

.blackWhite:hover {
  color: #fff;
}

/* navbar tricks */
.navPrincipal ul {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
}

.navPrincipal li {
  display: inline-block !important;
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-transform: uppercase;
  position: relative;
  padding: 15px 10px 15px 10px;
}

.navPrincipal a:hover {
  color: #ee8a0b;
}

.navPrincipal ul > li > ul {
  display: none;
}

.navPrincipal ul > li:hover > ul {
  display: block;
}

.navPrincipal li .sub-menu {
	position: absolute;
	width: 260px;
	padding:15px 5px;
	background: #fff !important;
	border-radius: 5px;
	box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.3);
	top: 50px;
}

.navPrincipal li .sub-menu:before {
 	content: " ";
	position: absolute;
	left: 40px;
	top: 0px;
	border: 10px solid black;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
	transform: rotate(135deg);
  box-shadow: -1px 0px 2px -1px rgba(0, 0, 0, 0.2);
}

.navPrincipal li .sub-menu li {
	transition: all 0.3s ease;
	line-height: 1.5;
	font-size: 15px;
/*  text-transform: capitalize; */
  text-transform: none;
  float: none;
  display: block !important;
  padding: 0px 10px 0px 10px !important;
}

.navPrincipal li .sub-menu li a {
	color:#000  !important;
	padding-left: 15px;
	transition: all 0.5s ease;
	display: block;
}

.navPrincipal li .sub-menu li:before {
 	border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  position: relative;
  top: 6px;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 0.45em;
  left: 0;
  color: #65b33b;
	float: left;
  transform: rotate(45deg);
}

.navPrincipal li .sub-menu li a:hover {
	opacity:0.8;
	color: #65b33b !important;
}

.navPrincipal li .sub-menu li:hover:before {
	transition: all 0.3s ease;
	left: 3px;
}

.navModal ul {
  list-style-type: none;
  margin: 10px 0px 0px 0px !important;
}

.navModal li {
  padding: 0px 10px 30px 10px;
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.navModal a:hover {
  color: #787878;
}

.navModal ul > li > ul {
  display: none;
}

.navModal ul > li:hover > ul {
  display: block;
}

#menuModal .navModal ul {
  margin: 0 !important;
}

#menuModal .navModal ul {
  margin: 15px 0 !important;
  overflow: hidden;
}

#menuModal .navModal ul > li > ul li {
	font-size: 16px !important;
	margin: 10px 0 0 0 !important;
  text-transform: capitalize;
}

.sub-menu li {
  padding: 0px 10px 0px 10px;
  float: left;
  width: 100%;
  text-align: left;
}

.navSocial ul {
  list-style-type: none;
}

.navSocial li {
  display: inline-block !important;
  width: 37px;
}

.linkSide {
  line-height: 2.2;
}

.linkSide:hover {
  color: #65b33b;
}

.linkPagin {
  color: #ee8a0b;
}

.linkPagin:hover {
  color: #d87e0b;
}

/* Alignment */
.lefty {
  text-align: left;
}

.righty {
  text-align: right;
}

.centery {
  text-align: center;
}

.bottomy {
  vertical-align: bottom;
}

.middley {
  vertical-align: middle;
}

.topy {
  vertical-align: top;
}

/* Height */
.h80 {
  height: 80%;
}

.h100 {
  height: 100%;
}

/* Width */
.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w33 {
  width: 33%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%
}

/* Colors */
.co65b33b {
  color: #65b33b;
}

.bc65b33b {
  background-color: #65b33b;
}

.co2b2b2b {
  color: #2b2b2b;
}

.co767676 {
  color: #767676;
}

.coee8a0b {
  color: #ee8a0b;
}

.bcee8a0b {
  background-color: #ee8a0b;
}

.co999c9e {
  color: #999c9e;
}

.coc7c7c7 {
  color: #c7c7c7;
}

.coff0000 {
  color: #ff0000;
}

.co000000 {
  color: #000;
}

.coffffff {
  color: #fff;
}

.co787878 {
  color: #787878;
}

.cod8d8d8 {
  color: #d8d8d8;
}

.bcffffff {
  background-color: #fff;
}

.bcf4f4f4 {
  background-color: #f4f4f4;
}

.co454545 {
  color: #454545;
}

.co333333 {
  color: #333333;
}

.co014dff {
  color: #014dff;
}

.bcf6f7f9 {
  background-color: #f6f7f9;
}

/* Fonts */
.openSansReg {
  font-family: 'Open Sans Regular', sans-serif;
}

.openSansMed {
  font-family: 'Open Sans Medium', sans-serif;
}

.openSansBol {
  font-family: 'Open Sans Bold', sans-serif;
}

.s10w400 {
  font-size: 10px;
  font-weight: 400;
}

.s12w400 {
  font-size: 12px;
  font-weight: 400;
}

.s14w400 {
  font-size: 14px;
  font-weight: 400;
}

.s15w400 {
  font-size: 15px;
  font-weight: 400;
}

.s16w400 {
  font-size: 16px;
  font-weight: 400;
}

.s17w400 {
  font-size: 17px;
  font-weight: 400;
}

.s20w400 {
  font-size: 20px;
  font-weight: 400;
}

.s22w400 {
  font-size: 22px;
  font-weight: 400;
}

.s24w400 {
  font-size: 24px;
  font-weight: 400;
}

.s26w400 {
  font-size: 26px;
  font-weight: 400;
}

.s28w400 {
  font-size: 28px;
  font-weight: 400;
}

.s32w400 {
  font-size: 32px;
  font-weight: 400;
}

.s36w400 {
  font-size: 36px;
  font-weight: 400;
}

.s44w400 {
  font-weight: 400;
  font-size: 44px;
}

/* Scroll toTop */
#toTop {
  position: fixed;
  bottom: 35px;
  right: 15px;
  cursor: pointer;
  display: none;
  border-radius: 50px;
  background-color: #65b33b;
  color: #fff;
  border: 1px solid #fff;
  padding: 0px 6px 0px 6px;
  line-height: 2 !important;
}

#toTop:hover {
  background-color: #539331;
  border: 1px solid #539331;
}

/* Footer */
.bFooter {
  display: block;
}

.sFooter {
  display: none;
}

.footer1 {
  height: 80px;
  line-height:1;
}

.footer2 {
  text-align: right;
  vertical-align: middle;
}

.footer3 {
  font-size: 22px;
  font-weight: 400;
}

.footer4 {
  padding: 15px;
  text-align: left;
}

.footer5 {
  vertical-align: middle;
  border-radius: 50px;
  padding: 0px 0px 0px 0px;
  width: 500px;
}

.footer6 {
  padding: 18px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.footer8 {
  width: 100%;
  margin: 20px 0px 20px 0px;
  padding: 0px 60px 20px 60px;
}

.footer9 {
  width: 50%;
  margin: 0px 20px 0px 0px;
  vertical-align: top;
}

.footer10 {
  font-size: 10px;
  margin: 0px;
}

.footer11 {
  width: 30%;
  margin: 0px 0px 0px 20px;
  vertical-align: top;
}

.footer12 {
  font-size: 16px;
  font-weight: 400;
  margin: 0px 0px 10px 0px;
}

.footer13 {
  font-size: 12px;
  font-weight: 400;
  margin: 0px 0px 7px 0px;
}

.footer14 {
  font-size: 12px;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
}

.footer15 {
  font-size: 16px;
}

.footer16 {
  width: 20%;
  vertical-align: top;
}

.footer17 {
  font-size: 14px;
  font-weight: 400;
  margin: 0px 0px 7px 0px;
}

.footer18 {
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
}

.footer19 {
  font-size: 16px;
  margin: 0px 10px 0px 0px;
}

.footer20 {
  width: 100%;
  margin: 20px 0px 0px 0px;
  padding: 0px 60px 20px 60px;
}

.footer21 {
  padding: 20px 0px 0px 0px;
  border-top: 1px solid #ee8a0b;
}

.footer22 {
  max-width: 1440px;
  margin: auto;
  text-align: center;
}

.footer23 {
  height:55px;
}

/* Header */
.bHeader {
  display: block;
}

.sHeader {
  display: none;
}

.mHeader {
  display: none;
}

.fHeader {
  display: block;
}

.fLabelAF3V {
  display: table-cell;
}

.header1 {
  width: 100%;
  padding: 0px 30px 0px 30px;
  background-color: transparent;
}

.header2 {
  width: 100%;
  padding: 0px 30px 0px 30px;
}

.header3 {
  padding:10px 0px 5px 0px;
}

.header3-1 {
  padding:0px;
}

.header4 {
  width: 15%;
  vertical-align: middle;
}

.header5 {
  width: 50%;
  vertical-align: middle;
}

.header6 {
  width: 35%;
  vertical-align: middle;
  text-align: right;
}

.header8 {
  font-size: 18px;
  margin: 0px 3px 0px 0px;
}

.header8-2 {
  margin-right: 10px;
}

.header9 {
  font-size: 18px;
  margin: 0px 6px 0px 0px;
}

.header10 {
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
	width: 80px;
	word-wrap: normal;
	vertical-align: middle;
	text-align: left;
}

.header10-bis {
        font-size: 14px;
        font-weight: 400;
        display: inline-block;
        width: 70px;
        word-wrap: normal;
        vertical-align: middle;
        text-align: left;
}

.header11 {
  color: #ee8a0b;
}

.header11:hover {
  color: #d87e0b;
}

.header12 {
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: absolute;
  right: 0;
  top: 0;
  overflow: auto;
}

.header13 {
  padding: 10px 0px 10px 0px;
  background-color: rgba(238,138,11,0.9);
}

.header14 {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  display: inline-block;
  padding: 8px 16px;
  overflow: hidden;
  text-decoration: none;
  background-color: inherit;
  cursor: pointer;
  white-space: nowrap;
}

.header14:hover {
  background-color: #999c9e;
}

.header15 a {
  color: #fff;
}

.header15 a:hover {
  color: #fff;
}

.header17 {
  padding: 40px 30px 40px 30px;
  position: absolute;
  z-index: 5;
}

.header18 a {
  color: #fff !important;
}

.header18 a:hover {
  color: #d8d8d8 !important;
}

.header19 {
  width: 200px;
}

.header20 {

}

.header21 {
  padding: 0px 0px 5px 10px;
}

.header22 {
  padding: 0px 0px 0px 20px;
}

.header24 {
  position: absolute;
  top: 3%;
  left: 0;
  width: 50%;
  right: 0;
  margin: 0 auto;
}

/* All templates */
.btemCom {
  display: block;
}

.stemCom {
  display: none;
}

.temCom1 {}

.temCom2 {
  margin: 0px 0px 40px 0px;
}

.temCom3 {
  width: 500px;
  height: 370px;
  border-radius: 20px;
  margin: auto;
  padding: 15px 25px 15px 25px;
}

.temCom4 {
  margin: 0px 20px 0px 0px;
  padding: 10px 10px 10px 0px;
  border-bottom: 3px solid #fff;
}

.temCom6 {
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 0px;
  border-bottom: 3px solid #fff;
}

.temCom7 {
  border-radius: 50px;
  padding-right: 10px;
  line-height: 1.15;
}

.temCom8 {
  padding: 0px 0px 0px 10px;
}

.temCom8-1 {
  padding: 0px 20px 0px 0px;
}

.temCom8-2 {
  padding: 0px 0px 0px 20px;
}

.temCom9 {
  margin: 35px 0px 10px 0px;
}

.temCom11 {
  padding: 0px 10px 0px 10px;
}

.temCom12 {
  margin: 10px 0px 0px 0px;
}

.temCom13 {
  line-height: 50px;
  width: 220px;
  height: 50px;
  -webkit-box-shadow: 0px 20px 23px -10px rgba(101,179,59,0.6);
  -moz-box-shadow: 0px 20px 23px -10px rgba(101,179,59,0.6);
  box-shadow: 0px 20px 23px -10px rgba(101,179,59,0.6);
  border-radius: 25px;
}

.temCom14 {
  width: 155px;
  height: 50px;
  margin: 35px 0px 0px 0px;
  border-radius: 25px;
}

.temCom15 {
  line-height: 50px !important;
  width: 155px;
  height: 50px;
  -webkit-box-shadow: 0px 20px 23px -10px rgba(101,179,59,0.6);
  -moz-box-shadow: 0px 20px 23px -10px rgba(101,179,59,0.6);
  box-shadow: 0px 20px 23px -10px rgba(101,179,59,0.6);
  border-radius: 25px;
}

.temCom16 {
  width: 500px;
  height: 810px;
  border-radius:20px;
  margin: auto;
  padding:15px 25px 15px 25px;
}

.temCom17 {
  margin: 0px 20px 0px 0px;
  padding: 10px 10px 10px 0px;
}

.temCom18 {
  margin: 25px 0px 0px 0px;
}

.temCom19 {
  width:450px;
}

.temCom20 {
  height: 320px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.temCom21 {
  line-height: 320px !important;
}

.temCom22 {
  height: 320px;
  background-size: auto;
  -moz-background-size: auto;
  -webkit-background-size: auto;
  -o-background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.temCom23 {
  border-radius: 5px;
  padding-right: 10px;
  line-height: 1.15;
}

.temCom24 {
  width: 1136px;
  margin: auto;
}

.temCom24-37 {
  width: 1136px;
  margin: auto;
}

.temCom25 {
  height: 100%;
  margin: 20px 0px 0px 0px;
  border-bottom: solid 1px #d8d8d8;
  padding: 0px 0px 20px 0px;
}

.temCom26 {
  height: 320px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.temCom27 {
  margin: 20px 0px 0px 0px;
}

.temCom27-2 {
  margin-top: 20px;
}

.temCom28 {
  height: 450px;
  margin: 20px 0px 0px 0px;
}

.temCom29 {
  margin: 0px 20px 0px 0px;
  padding: 0px 10px 10px 0px;
  border-bottom: 3px solid #65b33b;
}

.temCom30 {
  margin: 0px 15px 0px 0px;
  padding: 0px 20px 10px 0px;
}

.temCom31 {
  border-radius: 5px;
}

.temCom32 {
  width: 330px;
  height: 260px;
}

.temCom33 {
  padding: 0px 0px 0px 40px;
}

.temCom34 {
  margin: 50px 0px 0px 0px;
}

.temCom34-2 {
  margin: 50px 0px 0px 0px;
}

.temCom35 {
   font-weight: bold;
}

.temCom36 {
  height: 100%;
}

.temCom37 {
  margin: 100px 0px 0px 0px;
  background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

.temCom37-24 {
  margin: 20px 0px 0px 0px;
  background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

.temCom38 {
  padding: 60px 20px 60px 20px;
}

.temCom39 {
  text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

.temCom40 {
  margin: 120px 0px 0px 0px;
}

.temCom41 {
  height: 100%;
  margin: 11px 0px 0px 0px;
  border-bottom: solid 1px #d8d8d8;
  padding: 0px 0px 12px 0px;
}

.temCom42 {
  box-shadow: 0px 0px 20px rgba(0,0,1,0.2);
  width: 330px;
/*  height: 380px; */
  height: 350px;
}

.temCom43 {
  margin: 40px 20px 40px 25px;
}

.temCom44 {
  margin: 40px 20px 40px 25px;
  padding: 20px 10px 20px 10px;
}

.temCom45 {
  width: 82%;
  margin: 30px 20px 0px 30px;
  border-bottom: 2px solid #65b33b;
}

.temCom46 {
  margin: 20px 30px 5px 30px;
}

.temCom47 {
  margin: 5px 30px 5px 30px;
}

.temCom48 {
  margin: 30px 0px 0px 30px;
}

.temCom49 {
  margin: 92px 0px 0px 30px;
}

.temCom50 {
  /* max-width: 1440px; */
  width: 100%;
  height: 750px;
  background-color: #f6f7f9;
  padding: 20px 0px 2px 0px;
}

.temCom50-asso {
  width: 100%;
  background-color: #f6f7f9;
  padding: 20px 20px 50px 20px;
  margin: 20px 0px 0px 0px;
}

.temCom51 {
  margin: 5px 0px 0px 0px;
}

.temCom52 {
  margin: 20px 0px 20px 0px;
}

.temCom53 {
  padding: 0px 0px 20px 0px;
}

.temCom54 {
  padding: 20px;
}

.temCom55 {
   font-weight: bold;
   font-size: 48px;
}

.temCom56 {
  line-height: 1.2;
}

.temCom57 {
  font-weight: bold;
  font-size: 24px;
}

.temCom58 {
  width: 540px;
  height: 120px;
}

.temCom59 {
  padding: 0px 10px 0px 0px;
}

.temCom60 {
  width: 480px;
  height: 260px;
  padding: 0px 40px 0px 0px;
  border-bottom: 1px solid #c7c7c7;
  border-top: 1px solid #c7c7c7;
}

.temCom61 {
  margin: 60px 0px 40px 0px;
}

.temCom62 {
  padding: 0px 20px 0px 20px;
}

.temCom63 {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.temCom64 {
  margin: auto;
}

.temCom65 {
/*  width: 540px; */
  max-width: 540px;
  height: 425px;
  background: #65b33b;
  border-radius: 5px;
  padding: 20px 0px 0px 0px;
}

.temCom66 {
  margin: 10px;
}

.temCom67 {
  width: 155px;
  height: 50px;
  margin: 25px 0px 0px 10px;
  border-radius: 25px;
}

.temCom68 {
  margin: 0px 20px 0px 0px;
}

.temCom69 {
  border-radius: 20px;
  resize: none;
}

.temCom70 {
  width: 100%;
  height: 270px;
  background-color: #f6f7f9;
  padding: 20px 0px 0px 0px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.temCom71 {
  padding: 15px 0px 0px 0px;
}

.temCom72 {
  width: 540px;
  height: 665px;
  background: #65b33b;
  border-radius: 5px;
  padding: 20px 0px 0px 0px;
}

.temCom72-2 {
  max-width: 540px;
  height: 750px;
  background: #65b33b;
  border-radius: 5px;
  padding: 20px 15px 0px 15px;
  color: #fff;
  margin-bottom: 50px;
}

.formulaire-af3v {
  height: auto;
  background: #65b33b;
  border-radius: 5px;
  padding: 20px 15px 0px 15px;
  color: #fff;
  margin-bottom: 50px;
  margin: auto;
}

.temCom73 {
  padding: 7px 0px 0px 30px;
}

.temCom74 {
  margin: 0px 0px 10px 0px;
}

.temCom75 {
  line-height: 0.1;
  width: 120px;
  border-bottom: 1px solid #65b33b;
  margin: 0px 0px 20px 0px;
}

.temCom76 {
  border-radius:250px;
}

.temCom77 {
  height: 410px;
  border-radius: 5px;
}

.temCom78 {
  margin: 0px 0px 10px 0px;
}

.temCom79 {
  padding: 30px 20px 20px 20px;
}

.temCom80 {
  padding: 0px 20px 20px 20px;
}

.temCom81 {
  padding: 20px 10px 10px 10px;
}

.temCom82 {
  margin: 0px 40px 0px 0px;
}

.temCom83 {
  background: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0px 140%, 0 50%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0px 140%, 0 50%);
}

.temCom84 {
  padding: 15px 10px 10px 10px;
}

.temCom85 {
  vertical-align: middle;
  border-radius: 50px;
  padding: 0px 0px 0px 0px;
  width: 500px;
  margin: auto;
}

.temCom86 {
  width: 110%;
}

.temCom87 {
  padding: 18px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.temCom88 {
  border-radius: 5px;
  padding: 15px 10px 25px 10px;
}

.temCom89 {
  margin: 150px 0px 40px 0px;
}

.temCom90 {
  margin-top: 50px;
}

.temCom91 {
  border-radius: 50%;
  border: 1px solid rgba(134,194,0,0.2);
  padding: 9px 11px 8px 11px;
  background-color: rgba(134,194,0,0.2);
  color: #000;
	text-align: center;
}

.temCom91-2 {
  border-radius: 50%;
  border: 1px solid rgba(134,194,0,0.2);
  padding: 8px 11px 10px 11px;
  background-color: rgba(134,194,0,0.2);
  color: #000;
	text-align: center;
}

.temCom92 {
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  padding: 7px 10px 7px 10px;
  background-color: #f4f4f4;
  color: #000;
}

.temCom94 {
  margin: 50px 0px 50px 0px;
}

.temCom95 {
  border-radius: 50%;
  border: 1px solid #ee8a0b;
  padding: 20px;
  background-color: #ee8a0b;
  color: #000;
}

.temCom96 {
  margin: 100px 0px 100px 0px;
}

.temCom97 {
  margin: 100px 0px 0px 0px;
}

.temCom98 {
  padding: 0px 0px 0px 20px;
}

.temCom99 {
  filter: drop-shadow(0px 0px 20px rgba(0,0,1,0.2));
}

.temCom100 {
  background: #fff;
  padding: 3rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0px 240%, 0 50%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0px 240%, 0 50%);
}

.temCom101 {
  background: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0px 180%, 0 50%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0px 180%, 0 50%);
}

.temCom102 {
  width: 480px;
  height: 270px;
  padding: 0px 40px 0px 0px;
  border-bottom: 1px solid #c7c7c7;
  border-top: 1px solid #c7c7c7;
}

.temCom102:hover {
  clip-path: polygon(0% 0%, 100% 0%, 100% 65%, 0px 220%, 0 50%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 65%, 0px 220%, 0 50%);
  background-color: #65b33b;
  color: #ffffff;
}

.temCom103 {
  font-size: 14px;
  margin: 0px 5px 0px 0px;
}

.temCom104 {
  margin: 0px 10px 0px 0px;
}

.temCom105 {
  margin: 60px 0px 0px 0px;
}

.temCom106 {
  border-top:1px solid #d8d8d8;
  border-bottom:1px solid #d8d8d8;
  border-right:1px solid #d8d8d8;
  padding-top: 10px;
}

.temCom106-2 {
  border-left:1px solid #d8d8d8;
  border-bottom:1px solid #d8d8d8;
  border-right:1px solid #d8d8d8;
  padding-top: 10px;
}

.temCom107 {
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 3px;
  border:1px solid #d8d8d8;
}

.temCom107:hover {
  background-color: #d8d8d8;
  border:1px solid #787878;
}

.temCom107-2 {
  width: 30px;
  height: 30px;
  padding: 5px 7px 3px 7px;
  border-radius: 3px;
  border:1px solid #d8d8d8;
}

.temCom107-2:hover {
  background-color: #d8d8d8;
  border:1px solid #787878;
}

.temCom108 select {
  border: 1px solid #d8d8d8;
  font-family: 'Open Sans Medium', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.temCom109 {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 38px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.30;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 5px 0px 0px 0px;
}

.temCom109-2 {
	display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 33px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.30;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 5px 0px 0px 0px;
}

.temCom110 {
  text-align: left;
}

.temCom110-2 {
  text-align: left;
}

.temCom111 {
  padding: 0px 5px 0px 5px;
  line-height: 3;
}

.temCom112 {
  padding: 10px 10px 10px 10px;
}

.temCom113 {
  width: 420px;
  height: 360px;
  background: #65b33b;
  border-radius: 5px;
  padding: 20px 0px 0px 0px;
  margin: auto;
}

.temCom114 {
  padding: 5px 0px 10px 0px;
}

.temCom115 {
  width: 155px;
  height: 50px;
  margin: 35px 0px 0px 0px;
  border-radius: 25px;
}

.temCom116 {
  width: 540px;
  height: 420px;
  background: #f6f7f9;
  border-radius: 5px;
  margin: auto;
}

.temCom117 {
  width: 315;
  height: 225;
}

.temCom118 {
  height: 100px;
  border: solid 1px #ffffff;
  background: rgba(255,255,255,0.3);
  box-shadow: 0px 2px 4px rgba;
  margin-right: 10px;
  padding: 20px 0px 20px 0px;
}

.temCom119 {
  width: 315px;
  height: 225px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.temCom120 {
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px;
  width: 315px;
}

.temCom121 {
  margin: 40px 0px 40px 0px;
}

.temCom122 {
  padding: 10px;
  line-height: 1.15 !important;
  border-radius: 20px;
  color: #fff;
  margin: 0px 0px 5px 0px;
  display: inline-block;
}

.temCom122:hover {
  background-color: #d87e0b;
}

.temCom123 {
  height: 100%;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
}

.temCom124 {
  border-top: solid 1px #d8d8d8;
}

.temCom125 {
  color: #d87e0b;
  padding: 0px 0px 20px 0px;
  border-bottom: solid 4px #d87e0b;
}

.temCom126 {
  height: 500px;
/*   margin: 20px 0px 40px 0px; */	
  margin: 20px 0px 40px 0px;
}

.temCom127 {
  line-height: 3.5;
}

.temCom128 {
  background-color: rgba(101, 179, 59, 0.7);
  padding: 30px;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 44px;
  line-height: 1.2 !important;
  text-align: center;
  font-family: "Open Sans Regular", sans-serif;
}

.temCom129 {
  margin: 12px 0px 0px 0px;
}

.temCom131 {
  border:1px solid #d8d8d8;
  border-radius: 25px;
}

.temCom132 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.temCom133 {
  margin: 25px 0px 0px 0px;
}

.temCom134 {
  height: 150px;
}

.temCom135 {
  margin: 20px 0px 60px 0px;
}

.temCom136 {
  padding: 60px 0px 0px 0px;
}

.temCom137 {
  background: #ee8a0b;
  clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 0px 200%, 0 50%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 0px 200%, 0 50%);
}

.temCom138 {
  box-shadow: 0px 0px 20px rgba(0,0,1,0.2);
  width: 330px;
  height: 180px;
}

.temCom139 {
  box-shadow: 0px 0px 20px rgba(0,0,1,0.2);
  height: 470px;
}

.temCom140 {
  display: none;
}

.temCom141 {
	position: initial;
	top: auto;
}

.temCom141.sticky {
	position:absolute;
}

.temCom141.sticky .cell{
	position: fixed;
	top: 100px;
	width: 200px;
}

.temCom142 {
  margin: 35px 0px 30px 0px;
}

.temCom143 {
  border-top: 1px solid #d8d8d8;
  padding: 20px 0px 20px 0px;
}

.temCom144 {
  margin: 40px 0px 20px 0px;
}

.temCom145 {
  height: 980px;
  background: #65b33b;
  border-radius: 5px;
}

.temCom146 {
  width: 155px;
  height: 50px;
  margin: 45px 0px 0px 10px;
  border-radius: 25px;
}

.temCom147 {
  margin: 23px 0px 0px 0px;
}

.temCom148 {
  text-overflow: ellipsis;
}

.temCom149 {
  padding: 30px;
}

.temCom150 {

}

.temCom151 {
  width: 80%;
}

.temCom152 {
  width: 40%;
}

.temCom153 {
  width: 60%;
}

.temCom154 {
  display: block;
}

.temCom155 {
  width: 33%;
}

.temCom156 {
  width: 70%
}

.temCom157 {
  width: 30%
}

.temCom158 {
  width: 150px;
  height: 120px;
}

.temCom159 {
  width: 100%;
  height: 100%;
}

.temCom160 {
  padding: 0px 0px 0px 0px;
}

.temCom160-1 {
  padding: 0px 0px 0px 0px;
}

.temCom161 {
  font-size: 32px;
  padding: 0px 0px 0px 0px;
}

.temCom162 {
  width: 90%;
}

.temCom170 {
  padding: 0px 0px 0px 20px;
}

.temCom171 {
  display: none;
}

.temCom172 {
  margin: 20px 0px 0px 0px;
}

.temCom173 {
  display: block;
}

.temCom174 {
  display: none;
}

.temCom175 {
  position: fixed;
  bottom: 73px;
  right: 17px;
}

.temCom176 {
  display: block;
}

.temCom177 {
  margin: 0px 0px 0px 10px;

}

.temCom178 {
  width: 70%;
}

.temCom179 {

}

.temCom180 {

}

.temCom181 {
  margin: 0px 0px 0px 40px;
}

.temCom181 li {
  font-size: 18px !important;
  font-family: 'Open Sans Regular', sans-serif;
  font-weight: 400;
}

.temCom182 {

}

.temCom183 {

}

.temCom184 {
  padding-top: 20px;
}

.temCom185 {

}

.temCom186 {

}

.temCom187 {
  padding: 0px 0px 0px 10px;
}

.temCom188 {
  padding: 0px 10px 0px 10px;
}

.temCom189 {
  border-bottom: 1px solid rgba(238, 138, 11, 0.3)
}

.temCom190 {
  width: 50%;
  text-align: left;
}

.temCom191 {
  width: 50%;
  text-align: right;
}

.temCom192 {
  margin: 35px 0px 0px 0px;
}

.temCom193 {
  margin: 33px 0px 0px 0px;
}

.temCom194 {
  width: 70%
}

.temCom195 {

}

.temCom196 {
  width: 20%
}

.temCom197 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  /* height: 202px; */
}

.temCom197-2 {
	width: 315px;
	height: 225px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	/* height: 202px; */
}

.temCom198 {
  font-size: 24px;
  font-weight: 400;
  padding: 0px 0px 0px 0px;
}

.temCom199 {
  width: 30%;
}

.temCom200 {
  text-align: right;
}

.temCom201 {
  display: none;
}

.temCom201-bis {
  display: none;
}

.temCom202 {
  text-align: right;
}

.temCom203 {
  display: block;
}

.temCom203-bis {
  display: block;
}

.temCom204 {
  padding: 20px;
}

.temCom204-2 {
	padding: 10px;
}

.temCom205 {
  padding: 0px 0px 0px 20px;
  margin: 35px 0px 0px 0px;
}

.temCom205-2 {
  margin: 10px 0px 0px 0px;
}

.temCom205-3 {
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 0px 0px;
}

.temCom206, .temCom206-2  {

}

.temCom207 {
  padding: 0px 0px 0px 20px;
}

.temCom208 {
  margin-top: 0px;
}

.temCom208-1 {
  margin-top: 25px;
}

.temCom209 {
  width: 33%;
}

.temCom210 {
  margin: 0px 0px 20px 0px;
}

.temCom211 {
  padding: 0px 0px 0px 20px;
  margin: 22px 0px 0px 0px;
}

.temCom212 {

}

.temCom212-2 {
	margin: 0px 0px 5px 0px;
}

.temCom213 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(238,138,11,0.8);
  -moz-box-shadow: 0px 0px 5px 1px rgba(238,138,11,0.8);
  box-shadow: 0px 0px 5px 1px rgba(238,138,11,0.8);
}

.temCom213-2 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(238,138,11,0.8);
  -moz-box-shadow: 0px 0px 5px 1px rgba(238,138,11,0.8);
  box-shadow: 0px 0px 5px 1px rgba(238,138,11,0.8);
}

.temCom214 {
  font-size: 28px;
  font-weight: 400;
}

.temCom215 {
  width: 500px;
  height: 370px;
  border-radius: 20px;
  margin: auto;
  padding: 15px 25px 15px 25px;
}

.temCom216 {
  width: 40%;
}

.temCom217 {
  width: 60%;
}

.temCom218 {
  font-size: 26px;
  font-weight: 400;
}

.temCom219 {
  width: 50%;
}

.temCom220 {
  width: 50%;
}

.temCom221 {
  width: 50%;
}

.temCom222 {
  width: 50%;
}

.temCom223:hover {
  background-color: #d87e0b !important;
}

.temCom223 {
  width: 100%;
  font-weight: 400 !important;
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  color: #fff;
  background-color: #ee8a0b !important;
  text-align: center;
  margin: 0px;
  padding-left: 10px;
  padding-right: 15px;
}

.temCom224 {
  width: 100%;
  font-weight: 400 !important;
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  color: #fff;
  background-color: #ee8a0b !important;
  text-align:center;
}

.temCom224:hover {
  background-color: #d87e0b !important;
}

.temCom225 {
  padding: 20px;
}

.temCom226 {
  margin-bottom: 40px;
}

.temCom227 {
	max-width: 270px;
  max-height: 270px;
  width: auto;
  height: auto;
	margin-bottom: 20px;
}

.temCom228 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.temCom229 {
	padding-top: 20px;
}

.temCom230 {
	border-bottom: 1px solid #c7c7c7;
}

.temCom231 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.temCom232 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.temCom233 {
	height: 90px;
}

.temCom234 {
	height: 60px;
}

.temCom235 {
	height: 20px;
}

.temCom236 {
	height: 20px;
}

.temCom237 {
  padding-right: 10px;
	background-color: #fff;
	outline: none;
	width: 100%;
	height: 45px;
	border: 0px;
}

.temCom238 {
	border-radius: 25px;
  display: inline-block;
  overflow: hidden;
  background: #fff;
	padding: 0px;
	width: 100%;
	margin: 10px 0px 0px 0px;
}

.temCom238 select {
  border: 1px solid #d8d8d8;
  font-family: 'Open Sans Medium', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.temCom239 {
	border-radius: 30px;
  display: inline-block;
  overflow: hidden;
  background: #fff;
	padding: 0px;
}

.temCom239 select {
  border: 1px solid #d8d8d8;
  font-family: 'Open Sans Medium', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.temCom240 {
  padding-right: 10px;
	background-color: #fff;
	outline: none;
	width: 100%;
	height: 45px;
	border: 0px;
}

.temCom241 {

}

.temCom242 {
	height:50px;
}

.temCom243 {
	width: 40%;
}

.temCom244 {
	width: 20%;
}

.temCom245 {
	background-color: #fff;
	padding: 0px;
}

.temCom246 {
	margin: 40px 0px 0px 0px;
}

.temCom246 {
	font-style: italic;
}

@media only screen and (max-width: 350px) {
  .header9 {
	font-size: 18px;
	margin: 0px 0px 0px 0px;
  }
}

@media only screen and (min-width: 351px) and (max-width: 1200px) {
  .header9 {
	font-size: 24px;
    margin: 0px 0px 0px 0px;
  }
}

@media only screen and (max-width: 600px) {
  .temCom72-2 {
	height: 890px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  .temCom72-2 {
	height: 800px;
  }
}

@media only screen and (max-width: 1200px) {
  div {
    line-height: 1.15 !important;
  }

  .cell {
    float: left;
  }

  .cellPhoto1 {
    float: left;
  }

  .flexOne {
    flex-direction: column;
  }

  /* Footer */
  .footer2 {
    width: 100%;
    text-align: center;
    padding: 10px 0px 0px 0px;
  }

  .footer4 {
    width: 100%;
    text-align: center;
  }

  .footer5 {
    padding: 0px 0px 0px 0px;
    margin: auto;
    width: 500px;
  }

  .footer9 {
    width: 100%;
  }

  .footer11 {
    width: 100%;
    margin: 30px 0px 30px 0px;
  }

  .footer16 {
    width: 90%;
  }

  /* Header */
  .bHeader {
    display: none;
  }

  .mHeader {
    display: block;
    width: 115%;
  }

  .sHeader {
    display: none;
  }

  .fHeader {
    display: block;
  }

  .header4 {
    width: 15%;
  }

  .header6 {
    width: 15%;
  }

  .header8 {
    font-size: 24px;
    margin: 0px 0px 0px 0px;
  }
/*
  .header9 {
   font-size: 24px;
    margin: 0px 0px 0px 0px;
  }
*/
  .header20 {
 /*   width: 550px; */
  }

  .header24 {
    	height: 100%;
  }

  /* All templates */
  .temCom1 {
    line-height: 2;
  }

  .temCom3 {
    height: 345px;
  }

  .temCom8-1 {
    padding: 0px 10px 0px 10px;
  }

  .temCom8-2 {
    padding: 0px 10px 0px 10px;
  }

  .temCom16 {
    height: 763px;
  }

  .temCom24 {
    width: 100%;
    margin: auto;
  }

  .temCom24-37 {
	display: none;
  }

  .temCom25 {
    padding: 0px 0px 20px 10px;
    margin: 20px 0px 0px 0px;
  }

  .temCom34-2 {
    margin: 20px 0px 0px 0px;
  }

  .temCom50 {
    padding: 20px 20px 40px 20px;
    height: 100%;
  }

  .temCom55 {
   font-weight: 400;
   font-size: 24px;
  }

  .temCom58 {
    width: 100%;
    height: 100%;
    margin: 20px 0px 20px 0px;
  }

  .temCom70 {
    margin-top: 80px;
    height: 100%;
    width: 100%;
  }

  .temCom72 {
    height: 635px;
  }

  .temCom73 {
    padding: 7px 20px 0px 20px;
  }

  .temCom75 {
    line-height: 0.1 !important;
  }

  .temCom77 {
    height: 100%;
  }

  .temCom85 {
    padding: 0px 0px 0px 0px;
    margin: auto;
    width: 500px;
  }

  .temCom86 {
    width: 100%;
    padding: 0px 20px 0px 20px;
  }

  .temCom89 {
    margin: 50px 0px 40px 0px;
  }

  .temCom102 {
    width: 450px;
    height: 100%;
    padding: 0px 0px 0px 0px;
    border-bottom: 1px solid #c7c7c7;
    border-top: 1px solid #c7c7c7;
    background-color: #65b33b;
    color: #fff;
    border-radius: 5px;
  }

  .temCom102:hover {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0px 220%, 0 50%);
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0px 220%, 0 50%);
    background-color: #539331;
  }

  .blackWhite {
    color: #fff;
  }

  .temCom106 {
    border-top:0px solid #d8d8d8;
    border-bottom:1px solid #d8d8d8;
    border-right:1px solid #d8d8d8;
    border-left:1px solid #d8d8d8;
    padding-top: 10px;
    width: 315px;
  }

  .temCom109 {
    height: 33px;
  }

  .temCom110 {
    text-align: center;
  }

	.temCom115 {
	  margin: 50px 0px 0px 0px;
	}

  .temCom123 {
    padding: 0px 10px 20px 10px;
  }

  .temCom126 {
    height: 100%;
    margin: 20px 0px 20px 0px;
  }

  .temCom145 {
    height: 1525px;
  }

  .temCom149 {
    padding: 50px 20px 50px 20px;
  }

  .temCom151 {
    width: 100%;
  }

  .temCom152 {
    width: 100%;
  }

  .temCom153 {
    width: 100%;
  }

  .temCom154 {
    display: none;
  }

  .temCom155 {
    width: 100%;
  }

  .temCom158 {
    width: 200px;
    height: 160px;
  }

  .temCom161 {
    font-size: 28px;
    padding: 0px 0px 0px 30px;
  }

  .temCom162 {
    width: 100%;
  }

  .temCom171 {
    display: block;
    padding: 30px;
  }

  .temCom172 {
    margin: 0px 0px 0px 0px;
  }

  .temCom178 {
    width: 100%;
  }

  .temCom179 {
    padding: 0px 10px 0px 10px;
  }

  .temCom180 {
    margin-top: 20px;
  }

  .temCom182 {
    width: 100%;
  }

  .temCom183 {
    margin: 20px 0px 0px 0px;
  }

  .temCom184 {
    padding-top: 0px;
  }

  .temCom185 {

  }

  .temCom187 {
    padding: 5px 0px 0px 10px;
  }

  .temCom188 {
    padding: 5px 10px 0px 10px;
  }

  .temCom190 {
    width: 100%;
  }

  .temCom191 {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }

  .temCom194 {
    width: 100%
  }

  .temCom195 {
    padding: 0px 20px 0px 20px;
  }

  .temCom196 {
    width: 100%;
  }

  .temCom197 {
    width: 315px;
    height: 225px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
  }

  .temCom198 {
    font-size: 16px;
    font-weight: 400;
    padding: 0px 0px 10px 0px;
  }

  .temCom199 {
    width: 100%;
  }

  .temCom200 {
    text-align: left;
    padding: 10px 0px 10px 0px;
  }

  .temCom201 {
    display: block;
  }

   .temCom201-bis {
	display: block;
  }

  .temCom202 {
    text-align: center;
    padding: 10px 0px 0px 0px;
  }

  .temCom203-bis {
	display: none;
  }
	
  .temCom204 {
    padding: 10px;
  }

  .temCom205 {
    padding: 0px;
    margin: auto;
    width: 315px;
    margin-top: 35px;
  }

  .temCom205-2 {
    padding: 0px;
    margin: auto;
    width: 315px;
    margin-top: 35px;
  }
	
  .temCom206 {
    padding: 0px 20px 0px 20px;
/*	margin: 0px 0px 40px 0px; */
  }

  .temCom206-2 {
	margin: 1px;
  }

  .temCom207 {
    padding: 0px 0px 0px 0px;
  }

  .temCom208 {
    margin-top: 50px;
  }

  .temCom209 {
    width: 100%;
  }

  .temCom211 {
    padding: 0px;
    margin: auto;
    width: 315px;
    margin-top: 35px;
  }

  .temCom212 {
    margin: 0px 0px 10px 0px;
  }

	.temCom213 {
		border-top-right-radius: 5px;
	  border-top-left-radius: 5px;
	  border-bottom-left-radius: 0px;
	}

  .temCom215 {
    height: 345px;
  }

  .temCom219 {
    width: 100%;
  }

  .temCom220 {
    width: 0%;
  }

  .temCom221 {
    width: 100%;
  }

	.temCom227 {
		max-width: 350px;
	  max-height: 350px;
	  width: auto;
	  height: auto;
	}

	.temCom241 {
	  margin-top: 50px;
	}

	.temCom243 {
		width: 50%;
	}

	.temCom244 {
		width: 30%;
	}
}

@media only screen and (max-width: 1000px) {
  /* Header */
  .bHeader {
    display: none;
  }

  .mHeader {
    display: none;
  }

  .sHeader {
    display: block;
  }

  .fHeader {
    display: none;
  }

  .fLabelAF3V {
   display: none;
  }

  /* All template */
  .temCom156 {
    width: 100%;
  }

  .temCom157 {
    width: 100%;
  }

  .temCom159 {
    width: 80%;
    height: 100%;
  }

  .temCom160 {
    padding: 10px 0px 10px 0px;
  }

  .temCom160-1 {
    margin: 10px 0px 10px 0px;
  }

  .temCom173 {
    display: none;
  }

  .temCom174 {
    display: block;
  }

  .temCom216 {
    width: 100%;
    text-align: center;
  }

  .temCom217 {
    width: 100%;
    padding-top: 20px;
  }
}

@media only screen and (max-width: 600px) {
  /* Footer */
  .bFooter {
    display: none;
  }

  .sFooter {
    display: block;
  }

  .footer3 {
    font-size: 18px;
    font-weight: 400;
  }

  .footer5 {
    padding: 0px 0px 0px 0px;
    width: 100%;
  }

  /* Header */
  .header24 {
    	width: 80%;
	}

  /* All templates */
  .cellPhoto2 {
    float: left;
  }

  .btemCom {
    display: none;
  }

  .stemCom {
    display: block;
  }

  .temCom3 {
    width: 400px;
  }

  .temCom16 {
    width: 400px;
  }

  .temCom19 {
    width: 350px;
  }

  .temCom20 {
    height: 150px;
  }

  .temCom21 {
    line-height: 150px !important;
  }

  .temCom26 {
    background-size: 100% auto;
    height: 200px;
  }

  .temCom72 {
    width: 100%;
  }

  .temCom85 {
    padding: 0px 0px 0px 0px;
    width: 100%;
  }

  .temCom116 {
    width: 100%;
  }

  .temCom150 {
    width: 100%;
  }

  .temCom222 {
    width: 100%;
  }

	.temCom241 {
	  margin-top: 50px;
	}
}

@media only screen and (max-width: 480px) {
  body, button, input, select, textarea {
    font-size: 18px;
    font-size: 1.125rem;
  }

  /* Scroll toTop */
  #toTop {
    /* line-height: 2.4 !important; */
  }

  /* All templates */
  .temCom3 {
    width: 90%;
  }

  .temCom16 {
    width: 90%;
  }

  .temCom16 select {
    width: 100%;
  }

  .temCom91 {
    padding: 9px;
  }

  .temCom102 {
    width: 100%;
  }

  .temCom113 {
    width: 100%;
  }

  .temCom185 {
    padding: 13px !important;
  }

  .temCom187 {
    padding: 5px 0px 0px 10px;
  }

  .temCom188 {
    padding: 5px 10px 0px 10px;
  }
	
   .temCom201-bis {
	display: block;
  }

  .temCom203-bis {
	display: none;
  }

  .temCom214 {
    font-size: 20px;
    font-weight: 400;
  }

  .temCom215 {
    width: 90%;
    height: 335px;
  }

  .temCom218 {
    font-size: 18px;
    font-weight: 400;
  }

	.temCom225 {
	  padding: 20px 0px 20px 0px;
	}

	.temCom241 {
	  margin-top: 50px;
	}
}

/* Caroussel slider */

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../gif/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 5;
  text-indent: -999999px;
  background-color: rgba(244, 244, 244, 0.3) !important;
  border-radius: 25px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
  background: url("../png/arrow-l.png") no-repeat;
}

.slick-next {
  right: 25px;
  background: url("../png/arrow-r.png") no-repeat;
}

/* Slider */
.carousel {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  height: auto;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.content-visuel {
  width: 100%;
  /*height: 320px;*/
  height: auto;
  position: relative;
  overflow: hidden;
  background-color: #f4f4f4;
}

.titre-paragraphe {
  width: 80%;
  position: absolute; /* postulat de départ */
  top: 50%;
  left: 50%; /* à 50%/50% du parent référent */
  transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
  z-index: 5;
}

.titre-paragraphe-2 {
  width: 80%;
  position: absolute; /* postulat de départ */
  top: 50%;
  left: 50%; /* à 50%/50% du parent référent */
  transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
  z-index: 5;
}

.bottom-content {
  position: absolute;
  bottom: 0;
  padding: 15px;
  color: #fff;
  font-family: "Open Sans Regular", sans-serif;
  font-size: 16px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .temCom128 {
    padding: 25px;
    font-size: 35px;
  }
}

@media (min-width: 1000px) AND (max-width: 1100px) {
	.content-slider-home .slider-home .caption {
		width: 60%!important;
	}

	.content-slider-home {
		height: 400px!important;
	}
	.shadowTitle {
		font-size: 30px!important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.shadowText {
		font-size: 13px!important;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4; /* number of lines to show */
		-webkit-box-orient: vertical;
	}
}

@media (min-width: 1100px) AND (max-width: 1200px) {
	.content-slider-home .slider-home .caption {
		width: 58%!important;
	}

	.content-slider-home {
		height: 460px!important;
	}
	.shadowTitle {
		font-size: 32px!important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.shadowText {
		font-size: 14px!important;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 5; /* number of lines to show */
		-webkit-box-orient: vertical;
	}
}

@media (min-width: 1200px) AND (max-width: 1300px) {
	.content-slider-home .slider-home .caption {
		width: 55%!important;
	}

	.content-slider-home {
		height: 500px!important;
	}
	.shadowTitle {
		font-size: 40px!important;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2; /* number of lines to show */
		-webkit-box-orient: vertical;
	}
	.shadowText {
		font-size: 14px!important;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 5; /* number of lines to show */
		-webkit-box-orient: vertical;
	}
}

@media (max-width: 768px) {
  .slick-slide img {
    height: 286px;
  }
  .content-visuel,
  .slick-slide {
    height: 250px;
  }
  .temCom128 {
    padding: 15px;
    font-size: 24px;
  }
}

/* slider home */
.content-slider-home {
  overflow: hidden;
  height: 515px;
  position: relative;
}

.content-slider-home .slick-slide img {
  margin: 0 auto;
  max-width: none !important;
}

.content-slider-home .slider-home .slick-slide {
  position: relative;
}

.content-slider-home .slider-home .bottom-element {
  position: absolute;
  bottom: 0;
  right: 0;
}

.content-slider-home .slider-home .caption {
  color: #ffffff;
  position: absolute;
  top: 30%;
  left: 135px;
  margin: 0;
  z-index: 5000;
  transition: all 0.3s ease;
  font-family: "Open Sans Bold", sans-serif;
  width: 45%;
}

.shadowTitle {
  text-shadow: #ee8a0b 1px 0 1px;
  padding: 0px 20px 0px 20px;
}

.shadowText {
  text-shadow: #65b33b 0px 0px 1px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 5px 20px 5px 20px;
}

.shadowTitle2 {
  text-shadow: #767676 1px 0 1px;
  padding: 0px 20px 0px 20px;
}

.shadowText2 {
  text-shadow: #000000 0px 0px 1px;
  background-color: rgba(118, 118, 118, 0.6);
  border-radius: 20px;
  padding: 5px 20px 5px 20px;
}

.content-slider-home .slider-home .caption h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 0 25px 0;
  color: #fff;
}

.content-slider-home .slider-home .caption p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 40px 0;
}

.content-slider-home .slider-home .buttonTwo {
  border-radius: 50px;
  border: 1px solid #ee8a0b;
  padding: 12px 20px 12px 20px;
  background-color: #ee8a0b;
  color: #fff;
  display: inline-block !important;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans Bold", sans-serif;
  cursor: pointer;
}

.content-slider-home .slider-home .buttonTwo span {
  color: white;
  text-decoration: none;
  float: left;
  line-height: 1.7;
}

.content-slider-home .slider-home .buttonTwo i {
  color: #fff;
}

.content-slider-home .bottom-element img {
  position: absolute;
  bottom: -4px;
  width: 265px;
  right: 0;
}

.content-slider-home .bottom-element .link {
  position: absolute;
  bottom: 15px;
  width: 65px;
  right: 25px;
  transition: all 0.3s ease;
}

.content-slider-home .bottom-element .link:hover {
  opacity: 0.8;
}

.content-slider-home .slick-dots {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0 auto;
}
.content-slider-home .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.content-slider-home .slick-dots li button {
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: transparent;
  transition: all 0.3s ease;
  outline: none;
  padding: initial !important;
  text-indent: -99999px;
}
.content-slider-home .slick-dots li button:focus,
.content-slider-home .slick-dots li button:hover,
.content-slider-home .slick-dots li.slick-active button {
  background: #fff;
}

@media (max-width: 768px) {
  .content-slider-home {
    height: 250px;
  }
  .content-slider-home .slider-home .caption {
    left: 90px;
    width: 70%;
  }
  .content-slider-home .slider-home .caption h2 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 15px 0;
  }
  .content-slider-home .slider-home .caption p {
    line-height: 18px;
    margin: 0 0 20px 0;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Help tooltip */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #fff;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #65b33b;
  color: #fff;
  text-align: left;
  border-radius: 5px;
  padding: 5px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* Range slider */
.slidecontainer {
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 25px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
  border-radius: 5px;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #ee8a0b; /* Af3V orange background */
  cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #ee8a0b; /* Af3V orange background */
  cursor: pointer; /* Cursor on hover */
}

/* The event calendar */
#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background: #65b33b;
  border-radius: 5px;
}

.tribe-events-notices {
  background: #ee8a0b;
  border: #d87e0b;
  color: #fff;
  border-radius: 5px;
  text-shadow: 0 0 0 #fff;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
  background-color: #ee8a0b;
}


/* catégories calendrier */

.the-events-calendar-category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.the-events-calendar-category-list ol li {
  display: inline-block;
  list-style: none;
  padding: 0.5rem 1rem;
}

.the-events-calendar-category-list a {
  background-color: #65b33B;
	border-radius: 50px;
	color: #fff;
	padding: 15px 20px 15px 20px;
}

.the-events-calendar-category-list a:hover {
  background-color: #539331;
}

/* divers liens et titres */

.titre-paragraphe {
    width: 40% !important;
}

@media only screen and (max-width: 600px) {
	.titre-paragraphe {
		width: 80% !important;
	}
}

#tribe-events-content a, .entry-content a:not(.wp-block-button__link), a strong {
	color:#1a0dab;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

#tribe-events-content a:visited, .entry-content a:visited:not(.wp-block-button__link), a:visited strong {
	color:#660099;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

#tribe-events-content a:focus, #tribe-events-content a:hover, .entry-content .wp-block-button a:focus, .entry-content .wp-block-button a:hover {
	color: #014DFF;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* images VVV home */

.imgVVV {
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
}

.imgVVV_list {
	border-left: 1px solid #d8d8d8;
	border-right: none;
	border-bottom: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
}

.imgVVV_list-2 {
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: none;
	border-top: 1px solid #d8d8d8;
}

@media only screen and (max-width: 1200px) {
	.imgVVV_list {
		border-left: 1px solid #d8d8d8;
		border-right: 1px solid #d8d8d8;
		border-bottom: none;
		border-top: 1px solid #d8d8d8;
	}
}

/* tableaux */

.dataTables_info {
	vertical-align: middle;
	font-size: 16px;
	font-weight: 400;
}

.paginate_button {
	vertical-align: middle;
	font-size: 16px;
	font-weight: 400;
}

.paginate_button:before {
	color: #ee8a0b!important;
	font-size: 16px;
	font-weight: 400;
	text-shadow: none;
}

.paginate_button:after {
	color: #ee8a0b!important;
	font-size: 16px;
	font-weight: 400;
	text-shadow: none;
}

.tablepress-table-description {
    font-style: italic;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
	border-radius: 50px;
	border: 1px solid #ee8a0b;
	padding: 12px 20px 12px 20px;
	color: #ee8a0b;
	display: inline-block !important;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans Bold', sans-serif;
	cursor: pointer;
}

.dataTables_wrapper label input, .dataTables_wrapper label select {
	border: 1px solid #fff;
    padding: 0px 0px 0px 10px;
    border-radius: 30px;
    line-height: 55px;
    height: 55px;
}

.tablepress tfoot th, .tablepress thead th {
	background-color: rgba(101, 179, 59, 0.7)!important;
}

/* Popin */

.smart-popin {
    position: fixed;
    left: 0; right: 0;
    top: 0; bottom: 0;
    overflow: auto; /* scrollbar will appear if the viewport is too tight to display all the popin content */
    opacity: 0;
    visibility: hidden;
	z-index: 100;

    /* design */

    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.smart-popin:target {
    opacity: 1;
    visibility: visible;
}
.smart-popin .sp-table {
    display: table;
    height: 100%;
    width: 100%;
}
.smart-popin .sp-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 10px; /* this space is important to let the box-shadow exceed around the popin - so it has to be at least equal to the shadow radius */
}
.smart-popin .sp-body {
    position: relative; /* to allow absolute positionning inside */
    z-index: 1; /* to ensure the popin body will be over the .sp-back layer */
    width: auto; /* by default the width of the wider element inside */
    min-width: 300px;  /* standard width for xs smartphones (320px) minus 2*10px (.sp-cell margins) */
    margin: 0 auto;

    /* design */

    background-color: #ffffff;
    padding: 2em;
    -webkit-box-shadow: 0 3px 5px 1px rgba(0,0,0,0.25);
    box-shadow: 0 3px 5px 1px rgba(0,0,0,0.25);
    width: 66.66%; /* 66.66 looks good :-) */;
}
.smart-popin .sp-body * {
    max-width: 100%; /* this is a security to prevents wide elements such as img to stretch the popin beyond the viewport width */
}
.smart-popin .sp-back { /* only used to get clicks out of the popin body */
    position: fixed;
    left: 0; right: 0;
    top: 0; bottom: 0;
    display: block;
}
.smart-popin .sp-close {
    position: absolute;
    top: 0;
    right: 0;

    width: 36px;
    height: 36px;

    text-align: center;
    line-height: 36px;
    font-size: 1.6em;
    color: #000000;
    font-weight: 900;
    text-decoration: none;
}

/* Fin de la Popin */

/* TablePress */

.dataTables_length label {
	border-radius: 25px;
  display: inline-block;
  overflow: hidden;
  background: #fff;
	padding: 0px;
	width: 100%;
	margin: 10px 0px 0px 0px;
}

.dataTables_length select {
  border: 1px solid #ee8a0b !important;
  font-family: 'Open Sans Medium', sans-serif;
  font-size: 14px;
  font-weight: 400;
	padding-right: 10px;
	background-color: #fff;
	outline: none;
	width: 100%;
	height: 45px;
	border: 0px;
}

/* Fin de la TablePress */

/* Social network links */

.socialNetworkLinks a {
    outline: none;
}
