@charset "utf-8";
/* CSS Document */
  @font-face {
    font-family: 'Typold';
    font-style: normal;
    font-weight: normal;
    src: local('font/Typold Condensed Regular'), url('font/TypoldRegular.woff') format('woff');
    }
a{
color:#fff;
text-decoration:none;
}
body * {
    transition: all 250ms ease;
}
body{
	    padding: 0;
    margin: 0;
    font-family: Typold;
    background: url(images/bgHome1.png) no-repeat;
    background-size: cover;
    background-position: center;
   color: #fff;	
	}

.d-flex{
	    display: flex;
	}
.cntContainer{
       flex-direction: column;
    align-items: center;
    height: 100vh;
    position: relative;
	}	
.tittre {
    font-size: 55px;
 font-weight: lighter;
}
.cntDesc {
        font-size: 18px;
    font-weight: lighter;
    text-align: center;
    line-height: 28px;
    color: rgb(255 255 255 / 54%);
    font-family: 'Source Sans Pro', sans-serif;
}
button.bnt,
button.bnt:focus {
      width: 330px;
    font-size: 18px;
    background: linear-gradient(297deg, rgba(25,229,217,1) 0%, rgba(49,37,92,1) 100%);
    color: #fff;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: 30px 15px;
    background-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
    background-position: 0;
    cursor: pointer;
    border: none;
	    outline: none;
		font-family: Typold;
}
button.bnt:hover{
	    background: linear-gradient(297deg, rgba(49,37,92,1) 0%, rgba(25,229,217,1) 100%);
	}
.cntFooter {
          position: absolute;
    bottom: 0;
    background: linear-gradient( 
297deg
 , rgba(25,229,217,1) 0%, rgba(49,37,92,1) 100%);
    width: 85%;
    background-size: cover;
    left: 5%;
    font-size: 16px;
    padding: 3% 0% 2% 10%;
}	
.cntRss a{
	     min-width: 110px;
	}

.titreFoot {
    font-size: 18px;
    text-transform: uppercase;
    color: #19e5d9;
    margin-bottom: 10px;
}
.cntFooter .cntCol {
    margin-right: 14%;
}

.cntFooter a{
	    display: flex;
    margin-right: 20px;
	}
.cntFooter a:hover{
color:#19e5d9;     font-size: 17px;
}	
.cntFooter img{
	margin-right:15px;
	}	
.hover{display:none;}	
.cntRss a:hover img{display:none}
.cntRss a:hover img.hover{
	display:block}
	
	
	

.textBottom{
	    font-family: 'Source Sans Pro', sans-serif;
    margin: 20px 0 0;
    font-size: 13px;
    line-height: 22px;
    color: rgb(255 255 255 / 60%);}	
button.bnt.btn2 {
    background: none;
    border: 3px solid #fff;
}	
button.bnt.btn2:hover{
	color: #19e5d9;
    background: #fff;	
	}
.cntFooter .col1 a{
	font-family: 'Source Sans Pro', sans-serif; 
	    line-height: 26px;
	}
.cntCenter{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 34vh;
    justify-content: center;

}	
@media only screen and (min-width: 768px) and (min-height: 768px) {
.cntContainer > img{
	    margin-top: 30px;
	}
body button.bnt, body button.bnt:focus{
	height: 60px;
	}
}
@media only screen and (max-width: 767px) {
html body .cntFooter{
	    position: static;
    width: 100%;
    padding: 10px 0;
	}
body .d-flex{
	display:block;
	    text-align: center;
    margin: 0 auto;
	    height: auto;
	}	
body .cntCenter{
	    height: auto;
		    display: block;
	}	
body .tittre{
    font-size: 30px;	
}	
body .cntDesc{
	    font-size: 14px;
		    padding: 0 10px;
		}
body button.bnt{
	    width: 280px;
    font-size: 15px;
	    margin: 19px auto;
	}
body .textBottom{
	    padding: 0 10px 10px;
    text-align: center;
	}	
body .cntFooter a {
    display: flex;
    margin: 10px;
    align-items: center;
    justify-content: center;
}	
body .cntFooter .cntCol {
    margin-right: 0;
}
}
@media only screen and (max-height: 768px) {
body .cntFooter{    padding: 0.5% 0% 0.5% 10%;}
body .textBottom{margin:0}
}
@media only screen and (max-width: 1024px) {
body .cntContainer{ margin-top: 30px;}
}