*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    list-style-type: none;
    text-decoration: none;
}
a{
    color: #2460a6;
}
a:hover {
	color: #000;
}

.button {
    background: #2460a6;
    color: #fff;
    font-weight: bold;
    font-size: .9rem;
    display: inline-block;
    padding: 0.75rem 2rem;
}
.button:hover {
    color: #fff;
    background-color: #000;
}

.column-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
/* Header 
****************************************/
.align-center {
    align-items: center;
}
#header {
    background-color: #fff;
}

/* 1ere Nav */
.top-nav {    
    background-color: #eee;
}
.top-nav-list {
	display: flex;
	justify-content: flex-end;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}
.top-nav-item {
	flex: 0 0 auto;
}
.top-nav-link {
	padding: .75rem 2rem;
    font-size: .9rem;
    color: #222;
    font-weight: bold;
    display: block;
    border-right: 1px dotted #999;
}
.top-nav-link:hover {
    background-color: #2460a6;
    color: #fff;
}

/* Logo & Navigation principale */
.header-logo {
    flex: 0 1 10rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.header-nav {
    flex: 1 1 auto;
}
.header-nav-list {
	display: flex;
	justify-content: flex-start;
    width: 100%;
}
.header-nav-item {
	flex: 0 0 auto;
}
.header-nav-link {
	padding: .75rem 2rem;
    font-size: .9rem;
    color: #2460a6;
    font-weight: bold;
    display: block;    
}
.header-nav-link:hover {
    color: #000;
}

/*image titre button*/
#header-container{
    width: 100%;
    height: 708px;
    background-image: url("../pictures/presentation-connectivity.jpg");
}

#header-content{
    color: #FFFFFF;
    float: right;
    padding-right: 95px;
    padding-top: 255px;
    
    direction: rtl;
    
}
#header-content :not(.button){
    text-shadow: #000 2px 5px;
}

#header-content h1{
    font-size: xxx-large;
    font-weight: bold;
    
}
#header-content p{
    font-size: initial;
    margin-top: -30px;
    font-weight: bold;
}
#header-content .button{
    font-weight: bold;
}


/*footer header*/
#footer-header{
    width: 100%;
    height: 196px;
    background-color: #2460a6;
    color: #FFFFFF;
    text-align: center;
}
#footer-header h2{
    padding-top: 52px;
    margin-bottom: 37px;
    font-weight: bold;
}
#footer-header .button{
    width: 160px;
    height: 42px;
    color: #2460a6;
    background: #FFFFFF;
    border-color: #FFFFFF;
    font-weight: bold;
}
#footer-header .button:hover{
    background: #000;
    color:#2460a6;
}


/*body-vehicules1*/
.body-vehicules1{
    width: 100%;
    height: auto;
    padding-left: 174px;
    padding-right: 174px;
    padding-bottom: 2rem;
}

 .body-vehicules1 h2{
    padding-top: 35px;
    font-weight: bold;
    color: #000;
    margin-bottom: 24px;

} 
.body-vehicules1 .button{
    width: 225px;
    height: 42px;
    color: #FFFFFF;
    background: #2460a6;
    border-color: #2460a6;
    font-weight: bold;
}
.body-vehicules1 .button:hover{
    background-color: #000;
    color: #fff;
}

.maindiv{
    width: 100%;
    margin-top: 32px;
    align-items: stretch;
    
    display: flex;
}


.maindiv div{
    width: 29.5%;
    height: 443px;
    box-shadow: 0 0 7px #CCCCCC;
    margin-right: 32px;
}

.body-vehicules1 div h3{
    color: #2460a6;
    font-size: large;
    margin-left: 18px;
}
.body-vehicules1 div p{
    margin-left: 18px;
    font-size: small;
}


.body-vehicules1 div img{
    width: 100%;
    height: 80%;
}

/*body-vehicules2*/
/* Choisis ton style 
****************************************/
.cars-styles {
    margin-top: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #000;    
}
.cars-styles .title {
    color: #fff;
    margin-bottom: -1.25rem;
    font-size: 4rem;
    text-align: right;
}
.cars-styles .column {
    position: relative;
}

.cars-styles-name {
    background: rgba(36,96,166,.85);
    width: 8rem;
    height: 8rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 1rem;
    position: absolute;
    top: 2rem;
    left: 0rem;
    flex-direction: column;
}
.cars-styles-number{
    color: #fff;
    font-size: 3rem;
}
.cars-styles-link {
    color: #fff;
    font-size: .8rem;
    text-transform: uppercase;
}

/*footer*/
/* .links {
    width: 100%;
    height:304px;    
    font-size: 12px;
    padding: 35px 0;
}

.links-inner {
    max-width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 0fr);
    grid-gap: 100px;
    align-items: flex-start;
    justify-content: center;
}
.links-inner ul{
    width: 204px;
}

.links li {
    line-height: 2;
    padding-left: 25px;
    border-left: 2px solid #CCCCCC;
    color: #2460a6;
}

.links-inner h3{
    padding-left: 25px;
    font-weight: bold;
    padding-bottom: 15px;
} */
/* Footer 
****************************************/
#footer-sitemap {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.footer-sitemap-title {
    margin-bottom: 1rem;
    padding-left: 1.6rem;
}
.footer-sitemap-list {
    padding: 0.5rem 1.6rem;
    font-size: .9rem;
    border-left: 1px solid #ccc;
}
.footer-sitemap-link {
    display: block;
    margin-bottom: 0.25rem;
}
#footer-sitemap .column:last-child .footer-sitemap-list {
    display: flex;
    flex-wrap: wrap;
}
#footer-sitemap .column:last-child .footer-sitemap-item {
    flex: 0 0 50%;
    max-width: 50%;
}
.row {
    display: flex;
    flex-flow: row wrap;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}
.column-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.column {
    padding-left: 1rem;
    padding-right: 1rem;
}
.column-6 {
    flex: 0 0 50%;
}