footer {
width:100%;  
max-width:100%;  
height:auto;
background-color:#161616;
padding:100px 0px 0px 0px;
position:relative;
z-index:1;
}

.footer-columns {
width:91%;  
margin:0 auto;
text-align:left;
display:grid;
grid-template-columns: 31% 25% 23% auto;
}    




.footer-column-01 {
width:95%;  	
text-align:left;	
margin-left:0;	
display:block;	
}

.footer-column-02 {
width:85%;
height:auto;
margin-left:0;
}

.footer-column-03 {
width:90%;
height:auto;
margin-left:0;
}

.footer-column-04 {
width:90%;
height:auto;
margin-left:0;
}




.footer-logo {
width:85%;
max-width:500px;
height:auto;
opacity:1.00;
margin-left:0;
transition:650ms;
display:block;
}

.footer-logo:hover {
opacity:0.70;
transition:650ms;
}


.footer-logo-02 {
width:75%;
max-width:450px;
height:auto;
margin:0 auto;
opacity:1.00;
transition:650ms;
display:none;
}



.footer-description {
font-size:16px;
line-height:1.25;
color:#ffffff;
letter-spacing: normal;
text-decoration : none;
}



.footer-address {
font-size:19px;
color:#ffffff;
letter-spacing:normal;
text-decoration:none;
}





.footer-phone {
font-size:34px;
line-height:1.0;
color:#eeb933;
letter-spacing: normal;
text-decoration:none;
opacity:1.00;
transition: 750ms;
}

.footer-phone a {
color:#eeb933;
line-height:1.0;
text-decoration:none;
transition: 750ms;
}

.footer-phone a:hover {
color:#ffffff;
line-height:1.0;
text-decoration:none;
opacity:1.00;
transition: 750ms;
}



.footer-email {
font-size:19px;
color:#ffffff;
line-height:0.70;
font-style:italic;
letter-spacing: normal;
text-decoration:none;
transition:650ms;
}

.footer-email a {
color:#ffffff;
line-height:1.0;
text-decoration:none;
transition:650ms;
}

.footer-email a:hover {
color:#eeb933;
line-height:1.0;
text-decoration:none;
transition:650ms;
}





.footer-facebook {
width:10%;
max-width:250px;
height:auto;
opacity:1.00;
display:block;
transition:650ms;
}

.footer-facebook:hover {
opacity:0.60;
transition:650ms;
}











.footer-title {
font-size:30px;
line-height:1.25;
color:#ffffff;
letter-spacing: normal;
text-decoration:none;
transition:650ms;
}

.footer-title a {
color:#ffffff;
text-decoration:none;
transition:650ms;
}

.footer-title a:hover {
color:#f3c85b;
text-decoration:none;
transition:750ms;
}



.footer-subtitle {
font-size:24px;
line-height:1.25;
color:#ffffff;
letter-spacing: normal;
text-decoration:none;
transition:650ms;
}

.footer-subtitle a {
color:#ffffff;
text-decoration:none;
transition:650ms;
}

.footer-subtitle a:hover {
color:#f3c85b;
text-decoration:none;
transition:750ms;
}




.footer-text {
font-size:17px;
line-height:normal;
color:#ffffff;
letter-spacing:normal;
text-decoration:none;
transition:650ms;
}

.footer-text a {
color:#ffffff;
text-decoration:none;
transition:650ms;
}

.footer-text a:hover {
color:#eeb933;
transition:750ms;
}





.footer-button {
font-family: 'Kanit', sans-serif;	
color:#161616;
background-color:#eeb933;
border-radius:12px 0 12px 0;
padding:12px 22px;
text-align:center;
display:inline-block;
cursor:pointer;
font-size:16px;
font-weight:normal;
text-decoration:none;
text-transform:uppercase;
letter-spacing:2px;
opacity:1.00;
transition:750ms;
}

.footer-button:hover {
color:#161616;
background-color:#ffffff;
opacity:1.00;
transition:750ms;
}






/* SPACERS */

