/*
    Use this stylesheet to modify the layout of your
    conference.
*/

@import url('https://fonts.googleapis.com/css?family=Oswald:700|Poppins:400,600&display=swap');

html, body {
    margin: 0 !important;
    padding: 0 !important;
}

/* ----------- Animations --------------------------------- */






/* ----------- Styles for the conference header ----------- */

/*
    The wrapper of the whole conference page.
*/
.conf {
    width: 100%;
    border: none;
    margin: 0;
}
.confTitleBox {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/*
    Wraps around the upper part of the conference header.
*/





.confTitleBox {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* fallback */
@media not (min-width: 1098px) {
  .confTitleBox {
   background-image: url('https://agenda.infn.it/event/49413/images/13559-WhatsApp%20Image%202026-01-20%20at%2017.34.42.jpeg');
   height: 550px;
  }
}

/* desktop */
@media (min-width: 1098px) {
  .confTitleBox {
	background-image: url('https://agenda.infn.it/event/49413/images/13569-copertina2forse.png');
    min-height: calc(100vw/3.01);
  }
}

/*
    Sets the width of the upper part of the conference header.
    Is set to 950px and centered by default.
*/
.confTitle {
    width: 950px;
    margin: 0 auto;
}

/*
    The box containing the logo. By the default the logo is placed
    on the left of the conference title.
*/
.confLogoBox {
    float: left;
    padding-right: 10px;
}

/*
    The style for the title text.
*/
.conference-title-link {
    display: block;
    padding: 32px 0;
    color: #2f5a7c ;
    //font-family: "Times";
    font-family:  "Oswald"!important;
    font-weight: 700;
    color: #2f5a7c;
    font-size: 3.9rem;
    line-height: 30pt;
    margin-bottom: 3px;
}

    .conference-title-link span {
	position: relative;
		color:rgba(255,255, 255, 0.0);
        background-color: rgba(255,255, 255, 0.0);
    top: 140px;
    
        padding-top: 9px;
        padding-bottom: 9px;
        padding-left: 25px;
        padding-right: 25px;
    }



/*
    Wrapper around the bottom part of the conference header
*/
.confSubTitleBox {
    min-height: 60px;
    background-image: url('https://agenda.infn.it/event/49413/images/13564-WhatsAppVideo2026-01-20at18.53.19-ezgif.com-crop%20(1).gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    border-bottom: 1px solid #2f5a7c;
    box-shadow: inset 0px 2px 4px #2f5a7c;
}

@media not (min-width: 1098px) {
  .confSubTitleBox {
   min-height: 60px;
  }
}

/* desktop */
@media (min-width: 1098px) {
  .confSubTitleBox {
    min-height: 80px;
  }
}

/*
    The content of the lower part of the header. Is by default
    centered and has a fixed width.
*/
.confSubTitleContent {
    width: 950px;
    margin: 0 auto;
    font-size: 11pt;
    color: white;
    font-family: "Poppins" !important;
}

/*
    Style for links in the lower part of the header
*/
.confSubTitle a {
    font-size: 11pt;
}

/*
    Styles for the date and place information.
*/
.datePlace {
    font-size: 12pt;
	color: white;
}


/*
    Announcement styles
*/
.simpleTextAnnouncement {
    background: #F5FAFF url(/images/conf/sprites_blue.png) repeat-x scroll 0 -400px;
    border-top: 1px solid #c2d6e7;
    font-family: Verdana;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
    color: #0f283d;
    padding: 8px 0;
}


/* ----------- Styles for the main content ----------- */

/*
    The wrapper around the menu and the page content.
    By default centered with a fix width.
*/
#confSectionsBox {
    width: 950px;
    margin: 0 auto;
    margin-top: 30px;
}



/* ----------- Styles for the menu ----------- */


/* Styles for all menu Items */

/*
    Wrapper around the menu
*/
.conf_leftMenu {
    float: left;
    width: 200px;
    font-family: Poppins;
    font-variant: small-caps;
    font-size: 1rem;
}

/*
    Styles for the menu box
*/
#outer {
    border: 1px solid #fe4f4c;
    background: white;
}

    /*
    The menu item
*/
    #outer li a {
        font-family: inherit;
        font-size: initial;
    }

        /*
    The menu item when doing mouseover
*/
        #outer li a:hover {
            color: Black;
            background-color: white;
        }

        #outer li a:not(.no-link):hover {
            background: white;
        }

/*
    A non selected menu item
*/

.inner li a {
    font-family: Poppins;
    font-size: 0.9rem !important;
}

.menuConfTitle {
    text-align: left;
}

    .menuConfTitle a {
        color: #fe4f4c;
        padding: 5px 12px;
        background-color: white;
        font-size: 1.2rem !important;
    }

    /*
    A selected menu item
*/

    .menuConfTitle.selected > a, .menuConfMiddleCell.selected > a {
        color: white;
        font-weight: 600;
        background-color: #fe4f4c;
    }

        .menuConfTitle.selected > a:hover, .menuConfMiddleCell.selected > a:hover {
            background-color: #fe4f4c !important;
        }

.menuConfSelected {
    border: none;
}

/*
    sub menu item
*/
li ul.inner li a {
    padding: 3px 12px 3px 30px;
}


/*
    Support box
*/

.support_box {
    background: #f6f6f6;
    border: 1px solid #2F5A7C;
}

    .support_box > h3 {
        font-family: Poppins;
        font-weight: 700;
        padding-left: 12px;
        color: white;
        background: #2F5A7C;
    }

    .support_box > ul > li > a {
        text-transform: uppercase;
        margin-left: 12px;
        font-size: 0.8rem;
        vertical-align: baseline;
    }

    .support_box > ul > li .icon {
        color: #2F5A7C;
        font-size: 1em;
        vertical-align: baseline;
        position: relative;
        top: 2px;
    }

    .support_box > ul > li {
        vertical-align: baseline;
    }


/* ----------- Styles for the page content ----------- */

/*
    Wrapper around the content
*/
.confBodyBox {
    margin-left: 230px;
}

.conferenceDetails .description {
    font-family: Poppins;
    font-size: 1rem;
    text-align: justify;
}

    .conferenceDetails .description h1 {
        font-family: Poppins;
        font-size: 1.5rem;
        text-align: center;
    }

    .cfa-announcement {
        text-align:justify;
    }

/*
@keyframes example {
  from {background-color: red;}
  to {background-color: yellow;}
}


.element {
  height: 250px;
  width: 250px;
  margin: 0 auto;
  background-color: black;
  animation-name: stretch;
  animation-duration: 1.5s; 
  animation-timing-function: ease-out; 
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

@keyframes stretch0 {
  0% {
    transform: scale(.3);
    background-color: black;
    border-radius: 100%;
  }
  50% {
    background-color: orange;
  }
  100% {
    transform: scale(1.5);
    background-color: yellow;
  }
}

.confBodyBox {
    margin-left: 230px;
  //background-color: red;
    animation-name: stretch0;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
*/

/*
 * Francesco Tarantelli file css
*/