/* Général */

body {
    margin: 0;
    padding: 0;
    height: 100vh;
    /* background: #f1f1f1; */
    background: #ffffff;
	
}

.card_blue_light {
    background-color: rgba(212, 240, 255,1);
}

.grey_bg {
    background-color: #EFEFF4;
}

#card_grey_img {
	padding:85px;
}

#cogVideo {
  /* position: fixed; */
  /* right: 0; */
  
  margin-top: 120px;
  width:100%; 
  height: auto;
  
  /* z-index:-1; */
}

.content {
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

.unesco-header{
    background: #ffffff;
}

.unesco-header .navbar-brand {
    padding: 0;
    /* margin-left: 10%; */
    max-width: 100%;
    height: auto !important;
	z-index: 2;
}

.btnlang {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.42857143;
    border-radius: 4px;
    user-select: none;
}

.btnlang-primary {
    font-size: 1.1em;
    padding: 0 8px;
    color: #0077d4;
    background: transparent;
    font-weight: bold;
    text-transform: uppercase;
    transition: font-size 100ms ease-in-out;
    border: none;
}

.btnlang-primary:hover {
    color: #3495D6;
    background-color: transparent;
	text-decoration: none;
}

.main-nav {
    margin-top: 70px;
	z-index: 1;
	/* color: #FFFFFF; */
	/* background-color: #3495D6; */
}

.main-nav .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}

/* .main-nav .navbar-nav .active { */
    /* font-weight: bold; */
/* } */

#navbarCollapse a {
    font-size: 20px;
}

#page_title_app {
    padding-top: 175px;
    padding-bottom: 50px;
	margin-bottom: 50px;
	background-color: #E7FEFF;
}

#page_title_scratch {
    padding-top: 175px;
    padding-bottom: 50px;
	margin-bottom: 50px;
	background-color: #EFEFF4;
}


#page_title_3d_parts {
    padding-top: 175px;
    padding-bottom: 50px;
	margin-bottom: 50px;
	background-color: #EFEFF4;
	background-image: url('img/robot_header_3d_parts_crop.png');
	background-size: 75%;
	background-position:right;
	background-repeat: no-repeat;
}



#page_title_build {
    padding-top: 175px;
    padding-bottom: 50px;
	margin-bottom: 50px;
	background-color: rgba(255, 243, 212,1);
}

	
.text-intro {
    padding-top: 300px;
    padding-bottom: 200px;
}

.baseLine {
    font-size: 25px;
}

h1 {
    font-size: 90px;
    color: #fff;
    font-weight: 700;
}



#steps{
	background-color: rgba(253, 246, 238,1);
    margin-bottom: 50px;

}


#txtHomepageHalf {
	font-size: 20px;
	font-weight: 700;
	/* text-decoration: underline; */
}

h3 {
	font-style: bold;
    font-size: 40px;
    font-weight: 700;
}

/* Trois Icônes */

#home-icons {
	text-align: center;
    padding-top: 75px;
	background: radial-gradient(#f1e8da 4px, #fcf6ed 4px);
	background-position: 0 0;
	background-size: 50px 50px;
	/* width: 100%; */
	/* height: 50vh; */
	/* background: url("img/landingpage_parts_right.svg") left top no-repeat, url("img/landingpage_parts_right.svg") right bottom no-repeat; */
}

/* Call to action */

#start {
    position: relative;
    min-height: 200px;
    background: url('img/start.jpeg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
}

#start h2 {
    font-size: 40px;
    color: #f1f1f1;
}

/* Clients */
#clients {
    padding-bottom: 75px;
}

#clients img {
    margin-top: -50px;
}

.fab {
    font-size: 25px;
    color: #003366;
}

.btn {
	color: #FFFFFF;
	background-color: #ED4DD3
}

#blue-cards{
    margin-top: 50px;
    margin-bottom: 50px;
}

#faq{
    margin-top: 50px;
    margin-bottom: 50px;
}

#support{
    margin-top: 50px;
    margin-bottom: 50px;
}


#footer_coglabs {
	padding-top: 75px;
    /* background: #f8a84f; */
	color: white;
    /* background: #563d7c; */
    background-color: rgba(153, 108, 251,1);
    /* height: 40vh; */
	font-size: 20px;
	font-weight: bold;
	/* overflow: hidden; */
}

#footer_unesco {
    text-align: center;
    background-color: #363636;
	color: #fff;
	font-size: 14px;
	font-family: 'Open Sans',sans-serif;
}


#footer_unesco nav li {
	display: inline;
	/* width: 1%; */
	list-style: none ;
}

#footer_unesco nav li a {
	position: relative;
	color: #FFF;
	display: inline;
	font-size: 15px;
	font-weight: normal;
	padding: 0;
	text-decoration: none;
}

#footer_unesco nav li a:hover {
	color: #6c757d;
	/* background: #2980b9; */
}

#footer_unesco nav li + li::before {
	/* box-sizing: border-box; */
	content: "|";
	/* float: left; */
	/* width: 2px; */
	/* line-height: 36px; */
	/* color: #2980b9; */
	/* background: #2980b9; */
}


/* Médias Queries */

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

    header {
        height: 100vh;
    }

    .text-intro {
        padding-top: 200px;
    }

    .preTxt {
        font-size: 30px;
    }

    h1{
        font-size: 60px;
    }
}

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

    .preTxt {
        font-size: 20px;
    }
    h1{
        font-size: 39px;
    }

    .text-intro a {
        transform: scale(0.8);
    }

    #homes-icons {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    #txtHomepageHalf {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #clients {
        padding-bottom: 35px;
    }
    

}