.footer-spacer-01 {
width:9px;
height:5px;
display:inline-block;
}


.footer-spacer-02 {
width:10px;
height:20px;
display:none;
}

.footer-spacer-03 {
width:20px;
height:80px;
display:block;
}

.footer-spacer-04 {
width:10px;
height:20px;
display:block;
}

.footer-interligne-01 {
width:10px;
height:10px;
display:block;
}



.footer-br {
display:none;
}







/* CREDITS */

.footer-credits {
width:100%;
max-width:100%;
height:auto;
background-color:#ffffff;
margin:0;
position:reltive;
}

.footer-credits-container {
width:90%;
margin:0 auto;
padding:22px;
text-align:center;
}

.footer-credits-text {
font-size:12px;
line-height:normal;
color:#000000;
letter-spacing:normal;
text-decoration:none;
opacity:0.80;
transition:450ms;
}

.footer-credits-text a {
color:#000000;
text-decoration:none;
opacity:1.00;
transition:450ms;
}

.footer-credits-text a:hover {
color:#000000;
text-decoration:none;
line-height:normal;
opacity:0.55;
transition:450ms;
}









@media only screen and (max-width: 1800px) {
}



/* 1680 x 1050 */
@media only screen and (max-width: 1700px) {



}



/* 1600 x 900 */
@media only screen and (max-width: 1600px) {
	
.footer-columns {
width:92%;  
margin:0 auto;
text-align:left;
display:grid;
grid-template-columns: 32% 24% 23.5% auto;
}    		

.footer-description {
font-size:15px;
line-height:1.25;
}

.footer-address {
font-size:18px;
}

.footer-phone {
font-size:32px;
}

.footer-email {
font-size:18px;
}

.footer-facebook {
width:11%;
}

.footer-title {
font-size:26px;
line-height:1.25;
}

.footer-subtitle {
font-size:21px;
line-height:1.25;
}

.footer-text {
font-size:15px;
}

.footer-button {
border-radius:12px 0 12px 0;
padding:11px 21px;
font-size:15px;
letter-spacing:2px;
}

}



/* 1536 x 864 */
@media only screen and (max-width: 1550px) {

.footer-columns {
width:92%;  
margin:0 auto;
text-align:left;
grid-template-columns: 32% 24% 23.5% auto;
}    	

.footer-column-01 {
width:95%;  	
text-align:left;	
margin-left:0;	
}

.footer-column-02 {
width:91%;
text-align:left;
margin:0 auto;
}

.footer-column-03 {
width:91%;
text-align:left;
margin:0 auto;
}

.footer-column-04 {
width:91%;
text-align:left;
margin:0 auto;
}	

.footer-description {
font-size:14px;
line-height:1.25;
}

.footer-address {
font-size:18px;
}

.footer-phone {
font-size:31px;
}

.footer-email {
font-size:17px;
}

.footer-facebook {
width:12%;
}

.footer-title {
font-size:26px;
line-height:1.25;
}

.footer-subtitle {
font-size:21px;
line-height:1.25;
}

.footer-text {
font-size:15px;
}

.footer-button {
border-radius:12px 0 12px 0;
padding:11px 21px;
font-size:15px;
letter-spacing:2px;
}

}




/* 1440 x 900 */
@media only screen and (max-width: 1460px) {

.footer-columns {
width:93.5%;  
margin:0 auto;
text-align:left;
grid-template-columns: 32% 24% 23% auto;
}    	

.footer-column-01 {
width:94%;  	
text-align:left;	
margin:0 auto;	
}

.footer-column-02 {
width:91%;
text-align:left;
margin:0 auto;
}

.footer-column-03 {
width:91%;
text-align:left;
margin:0 auto;
}

.footer-column-04 {
width:91%;
text-align:left;
margin:0 auto;
}	

.footer-description {
font-size:13px;
line-height:1.25;
}

.footer-address {
font-size:18px;
}

.footer-phone {
font-size:31px;
}

.footer-email {
font-size:17px;
}

.footer-title {
font-size:25px;
line-height:1.25;
}

.footer-subtitle {
font-size:20px;
line-height:1.25;
}

.footer-text {
font-size:15px;
}


}




