body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

body a {
    text-decoration: none;
    color: #ffffff;
}

header {
    height: 50px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    z-index: 10000;

}

header ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0;
    margin: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
}

header ul li {
    list-style: none;
    font-size: 18px;
    height: 100%;
    line-height: 49px;
    -webkit-transition: background-color 0.1s;
    /* Safari */
    transition: background-color 0.1s;

}
.blue-pasman
{
  background: #1b62ac; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(45deg, #1b62ac, #04305d); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(45deg, #1b62ac, #04305d); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(45deg, #1b62ac, #04305d); /* For Firefox 3.6 to 15 */
  background: linear-gradient(45deg, #1b62ac, #04305d); /* Standard syntax */
  color: white;
}
.blue-simme
{

  background: #1b62ac; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(45deg, #1b62ac, #04305d); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(45deg, #1b62ac, #04305d); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(45deg, #1b62ac, #04305d); /* For Firefox 3.6 to 15 */
  background: linear-gradient(45deg, #1b62ac, #04305d); /* Standard syntax */
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  padding: 0;
  margin: 0;
  background-color: #f1f1f1;
  padding-top: 50px;
  padding-bottom: 50px;
  color: white;

  margin-top: -5px;
}
@media all and (max-width: 1280px) {
  header ul li {
      font-size: 17px;
  }
}
header ul li a
{
    height: 59px;
    padding-left: 20px;
    padding-right: 20px;
    color:#285d91;
    padding-top: 12px;
    padding-bottom: 15px;
}
header ul li a:hover
{
    color:#1c4974;
}


header ul li:hover {
    background-color: #f8f8f8;

}

header a .logo-pasman {
    width: 160px;
    height: 40px;
    display: block;
    background-size: 160px 40px;
    background-image: url(../img/gl/logo.png);
    margin: auto;
    background-position: 7px 4px;
    padding-left: 7px;
    padding-right: 7px;
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-bottom: 5px;
     -webkit-transition: background 0.1s;
    /* Safari */
    transition: background 0.1s;
}
header a .logo-pasman:hover {

    background-image: url(../img/gl/logo-h.png);

}

header a .logo-simme {
    width: 120px;
    height: 30px;
    display: block;
    background-size: 120px 30px;
    background-image: url(../img/gl/logo-simme.png);
    background-position: 12px 9px;
    padding-left: 15px;
    padding-right: 7px;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 5px;
     -webkit-transition: background 0.1s;
    /* Safari */
    transition: background 0.1s;
}
header a .logo-simme:hover {
    background-image: url(../img/gl/logo-simme-h.png);
}

header .search {
    width: 25px;
    height: 25px;
    display: block;
    background-size: 25px 25px;
    background-image: url(../img/gl/search.png);
    background-repeat: no-repeat;
    margin-top: 12px;
    margin-right: 20px;
    cursor: pointer;
}
header .search-menu
{
    height: 58px;
    width: 300px;
    position: absolute;
    background-color: #fff;
    margin-top: 69px;
    margin-left: -250px;
    cursor: default;
    border: solid #265bb9 1px;
    text-align: center;
    background-color: #f7f7f7;
    text-align: center;
}
header .search-menu .text
{
    width: 220px;
    padding: 10px;
    border: 1px solid #606060;
    font-size: 16px;
    background-color: #ffffff;
    border: none;
    margin-top: 10px;
}
header .search-menu .submit
{
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border:none;
    background-color: #f7f7f7;
    background-image: url(../img/gl/searchlittle.png);
    background-size: 30px 30px;
    margin-left: 7px;
    -webkit-transition: background-image 0.3s;
    /* Safari */
    transition: background-image 0.3s;
    cursor: pointer;
}
header .search-menu .submit:hover
{
    background-image: url(../img/gl/searchlittleh.png);
}
header .search-menu .tri
{
    height: 30px;
    width: 40px;
    position: absolute;
    background: url(../img/triangle.png);
    background-size: 40px 30px;
    margin-top: -30px;
    margin-left: 93px;

}
header .search-menu .list
{
    background-color: #ffffff;
    width: 100px;
    margin-left: 10px;
    width: 240px;
    text-align: left;
}
header .search-menu .list span
{
    width: calc(100% - 20px);
    padding: 10px;
    display: block;
    border-top: 1px solid #f7f7f7;
}
header .language {
    width: 25px;
    height: 25px;
    display: block;
    background-size: 25px 25px;
    background-image: url(../img/gl/flag-uk.png);
    background-repeat: no-repeat;
    margin-top: 12px;
    cursor: pointer;
}

@media screen and (max-width: 1250px) {
    header {
        height: auto;
        padding-bottom: 15px;
    }
    header ul {
        flex-wrap: wrap;
    }
}

@media all and (max-width: 1250px) {
    header {
        display: none;
    }
}


#show {
    width: 100%;
    height: calc(100vh - 360px);
    border-bottom: 2px #fff solid;
    overflow: hidden;
}

#show ul {
    width: 300%;
    height: calc(100vh - 360px);
    padding: 0;
    margin: 0;
    list-style: none;
}

