
/* Actual logo */



.texte-en-blanc{
  color: white;
}


body{
  margin: 0 auto;
  background-image: url("../../../skeudennou/morhanenv.png");

  background-size: cover;
  text-decoration: none;
  text-align: justify;
  font-size: 1.5vw;
  padding-left: 2vw;
  padding-right: 2vw;
}
* {
  box-sizing: border-box;
  text-decoration: none;
}
.texte-en-orange{
  color: rgb(241, 227, 32);
  font-weight: bolder;
  }
h2 {
  flex: 1;
}








/*  parenthèse sur linear-gradient
colonnes factices , habillage du fond avec 2 couleurs distinctes 
.holdit {
background-image:-moz-linear-gradient(0deg, #FFB68C 0, #FFB68C  49.9%, #000 49.9%, #000 50.1%, #F3E389 50.1%, #F3E389 100%);
background-image:-webkit-linear-gradient(0deg, #FFB68C 0, #FFB68C  49.9%, #000 49.9%, #000 50.1%, #F3E389 50.1%, #F3E389 100%);
background-image:-o-linear-gradient(0deg, #FFB68C 0, #FFB68C  49.9%, #000 49.9%, #000 50.1%, #F3E389 50.1%, #F3E389 100%);
background-image:-ms-linear-gradient(0deg, #FFB68C 0, #FFB68C  49.9%, #000 49.9%, #000 50.1%, #F3E389 50.1%, #F3E389 100%);
background-image:linear-gradient(0deg, #FFB68C 0, #FFB68C  49.9%, #000 49.9%, #000 50.1%, #F3E389 50.1%, #F3E389 100%);
} */

.youtube{
  position: relative;
    width: 65px;
    height: 50px;
    background-color: #e21;
    padding: 0 15px;
    border-radius: 50% / 11%;
}
.youtube::before{
  content: "";
  position: absolute;
  background: inherit;
  top: 10%;
  bottom: 10%;
  right: -5%;
  left: -4.5%;
  border-radius: 5% / 50%;
}
.arrow{
    width:100% ;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow::before{
  content: "";
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 25px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.header {
  float: inline-start;
}

.texte{
font-size: 1.5vw;
text-align: center
}

.global
{
    width: 98%;
    border: solid black 
}
 
.cadre1
{
    width: 50%;
    float: left;
    border: solid black 1px;
    padding-left: 2%;
}
 
.cadre2
{
    width: 50%;
    margin-left: 50%;
    padding-left: 2%;
    border: solid black 1px;
}
 
.centre
{
    height: 100px;
    width: 100px;
    margin-left: 100px;
}