/* 1366 x 768 & 1366 x 760 */
@media only screen and (max-width: 1390px) {

.footer-columns {
width:92%;  
margin:0 auto;
text-align:left;
grid-template-columns: 30% 24% 24% auto;
}    	

.footer-column-01 {
width:95%;  	
text-align:left;	
margin:0 auto;
}

.footer-column-02 {
width:90%;
text-align:left;
margin:0 auto;
}

.footer-column-03 {
width:90%;
text-align:left;
margin:0 auto;
}

.footer-column-04 {
width:91%;
text-align:left;
margin:0 auto;
}	

.footer-logo {
width:88%;
}

.footer-description {
font-size:17px;
line-height:1.25;
}

.footer-address {
font-size:17px;
}

.footer-phone {
font-size:29px;
}

.footer-email {
font-size:16px;
}

.footer-facebook {
width:12%;
}

.footer-title {
font-size:23px;
line-height:1.25;
}

.footer-subtitle {
font-size:19px;
line-height:1.25;
}

.footer-text {
font-size:14px;
}

.footer-button {
border-radius:10px 0 10px 0;
padding:9px 21px;
font-size:13px;
letter-spacing:1px;
}

.footer-br {
display:block;
}

}




/* 1280 x 800 */
@media only screen and (max-width: 1300px) {

.footer-columns {
width:92%;  
margin:0 auto;
text-align:left;
grid-template-columns: 30% 24% 24% auto;
}    	

.footer-column-01 {
width:95%;  	
text-align:left;	
margin:0 auto;
}

.footer-column-02 {
width:90%;
text-align:left;
margin:0 auto;
}

.footer-column-03 {
width:90%;
text-align:left;
margin:0 auto;
}

.footer-column-04 {
width:90%;
text-align:left;
margin:0 auto;
}	

.footer-logo {
width:88%;
}

.footer-description {
font-size:17px;
line-height:1.25;
}

.footer-address {
font-size:17px;
}

.footer-phone {
font-size:27px;
}

.footer-email {
font-size:15px;
}

.footer-facebook {
width:12%;
}

.footer-title {
font-size:22px;
line-height:1.25;
}

.footer-subtitle {
font-size:17px;
line-height:1.25;
}

.footer-text {
font-size:13px;
}

.footer-button {
border-radius:10px 0 10px 0;
padding:9px 21px;
font-size:13px;
letter-spacing:1px;
}

}





@media only screen and (max-width: 1200px) {

.footer-columns {
width:93%;  
margin:0 auto;
text-align:center;
grid-template-columns: 28% 24% 25% auto;
}    	

.footer-column-01 {
width:94%;  	
text-align:center;	
margin:0 auto;
}

.footer-column-02 {
width:90%;
text-align:center;	
margin:0 auto;
}

.footer-column-03 {
width:90%;
text-align:center;	
margin:0 auto;
}

.footer-column-04 {
width:90%;
text-align:center;	
margin:0 auto;
}	

.footer-logo {
width:88%;
margin:0 auto;
}

.footer-description {
font-size:16px;
line-height:1.25;
}

.footer-address {
font-size:16px;
}

.footer-phone {
font-size:26px;
}

.footer-email {
font-size:14px;
}

.footer-facebook {
width:15%;
margin:0 auto;
}

.footer-title {
font-size:21px;
}

.footer-subtitle {
font-size:16px;
line-height:1.20;
}

.footer-text {
font-size:13px;
line-height:1.20;
}

.footer-button {
border-radius:10px 0 10px 0;
padding:9px 21px;
font-size:13px;
letter-spacing:1px;
}


}




@media only screen and (max-width: 1100px) {



}