#show ul li {
    float: left;
}

#show .show {
    width: 100vw;
    height: 100%;
    text-align: center;
}

.show_picture {
    max-width: 100%;
    max-height: calc((100vh - 252px) - 50px);
    margin-top: 10px;
}

#small_show {
    width: 100%;
    height: 240px;
    display: flex;
    justify-content: center;
    background-color: #f5f5f5;
}

#small_show div {
    width:  360px;
    height: 100%;
    text-align: center;
    filter: contrast(100%);
  -webkit-transition: filter 0.3s;
  /* Safari */
  transition: filter 0.3s;
}

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

    #small_show {
        height: 180px;

    }
    #small_show div {
        width: 270px;
    }
}

@media screen and (max-width: 800px) {
    #show {
        display: none;
    }
    #small_show {
        height: auto;
        display: block;

    }
    #small_show div {
        width: 100%;
        height: auto text-align: center;
    }
}

#development {
    width: calc(100vw - 17px);
    height: 100vh;
    margin-bottom: 20px;
}

video#bgvid
{

  width: 100%;
  height: 100%;
  z-index: -100;
  background: url(../img/gl/novideo.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.subtrust
{
  display: flex;
  width: 1200px;
  margin: auto;;
}
#trust {
    max-width: 800px;
    padding-bottom: 20px;
    margin: auto;
}

#trust ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

#trust ul li img {
    max-width: 150px;
    border-radius: 7px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#trust span {
    color: #000;
    font-size: 50px;
    font-weight: 300;
    text-align: left;
    width: 100%;
    display: block;
    padding-top: 20px;
    padding-left: 70px;

}
#part {
    max-width: 400px;
    padding-bottom: 20px;
    margin: auto;
}

#part ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

#part ul li img {
    max-width: 150px;
    border-radius: 7px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#part span {
    color: #000;
    font-size: 50px;
    font-weight: 300;
    text-align: left;
    width: 100%;
    display: block;
    padding-top: 20px;
    padding-left: 45px;
}
.bgblanc
{
  background-color: white;
  width: 100%;
  height: auto;
}
#products {
    width: calc(100% - 300px);
    border-bottom: 2px #f0f0f0 solid;
    padding: 10px;
    margin: auto;
    text-align: center;
    height: calc(50vh - 15px);
    background-color: white;
}

#products .last-products {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  min-height: 50vh;
  align-items: center;
}

#products a {
    width: 23%;
      margin: 1%;
}
#products .last-product {


    border-radius: 5px;
    /* border: #e7e7e7 1px solid; */
    -webkit-transition: background-color 0.3s;
    /* Safari */
    transition: background-color 0.3s;
    cursor: pointer;
    border-radius: 20px;
    overflow: hidden;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

#products .last-product {
    width: 100%;
}

#products a:hover {
    /* background-color: #f4f4f4; */
}

#products .last-product img {
    width: 100%;
    object-fit: cover;
    height: 253px;
}


#products .last-product .a :hover {
    background-color: #054fcf;
}

@media screen and (max-width: 1350px) {
    #products a {
        width: 47%;
        margin: 1%;
    }
    #products .last-products {
        flex-wrap: wrap;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    #products {
        height: auto;
    }
}


}
@media screen and (max-width: 1150px) {
    #products {
        width: calc(100% - 20px);
    }
}
@media screen and (max-width: 800px) {
    #products a {
        width: 100%;
        margin: 0%;
        margin-top: 1%;
        margin-bottom: 1%;
        border-radius: 0px;
    }
}
nav {
    position: fixed;
    left: 0px;
    top: calc(50vh - 150px);
    height: 300px;
    display: block;
    z-index: 1000;
}
@media all and (max-width: 1260px) {
    nav {
        visibility: hidden;
    }
}

