@charset "UTF-8";
/* CSS Document */


.blue {
background-color: #007A9F;
color: white;
}
.semibold {font-weight: 600}
.top {
margin-top: 230px
}
@media (max-width: 980px){
.top{
margin-top: 180px
}
}
@media (max-width:360px){
.top{
margin-top: 112px
}
}

.top2{
position: relative;
margin-top: 120px
}
.center{
text-align: center
}

.title {
color: #606A6C;
font-weight: 600
}

.backround {
height: 400px
}

@media (max-width: 360px){
.backround{
height: 200px
}
}

.box {
border: solid thin;
border-color: #DDDDDD;
border-radius: 10px;
padding: 20px
}
@media (max-width: 360px){
.box {
padding: 10px
}
}

.box2 {
margin: 5px;
border: solid thin;
border-color: #DDDDDD;
border-radius: 10px;
padding: 20px;
}



@media (max-width: 980px){
.large{
display: none
}
}

.medium{
display: none
}

@media (min-width: 361px) and (max-width: 980px){
.medium{
display: block
}
}


@media (min-width: 361px){
.small{
display: none
}
}

.navbar-default {
    background-color: #007A9F;
    border: none;
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7)
}

.navbar-default .navbar-nav > li > a {
    color: white;
}

.logo {
padding-top: 40px;
padding-bottom: 10px;
text-align: right;
}

@media (max-width: 360px) {
.logo{
text-align: left
}
}

/* e-tec */
.container-e-tec {
position: relative;
width: 100%;
overflow: hidden;
padding-top: 65%; /* 4:3 Aspect Ratio */
}
    
.responsive-iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
border: none;
}

/* Flexbox prestations */
.flexbox {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: baseline;
gap: 30px;
}
.flexbox > div {
width:125px;
}
.flexbox > div a {
font-size: 16px;
color: #606A6C;
font-weight: 600;
text-decoration: none;
}
.flexbox > div a:hover {
color: black;
}
#teaser {
width:100%;
border-radius: 10px;
background-color:#007A9F;
margin-bottom: 10px;
}
#teaser:hover {
background-color: black;
}