/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@200;300;400;500;600;700&display=swap');


* { margin: 0; padding: 0; }

.clear_all { clear:both; }



/*** Main *************************************************************************************************/

body { background: #fff; font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 16px; letter-spacing: 0.02em; text-transform: uppercase; color: #7a7a7a; }

.wrap { display: block; width: 1100px; margin: 0 auto; }

h3 { 
	
	display: block;
    margin:30px 0px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5em;
	margin-bottom: 10px;
	text-transform: uppercase;
	color:#0087b9;
	
}

i { color: #c00500; font-size: 16px; }

p, ul { 
	
	font-family: 'Yanone Kaffeesatz', sans-serif; 
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
    margin-bottom: 20px;
	
}

.clear_all { clear: both; }

i.fa-linkedin { color: #4993cf; }
i.fa-facebook-square { color: #4267b2; }
i.fa-instagram, i.fa-instagram-square { color: #bd7410; }
i.fa-youtube-square { color: #d10000; }



/*** Header *************************************************************************************************/

header {
	
	display: block;
	width: 100%;
	height: 310px;
	background: url("../img/bg_header.png") repeat-x;

}

header .logo_tr {
	
	display: block;
	float: left;
	margin: 25px 0 0 0;
	
}

header ul {
	
	display: block;
    float: right;
    color: white;
    line-height: 30px;
    text-transform: uppercase;
    text-align: right;
    list-style: none;
    margin-top: 32px;
}

header li {
	
	display: block;
	float: left;
	margin-left: 2px;
	
}

header li .green { color: #47AB00; }

header i { margin: 0 0 0 10px; }

header .header_phone {
	
	display: block;
	margin: 22px 0 0 0;
	float: right;
	color: #a2a2a2;
	letter-spacing: 0.05em;
}

header .header_phone i { margin-left: 10px; }

header .header_phone .phone_color { color: white; }


/*** Header - Main NAV ************/

header .main_menu {
	
	display: block;
	margin: -104px 0 50px 0;
	float: right;
	letter-spacing: 0.1em;
	
}

header ul.main_menu {
	
	display: block;
	font-size: 24px;
	color: #767676;

}

header .main_menu li { margin-left: 40px; }

header ul.main_menu i {	font-size: 18px; margin-right: 5px; }

header ul.main_menu a {	text-decoration: none; color: white; }


.big_haeder {
	
	display: block;
	background: url("../img/main_banner.jpg") no-repeat;
	width: 100%;
	height: 450px;
	padding-top: 150px;
	
}

.big_haeder_mobile { display: none; }


.big_haeder_extra {
	
	display: block;
	background: url("../img/main_banner_extra.jpg") no-repeat;
	width: 100%;
	height: 140px;
	padding-top: 20px;
}

.big_haeder_extra h3 {
	
	color:white;
	font-size: 40px;
	letter-spacing: 0.08em;
}



/*** Content *************************************************************************************************/

.content { 
	
	display: block;
	padding: 30px 0; 

}

.content .left {
	
	display: block;
	float: left;
	width: 60%;
}

.content .right {
	
	display: block;
	float: right;
	width: 349px;
	padding: 30px 0 0 0;
}

.content ul { 
	
	list-style: none; 
	text-transform: uppercase;
	width: 100%;
	margin: 30px 0 40px 0;	

}

.content li {
	
	display: block;
	margin:0 5px 20px 5px;
	font-size: 20px;
}

.content li a { color: #7a7a7a; }

.content i { margin-right: 10px; }

.content img { float: right; margin: 0 0 0 45px; }

.content .what_text i {
	
	display: block;
	float: left;
	margin: 5px 10px 20px 0;
}


.content .what_text .fa-cog { margin: 5px 10px 65px 0; } 

.content .border { 
	
	border: solid 1px #C5C5C5;
	padding: 0 40px 10px 40px;
	margin-bottom: 70px;
	border-radius: 10px;
}

.content .border i { font-size: 22px; }

.content .right a {
	
	display: block;
	padding: 30px 0;
	text-align: center;
	background: #d30500;
	border-radius: 10px;
	font-size: 25px;
	color: white;
	text-decoration: none;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
	
}

/*** Soumission *******************/


.left form {
	
	display: block;
	font-size: 20px;
	margin: 40px 0;
	
}

.left form input {
	
	display: inline-block;
	width: 40%;
	margin: 10px 0 18px 0;
	padding: 20px 25px 15px 25px;
	background: #F1F1F1;
	
	border: none;
	color: #9f9f9f;
	
	font-family: 'Yanone Kaffeesatz', sans-serif; 
	text-transform: uppercase; 
	letter-spacing: 0.05em; 
	font-size: 20px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	
}

.left form input.margin-right { margin-right: 30px; }

.left form input.long { 
	
	display: block;
	float: none;
	width: 91%; 
	margin: 10px 16px 18px 0;
	
}

.left .sep {
	
	display: block;
	width: 97%; 
	border-top: 1px dotted #C7C7C7;
	margin: 25px 0 30px 0;
}

.left form input [type="checkbox"] {
	
	display: inline-block;
	width: 20px;
	margin: 10px 16px 6px 0;
	padding: 20px 25px 15px 25px;
	background: #F1F1F1;
	
	border: none;
	color: #9f9f9f;
}

.left form select {
	
	display: inline-block;
	width: 41%;
	margin: 10px 16px 6px 0;
	padding: 20px 25px 15px 25px;
	background: #F1F1F1;
	
	border: none;
	color: #7B7B7B;
	
	font-family: 'Yanone Kaffeesatz', sans-serif; 
	text-transform: uppercase; 
	letter-spacing: 0.05em; 
	font-size: 20px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	
}

.left form .checkmark {
	
	display: inline-block;
	height: 25px;
  	width: 25px;box-shadow:none;
  	background-color: #eee;
	margin: 15px 10px 0 20px;
}


.left form textarea {
	
	display: inline-block;
	width: 91%;
	height: 100px;
	margin: 10px 16px 6px 0;
	padding: 20px 25px 15px 25px;
	background: #F1F1F1;
	resize:vertical;
	
	border: none;
	color: #7B7B7B;
	
	font-family: 'Yanone Kaffeesatz', sans-serif; 
	text-transform: uppercase; 
	letter-spacing: 0.05em; 
	font-size: 20px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	
}

.left form .name_phone {
	
	display: block;
	float: left;
	width: 290px;
}


.left form input.btn {
	
	display: block;
	width: 100%;
	padding: 20px 0;
	
	background: #59A709;
	border: none;
	color: white;
	
	cursor:pointer;
	
	font-family: 'Yanone Kaffeesatz', sans-serif; 
	text-transform: uppercase; 
	letter-spacing: 0.05em; 
	font-size: 24px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	
}



/*** Contact *************************************************************************************************/

.reseau_form {
	
	display: block;
	background:url("../img/bg_form.png") center center no-repeat;
	padding: 30px 0 50px 0;
	width: 100%;
	
}

.active{
	color: #2aa6df !important;
}


/***** Reseau *****/

.reseau_form .reseaux_bottom {
	
	display: block;
	float: left;
	margin-right: 50px;
	width: 350px;
	
}


.reseau_form .reseaux_bottom ul {
	
	display: block;
	list-style: none;
	
}

.reseau_form .reseaux_bottom li {
	
	display: block;
	float: left;
	margin-right: 20px;
	font-size: 48px;
}

.reseau_form .reseaux_bottom li i { font-size: 40px; }


/***** Form *****/

.reseau_form .form_bottom {
	
	display: block;
	float: right;
	width: 700px;
	
}

.reseau_form form {
	
	display: block;
	float: left;
	font-size: 20px;
	
}

.reseau_form form input {
	
	display: block;
	width: 240px;
	margin-bottom: 10px;
	padding: 16px 20px;
	
	border: none;
	color: #9f9f9f;
	
	font-family: 'Yanone Kaffeesatz', sans-serif; 
	text-transform: uppercase; 
	letter-spacing: 0.05em; 
	font-size: 24px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	
}

.reseau_form form textarea {
	
	display: block;
	width: 370px;
	height: 97px;
	margin-bottom: 10px;
	padding: 16px 20px;
	
	border: none;
	resize:vertical;
	float: left;
	color: #B7B7B7;
	
	font-family: 'Yanone Kaffeesatz', sans-serif; 
	text-transform: uppercase; 
	letter-spacing: 0.05em; 
	font-size: 24px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	
}

.reseau_form form .name_phone {
	
	display: block;
	float: left;
	width: 290px;
}


.reseau_form form input.btn {
	
	display: block;
	width: 100%;
	padding: 20px 0;
	
	background: #2aa6df;
	border: none;
	color: white;
	
	cursor:pointer;
	
	font-family: 'Yanone Kaffeesatz', sans-serif; 
	text-transform: uppercase; 
	letter-spacing: 0.05em; 
	font-size: 24px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	
}


/************************ Footer ************************/

footer {
	
	position: relative;
	display: block;
	background: #2f2f2f;
	padding: 30px 0 20px 0;
}

footer img {
	
	display: block;
	float: left;
	margin: 10px 40px 0 0;
	
}

footer .menu_copyrights {
	
	display: block;
	float: left;
	margin-top: 15px;
}

footer .menu_copyrights ul {
	
	display: block;
	float: left;
	letter-spacing: 0.08em;
	font-size: 18px;
	margin-bottom: 5px;
}

footer .menu_copyrights li {
	
	display: block;
	float: left;
	margin-right: 30px;
	margin: 0 0 0 0;
	color: #B5B5B5;

}

footer .menu_copyrights li i {

	font-size: 4px;
	margin: 0 5px;
	line-height: 0px;
	color: #B5B5B5;
}

footer .menu_copyrights li a {
	
	text-decoration: none;
	color: #B5B5B5;
	
}

footer .menu_copyrights p {
	
	display: block;
	font-size: 18px;
	float: left;
}

footer .menu_copyrights p a { 
	
	color: #9F9F9F;
	text-decoration: none;

}

footer a.twisted_up {
	
	float: right;
	margin: 15px 0 0 0;
}

footer a.twisted_up img {
	
	display: block;
	margin: 0;
	padding: 0;
}


/*** Page contact *************************************************************************************************/


.address {
	
	display: block;
	float: left;
	width: 300px;
	
	
}

iframe {
	
	display: block;
    float: right;
    width: 360px;
    height: 290px;
    margin: -220px 0 0 0;
    border-radius: 10px;
	
	
}

/*** Thank you page *************************************************************************************************/



.thank_you_page {
	
	display: block;
	text-align: center;
	margin: 250px;
}

.thank_you_page img { 
	
	display: block;
	margin: 0 auto 50px auto;

}

.thank_you_page h3 {
	
	font-size: 30px;
	font-weight: 900;
	
}




/*** @media  *******************************************************************************************************/



@media (max-width: 480px) {
    


	
/****************** Wrap ******************/ 
    

.wrap { 
	
	display: block; 
	width: 100%;
	margin: 0 auto;
	
}

h3 { 
	
	margin: 30px 0px 10px 0;
	font-size: 22px;
	text-align: left;
}
	
.big_haeder_extra {
	
	display: block;
	background: url("../img/main_banner_extra.jpg") no-repeat;
	width: 100%;
	height: 130px;
	padding-top: 20px;
}

	
/*** Header *************************************************************************************************/

	
header {
	
	display: block;
	width: 100%;
	padding-top: 25px;
	background: url("../img/bg_header.png") repeat-x;
	color: #000;

}

header .logo_tr {
	
	display: block;
	float: none;
	margin: 0 auto 30px auto;
	
}
	
header .logo_tr {
	
	display: block;
	max-width: 50%;
	
}

header .header_phone { display: none; }


/*** Header - Main NAV ************/

header ul.main_menu {
	
	background: #000;
	width: 100%;
	margin: 0;
	padding: 10px 0 30px 10px;

}

header .main_menu li { 
	
	display: block;
	margin-left: 30px;
    text-align: left;
    width: 100%;
	float: none;
	
}
	
header ul.main_menu i {
    font-size: 18px;
    margin-right: 0;
    width: 28px;
}


.big_haeder_mobile {
	
	display: block;
	background: url("../img/main_banner_mobile.jpg") no-repeat;
	width: 100%;
	float: left;
	
}
	
.big_haeder_mobile img { 
	
	display: block;
	max-width: 80%;
	margin: 50px auto;
	
}
	
.big_haeder { display: none; }
	
	
.big_haeder_extra h3 {
	
	margin-left: 40px
}
	
	
	
/*** Content *************************************************************************************************/

.content { 
	
	display: block;
	padding: 0 0; 

}

.content .left {
	
	display: block;
	float: none;
	width: 80%;
	margin: 0 auto;
}

.content .right {
	
	display: block;
	float: none;
	width: 80%;
	margin: 0 auto;
}

.content ul { 
	
	list-style: none; 
	text-transform: uppercase;
	width: 100%;
	margin: 10px 0;
    float: left;	

}

.content img { float: none; margin: 0 auto 35px auto; max-width: 100%; }

.content .border { margin-bottom: 20px; }
	
	
/*** Contact *************************************************************************************************/

.reseau_form { display: none; }
	
	
/************************ Footer ************************/

footer {
	
	position: relative;
	display: block;
	background: #2f2f2f;
	padding: 30px 0 20px 0;
	text-align: center;
}

footer img {
	
	display: block;
	float: none;
	margin: 10px auto 0 auto;
	
}

footer .menu_copyrights {
	
	display: inline-block;
	float: none;
	margin-top: 15px auto;
}

footer .menu_copyrights ul {
	
	display: block;
	float: none;
	letter-spacing: 0.08em;
	font-size: 18px;
	margin: 25px auto;
	width: 288px;
}

footer .menu_copyrights li {
	
	display: block;
	float: left;
	margin-right: 30px;
	margin: 0 0 0 0;
	color: #B5B5B5;

}

footer .menu_copyrights li i {

	font-size: 4px;
	margin: 0 5px;
	line-height: 0px;
	color: #B5B5B5;
}

footer .menu_copyrights li a {
	
	text-decoration: none;
	color: #B5B5B5;
	
}

footer .menu_copyrights p {
	
	display: block;
	font-size: 18px;
	float: none;
	text-align: center;
	width: 70%;
	margin: 0 auto;
}

footer .menu_copyrights p a { 
	
	color: #9F9F9F;
	text-decoration: none;

}

footer a.twisted_up {
	
	float: none;
	margin: 15px auto;
}

footer a.twisted_up img {
	
	display: block;
	margin: 30px auto;
	padding: 0;
}
	
	
	
	
/*** Page contact *************************************************************************************************/


.address {
	
	display: block;
	float: none;
	width: 100%;
	
	
}

iframe {
	
	display: block;
    float: right;
    width: 100%;
    height: 290px;
    margin: 20px 0 0 0;
    border-radius: 10px;
	
	
}
	
	
	
/*** Soumission *******************/


.left form {
	
	display: block;
	font-size: 20px;
	margin: 40px 0;
	
}

.left form input { width: 82%; }

.left form input.long { 
	
	display: block;
	float: none;
	width: 82%; 
	margin: 10px 0 18px 0;
	
}

.left .sep {
	
	display: block;
	width: 97%; 
	border-top: 1px dotted #C7C7C7;
	margin: 25px 0 30px 0;
}

.left form input [type="checkbox"] {
	
	display: inline-block;
	width: 100%;
	margin: 10px 0 6px 0;

}

.left form select {	width: 97%; }

.left form .checkmark {
	
	display: inline-block;
	height: 25px;
  	width: 25px;
  	background-color: #eee;
	margin: 15px 10px 0 20px;
}


.left form textarea {
	
	display: inline-block;
	width: 83%;
	margin: 10px 0 6px 0;
	padding: 20px 25px 15px 25px;
	
}

.left form .name_phone {
	
	display: block;
	float: left;
	width: 290px;
}


.left form input.btn {
	
	display: block;
	width: 100%;
	padding: 20px 0;
	
	background: #59A709;
	border: none;
	color: white;
	
	cursor:pointer;
	
	font-family: 'Yanone Kaffeesatz', sans-serif; 
	text-transform: uppercase; 
	letter-spacing: 0.05em; 
	font-size: 24px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	
}
	
/*** Footer  *******************************************************************************************************/
	
	





} /*** END @media  *******************************************************************************************************/




.tab-menu { display: flex;
    width: auto;
    background: 0 0;
    box-shadow: none; }
.tab-menu ul { margin:0; padding:0; list-style:none; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
text-align: center; }
.tab-menu ul li { max-width: 100%; text-align:center; }
.tab-menu ul li a {
    color: #656565;
    text-transform: uppercase;
    letter-spacing: 0.44px;
    font-family: 'Yanone Kaffeesatz', sans-serif !important;
    font-weight: 400;
    display: inline-block;
    padding: 4px 15px 3px 19px;
    display: block;
    text-decoration: none;
    transition: 0.5s all;
    background: #dfdddd;
    border: 0px;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    border-bottom: 0;
    font-size: 18px;
    letter-spacing: 2.5px;
}

.tab-menu ul li a:hover { background:#fff; color:#333; text-decoration:none; }
.tab-menu ul li a.active {
    background: #656565;
    color: #fff !important;
    text-decoration: none;
    border: 0px;
    letter-spacing: 2.5px;
    font-size: 18px;
    font-weight: 400;
    padding: 4px 15px 3px 19px;
}
.tab-box { display:none; }

.tab-teaser { max-width:800px; width:100%; margin:0 auto; font-family: 'Yanone Kaffeesatz', sans-serif; }
.tab-main-box { background:#ffffff; padding:10px 0px; }



div.gallery {
	border: 1px solid #ccc;
  }
  
  div.gallery:hover {
	border: 1px solid #777;
  }
  
  div.gallery img {
	width: 100%;
	height: 150px;
	object-fit: cover;
  }
  
  div.desc {
	padding: 10px;
	text-align: center;
	justify-content: center;
    display: flex;
    color: #444 !important;
  }
.gallery a {
    text-decoration: none;
}
  .responsive {
	padding: 0 6px;
	float: left;
	width: 30.99999%;
    margin-bottom: 10px;
  }

  .gallery >div{
	box-sizing: border-box;
  }
  
  @media only screen and (max-width: 768px) {
	.responsive {
	  width: 49.99999%;
	  margin: 6px 0;
	}
  }
  
  @media only screen and (max-width: 500px) {
	.responsive {
	  width: 100%;
	}
  }

  .clearfix:after {
	content: "";
	display: table;
	clear: both;
  }


  /* pagination*/
  .p-3 {
    padding: 1rem !important;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12.5px;
    margin-left: -12.5px;
}

.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 768px){
	.col-md-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}
}

@media (min-width: 576px){
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.pagination a{
	text-decoration: none;
}
.text-right {
    text-align: right !important;
}
@media (min-width: 768px){
.col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}
}
@media (min-width: 576px){
.col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
}
.paginate_button{
	position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item{
	border-radius: 5px;
}

.page-item a{
	outline: none;
}

.page-item.active{
	background-color: #0062cc;
}
.page-item.active a{
	color: #fff;
}
.previous{
	background-color: #0062cc;
    border-color: #005cbf;
	text-decoration: none;
}
.previous a{
	color: #fff !important;
}

.next{
	color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.next a{
	color: #fff !important;
}

.disabled{
  border: 1px solid #cccccc;
  background-color: #cccccc;
  color: #666666;
  pointer-events: none;
}