@charset "UTF-8";
/* Body */
body {
	font-family: Ubuntu;   
	background-color: #FFFFFF;
	margin: 0;
	
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}


/* Header */
header {
	height: 84px;
	background-color: #fff;
	position: relative;
}
#logoconnect {
	float:left;
	width: min(90vw, 350px);
	
}
#logotutos {
	float:right;
	width: min(150vw, 200px);
	padding-right: 20px;
}
/* About Section */
/* Parallax Section */
.banner {
	height: auto;
	display: inline-block;
	position: relative;
	background-color: #fff;
	background-image: url("../images/ZoomVisuel final retouche_Suite Connect.png");
	position: relative;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right;
		
}
.parallax {
	color: #666;
	text-align: left;
	padding-left: 100px;
	padding-top: 15px;
	padding-bottom: 5px;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 1.75vw;
}
.parallax_description {
	color: #666;
	text-align: left;
	padding-left: 100px;
	width: 40%;
	float: left;
	font-weight: normal;
	font-size: 1.25vw;
    line-height: 1.71875vw;
}
.gallery {	
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #fff;
	/* [disabled]min-width: 400px;*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.10), 0 4px 8px 0 rgba(0,0,0,0.10);
	transition: box-shadow 250ms ease;
}
.thumbnail {
    width: 24%;
    text-align: center;
    float: left;
    margin-top: 35px;
    background-color: #F8F8F8;
    padding-bottom: 20px;
    margin-left: 5%;
	margin-right: 3%;
    border-radius: 20px;
    padding-top: 20px;
    border-bottom: 4px solid #1B3F7B;

}
.thumbnail:hover {
border-color: #1CB0E6;
  box-shadow: 0 4px 16px 0 rgba(0,0,0,0.16), 0 4px 8px 0 rgba(0,0,0,0.10);  

}

.gallery .thumbnail h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #1B3F7B;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.gallery .thumbnail p {
	margin: 0;
    margin:1px;
	color: #B3B3B3;
	text-align: left;
	padding-left: 20px;
    
}
.docs {
	background-image:url("../images/picto_document_document.svg");
	background-repeat: no-repeat;	    
}
.video {
	background-image:url("../images/picto_media_player.svg");
	background-repeat: no-repeat;	
}
/* More info */


.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
	opacity: 0.6;
}

.cards:hover{
	opacity: 10;
    transform:scale(1.1,1.1);
    transition-duration: 1.2s;   
}

.button {
    background-image: url(../images/logo3Dbp.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto;
    width: 300px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 60px;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    vertical-align: middle;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    transition: all 0.3s linear;
    text-decoration: none;
	box-shadow: 0 4px 24px 0 rgba(0,0,0,0.14); 
	    
}
.button:hover {
    background-color: #1B3F7B;
    color: #FFFFFF;
    cursor: pointer;
    text-align: right;
box-shadow: 0 4px 16px 0 rgba(0,0,0,0.16), 0 4px 8px 0 rgba(0,0,0,0.10);
        
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #1B3F7B;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	transform:rotate(180);
}
.ligne {
border-bottom:4px solid white;
}

footer {
    background-color: #369ad4;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;   
}

.disclaim {
    font-size: 10px;
    text-align: center;
}
.profile {
	width: 100%;
}


.gallery .thumbnail .tag {
	color: #1B3F7B;
	padding-bom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
/* Mobile */

@media (max-width: 320px) {
.banner {
	background-image: none;
}
.thumbnail {
	width: 90%;
}

#logotutos {
	display: none;
}
.parallax {
	text-align: center;
	font-size: 2.0em;
    padding: inherit;
}
.parallax_description {
	text-align: center;
	font-size: 1.5em;
	line-height: 0.9em;
	Width : 100%;
	padding: inherit;
   
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.banner {
	background-image: none;
}

#logotutos {
	display: none;
}
.thumbnail {
	width: 90%;
}
.parallax {
	text-align: center;
	font-size: 2.0em;
    padding: inherit;
	padding-top: 10px;
}
.parallax_description {
	text-align: center;
	font-size: 1.5em;
	line-height: 0.9em;
	Width : 100%;
	padding: inherit;
   
}
}
/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.banner {
	background-image: none;
}
.thumbnail {
	width: 90%;
}
.parallax {
	text-align: center;
	font-size: 2.5em;
    padding: inherit;
	padding-top: 10px;
}
.parallax_description {
	text-align: center;
	font-size: 2em;
	line-height: 1.5em;
	Width : 100%;
	padding: inherit;
   
}
}