/* 1024 x 768 */
@media only screen and (max-width: 1050px) {
	
footer {
padding:95px 0px 0px 0px;
}	

.footer-columns {
width:93%;  
margin:0 auto;
text-align:center;
grid-template-columns: 50% auto;
}    	

.footer-column-01 {
width:94%;  	
text-align:center;	
margin:0 auto;
}

.footer-column-02 {
width:90%;
text-align:center;	
margin:0 auto;
}

.footer-column-03 {
width:90%;
text-align:center;	
margin:0 auto;
}

.footer-column-04 {
width:90%;
text-align:center;	
margin:0 auto;
}	

.footer-logo {
width:88%;
margin:0 auto;
}

.footer-description {
font-size:16px;
line-height:1.25;
}

.footer-address {
font-size:16px;
}

.footer-phone {
font-size:26px;
}

.footer-email {
font-size:16px;
}

.footer-facebook {
width:12%;
margin:0 auto;
}

.footer-title {
font-size:30px;
}

.footer-subtitle {
font-size:25px;
line-height:1.20;
}

.footer-text {
font-size:16px;
line-height:1.20;
}

.footer-button {
border-radius:12px 0 12px 0;
padding:11px 29px;
font-size:17px;
letter-spacing:1px;
}

.footer-spacer-02 {
width:10px;
height:50px;
display:block;
}

.footer-spacer-03 {
width:10px;
height:75px;
}

}




/* 960 x 600 */
@media only screen and (max-width: 980px) {



}




@media only screen and (max-width: 900px) {
	
.footer-columns {
width:93%;  
margin:0 auto;
text-align:center;
grid-template-columns: 50% auto;
}    	

.footer-column-01 {
width:94%;  	
text-align:center;	
margin:0 auto;
}

.footer-column-02 {
width:90%;
text-align:center;	
margin:0 auto;
}

.footer-column-03 {
width:90%;
text-align:center;	
margin:0 auto;
}

.footer-column-04 {
width:90%;
text-align:center;	
margin:0 auto;
}	

.footer-logo {
width:88%;
margin:0 auto;
}

.footer-description {
font-size:17px;
line-height:1.25;
}

.footer-address {
font-size:16px;
}

.footer-phone {
font-size:26px;
}

.footer-email {
font-size:16px;
}

.footer-facebook {
width:15%;
margin:0 auto;
}

.footer-title {
font-size:27px;
}

.footer-subtitle {
font-size:23px;
line-height:1.20;
}

.footer-text {
font-size:15px;
line-height:1.20;
}

.footer-button {
border-radius:12px 0 12px 0;
padding:10px 27px;
font-size:17px;
letter-spacing:1px;
}

.footer-spacer-02 {
width:10px;
height:50px;
display:block;
}	
		
}




/* 800 x 1280 & 768 x 1024 */
@media only screen and (max-width: 810px) {


.footer-column-01 {
width:90%;  	
text-align:center;	
margin:0 auto;
}

.footer-column-02 {
width:90%;
text-align:center;	
margin:0 auto;
}

.footer-column-03 {
width:90%;
text-align:center;	
margin:0 auto;
}

.footer-column-04 {
width:90%;
text-align:center;	
margin:0 auto;
}	


.footer-description {
font-size:16px;
}

.footer-address {
font-size:16px;
}

.footer-phone {
font-size:24px;
}

.footer-email {
font-size:15px;
}

.footer-facebook {
width:15%;
margin:0 auto;
}

.footer-title {
font-size:25px;
}

.footer-subtitle {
font-size:22px;
line-height:1.20;
}

.footer-text {
font-size:14px;
line-height:1.20;
}

.footer-button {
border-radius:12px 0 12px 0;
padding:10px 25px;
font-size:16px;
letter-spacing:1px;
}

.footer-spacer-02 {
width:10px;
height:48px;
display:block;
}	

.footer-spacer-03 {
width:10px;
height:70px;
}

}





