﻿/* Image de la page d'accueil*/
.homePic{
    background-image: url(../Images/Home1_1280_720.png);
    /*background-image: url(../Images/HomePicS4D_4.png);*/
    /*https://stocksnap.io/photo/BUI8ASSJRG*/
    /*background-image: url(../Images/flyers1.png);*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: 165px;
    width: 1280px;
    height: 580px;
}

/* Encadré au dessus de l'image de page d'accueil contenant le titre*/
.rectPicTitle {
    width: 1280px;
}

/* Mise en forme du titre dans l'encadré */
.titlePic{
    position: relative;
    top: 200px;
    text-align: center;
    font-family: 'Trebuchet MS';
    font-size: 60px;
    color: white;
}

/* Encadré au dessus de l'image de page d'accueil contenant le texte*/
.rectPic{
    width: 1280px;
}

/* Mise en forme du texte dans l'encadré */
.textPic{
    position: relative;
    top: 200px;
    text-align: center;
    font-family: Verdana;
    font-size: 18px;
    font-weight: 100;
    padding: 20px;
    color: white;
}

/* Position bouton landing page */
.buttonPic{
    position: relative;
    top: 200px;
    left: 420px;
}

/* Bouton landing page : mise en forme */
.buttonPic ul{
    list-style-type: none;
    transition: all 0.5s;
}

/* Mise en forme du bouton */
.buttonPicStyle{
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 10px;
    background-color: #38B1C6;
    border: none;
    color: white;
    text-align: center;
    font-size: 24px;
    padding: 14px;
    width: 300px;
    cursor: pointer;
    margin: 5px;
}

.buttonPicStyle:hover{
    background-color: #8CC63E;
}

.buttonPicStyle a{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

/* On ajoute les double flèche après le texte du bouton et on met l'opacité à 0 */
.buttonPicStyle a:after{
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

/* On déplace le texte au passage de la souris */
.buttonPicStyle:hover a{
  padding-right: 25px;
}

/* On rend visible la double flèche au passage de la souris */
.buttonPicStyle:hover a:after {
  opacity: 1;
  right: 0;
}

/* Mise en forme des colonnes contenant les images */

.rowPic{
    width: 100px;
    padding: 30px;
}


/* Mise en forme des colonnes contenant les textes */
.rowText{
    position: relative;
    right: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: slategrey;
    width: 540px;
    text-align: justify;
}

/* Mise en forme des lignes contenant les titres de textes*/

.rowTitle{
    font-family: 'Trebuchet MS';
    font-weight: bold;
    font-size: 24px;
    color: #8CC63E;
}

/* Mise en forme des boutons "+" pour en savoir plus */
.Plus{
    text-align: right;
    position: relative;
    right: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #38B1C6;
    cursor: pointer;
}

.Plus:hover{
    color: #8CC63E;
}

/* Mise en forme des Panels pour caractéristiques application */
.UP_PanelFeatures {
    text-align: center;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #8CC63E;
    background-color: white;
    width: 185px;
    height: 300px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px lightgray;
    transition: .5s;
}

/* Mise en forme des Titres pour caractéristiques application */
.UP_LabelFeatures {
    font-family: Calibri;
    font-size: 18px;
    font-weight: bold;
    color: gray;
}

/* Mise en forme des Textes pour caractéristiques application */
.UP_LabelTextFeatures {
    font-family: Calibri;
    font-size: 16px;
    font-weight: 100;
    text-align: Left;
    color: gray;
}
