/**
 * Theme Name: Nude
 * Author: Daniel James
 * Author URI: https://www.danieltj.co.uk/
 * Description: Nude is the most beautiful theme you've never seen before. Whether you're wanting to use WordPress for it's REST API capabilities and just need a back-end, or you've decided you want to keep things simple and to the point; Nude is the theme just for you.
 * Version: 99999
 * Tags: translation-ready, custom-background
 * Text Domain: nude
 * License: GNU GPL v3
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
 */


/* latin */
@font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 700;
    src: local('Dancing Script Bold'), local('DancingScript-Bold'), url(https://fonts.gstatic.com/s/dancingscript/v9/If2SXTr6YS-zF4S-kcSWSVi_szpbr_QqqiM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  
  body:not(.wp-admin){
      /*background: url('/wp-content/uploads/2019/01/background-ocean.jpg');*/
      background: #000A38;
      color: #FFF;
  }
  
  .content-home-programme{
      margin-top: 30px;
  }
  
  .panel-heading .accordion-toggle:after {
      /* symbol for "opening" panels */
      font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
      content: "\e114";    /* adjust as needed, taken from bootstrap.css */
      float: right;        /* adjust as needed */
      color: #FFF;         /* adjust as needed */
  }
  .panel-heading .accordion-toggle.collapsed:after {
      /* symbol for "collapsed" panels */
      content: "\e080";    /* adjust as needed, taken from bootstrap.css */
  }
  
  .panel-heading a{
      text-decoration: none;
  }

  .panel-group .panel:nth-child(7) .panel-heading,
  .panel-group .panel:nth-child(7) .panel-collapse{
      background-color: #f49f0d !important;
      border-color: #f49f0d !important;
      color: #fff;
  }

  .panel-group .panel:nth-child(6) .panel-heading,
  .panel-group .panel:nth-child(6) .panel-collapse{
      background-color: #f49f0d !important;
      border-color: #f49f0d !important;
      color: #fff;
  }
  
  .panel-group .panel:nth-child(5) .panel-heading,
  .panel-group .panel:nth-child(5) .panel-collapse{
      background-color: #f49f0d !important;
      border-color: #f49f0d !important;
      color: #fff;
  }
  
  .panel-group .panel:nth-child(4) .panel-heading,
  .panel-group .panel:nth-child(4) .panel-collapse{
      background-color: #f49f0d !important;
      border-color: #f49f0d !important;
      color: #fff;
  }
  
  .panel-group .panel:nth-child(3) .panel-heading,
  .panel-group .panel:nth-child(3) .panel-collapse{
      background-color: #f49f0d !important;
      border-color: #f49f0d !important;
      color: #fff;
  }
  
  .panel-group .panel:nth-child(2) .panel-heading,
  .panel-group .panel:nth-child(2) .panel-collapse{
      background-color: #f49f0d !important;
      border-color: #f49f0d !important;
      color: #fff;
  }
  
  .panel-group .panel:nth-child(1) .panel-heading,
  .panel-group .panel:nth-child(1) .panel-collapse{
      background-color: #f49f0d !important;
      border-color: #f49f0d !important;
      color: #fff;
  }
  
  .header .logo img{
      /*max-height:152px;*/
      display: block;
      margin: auto;
      margin-top: 10px;
      border: 3px solid;
  }
  
  .header h1,
  .header h3{
      color: #FFF;
      font-family: 'Dancing Script';
  }
  
  
  .flash-infos{
      width: 100%;
      background: red;
      color:#fff;
      position: relative;
      margin-top: 30px;
      padding: 15px;
      text-align: center;
      font-weight: bold;
  }
  
  h3{
      margin-top: 5px;
      margin-bottom: 15px;
  }
  