@media only screen and (max-width: 700px) {
	
footer {
padding:90px 0px 0px 0px;
}		

.footer-columns {
width:92%;  
margin:0 auto;
text-align:center;
grid-template-columns:auto;
}    	

.footer-column-01 {
width:91%;  	
text-align:center;	
margin:0 auto;
}

.footer-column-02 {
width:91%;
text-align:center;	
margin:0 auto;
}

.footer-column-03 {
width:91%;
text-align:center;	
margin:0 auto;
}

.footer-column-04 {
width:91%;
text-align:center;	
margin:0 auto;
}	

.footer-logo {
width:85%;
margin:0 auto;
}

.footer-description {
font-size:21px;
line-height:1.25;
}

.footer-address {
font-size:23px;
}

.footer-phone {
font-size:40px;
}

.footer-email {
font-size:22px;
}

.footer-facebook {
width:16%;
margin:0 auto;
}

.footer-title {
font-size:38px;
}

.footer-subtitle {
font-size:32px;
line-height:1.20;
}

.footer-text {
font-size:20px;
line-height:1.25;
}

.footer-button {
border-radius:12px 0 12px 0;
padding:16px 30px;
font-size:24px;
letter-spacing:1px;
}

.footer-spacer-02 {
width:10px;
height:75px;
}	

.footer-interligne-01 {
width:10px;
height:15px;
}

}





/* 600 x 960 */
@media only screen and (max-width: 620px) {

footer {
padding:90px 0px 0px 0px;
}		

.footer-columns {
width:93%;  
margin:0 auto;
text-align:center;
grid-template-columns:auto;
}    	

.footer-column-01 {
width:91%;  	
text-align:center;	
margin:0 auto;
}

.footer-column-02 {
width:91%;
text-align:center;	
margin:0 auto;
}

.footer-column-03 {
width:91%;
text-align:center;	
margin:0 auto;
}

.footer-column-04 {
width:91%;
text-align:center;	
margin:0 auto;
}	

.footer-logo {
width:85%;
margin:0 auto;
}

.footer-description {
font-size:21px;
line-height:1.25;
}

.footer-address {
font-size:23px;
}

.footer-phone {
font-size:38px;
}

.footer-email {
font-size:22px;
}

.footer-facebook {
width:16%;
margin:0 auto;
}

.footer-title {
font-size:36px;
}

.footer-subtitle {
font-size:30px;
line-height:1.20;
}

.footer-text {
font-size:19px;
line-height:1.25;
}

.footer-button {
border-radius:12px 0 12px 0;
padding:14px 27px;
font-size:23px;
letter-spacing:1px;
}

.footer-spacer-02 {
width:10px;
height:70px;
}	

.footer-interligne-01 {
width:10px;
height:15px;
}

}




@media only screen and (max-width: 550px) {
	
	
}




/* 480 x 853 */
@media only screen and (max-width: 500px) {

footer {
padding:80px 0px 0px 0px;
}		

.footer-columns {
width:93%;  
margin:0 auto;
text-align:center;
grid-template-columns:auto;
}    	

.footer-column-01 {
width:91%;  	
text-align:center;	
margin:0 auto;
}

.footer-column-02 {
width:91%;
text-align:center;	
margin:0 auto;
}

.footer-column-03 {
width:91%;
text-align:center;	
margin:0 auto;
}

.footer-column-04 {
width:91%;
text-align:center;	
margin:0 auto;
}	

.footer-logo {
width:88%;
margin:0 auto;
}

.footer-description {
font-size:20px;
line-height:1.25;
}

.footer-address {
font-size:22px;
}

.footer-phone {
font-size:36px;
}

.footer-email {
font-size:21px;
}

.footer-facebook {
width:17%;
margin:0 auto;
}

.footer-title {
font-size:32px;
line-height:1.10;
}

.footer-subtitle {
font-size:26px;
line-height:1.10;
}

.footer-text {
font-size:18px;
line-height:1.25;
}

.footer-button {
border-radius:12px 0 12px 0;
padding:11px 27px;
font-size:20px;
letter-spacing:1px;
}

.footer-spacer-02 {
width:10px;
height:65px;
}	

.footer-interligne-01 {
height:9px;
}

}