nav ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-top: 0px;
    width: 150px;
}
nav ul li a
{
    color: #222222;
    background-color: #f2f2f2;
     -webkit-transition: color 0.3s;
    /* Safari */
    transition: color 0.3s;
    width: 100%;
    display: block;
    padding: 10px;
    margin-left: 0px;
    margin: 3px;
    text-transform: uppercase;
    font-weight: 300;
    -webkit-transition: font-weight 0.2s;
    /* Safari */
    transition: font-weight 0.2s;
    -webkit-transition: padding-left 0.2s;
    /* Safari */
    transition: padding-left 0.2s;
}
nav ul li a:hover
{
    color: #125dd6;
    font-weight: 400;
    padding-left: 20px;
}
.nav-product {
    position: fixed;
    left: 0px;
    top: calc(50vh - 150px);
    height: 300px;
    display: block;
}
.nav-product ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-top: 0px;
    width: 150px;
}
.nav-product ul li a
{
    color: #222222;
    background-color: #f2f2f2;
     -webkit-transition: color 0.3s;
    /* Safari */
    transition: color 0.3s;
    width: 100%;
    display: block;
    padding: 10px;
    margin-left: 0px;
    margin: 3px;
    text-transform: uppercase;
    font-weight: 300;
    -webkit-transition: font-weight 0.2s;
    /* Safari */
    transition: font-weight 0.2s;
    -webkit-transition: padding-left 0.2s;
    /* Safari */
    transition: padding-left 0.2s;
}
.nav-product ul li a:hover
{
    color: #125dd6;
    font-weight: 400;
    padding-left: 20px;
}

#main-products {
    width: calc(100% - 300px);
    border-bottom: 2px #f0f0f0 solid;
    padding: 10px;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
#main-products .products {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 100px;
    padding-top: 40px;
}
#main-products .product {
    width: calc(23% - 2px);
    margin: 1%;
    border-radius: 5px;
    border: #e7e7e7 1px solid;
    padding-bottom: 30px;
    -webkit-transition: background-color 0.3s;
    /* Safari */
    transition: background-color 0.3s;
    cursor: pointer;
}

#main-products .product:hover {
    background-color: #f4f4f4;
}
#main-products .product img {
    width: 80%;
    margin-top: 20px;
    min-height: 190px;
    object-fit: contain;
}
#main-products .product h2 {
    margin: 10px;
    font-weight: 200;
    color: #0757e3;
    font-size: 20px;
    min-height: 48px;
}
#main-products .product p {
    margin: 10px;
    width: 80%;
    margin: auto;
    color: #333;
}
#main-products .product .a {
    color: #fff;
    padding: 10px;
    margin: 10px;
    display: block;
    margin: auto;
    max-width: 190px;
    text-decoration: none;
    background-color: #0757e3;
    border-radius: 3px;
    margin-top: 20px;
}
#products .product .a :hover {
    background-color: #054fcf;
}
@media screen and (max-width: 1350px) {
    #main-products .product {
        width: 47%;
        margin: 1%;
    }

    #main-products .products {
        flex-wrap: wrap;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    #main-products {
        height: auto;
    }
}
@media screen and (max-width: 1150px) {
    #main-products {
        width: calc(100% - 20px);
    }
}
@media screen and (max-width: 800px) {
    #main-products .product {
        width: 100%;
        margin: 0%;
        margin-top: 1%;
        margin-bottom: 1%;
        border-radius: 0px;
    }
}
#main-development {
    width: calc(100vw - 17px);
    height: calc(90vh - 50px);
    padding-top: 50px;
    color: #fff;

}
#main-development>div :hover {
  cursor: pointer;

}
#main-development .left {
    float: left;
    width: 50%;
    height: 100%;
    background: url(../img/gl/development.jpg);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
}
#main-development .right {
    float: right;
    width: 50%;
    height: 100%;
    background: url(../img/gl/cooperation.jpg);
    background-size: cover;
    background-position: center;
    background-position: right;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #fafafa;
    text-align: center;

}
#main-development .left_b {
    float: left;
    width: 50%;
    height: 100%;
    background: url(../img/gl/satisfaction.jpg);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
}
#main-development .right_b {
    float: right;
    width: 50%;
    height: 100%;
    background: url(../img/gl/conception.jpg);
    background-size: cover;
    background-position: center;
    background-position: right;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #fafafa;
    text-align: center;
}
#main-development h1 {
    font-size: 40px;
    font-weight: 400;
    margin-top: calc((45vh) - 50px);
    font-weight: bold;
}
#main-development p {
    font-size: 17px;
    padding: 40px;
    height: calc(100% - 60px);
    background-color: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: 0px;
    text-align: justify;
    flex-direction: column;
}
#main-development .left_b  p {
    font-size: 17px;
    padding: 40px;
    height: calc(100% - 60px);
    background-color: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: 0px;
    text-align: justify;
}
#main-development .right_b  p {
    font-size: 17px;
    padding: 40px;
    height: calc(100% - 60px);
    background-color: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: 0px;
    text-align: justify;
}
.bloc-produit-dem
{
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.bloc-produit-dem img
{
  background-color: rgba(255, 255, 255, 0.52);
}
.produits_dem
{
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 160px;
  margin-left: 5px;
  margin-right: 5px;
}
.img_product_dem
{
width: 150px;
object-fit: contain;
height: 150px;
border-radius: 50%;
border: solid 4px rgba(255, 255, 255, 100);
}
.img_product_dem:hover
{
  border-color: #285d91;
}
.titre_produit_dem
{
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}
#application {
    width: 66vw;
    display: flex;
    flex-wrap: wrap;
    height: 44vw;
    margin: auto;
    padding-top: 50px;
}
#application .app
{
    width: 22vw;
    height: 22vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;

}
#application span
{
}
#application a
{
    background-color: #0757e3;
    padding: 10px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 5px;
    -webkit-transition: background-color 0.2s;
    /* Safari */
    transition: background-color 0.2s;
    display: none;
}
#application a:hover
{
    background-color: #0944ac;
}

