


/*===============

    Parametre page

===============*/
.riesling{
    font-family: Riesling Regular ;
    src: local('Riesling Regular'), url('fonts/riesling-cufonfonts-webfont/riesling.woff') format('woff');
    font-size: 2em;
    text-align: center;
}



body, section, article, .news {
    background-color: white;
}
footer {
    background-color: black;
}



/*===============

    Nom de la page

===============*/
.pageName{
    text-align: center;
    font-family: Riesling Regular ;
    src: local('Riesling Regular'), url('fonts/riesling-cufonfonts-webfont/riesling.woff') format('woff');
    font-size: 6em;
    margin-block-start: 0;
    margin-block-end: 0;
}

.logo {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    size: 0.5em;
}

/*================

    Navigation


=================*/

.mainNav{
    text-align: center;
    text-transform: uppercase;
    font-family: Riesling Regular ;
    src: local('Riesling Regular'), url('fonts/riesling-cufonfonts-webfont/riesling.woff') format('woff');
    font-weight: bold;
    padding: 0px 20px;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    /*font-size: 0.5em;
    letter-spacing: 0.5em;*/

}/*
.topNav, .topNav a {
    text-decoration: none; //Enleve le soulignement
   display: inline-block; 
   list-style-type: none;
   padding-left: 8px;
   padding-right: 8px;
   font-size: 1.2em;
   color: black;
}
.topNav a:hover, .topNav a:focus {
    background: #fa6400;
    color:#fff;
}*/
ul {
    padding-inline-start: 0;
}

li {
    list-style-type: none;
    display : inline-block;
    margin: 3%;
}


 a {
	 color: black;
     font-weight: bolder;
     font-size: medium;
	 text-decoration: none;
	 transition: 0.3s all ease;
}
 a:hover {
	 color: #fff;
}
 a:focus {
	 text-decoration: none;
}
 a:active {
	 color: #fff;
}

 .navFlex {
	 display: flex;
	 align-items: row;
	 justify-content: space-around;
}
 .navBttn {
	 width: 70px;
	 height: 70px;
	 line-height: 70px;/*Centre le text*/
	 text-align: center;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 font-weight: bold;
	 position: relative;
}
 .navBttn:after {
	 transition: 0.3s all ease;
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 0;
	 bottom: 0;
	 right: 0;
	 border: 3px solid black;
}
 .navBttn:before {
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 0;
	 bottom: 0;
	 right: 0;
	 -webkit-transform: rotate(45deg);
	 transform: rotate(45deg);
	 background: #f1481b;
	 z-index: -1;
}
 .navBttn:hover:after {
	 -webkit-transform: rotate(45deg);
	 transform: rotate(135deg);
}
 .navBttn:active {
	 -webkit-transform: scale(1.1);
	 transform: scale(1.1);
}
 .navBttn:active:before {
	 background-color: #f1481b;
}
 .navBttn:active:after {
	 border-color: #f1481b;
}
 


/* ================

     Parallax

==================*/

.bannerParallaxIndex {
    background-image: url(images/obstacle-duprey.jpg);
    height: 220px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bannerParallaxTeam {
    background-image: url(images/duprey-dressage.jpg);
    height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bannerParallaxJob {
    background-image: url(images/couture-duprey.jpg);
    height: 200px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
}


/* ==================

    Formatage News
    Primary Second et Third

===================*/

.primaryNews{
    float: left;
    padding-left: 50%; 
}
.secondNews{
    float: right;
    padding-right: 50%;
    
}
.thirdNews{
    float: left;
    padding-left: 50%;
}

/* ==================

Photos en losanges

=================== */


























/*==================

    Page selles

==================*/

.imageSelle {
    width: 50%;
    background-color: #f1481b;
}

.newsSasddle{
    float: left;
}



.containerSaddle {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-flow: row wrap;
    border-color: #f1481b;
}

.demoObject {
    max-width: 40%;
    -webkit-box-shadow: 8px 0px 0px 0px #000000, 0px 8px 0px 0px #f1481b, -8px 0px 0px 0px #000000, 0px 0px 0px 8px #f1481b, 5px 5px 15px 5px #000000; 
    box-shadow: 8px 0px 0px 0px #000000, 0px 8px 0px 0px #f1481b, -8px 0px 0px 0px #000000, 0px 0px 0px 8px #f1481b, 5px 5px 15px 5px #000000;
    background: #FFFFFF;
}

.demoObjectTwo {
    max-width: 40%;
    -webkit-box-shadow: 8px 0px 0px 0px #f1481b, 0px 8px 0px 0px #000000, -8px 0px 0px 0px #f1481b, 0px 0px 0px 8px #000000, 5px 5px 15px 5px #f1481b; 
    box-shadow: 8px 0px 0px 0px #f1481b, 0px 8px 0px 0px #000000, -8px 0px 0px 0px #f1481b, 0px 0px 0px 8px #000000, 5px 5px 15px 5px #f1481b;
    background: #FFFFFF;
}



.containerSaddle>* {
    margin: 0 10px;
    flex: 1;
    
}

.containerSaddleParent {
    padding: 2%;
}


.primarySaddle {
    background-color: #f1481b;    
}


/* ======================

      Team


========================*/

.imageTeam {
    width:  100px;
    height: 100px;
}






/* ========================


       Page Contact


=========================*/

.containerContact {
    margin:3% ;
}




/*=======================

         Footer
         
========================*/

.uiNavElement{
    background-color: #fa6400;
}

.footerNav{
    text-align: center;
    text-transform: uppercase;
    font-family: Riesling Regular ;
    src: local('Riesling Regular'), url('fonts/riesling-cufonfonts-webfont/riesling.woff') format('woff');
    font-weight: bold;
    font-size: 1em;
    letter-spacing: 0.5em;
    padding: 1%;
}
.downNav, .downNav a {
    text-decoration: none; /*Enleve le soulignement*/
   display: inline-block; 
   list-style-type: none;
   padding-left: 8px;
   padding-right: 8px;
   color: white;
}
.downNav a:hover, .downNav a:focus {
    background: #fa6400;
    color: black;
}