/* 412 x 732 & 414 x 736 (iPhone) */
@media only screen and (max-width: 430px) {	

.footer-columns {
width:94%;  
}    	

.footer-column-01 {
width:92%;  	
text-align:center;	
margin:0 auto;
}

.footer-column-02 {
width:91%;
text-align:center;	
margin:0 auto;
}

.footer-column-03 {
width:91%;
text-align:center;	
margin:0 auto;
}

.footer-column-04 {
width:91%;
text-align:center;	
margin:0 auto;
}	

.footer-logo {
width:88%;
margin:0 auto;
}

.footer-description {
font-size:19px;
line-height:1.25;
}

.footer-address {
font-size:21px;
}

.footer-phone {
font-size:33px;
}

.footer-email {
font-size:20px;
}

.footer-facebook {
width:18%;
margin:0 auto;
}

.footer-title {
font-size:30px;
line-height:1.10;
}

.footer-subtitle {
font-size:23px;
line-height:1.10;
}

.footer-text {
font-size:17px;
line-height:1.25;
}

.footer-button {
padding:10px 25px;
font-size:19px;
}

.footer-spacer-02 {
width:10px;
height:65px;
}	

.footer-interligne-01 {
height:7px;
}

}




/* 360 x 740 & 375 x 812 */
@media only screen and (max-width: 380px) {

.footer-columns {
width:94%;  
}    	

.footer-column-01 {
width:92%;  	
}

.footer-column-02 {
width:91%;
}

.footer-column-03 {
width:91%;
}

.footer-column-04 {
width:91%;
}	

.footer-logo {
width:88%;
}

.footer-description {
font-size:18px;
line-height:1.25;
}

.footer-address {
font-size:20px;
}

.footer-phone {
font-size:31px;
}

.footer-email {
font-size:19px;
}

.footer-facebook {
width:19%;
margin:0 auto;
}

.footer-title {
font-size:27px;
line-height:1.10;
}

.footer-subtitle {
font-size:20px;
line-height:1.10;
}

.footer-text {
font-size:16px;
line-height:1.25;
}

.footer-button {
padding:10px 25px;
font-size:18px;
}

.footer-spacer-02 {
width:10px;
height:60px;
}	


.footer-interligne-01 {
height:5px;
}


}




/* 320 x 568 */
@media only screen and (max-width: 330px) {

.footer-columns {
width:94%;  
}    	

.footer-column-01 {
width:92%;  	
}

.footer-column-02 {
width:91%;
}

.footer-column-03 {
width:91%;
}

.footer-column-04 {
width:91%;
}	

.footer-logo {
width:88%;
}

.footer-description {
font-size:17px;
line-height:1.25;
}

.footer-address {
font-size:20px;
}

.footer-phone {
font-size:30px;
}

.footer-email {
font-size:17px;
}

.footer-facebook {
width:21%;
margin:0 auto;
}

.footer-title {
font-size:25px;
line-height:1.10;
}

.footer-subtitle {
font-size:19px;
line-height:1.10;
}

.footer-text {
font-size:15px;
line-height:1.25;
}

.footer-button {
padding:10px 24px;
font-size:18px;
}

.footer-spacer-02 {
height:57px;
}	

.footer-interligne-01 {
height:4px;
}

}




@media only screen and (max-width: 300px) {

.footer-columns {
width:95%;  
}    	

.footer-column-01 {
width:92%;  	
}

.footer-column-02 {
width:91%;
}

.footer-column-03 {
width:91%;
}

.footer-column-04 {
width:91%;
}	

.footer-logo {
width:90%;
}

.footer-description {
font-size:15px;
line-height:1.25;
}

.footer-address {
font-size:19px;
}

.footer-phone {
font-size:28px;
}

.footer-email {
font-size:16px;
}

.footer-facebook {
width:25%;
margin:0 auto;
}

.footer-title {
font-size:23px;
line-height:1.10;
}

.footer-subtitle {
font-size:18px;
line-height:1.10;
}

.footer-text {
font-size:15px;
line-height:1.25;
}

.footer-button {
padding:9px 24px;
font-size:17px;
}

.footer-spacer-02 {
height:57px;
}	

.footer-interligne-01 {
height:4px;
}	
	
}