#companyinfo {
    padding: 20px;
    padding-top: 200px;
    max-width: 1200px;
    margin: auto;
    background: url(../img/gl/pasman.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}

#quality {
    padding: 30px;
    padding-top: 70px;
    max-width: 1200px;
    min-height: 500px;
    margin: auto;
    background-color: #FCFCFC;
}
#quality p
{
    margin-left: 30px;
}
#our-company {
    padding: 30px;
    padding-top: 70px;
    max-width: 1200px;
    min-height: 500px;
    margin: auto;
    background-color: #FCFCFC;
}
#our-company p
{
    margin-left: 30px;
}
#our-company .picture
{
    width: calc(100% + 60px);
    height: 500px;
    background-image: url(../img/gl/pasman-company.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -21px;
    margin-left: -30px;
}
#our-company ul
{
    margin-left: 30px;
}
#our-company a
{
    margin-left: 30px;
    padding: 10px;
    color: #fff;
    background-color: #0757e3;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
}
#our-company #blocks
{
  width: 100%:auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;

}
#our-company .block
{
  min-width: calc(50% - 90px);
  max-width:  calc(50% - 90px);
  margin: 15px;
  padding: 30px;
  background-color: #f1f1f1;
  text-align: justify;
}
#contacts {
    padding: 20px;
    padding-top: 15px;
    max-width: 1200px;
    margin: auto;
    background-color: #FCFCFC;
    display: flex;
    flex-wrap: wrap;
    border-top: solid 2px #c4c4c4;

}
#contacts .contact
{
    width: calc(50% - 40px);
    height: 70px;
    display: block;
    padding: 20px;
}
#contacts .separe
{
    width: 100%;
    height: 10px;
    padding: 10px;
    margin: 10px;

}
#contacts .contact img
{
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px;
    border-radius: 0%;
    margin-left: 10%;
}
#content .picture-t
{
    width: 640px;
    height: 360px;
    display: block;
    margin: auto;
}
#contacts .contact .name
{
    margin-top: 10px;
    display: block;
    font-size: 19px;
    font-weight: 500;
}
#contacts .contact .number
{
    display: block;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 300;
}
#content {
    padding: 20px;
    padding-top: 90px;
    max-width: 1200px;
    min-height: 500px;
    margin: auto;
    background-color: #FCFCFC;
}
#content h1 {
    margin-left: 30px;
    font-weight: 400;
}
#content .picture {
    height: 141px;
    width: 250px;
    float: left;
    margin-right: 40px;
    border: 2px #285D91 solid;
}
#content h2 {
    margin-left: 30px;
    font-weight: 400;
    font-size: 18px;
    margin-top: 30px;
}
#content p {
    margin-left: 30px;
    font-weight: 400;
    font-size: 15px;
    margin-top: 10px;
    padding-right: 30px;
    margin-bottom: 30px;
    text-align: justify;
}
#content .link {
    color: #fff;
    padding: 10px;
    width: 100%;
    text-decoration: none;
    background-color: #0757e3;
    border-radius: 3px;
    margin-top: 30px;
}
#content a
{
    color: #0757e3;
}
#content table {
    margin-top: 300px;
    width: 100%;
}
#content table img
{
    width: 240px;
    height: 135px;
}
#content table tr {
    padding: 5px;
    background-color: #f7f7f7;
    text-align: center;
    -webkit-transition: background-color 0.2s;
    /* Safari */
    transition: background-color 0.2s;

}
#content table tr:hover {
  background-color: #ebebeb;
}
#content table td {
    padding: 5px;
}
#content table .top {
    background-color: #ebebeb;
    font-weight: 600;
}
#content table .top td {
    padding: 20px;
}


footer {
    width: calc(100vw - 300px);
    padding: 10px;
    margin: auto;
    border-top: #0757e3 2px solid;
    height: 53px;
}
footer .left {
    float: left;
    margin-bottom: 10px;
}
footer .right {
    float: right;
    margin-top: 15px;
    color: #9c9c9c;
}
footer .left ul {
    list-style: none;
    display: flex;
}
footer .left li {
    margin-right: 20px;
}
footer .left ul a {
    color: #0757e3;
    text-decoration: none;
}
@media all and (max-width: 1260px) {
    footer {
        visibility: hidden;
    }
}
#login
{
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
#login form
{
    max-width: 300px;
    display: block;
}
#login form input[type=text]
{
    width: 280px;
    padding: 10px;
    border: 1px solid #d1d1d1;
    font-size: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-weight: 200;
}
#login form input[type=password]
{
    width: 280px;
    padding: 10px;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    font-size: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-weight: 200;
}
#login form input[type=submit]
{
    width: 305px;
    border: none;
    padding: 10px;
    border-radius: 5px;
    background-color: #272727;
    color: #fff;
    font-size: 20px;
}
#login form .error
{
    width: 280px;
    padding: 10px;
    background-color: #d81919;
    display: block;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
}
#search
{
  width: calc(100vw - 0px);
  height: calc(100vh - 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#search img
{
  width: 200px;
  margin-bottom: 10px;
}
#search form
{
  width: 500px;
  display: flex;
  justify-content: center;
}
#search form input
{
  padding: 15px;

}
#search form input[type=submit]
{
  padding-left: 20px;
  padding-right: 20px;
  background-color: #0757e3;
  color: #fff;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#search form input[type=text]
{
  width: 300px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: none;
  background-color: #fff;
}
#search form .list
{
  position: absolute;
  margin-top: 50px;
  margin-left: -40px;

}
#search form .list a
{
  width: 310px;
  display: block;
  padding: 10px;
  background-color: #f5f5f5;
  color: #0757e3;
  border-radius: 3px;
  margin-bottom: 3px;

}
#searchfind
{
  width: calc(100vw - 0px);
  min-height: calc(100vh - 80px);
  text-align: center;
}
#searchfind h1
{
  display: block;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: 400;
}
#searchfind span
{
  color: #D1D1D1;
}
#searchfind a
{
  max-width: 500px;
  display: block;
  margin: 20px;
  padding: 20px;
  margin: auto;
  background-color: #fff;
  border-radius: 5px;
  color: #0757e3;
  border: #e1e1e1 solid 1px;
  -webkit-transition: background-color 0.2s;
  /* Safari */
  transition: background-color 0.2s;
}
#searchfind a img
{

}
#searchfind a:hover
{
  background-color: #f7f7f7;
}
#content .top .down-ending
{
  position: absolute;
  width: 15%;
  background-color: #fff;
  margin-left: -21px;
  margin-top: 20px;
  border: #e1e1e1;
}

#content .top .down-ending .a
{
  width: 100%;
  border-bottom: 1px #f1f1f1 solid;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  color: #000;
  z-index: 10;
}

#content .top .down-ending .active
{
  color: #285d91;
}


#content .top .ending
{
  cursor: pointer;
}
#content .top .down-gender
{
  position: absolute;
  width: 15%;
  background-color: #fff;
  margin-left: -21px;
  margin-top: 20px;
  border: #e1e1e1;
}

#content .top .down-gender .a
{
  width: 100%;
  border-bottom: 1px #f1f1f1 solid;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  color: #000;
  z-index: 10;
}

#content .top .down-gender .active
{
  color: #285d91;
}


#content .top .gender
{
  cursor: pointer;
}
.scroll2-t
{
  position: absolute;
  margin-top: -110px;
  width: 0px;
  margin: 0;
  padding: 0;
}

.contact-us
{
  text-decoration: underline;
}
.contact_demande
{
  margin-top: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 888888;
}
.titre_application
{
  margin-top: 15px;
  color: #285d91;
  font-weight: bold;
}
